Build failed in Jenkins: sispea-nightly #322
http://ci.codelutin.com/jenkins/job/sispea-nightly/322/Changes: [gaston] Mise en place des controlleurs sur collectivity [gaston] Fix closure on this [gaston] Format [gaston] Suppression de warnings [gaston] Remove variable parent [gaston] Ajout de la version dans le lien vers SispeaClass.js [gaston] Extraction du component dans un var dédié [gaston] Renommage en controlleur [gaston] Reject in error case [gaston] Create a variable for the components definitions [gaston] Remove eslint configuration [gaston] Utilisation des classes dans les ouvrages [gaston] Ajout des controlleur sur YearlyService (reste YearlyServiceDescription) [gaston] Dernier fichier à passer sur la structure de classe [gaston] Déplacement des fichiers html [gaston] Utilisation de controlleur au niveau du referential module [gaston] Déplacement des html près des composants [gaston] Début du refactoring des composants avec attributs [gaston] Remove console log [gaston] Finition des composants [gaston] refs #8455 Correction de l'édition de la DDT d'une collectivité [gaston] refs #8455 Correction de l'édition de la commune d'une collectivité [gaston] refs #8455 Correction de l'édition de la commune d'un ouvrage [gaston] refs #8455 Correction de l'affichage d'un champ numérique [gaston] refs #8455 Correction de l'affichage des champs avec suggestions d'un [gaston] refs #8455 Correction de l'affichage du nom d'un service [gaston] Commentaires [gaston] Oubli d'un point virgule [Arnaud Thimel] Remplacement de firstIndex/resultSize dans [Arnaud Thimel] Chargement ordonné d'une liste de services d'un territoire pour une page [Arnaud Thimel] L'ordre des territoires est maintenant reflété sur l'ordre des [bleny] [iso] Extrait un module de navigation du module common [Arnaud Thimel] [iso] Introduit une annotation ValueObject pour générer des POJO [Arnaud Thimel] [iso] Introduit un objet-paramètre SispeaMail [Arnaud Thimel] [iso] Permet d'ajouter plusieurs pièces jointes à un mail [Arnaud Thimel] [iso] Permet de ne pas passer de pièce jointe à la création d'un mail [Arnaud Thimel] [iso] Utilise l'API d'immutables pour contrôler l'intégrité d'un mail [Arnaud Thimel] [iso] Utilise builder plutôt que with pour éviter une copie ------------------------------------------ [...truncated 3183 lines...] 2016-09-22 01:40:47,739 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-22 01:40:48,009 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jly0p5f1us9voq|c5d56cf, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jly0p5f1us9voq|c5d56cf, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-ConsistencyCheckServiceTest-testIsInGoodFormatBoolean-1474501247738,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-22 01:40:48,044 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-22 01:40:48,342 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jly0p5f1us9voq|c5d56cf, dataSourceName -> 1hge14e9jly0p5f1us9voq|c5d56cf ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-22 01:40:48,488 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-22 01:40:48,491 INFO Closing org.springframework.context.support.GenericApplicationContext@3d661942: startup date [Thu Sep 22 01:40:47 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.236 sec - in fr.onema.sispea.service.data.ConsistencyCheckServiceTest Running fr.onema.sispea.service.data.FormCalculateServiceTest 2016-09-22 01:40:48,496 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-09-22 01:40:48,496 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-09-22 01:40:48,496 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@28ca0ff8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4dfb9131, org.springframework.test.context.support.DirtiesContextTestExecutionListener@102dd049, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3f4dc6c4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4780ab1a] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-09-22 01:40:48,530 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-22 01:40:48,530 INFO Refreshing org.springframework.context.support.GenericApplicationContext@56e3d8c2: startup date [Thu Sep 22 01:40:48 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-22 01:40:48,561 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-22 01:40:48,565 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-22 01:40:48,846 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jly0p5f1us9voq|7a27a2e5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jly0p5f1us9voq|7a27a2e5, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testGetVariables-1474501248564,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-22 01:40:48,848 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-22 01:40:49,120 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jly0p5f1us9voq|7a27a2e5, dataSourceName -> 1hge14e9jly0p5f1us9voq|7a27a2e5 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-22 01:40:49,307 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-22 01:40:49,335 INFO Closing org.springframework.context.support.GenericApplicationContext@56e3d8c2: startup date [Thu Sep 22 01:40:48 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-09-22 01:40:49,367 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-22 01:40:49,368 INFO Refreshing org.springframework.context.support.GenericApplicationContext@5ea33e44: startup date [Thu Sep 22 01:40:49 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-22 01:40:49,398 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-22 01:40:49,401 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-22 01:40:49,641 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jly0p5f1us9voq|33086997, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jly0p5f1us9voq|33086997, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testInterpret-1474501249400,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-22 01:40:49,643 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-22 01:40:49,908 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jly0p5f1us9voq|33086997, dataSourceName -> 1hge14e9jly0p5f1us9voq|33086997 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-22 01:40:50,044 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-22 01:40:50,051 INFO Closing org.springframework.context.support.GenericApplicationContext@5ea33e44: startup date [Thu Sep 22 01:40:49 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.556 sec - in fr.onema.sispea.service.data.FormCalculateServiceTest Running fr.onema.sispea.service.CalculateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in fr.onema.sispea.service.CalculateTest Running fr.onema.sispea.service.SispeaServiceContextTest 2016-09-22 01:40:50,064 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-09-22 01:40:50,065 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-09-22 01:40:50,065 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7a57bdc1, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3b56c1e8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@416f214c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7726abd0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@30d8a940] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-09-22 01:40:50,089 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-22 01:40:50,089 INFO Refreshing org.springframework.context.support.GenericApplicationContext@3d8c7732: startup date [Thu Sep 22 01:40:50 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-22 01:40:50,120 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-22 01:40:50,123 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-22 01:40:50,375 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jly0p5f1us9voq|483c5a79, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jly0p5f1us9voq|483c5a79, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testContextLoaded-1474501250122,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-22 01:40:50,378 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-22 01:40:50,663 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jly0p5f1us9voq|483c5a79, dataSourceName -> 1hge14e9jly0p5f1us9voq|483c5a79 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-22 01:40:50,908 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-22 01:40:50,924 INFO Began transaction (1) for test context [DefaultTestContext@552fd5f5 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@3d2f2514, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2427f0c5 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@14ba7f6b]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-09-22 01:40:50,925 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-09-22 01:40:50,926 INFO Rolled back transaction for test context [DefaultTestContext@552fd5f5 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@3d2f2514, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2427f0c5 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-09-22 01:40:50,928 INFO Closing org.springframework.context.support.GenericApplicationContext@3d8c7732: startup date [Thu Sep 22 01:40:50 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-09-22 01:40:50,980 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-22 01:40:50,982 INFO Refreshing org.springframework.context.support.GenericApplicationContext@444aee7b: startup date [Thu Sep 22 01:40:50 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-22 01:40:51,020 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-22 01:40:51,024 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-22 01:40:51,389 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jly0p5f1us9voq|e416210, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jly0p5f1us9voq|e416210, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testCreateExercise-1474501251023,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-22 01:40:51,394 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-22 01:40:51,833 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jly0p5f1us9voq|e416210, dataSourceName -> 1hge14e9jly0p5f1us9voq|e416210 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-22 01:40:52,011 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-22 01:40:52,013 INFO Began transaction (1) for test context [DefaultTestContext@552fd5f5 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@35b32c90, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2427f0c5 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@1f894b12]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-09-22 01:40:52,014 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-09-22 01:40:52,089 INFO Rolled back transaction for test context [DefaultTestContext@552fd5f5 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@35b32c90, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2427f0c5 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-09-22 01:40:52,089 INFO Closing org.springframework.context.support.GenericApplicationContext@444aee7b: startup date [Thu Sep 22 01:40:50 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.03 sec - in fr.onema.sispea.service.SispeaServiceContextTest Results : Tests run: 89, Failures: 0, Errors: 0, Skipped: 22 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ sispea-service --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/sispea-service-3.0-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ sispea-service >>> [INFO] [INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ sispea-service --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [INFO] 87 dependencies to check. [INFO] 87 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 197359ns [INFO] All dependencies are safe. [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ sispea-service --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ sispea-service <<< [INFO] [INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ sispea-service --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ sispea-service --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-pgp-passphrase) @ sispea-service --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-artifacts) @ sispea-service --- [INFO] Loaded <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect-artifacts.txt> [INFO] Copying sispea-service-3.0-SNAPSHOT.jar to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/sispea-service-3.0-SNAPSHOT.jar> [INFO] Copying THIRD-PARTY.properties to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/THIRD-PARTY.properties> [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-attachements) @ sispea-service --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ sispea-service --- [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ sispea-service --- [INFO] Used declared dependencies found: [INFO] fr.onema:sispea-util:jar:3.0-SNAPSHOT:compile [INFO] fr.onema:sispea-persist:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-utils:jar:3.0-rc-15:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-5:compile [INFO] net.sf.opencsv:opencsv:jar:2.3:compile [INFO] com.tutego:jrtf:jar:0.7:compile [INFO] org.hibernate:hibernate-core:jar:5.2.2.Final:compile [INFO] xml-apis:xml-apis:jar:2.0.2:compile [INFO] org.reflections:reflections:jar:0.9.10:compile [INFO] org.immutables:value:jar:2.2.12:compile [INFO] javax.mail:mail:jar:1.4.7:compile [INFO] javax.activation:activation:jar:1.1.1:compile [INFO] org.apache.velocity:velocity:jar:1.7:compile [INFO] org.apache.velocity:velocity-tools:jar:2.0:compile [INFO] org.springframework:spring-core:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-beans:jar:4.3.2.RELEASE:compile [INFO] org.springframework.ldap:spring-ldap-core:jar:2.1.0.RELEASE:compile [INFO] org.springframework:spring-context-support:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-context:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-tx:jar:4.3.2.RELEASE:compile [INFO] org.apache.commons:commons-lang3:jar:3.4:compile [INFO] org.apache.commons:commons-collections4:jar:4.1:compile [INFO] commons-digester:commons-digester:jar:2.1:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] com.google.guava:guava:jar:19.0:compile [INFO] com.google.code.gson:gson:jar:2.7:compile [INFO] jdom:jdom:jar:1.0:compile [INFO] org.nfunk:jep:jar:2.4.0:compile [INFO] jfree:jfreechart:jar:1.0.7:compile [INFO] junit:junit:jar:4.12:test [INFO] log4j:log4j:jar:1.2.17:compile [INFO] org.springframework:spring-test:jar:4.3.2.RELEASE:test [INFO] org.mockito:mockito-core:jar:1.10.19:test [INFO] commons-io:commons-io:jar:2.5:compile [INFO] org.apache.poi:poi:jar:3.14:compile [WARNING] Used undeclared dependencies found: [WARNING] com.google.code.findbugs:annotations:jar:2.0.1:compile [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SISPEA ............................................. SUCCESS [ 20.952 s] [INFO] SISPEA Configuration ............................... SUCCESS [ 25.145 s] [INFO] SISPEA Persistence Migration ....................... SUCCESS [ 19.536 s] [INFO] SISPEA Utils ....................................... SUCCESS [ 32.914 s] [INFO] SISPEA Persistence ................................. SUCCESS [ 45.029 s] [INFO] SISPEA Services .................................... FAILURE [12:19 min] [INFO] SISPEA web application ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15:54 min [INFO] Finished at: 2016-09-22T01:41:44+02:00 [INFO] Final Memory: 79M/690M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:332) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.MojoExecutionException: Dependency problems found at org.apache.maven.plugin.dependency.analyze.AbstractAnalyzeMojo.execute(AbstractAnalyzeMojo.java:260) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :sispea-service Sending e-mails to: sispea-build@list.forge.codelutin.com thimel@codelutin.com Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 2 second
http://ci.codelutin.com/jenkins/job/sispea-nightly/323/Changes: [gaston] Suppression des map Ajout d'un attribut pour paramètrer l'affichage pour [gaston] Corrections suite aux remarques de julien [Arnaud Thimel] fixes #7025 Correction de la procédure stockée P_COPY_REFERENTIAL [Arnaud Thimel] Ajout de header [Arnaud Thimel] refs #9775 Exclusion des VP idem IP lors de la génération des données ------------------------------------------ [...truncated 3105 lines...] 2016-09-23 01:30:50,912 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-23 01:30:51,246 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jndbm8t1qhrnwj|2d40e79f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jndbm8t1qhrnwj|2d40e79f, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-ConsistencyCheckServiceTest-testIsInGoodFormatBoolean-1474587050911,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-23 01:30:51,273 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-23 01:30:51,708 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jndbm8t1qhrnwj|2d40e79f, dataSourceName -> 1hge14e9jndbm8t1qhrnwj|2d40e79f ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-23 01:30:52,062 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-23 01:30:52,070 INFO Closing org.springframework.context.support.GenericApplicationContext@47adbf3a: startup date [Fri Sep 23 01:30:50 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.905 sec - in fr.onema.sispea.service.data.ConsistencyCheckServiceTest Running fr.onema.sispea.service.data.FormCalculateServiceTest 2016-09-23 01:30:52,077 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-09-23 01:30:52,078 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-09-23 01:30:52,078 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@102dd049, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3f4dc6c4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4780ab1a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@56e3d8c2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2832f5cf] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-09-23 01:30:52,109 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-23 01:30:52,109 INFO Refreshing org.springframework.context.support.GenericApplicationContext@79987deb: startup date [Fri Sep 23 01:30:52 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-23 01:30:52,140 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-23 01:30:52,144 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-23 01:30:52,448 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jndbm8t1qhrnwj|2a6d036d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jndbm8t1qhrnwj|2a6d036d, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testGetVariables-1474587052143,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-23 01:30:52,452 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-23 01:30:53,007 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jndbm8t1qhrnwj|2a6d036d, dataSourceName -> 1hge14e9jndbm8t1qhrnwj|2a6d036d ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-23 01:30:53,185 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-23 01:30:53,188 INFO Closing org.springframework.context.support.GenericApplicationContext@79987deb: startup date [Fri Sep 23 01:30:52 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-09-23 01:30:53,251 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-23 01:30:53,251 INFO Refreshing org.springframework.context.support.GenericApplicationContext@3ad323c6: startup date [Fri Sep 23 01:30:53 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-23 01:30:53,290 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-23 01:30:53,294 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-23 01:30:53,688 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jndbm8t1qhrnwj|427e1078, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jndbm8t1qhrnwj|427e1078, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testInterpret-1474587053293,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-23 01:30:53,694 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-23 01:30:54,145 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jndbm8t1qhrnwj|427e1078, dataSourceName -> 1hge14e9jndbm8t1qhrnwj|427e1078 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-23 01:30:54,354 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-23 01:30:54,365 INFO Closing org.springframework.context.support.GenericApplicationContext@3ad323c6: startup date [Fri Sep 23 01:30:53 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.297 sec - in fr.onema.sispea.service.data.FormCalculateServiceTest Running fr.onema.sispea.service.CalculateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in fr.onema.sispea.service.CalculateTest Running fr.onema.sispea.service.SispeaServiceContextTest 2016-09-23 01:30:54,398 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-09-23 01:30:54,400 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-09-23 01:30:54,400 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@416f214c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7726abd0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@30d8a940, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3d8c7732, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@551548e] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-09-23 01:30:54,432 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-23 01:30:54,432 INFO Refreshing org.springframework.context.support.GenericApplicationContext@476b17df: startup date [Fri Sep 23 01:30:54 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-23 01:30:54,464 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-23 01:30:54,468 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-23 01:30:54,767 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jndbm8t1qhrnwj|5a252b5a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jndbm8t1qhrnwj|5a252b5a, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testContextLoaded-1474587054467,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-23 01:30:54,770 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-23 01:30:55,100 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jndbm8t1qhrnwj|5a252b5a, dataSourceName -> 1hge14e9jndbm8t1qhrnwj|5a252b5a ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-23 01:30:55,267 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-23 01:30:55,271 INFO Began transaction (1) for test context [DefaultTestContext@3648cb33 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@55970425, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e84bd07 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@12903fd5]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-09-23 01:30:55,271 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-09-23 01:30:55,274 INFO Rolled back transaction for test context [DefaultTestContext@3648cb33 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@55970425, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e84bd07 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-09-23 01:30:55,274 INFO Closing org.springframework.context.support.GenericApplicationContext@476b17df: startup date [Fri Sep 23 01:30:54 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-09-23 01:30:55,308 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-23 01:30:55,308 INFO Refreshing org.springframework.context.support.GenericApplicationContext@30dcd61d: startup date [Fri Sep 23 01:30:55 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-23 01:30:55,341 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-23 01:30:55,354 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-23 01:30:55,656 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jndbm8t1qhrnwj|190b0603, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jndbm8t1qhrnwj|190b0603, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testCreateExercise-1474587055348,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-23 01:30:55,659 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-23 01:30:56,106 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jndbm8t1qhrnwj|190b0603, dataSourceName -> 1hge14e9jndbm8t1qhrnwj|190b0603 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-23 01:30:56,268 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-23 01:30:56,271 INFO Began transaction (1) for test context [DefaultTestContext@3648cb33 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@1bdad852, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e84bd07 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@7ba038a7]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-09-23 01:30:56,271 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-09-23 01:30:56,274 INFO Rolled back transaction for test context [DefaultTestContext@3648cb33 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@1bdad852, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@2e84bd07 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-09-23 01:30:56,274 INFO Closing org.springframework.context.support.GenericApplicationContext@30dcd61d: startup date [Fri Sep 23 01:30:55 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.884 sec - in fr.onema.sispea.service.SispeaServiceContextTest Results : Tests run: 89, Failures: 0, Errors: 0, Skipped: 22 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ sispea-service --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/sispea-service-3.0-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ sispea-service >>> [INFO] [INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ sispea-service --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [INFO] 87 dependencies to check. [INFO] 87 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 186148ns [INFO] All dependencies are safe. [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ sispea-service --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ sispea-service <<< [INFO] [INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ sispea-service --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ sispea-service --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-pgp-passphrase) @ sispea-service --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-artifacts) @ sispea-service --- [INFO] Loaded <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect-artifacts.txt> [INFO] Copying sispea-service-3.0-SNAPSHOT.jar to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/sispea-service-3.0-SNAPSHOT.jar> [INFO] Copying THIRD-PARTY.properties to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/THIRD-PARTY.properties> [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-attachements) @ sispea-service --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ sispea-service --- [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ sispea-service --- [INFO] Used declared dependencies found: [INFO] fr.onema:sispea-util:jar:3.0-SNAPSHOT:compile [INFO] fr.onema:sispea-persist:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-utils:jar:3.0-rc-15:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-5:compile [INFO] net.sf.opencsv:opencsv:jar:2.3:compile [INFO] com.tutego:jrtf:jar:0.7:compile [INFO] org.hibernate:hibernate-core:jar:5.2.2.Final:compile [INFO] xml-apis:xml-apis:jar:2.0.2:compile [INFO] org.reflections:reflections:jar:0.9.10:compile [INFO] org.immutables:value:jar:2.2.12:compile [INFO] javax.mail:mail:jar:1.4.7:compile [INFO] javax.activation:activation:jar:1.1.1:compile [INFO] org.apache.velocity:velocity:jar:1.7:compile [INFO] org.apache.velocity:velocity-tools:jar:2.0:compile [INFO] org.springframework:spring-core:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-beans:jar:4.3.2.RELEASE:compile [INFO] org.springframework.ldap:spring-ldap-core:jar:2.1.0.RELEASE:compile [INFO] org.springframework:spring-context-support:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-context:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-tx:jar:4.3.2.RELEASE:compile [INFO] org.apache.commons:commons-lang3:jar:3.4:compile [INFO] org.apache.commons:commons-collections4:jar:4.1:compile [INFO] commons-digester:commons-digester:jar:2.1:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] com.google.guava:guava:jar:19.0:compile [INFO] com.google.code.gson:gson:jar:2.7:compile [INFO] jdom:jdom:jar:1.0:compile [INFO] org.nfunk:jep:jar:2.4.0:compile [INFO] jfree:jfreechart:jar:1.0.7:compile [INFO] junit:junit:jar:4.12:test [INFO] log4j:log4j:jar:1.2.17:compile [INFO] org.springframework:spring-test:jar:4.3.2.RELEASE:test [INFO] org.mockito:mockito-core:jar:1.10.19:test [INFO] commons-io:commons-io:jar:2.5:compile [INFO] org.apache.poi:poi:jar:3.14:compile [WARNING] Used undeclared dependencies found: [WARNING] com.google.code.findbugs:annotations:jar:2.0.1:compile [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SISPEA ............................................. SUCCESS [ 22.039 s] [INFO] SISPEA Configuration ............................... SUCCESS [ 6.190 s] [INFO] SISPEA Persistence Migration ....................... SUCCESS [ 9.605 s] [INFO] SISPEA Utils ....................................... SUCCESS [ 11.957 s] [INFO] SISPEA Persistence ................................. SUCCESS [ 21.603 s] [INFO] SISPEA Services .................................... FAILURE [03:55 min] [INFO] SISPEA web application ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:27 min [INFO] Finished at: 2016-09-23T01:31:09+02:00 [INFO] Final Memory: 82M/665M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:332) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.MojoExecutionException: Dependency problems found at org.apache.maven.plugin.dependency.analyze.AbstractAnalyzeMojo.execute(AbstractAnalyzeMojo.java:260) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :sispea-service Sending e-mails to: sispea-build@list.forge.codelutin.com thimel@codelutin.com channel stopped Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds
http://ci.codelutin.com/jenkins/job/sispea-nightly/324/Changes: [Arnaud Thimel] [iso] Réutilise la même installation utilisateur à chaque conversion [Arnaud Thimel] [iso] Supprime les fichiers générés sur le FS à chaque extraction [Arnaud Thimel] [iso] Supprime les dossiers vides laissés à chaque conversion à la [Arnaud Thimel] refs #8455 Implémentation de la sauvegarde du nom de la DDT côté backend [Arnaud Thimel] refs #8455 Implémentation de la sauvegarde de l'adresse de la DDT côté [Arnaud Thimel] refs #8455 Implémentation de la sauvegarde du téléphone de la DDT côté [Arnaud Thimel] refs #8455 Récupération de la date de mise à jour d'une DDT [Arnaud Thimel] refs #8455 Introduction d'un ServiceSearchResult 'light' sans référence [Arnaud Thimel] refs #8455 Construction de la liste des services d'une DDT côté backend [Arnaud Thimel] refs #8455 Construction de la liste des utilisateurs d'une DDT côté [Arnaud Thimel] refs #8455 Construction de la liste des départements d'une DDT côté [Arnaud Thimel] refs #8455 Ajout des actions relatives à une DDT [Arnaud Thimel] refs #8455 Introduction de AbstractReferentialModel et [Arnaud Thimel] refs #8455 Refactorisation de l'initialisation d'un [Arnaud Thimel] refs #8455 Introduction de AbstractGetReferentialModelJsonAction [Arnaud Thimel] refs #8455 Construction de la liste des communes d'un département côté [Arnaud Thimel] refs #8185 #8455 Pas de mise à jour du flag DDT_UPDATE sur une [Arnaud Thimel] [iso] refs #8455 Let AbstractReferentialUpdateModel be abstract for real [Arnaud Thimel] refs #8455 Injection du service qui va bien dans les actions en ------------------------------------------ [...truncated 3106 lines...] 2016-09-24 01:32:48,408 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jostnx715nyzug|b80e135, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jostnx715nyzug|b80e135, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-ConsistencyCheckServiceTest-testIsInGoodFormatBoolean-1474673568134,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-24 01:32:48,758 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-24 01:32:49,052 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jostnx715nyzug|b80e135, dataSourceName -> 1hge14e9jostnx715nyzug|b80e135 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-24 01:32:49,279 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-24 01:32:49,285 INFO Closing org.springframework.context.support.GenericApplicationContext@68c22a03: startup date [Sat Sep 24 01:32:48 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.755 sec - in fr.onema.sispea.service.data.ConsistencyCheckServiceTest Running fr.onema.sispea.service.data.FormCalculateServiceTest 2016-09-24 01:32:49,288 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-09-24 01:32:49,293 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-09-24 01:32:49,293 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5136b3f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@714fee29, org.springframework.test.context.support.DirtiesContextTestExecutionListener@579f567b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@23d54906, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3d8194d0] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-09-24 01:32:49,331 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-24 01:32:49,331 INFO Refreshing org.springframework.context.support.GenericApplicationContext@33310bef: startup date [Sat Sep 24 01:32:49 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-24 01:32:49,361 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-24 01:32:49,365 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-24 01:32:49,616 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jostnx715nyzug|6bab9fc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jostnx715nyzug|6bab9fc, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testGetVariables-1474673569364,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-24 01:32:49,621 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-24 01:32:49,927 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jostnx715nyzug|6bab9fc, dataSourceName -> 1hge14e9jostnx715nyzug|6bab9fc ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-24 01:32:50,076 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-24 01:32:50,080 INFO Closing org.springframework.context.support.GenericApplicationContext@33310bef: startup date [Sat Sep 24 01:32:49 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-09-24 01:32:50,117 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-24 01:32:50,118 INFO Refreshing org.springframework.context.support.GenericApplicationContext@750294dc: startup date [Sat Sep 24 01:32:50 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-24 01:32:50,148 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-24 01:32:50,151 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-24 01:32:50,397 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jostnx715nyzug|700d3547, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jostnx715nyzug|700d3547, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testInterpret-1474673570150,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-24 01:32:50,399 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-24 01:32:50,677 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jostnx715nyzug|700d3547, dataSourceName -> 1hge14e9jostnx715nyzug|700d3547 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-24 01:32:50,818 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-24 01:32:50,825 INFO Closing org.springframework.context.support.GenericApplicationContext@750294dc: startup date [Sat Sep 24 01:32:50 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.536 sec - in fr.onema.sispea.service.data.FormCalculateServiceTest Running fr.onema.sispea.service.CalculateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in fr.onema.sispea.service.CalculateTest Running fr.onema.sispea.service.SispeaServiceContextTest 2016-09-24 01:32:50,838 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-09-24 01:32:50,838 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-09-24 01:32:50,838 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@51ebb54e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@40c1542d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@79692e15, org.springframework.test.context.transaction.TransactionalTestExecutionListener@327724d4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3ebaa611] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-09-24 01:32:50,862 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-24 01:32:50,863 INFO Refreshing org.springframework.context.support.GenericApplicationContext@7410edd7: startup date [Sat Sep 24 01:32:50 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-24 01:32:50,892 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-24 01:32:50,896 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-24 01:32:51,142 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jostnx715nyzug|5f510d40, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jostnx715nyzug|5f510d40, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testContextLoaded-1474673570895,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-24 01:32:51,144 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-24 01:32:51,415 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jostnx715nyzug|5f510d40, dataSourceName -> 1hge14e9jostnx715nyzug|5f510d40 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-24 01:32:51,558 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-24 01:32:51,561 INFO Began transaction (1) for test context [DefaultTestContext@26c64b98 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@2cc9d678, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6c69619a testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@6a4fd728]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-09-24 01:32:51,561 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-09-24 01:32:51,562 INFO Rolled back transaction for test context [DefaultTestContext@26c64b98 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@2cc9d678, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6c69619a testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-09-24 01:32:51,563 INFO Closing org.springframework.context.support.GenericApplicationContext@7410edd7: startup date [Sat Sep 24 01:32:50 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-09-24 01:32:51,587 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-24 01:32:51,587 INFO Refreshing org.springframework.context.support.GenericApplicationContext@2013909a: startup date [Sat Sep 24 01:32:51 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-24 01:32:51,617 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-24 01:32:51,620 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-24 01:32:51,920 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jostnx715nyzug|13bf9e7f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jostnx715nyzug|13bf9e7f, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testCreateExercise-1474673571619,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-24 01:32:51,923 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-24 01:32:52,196 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jostnx715nyzug|13bf9e7f, dataSourceName -> 1hge14e9jostnx715nyzug|13bf9e7f ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-24 01:32:52,335 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-24 01:32:52,337 INFO Began transaction (1) for test context [DefaultTestContext@26c64b98 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@10a0f051, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6c69619a testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@13c42510]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-09-24 01:32:52,337 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-09-24 01:32:52,339 INFO Rolled back transaction for test context [DefaultTestContext@26c64b98 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@10a0f051, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6c69619a testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-09-24 01:32:52,340 INFO Closing org.springframework.context.support.GenericApplicationContext@2013909a: startup date [Sat Sep 24 01:32:51 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.503 sec - in fr.onema.sispea.service.SispeaServiceContextTest Results : Tests run: 89, Failures: 0, Errors: 0, Skipped: 22 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ sispea-service --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/sispea-service-3.0-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ sispea-service >>> [INFO] [INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ sispea-service --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [INFO] 87 dependencies to check. [INFO] 87 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 160760ns [INFO] All dependencies are safe. [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ sispea-service --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ sispea-service <<< [INFO] [INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ sispea-service --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ sispea-service --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-pgp-passphrase) @ sispea-service --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-artifacts) @ sispea-service --- [INFO] Loaded <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect-artifacts.txt> [INFO] Copying sispea-service-3.0-SNAPSHOT.jar to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/sispea-service-3.0-SNAPSHOT.jar> [INFO] Copying THIRD-PARTY.properties to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/THIRD-PARTY.properties> [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-attachements) @ sispea-service --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ sispea-service --- [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ sispea-service --- [INFO] Used declared dependencies found: [INFO] fr.onema:sispea-util:jar:3.0-SNAPSHOT:compile [INFO] fr.onema:sispea-persist:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-utils:jar:3.0-rc-15:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-5:compile [INFO] net.sf.opencsv:opencsv:jar:2.3:compile [INFO] com.tutego:jrtf:jar:0.7:compile [INFO] org.hibernate:hibernate-core:jar:5.2.2.Final:compile [INFO] xml-apis:xml-apis:jar:2.0.2:compile [INFO] org.reflections:reflections:jar:0.9.10:compile [INFO] org.immutables:value:jar:2.2.12:compile [INFO] javax.mail:mail:jar:1.4.7:compile [INFO] javax.activation:activation:jar:1.1.1:compile [INFO] org.apache.velocity:velocity:jar:1.7:compile [INFO] org.apache.velocity:velocity-tools:jar:2.0:compile [INFO] org.springframework:spring-core:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-beans:jar:4.3.2.RELEASE:compile [INFO] org.springframework.ldap:spring-ldap-core:jar:2.1.0.RELEASE:compile [INFO] org.springframework:spring-context-support:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-context:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-tx:jar:4.3.2.RELEASE:compile [INFO] org.apache.commons:commons-lang3:jar:3.4:compile [INFO] org.apache.commons:commons-collections4:jar:4.1:compile [INFO] commons-digester:commons-digester:jar:2.1:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] com.google.guava:guava:jar:19.0:compile [INFO] com.google.code.gson:gson:jar:2.7:compile [INFO] jdom:jdom:jar:1.0:compile [INFO] org.nfunk:jep:jar:2.4.0:compile [INFO] jfree:jfreechart:jar:1.0.7:compile [INFO] junit:junit:jar:4.12:test [INFO] log4j:log4j:jar:1.2.17:compile [INFO] org.springframework:spring-test:jar:4.3.2.RELEASE:test [INFO] org.mockito:mockito-core:jar:1.10.19:test [INFO] commons-io:commons-io:jar:2.5:compile [INFO] org.apache.poi:poi:jar:3.14:compile [WARNING] Used undeclared dependencies found: [WARNING] com.google.code.findbugs:annotations:jar:2.0.1:compile [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 1 second [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SISPEA ............................................. SUCCESS [ 27.533 s] [INFO] SISPEA Configuration ............................... SUCCESS [ 4.725 s] [INFO] SISPEA Persistence Migration ....................... SUCCESS [ 18.884 s] [INFO] SISPEA Utils ....................................... SUCCESS [ 53.041 s] [INFO] SISPEA Persistence ................................. SUCCESS [ 26.578 s] [INFO] SISPEA Services .................................... FAILURE [05:11 min] [INFO] SISPEA web application ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:02 min [INFO] Finished at: 2016-09-24T01:33:31+02:00 [INFO] Final Memory: 82M/590M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:332) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.MojoExecutionException: Dependency problems found at org.apache.maven.plugin.dependency.analyze.AbstractAnalyzeMojo.execute(AbstractAnalyzeMojo.java:260) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :sispea-service Sending e-mails to: sispea-build@list.forge.codelutin.com thimel@codelutin.com channel stopped Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 2 second
http://ci.codelutin.com/jenkins/job/sispea-nightly/325/Changes: [gaston] refs #8462 - Simplification du composant de pagination et migration du [gaston] refs #8462 - Migration des composants vers le controle de pagination [Arnaud Thimel] [stack] refs #8462 Calcul du nombre total de page à partir du composant [gaston] refs #8462 Introduction du niveau de routage principal 'referential' [gaston] refs #8462 Simplification de la construction du menu de navigation du [gaston] refs #8462 Migration du chargement d'une collectivité du routage vers le [gaston] refs #8462 Etat 'referential' - Migration de la vue 'collectivité' [gaston] refs #8462 Etat 'referential' - Migration de la vue 'service' [gaston] refs #8462 Etat 'referential' - Migration de la vue 'ouvrage' [gaston] refs #8462 [ISO] Etat 'referential' - Nettoyage de code [gaston] refs #8462 [ISO] Etat 'referential' - Ajout de commentaires [gaston] refs #8462 [ISO] Etat 'referential' - Usage explicite du nom de l'état [gaston] refs #8462 Etat 'referential' - Mise à jour des redirections [gaston] refs #8462 Mise à jour du composant de pagination [Léo Kaufmann] Refs #9032 : Modifcation des notifications mails lors de l'import des [gaston] refs #8462 Mise en place du routage par défaut pour collectivité, ------------------------------------------ [...truncated 3105 lines...] 2016-09-27 01:40:42,891 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-27 01:40:43,172 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jt36y4r1amgohm|49919a9c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jt36y4r1amgohm|49919a9c, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-ConsistencyCheckServiceTest-testIsInGoodFormatBoolean-1474933242889,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-27 01:40:43,185 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-27 01:40:43,504 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jt36y4r1amgohm|49919a9c, dataSourceName -> 1hge14e9jt36y4r1amgohm|49919a9c ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-27 01:40:43,849 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-27 01:40:43,852 INFO Closing org.springframework.context.support.GenericApplicationContext@642a3021: startup date [Tue Sep 27 01:40:42 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.63 sec - in fr.onema.sispea.service.data.ConsistencyCheckServiceTest Running fr.onema.sispea.service.data.FormCalculateServiceTest 2016-09-27 01:40:43,859 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-09-27 01:40:43,859 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-09-27 01:40:43,859 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@cbcaca2, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7380f509, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3a3388ab, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6c2303a5, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5136b3f] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-09-27 01:40:43,886 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-27 01:40:43,886 INFO Refreshing org.springframework.context.support.GenericApplicationContext@714fee29: startup date [Tue Sep 27 01:40:43 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-27 01:40:43,916 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-27 01:40:43,919 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-27 01:40:44,257 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jt36y4r1amgohm|701c3d18, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jt36y4r1amgohm|701c3d18, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testGetVariables-1474933243918,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-27 01:40:44,947 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-27 01:40:45,272 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jt36y4r1amgohm|701c3d18, dataSourceName -> 1hge14e9jt36y4r1amgohm|701c3d18 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-27 01:40:45,504 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-27 01:40:45,556 INFO Closing org.springframework.context.support.GenericApplicationContext@714fee29: startup date [Tue Sep 27 01:40:43 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-09-27 01:40:45,659 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-27 01:40:45,660 INFO Refreshing org.springframework.context.support.GenericApplicationContext@10491e30: startup date [Tue Sep 27 01:40:45 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-27 01:40:45,691 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-27 01:40:45,695 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-27 01:40:45,951 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jt36y4r1amgohm|3474b2e0, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jt36y4r1amgohm|3474b2e0, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testInterpret-1474933245693,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-27 01:40:45,954 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-27 01:40:46,387 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jt36y4r1amgohm|3474b2e0, dataSourceName -> 1hge14e9jt36y4r1amgohm|3474b2e0 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-27 01:40:46,537 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-27 01:40:46,556 INFO Closing org.springframework.context.support.GenericApplicationContext@10491e30: startup date [Tue Sep 27 01:40:45 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.709 sec - in fr.onema.sispea.service.data.FormCalculateServiceTest Running fr.onema.sispea.service.CalculateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in fr.onema.sispea.service.CalculateTest Running fr.onema.sispea.service.SispeaServiceContextTest 2016-09-27 01:40:46,586 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-09-27 01:40:46,587 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-09-27 01:40:46,587 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@33419820, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@68bf309e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@42cf6bd3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6ed4a02c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@51ebb54e] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-09-27 01:40:46,629 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-27 01:40:46,630 INFO Refreshing org.springframework.context.support.GenericApplicationContext@40c1542d: startup date [Tue Sep 27 01:40:46 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-27 01:40:46,661 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-27 01:40:46,664 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-27 01:40:46,938 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jt36y4r1amgohm|4eec069a, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jt36y4r1amgohm|4eec069a, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testContextLoaded-1474933246663,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-27 01:40:46,941 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-27 01:40:47,230 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jt36y4r1amgohm|4eec069a, dataSourceName -> 1hge14e9jt36y4r1amgohm|4eec069a ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-27 01:40:47,378 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-27 01:40:47,381 INFO Began transaction (1) for test context [DefaultTestContext@6c69619a testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@b602cb4, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1992accb testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@1f58fe32]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-09-27 01:40:47,381 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-09-27 01:40:47,383 INFO Rolled back transaction for test context [DefaultTestContext@6c69619a testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@b602cb4, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1992accb testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-09-27 01:40:47,384 INFO Closing org.springframework.context.support.GenericApplicationContext@40c1542d: startup date [Tue Sep 27 01:40:46 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-09-27 01:40:47,407 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-27 01:40:47,407 INFO Refreshing org.springframework.context.support.GenericApplicationContext@72e63133: startup date [Tue Sep 27 01:40:47 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-27 01:40:47,437 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-27 01:40:47,440 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-27 01:40:47,764 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jt36y4r1amgohm|21fd7e5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jt36y4r1amgohm|21fd7e5, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testCreateExercise-1474933247439,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-27 01:40:47,770 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-27 01:40:48,120 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jt36y4r1amgohm|21fd7e5, dataSourceName -> 1hge14e9jt36y4r1amgohm|21fd7e5 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-27 01:40:48,280 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-27 01:40:48,283 INFO Began transaction (1) for test context [DefaultTestContext@6c69619a testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@5dc4051c, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1992accb testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@529f6ee3]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-09-27 01:40:48,283 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-09-27 01:40:48,285 INFO Rolled back transaction for test context [DefaultTestContext@6c69619a testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@5dc4051c, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@1992accb testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-09-27 01:40:48,286 INFO Closing org.springframework.context.support.GenericApplicationContext@72e63133: startup date [Tue Sep 27 01:40:47 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.703 sec - in fr.onema.sispea.service.SispeaServiceContextTest Results : Tests run: 89, Failures: 0, Errors: 0, Skipped: 22 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ sispea-service --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/sispea-service-3.0-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ sispea-service >>> [INFO] [INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ sispea-service --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [INFO] 87 dependencies to check. [INFO] 87 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 156811ns [INFO] All dependencies are safe. [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ sispea-service --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ sispea-service <<< [INFO] [INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ sispea-service --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ sispea-service --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-pgp-passphrase) @ sispea-service --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-artifacts) @ sispea-service --- [INFO] Loaded <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect-artifacts.txt> [INFO] Copying sispea-service-3.0-SNAPSHOT.jar to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/sispea-service-3.0-SNAPSHOT.jar> [INFO] Copying THIRD-PARTY.properties to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/THIRD-PARTY.properties> [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-attachements) @ sispea-service --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ sispea-service --- [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ sispea-service --- [INFO] Used declared dependencies found: [INFO] fr.onema:sispea-util:jar:3.0-SNAPSHOT:compile [INFO] fr.onema:sispea-persist:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-utils:jar:3.0-rc-15:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-5:compile [INFO] net.sf.opencsv:opencsv:jar:2.3:compile [INFO] com.tutego:jrtf:jar:0.7:compile [INFO] org.hibernate:hibernate-core:jar:5.2.2.Final:compile [INFO] xml-apis:xml-apis:jar:2.0.2:compile [INFO] org.reflections:reflections:jar:0.9.10:compile [INFO] org.immutables:value:jar:2.2.12:compile [INFO] javax.mail:mail:jar:1.4.7:compile [INFO] javax.activation:activation:jar:1.1.1:compile [INFO] org.apache.velocity:velocity:jar:1.7:compile [INFO] org.apache.velocity:velocity-tools:jar:2.0:compile [INFO] org.springframework:spring-core:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-beans:jar:4.3.2.RELEASE:compile [INFO] org.springframework.ldap:spring-ldap-core:jar:2.1.0.RELEASE:compile [INFO] org.springframework:spring-context-support:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-context:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-tx:jar:4.3.2.RELEASE:compile [INFO] org.apache.commons:commons-lang3:jar:3.4:compile [INFO] org.apache.commons:commons-collections4:jar:4.1:compile [INFO] commons-digester:commons-digester:jar:2.1:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] com.google.guava:guava:jar:19.0:compile [INFO] com.google.code.gson:gson:jar:2.7:compile [INFO] jdom:jdom:jar:1.0:compile [INFO] org.nfunk:jep:jar:2.4.0:compile [INFO] jfree:jfreechart:jar:1.0.7:compile [INFO] junit:junit:jar:4.12:test [INFO] log4j:log4j:jar:1.2.17:compile [INFO] org.springframework:spring-test:jar:4.3.2.RELEASE:test [INFO] org.mockito:mockito-core:jar:1.10.19:test [INFO] commons-io:commons-io:jar:2.5:compile [INFO] org.apache.poi:poi:jar:3.14:compile [WARNING] Used undeclared dependencies found: [WARNING] com.google.code.findbugs:annotations:jar:2.0.1:compile [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SISPEA ............................................. SUCCESS [ 32.881 s] [INFO] SISPEA Configuration ............................... SUCCESS [ 4.433 s] [INFO] SISPEA Persistence Migration ....................... SUCCESS [ 7.729 s] [INFO] SISPEA Utils ....................................... SUCCESS [ 23.129 s] [INFO] SISPEA Persistence ................................. SUCCESS [ 18.343 s] [INFO] SISPEA Services .................................... FAILURE [13:38 min] [INFO] SISPEA web application ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15:46 min [INFO] Finished at: 2016-09-27T01:41:14+02:00 [INFO] Final Memory: 80M/621M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:332) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.MojoExecutionException: Dependency problems found at org.apache.maven.plugin.dependency.analyze.AbstractAnalyzeMojo.execute(AbstractAnalyzeMojo.java:260) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :sispea-service Sending e-mails to: sispea-build@list.forge.codelutin.com kaufmann@codelutin.com Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds
http://ci.codelutin.com/jenkins/job/sispea-nightly/326/Changes: [Léo Kaufmann] [ISO] Correction d'une condition d'affichage d'un bouton sur la fiche [gaston] Correction des redirections vers les collectivités et services dans la [Arnaud Thimel] refs #8477 Initialisation de la page « Mes collectivités » : affichage [Arnaud Thimel] refs #8477 Affichage des collectivités sous forme de tableau [Arnaud Thimel] refs #8477 Implémentation du filtre colonne (full JS, pas d'AJAX) [Arnaud Thimel] refs #8477 Tri par nom de collectivité [Arnaud Thimel] refs #8477 Tri colonnes dynamique sur la liste des collectivités [Arnaud Thimel] Pas la peine d'afficher les clés dispos dans le cas d'une clé vide [Arnaud Thimel] refs #8477 Affichage , filtre et tri du SIREN d'une collectivité [Arnaud Thimel] refs #8477 Initialisation de la page « Mes ouvrage » [Arnaud Thimel] refs #8477 Déclaration de SispeaAngularApp sur les modules « Mes [Arnaud Thimel] refs #8477 Utilisation de méthodes plutôt qu'appel inutiles vers le [Arnaud Thimel] refs #8477 Affichage de la commune d'implantation sur la liste « Mes [Arnaud Thimel] refs #8477 Affichage des codes Sandre et Sise-Eaux dans la la même [Arnaud Thimel] refs #8477 Affichage de la liste « Mes services » pour un saisisseur [Arnaud Thimel] refs #8477 Redirection vers la nouvelle page « Mes services » pour les [Arnaud Thimel] refs #8477 Seules les identifiants d'exercices sont inclus dans les [Arnaud Thimel] refs #8477 Implémentation des filtres colonnes à l'aide de prédicats [Arnaud Thimel] Création de sispeaPredicates [Arnaud Thimel] refs #8477 Factorisation de la création des prédicats [Arnaud Thimel] refs #8477 Ajout de timer sur le déclenchement du filtre sur les champs [Arnaud Thimel] refs #8477 Dépendance vers SispeaNavigationModule depuis les modules [Arnaud Thimel] refs #8477 Mise en place de la pagination sur « Mes collectivités » [Arnaud Thimel] refs #8477 Création du composant SispeaOfflineTable pour la page « Mes [Arnaud Thimel] refs #8477 Utilisation du composant SispeaOfflineTable sur les écrans « [gaston] [iso] Introduit ReferentialDataStore#getExercises [gaston] Passage explicite de ReferentialDataStore#getExercises en asynchrone [Arnaud Thimel] refs #8507 Recherche sur le nom de la collectivité également [Arnaud Thimel] refs #8507 Réimplémentation de la recherche des services pour prendre en [bleny] [iso] ReferentialModule ne tire plus WidgetsModule (afin qu'on puisse le ------------------------------------------ [...truncated 3105 lines...] 2016-09-29 01:42:52,910 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-29 01:42:53,253 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jvy6k163rzs3i|7dd39697, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jvy6k163rzs3i|7dd39697, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-ConsistencyCheckServiceTest-testIsInGoodFormatBoolean-1475106172907,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-29 01:42:53,280 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-29 01:42:53,715 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jvy6k163rzs3i|7dd39697, dataSourceName -> 1hge14e9jvy6k163rzs3i|7dd39697 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-29 01:42:53,878 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-29 01:42:53,882 INFO Closing org.springframework.context.support.GenericApplicationContext@798aabde: startup date [Thu Sep 29 01:42:52 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.76 sec - in fr.onema.sispea.service.data.ConsistencyCheckServiceTest Running fr.onema.sispea.service.data.FormCalculateServiceTest 2016-09-29 01:42:53,886 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-09-29 01:42:53,886 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-09-29 01:42:53,886 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@61019554, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@50cce1f1, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5cde2cc, org.springframework.test.context.transaction.TransactionalTestExecutionListener@627acff1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@fbc5ddf] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-09-29 01:42:53,937 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-29 01:42:53,938 INFO Refreshing org.springframework.context.support.GenericApplicationContext@3848f6b0: startup date [Thu Sep 29 01:42:53 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-29 01:42:53,972 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-29 01:42:53,976 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-29 01:42:54,373 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jvy6k163rzs3i|450b067e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jvy6k163rzs3i|450b067e, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testGetVariables-1475106173975,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-29 01:42:55,078 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-29 01:42:55,520 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jvy6k163rzs3i|450b067e, dataSourceName -> 1hge14e9jvy6k163rzs3i|450b067e ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-29 01:42:55,684 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-29 01:42:55,687 INFO Closing org.springframework.context.support.GenericApplicationContext@3848f6b0: startup date [Thu Sep 29 01:42:53 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-09-29 01:42:55,769 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-29 01:42:55,770 INFO Refreshing org.springframework.context.support.GenericApplicationContext@f2a8a5: startup date [Thu Sep 29 01:42:55 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-29 01:42:55,811 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-29 01:42:55,820 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-29 01:42:56,373 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jvy6k163rzs3i|3066bee8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jvy6k163rzs3i|3066bee8, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testInterpret-1475106175818,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-29 01:42:56,376 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-29 01:42:56,750 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jvy6k163rzs3i|3066bee8, dataSourceName -> 1hge14e9jvy6k163rzs3i|3066bee8 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-29 01:42:56,953 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-29 01:42:56,980 INFO Closing org.springframework.context.support.GenericApplicationContext@f2a8a5: startup date [Thu Sep 29 01:42:55 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.099 sec - in fr.onema.sispea.service.data.FormCalculateServiceTest Running fr.onema.sispea.service.CalculateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in fr.onema.sispea.service.CalculateTest Running fr.onema.sispea.service.SispeaServiceContextTest 2016-09-29 01:42:57,017 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-09-29 01:42:57,018 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-09-29 01:42:57,018 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@13b1fb39, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2438a265, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2a24358e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6371ae12, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7f05e976] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-09-29 01:42:57,090 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-29 01:42:57,092 INFO Refreshing org.springframework.context.support.GenericApplicationContext@1e4f5779: startup date [Thu Sep 29 01:42:57 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-29 01:42:57,142 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-29 01:42:57,242 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-29 01:43:01,934 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jvy6k163rzs3i|609638e8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jvy6k163rzs3i|609638e8, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testContextLoaded-1475106177147,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-29 01:43:01,937 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-29 01:43:02,307 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jvy6k163rzs3i|609638e8, dataSourceName -> 1hge14e9jvy6k163rzs3i|609638e8 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-29 01:43:02,465 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-29 01:43:02,468 INFO Began transaction (1) for test context [DefaultTestContext@7e730aaf testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@4a032d38, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5f14dce1 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@6c90a175]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-09-29 01:43:02,468 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-09-29 01:43:02,476 INFO Rolled back transaction for test context [DefaultTestContext@7e730aaf testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@4a032d38, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5f14dce1 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-09-29 01:43:02,477 INFO Closing org.springframework.context.support.GenericApplicationContext@1e4f5779: startup date [Thu Sep 29 01:42:57 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-09-29 01:43:02,539 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-29 01:43:02,540 INFO Refreshing org.springframework.context.support.GenericApplicationContext@5c3031be: startup date [Thu Sep 29 01:43:02 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-29 01:43:02,601 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-29 01:43:02,604 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-29 01:43:03,108 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jvy6k163rzs3i|7f123b15, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jvy6k163rzs3i|7f123b15, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testCreateExercise-1475106182603,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-29 01:43:03,135 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-29 01:43:03,470 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jvy6k163rzs3i|7f123b15, dataSourceName -> 1hge14e9jvy6k163rzs3i|7f123b15 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-29 01:43:03,625 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-29 01:43:03,627 INFO Began transaction (1) for test context [DefaultTestContext@7e730aaf testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@5dac6804, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5f14dce1 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@45f6e231]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-09-29 01:43:03,628 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-09-29 01:43:03,630 INFO Rolled back transaction for test context [DefaultTestContext@7e730aaf testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@5dac6804, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5f14dce1 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-09-29 01:43:03,630 INFO Closing org.springframework.context.support.GenericApplicationContext@5c3031be: startup date [Thu Sep 29 01:43:02 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.555 sec - in fr.onema.sispea.service.SispeaServiceContextTest Results : Tests run: 89, Failures: 0, Errors: 0, Skipped: 22 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ sispea-service --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/sispea-service-3.0-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ sispea-service >>> [INFO] [INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ sispea-service --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [INFO] 87 dependencies to check. [INFO] 87 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 235863ns [INFO] All dependencies are safe. [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ sispea-service --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ sispea-service <<< [INFO] [INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ sispea-service --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ sispea-service --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-pgp-passphrase) @ sispea-service --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-artifacts) @ sispea-service --- [INFO] Loaded <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect-artifacts.txt> [INFO] Copying sispea-service-3.0-SNAPSHOT.jar to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/sispea-service-3.0-SNAPSHOT.jar> [INFO] Copying THIRD-PARTY.properties to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/THIRD-PARTY.properties> [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-attachements) @ sispea-service --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ sispea-service --- [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ sispea-service --- [INFO] Used declared dependencies found: [INFO] fr.onema:sispea-util:jar:3.0-SNAPSHOT:compile [INFO] fr.onema:sispea-persist:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-utils:jar:3.0-rc-15:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-5:compile [INFO] net.sf.opencsv:opencsv:jar:2.3:compile [INFO] com.tutego:jrtf:jar:0.7:compile [INFO] org.hibernate:hibernate-core:jar:5.2.2.Final:compile [INFO] xml-apis:xml-apis:jar:2.0.2:compile [INFO] org.reflections:reflections:jar:0.9.10:compile [INFO] org.immutables:value:jar:2.2.12:compile [INFO] javax.mail:mail:jar:1.4.7:compile [INFO] javax.activation:activation:jar:1.1.1:compile [INFO] org.apache.velocity:velocity:jar:1.7:compile [INFO] org.apache.velocity:velocity-tools:jar:2.0:compile [INFO] org.springframework:spring-core:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-beans:jar:4.3.2.RELEASE:compile [INFO] org.springframework.ldap:spring-ldap-core:jar:2.1.0.RELEASE:compile [INFO] org.springframework:spring-context-support:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-context:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-tx:jar:4.3.2.RELEASE:compile [INFO] org.apache.commons:commons-lang3:jar:3.4:compile [INFO] org.apache.commons:commons-collections4:jar:4.1:compile [INFO] commons-digester:commons-digester:jar:2.1:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] com.google.guava:guava:jar:19.0:compile [INFO] com.google.code.gson:gson:jar:2.7:compile [INFO] jdom:jdom:jar:1.0:compile [INFO] org.nfunk:jep:jar:2.4.0:compile [INFO] jfree:jfreechart:jar:1.0.7:compile [INFO] junit:junit:jar:4.12:test [INFO] log4j:log4j:jar:1.2.17:compile [INFO] org.springframework:spring-test:jar:4.3.2.RELEASE:test [INFO] org.mockito:mockito-core:jar:1.10.19:test [INFO] commons-io:commons-io:jar:2.5:compile [INFO] org.apache.poi:poi:jar:3.14:compile [WARNING] Used undeclared dependencies found: [WARNING] com.google.code.findbugs:annotations:jar:2.0.1:compile [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 1 second [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SISPEA ............................................. SUCCESS [ 30.454 s] [INFO] SISPEA Configuration ............................... SUCCESS [ 21.181 s] [INFO] SISPEA Persistence Migration ....................... SUCCESS [ 15.694 s] [INFO] SISPEA Utils ....................................... SUCCESS [ 33.342 s] [INFO] SISPEA Persistence ................................. SUCCESS [ 29.558 s] [INFO] SISPEA Services .................................... FAILURE [14:49 min] [INFO] SISPEA web application ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18:13 min [INFO] Finished at: 2016-09-29T01:44:04+02:00 [INFO] Final Memory: 75M/635M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:332) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.MojoExecutionException: Dependency problems found at org.apache.maven.plugin.dependency.analyze.AbstractAnalyzeMojo.execute(AbstractAnalyzeMojo.java:260) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :sispea-service Sending e-mails to: sispea-build@list.forge.codelutin.com thimel@codelutin.com Started calculate disk usage of build Finished Calculation of disk usage of build in 1 second Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 2 second
http://ci.codelutin.com/jenkins/job/sispea-nightly/327/Changes: [bleny] Documente un ménage à prévoir dans la table "person" [Arnaud Thimel] [iso] Mise en place d'une redirection initSession -> my-home [Arnaud Thimel] refs #8507 On inclut pas inutilement la liste des exercices dans les [Arnaud Thimel] refs #8507 Utilisation du filtre 'translate' sur la recherche [Arnaud Thimel] Ajout de plus de tests avec erreurs [Arnaud Thimel] Utilisation nuiton-csv en snapshot [Arnaud Thimel] Récupération de tous les identifiant d'ouvrage [Arnaud Thimel] Récupération de toutes les erreurs d'import et ajout des erreurs dans le [Arnaud Thimel] Ajout dans l'ancien menu de l'import des dates dup sur ouvrage [Arnaud Thimel] Use last stable of nuiton-csv [Arnaud Thimel] [iso] refs #9032 Remplacement d'un import * [Arnaud Thimel] Introduit un service permettant de notifier les utilisateurs d'un [Arnaud Thimel] Introduit dans le référentiel une action permettant de notifier les [Arnaud Thimel] [iso] Utilise navigationService pour définir l'URL qui sera incluse dans [Arnaud Thimel] [iso] Factorisations dans ReferentialViewComponent [Arnaud Thimel] [ISO] refs #9385 Utilisation de PaginationParameterUtils.ALL [Arnaud Thimel] [iso] refs #9385 Utilisation de <entity>.getOrganism().getTerritory() [gaston] refs #9385 Déplacement dans des fichiers dédiés pour l'affichage de la ------------------------------------------ [...truncated 3107 lines...] 2016-09-30 01:46:23,774 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-30 01:46:24,024 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jxdmj501owe2ad|e65039e, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jxdmj501owe2ad|e65039e, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-ConsistencyCheckServiceTest-testIsInGoodFormatBoolean-1475192783773,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-30 01:46:24,030 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-30 01:46:24,296 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jxdmj501owe2ad|e65039e, dataSourceName -> 1hge14e9jxdmj501owe2ad|e65039e ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-30 01:46:24,432 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-30 01:46:24,434 INFO Closing org.springframework.context.support.GenericApplicationContext@3ece5071: startup date [Fri Sep 30 01:46:23 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.241 sec - in fr.onema.sispea.service.data.ConsistencyCheckServiceTest Running fr.onema.sispea.service.data.FormCalculateServiceTest 2016-09-30 01:46:24,438 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-09-30 01:46:24,439 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-09-30 01:46:24,439 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1eb87e9f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1ae79fc8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@61a9a9f1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@44fe645b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@196fb6dd] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-09-30 01:46:24,463 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-30 01:46:24,463 INFO Refreshing org.springframework.context.support.GenericApplicationContext@3f5073e7: startup date [Fri Sep 30 01:46:24 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-30 01:46:24,493 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-30 01:46:24,496 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-30 01:46:24,879 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jxdmj501owe2ad|185055c8, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jxdmj501owe2ad|185055c8, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testGetVariables-1475192784495,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-30 01:46:24,882 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-30 01:46:25,164 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jxdmj501owe2ad|185055c8, dataSourceName -> 1hge14e9jxdmj501owe2ad|185055c8 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-30 01:46:25,298 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-30 01:46:25,301 INFO Closing org.springframework.context.support.GenericApplicationContext@3f5073e7: startup date [Fri Sep 30 01:46:24 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-09-30 01:46:25,325 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-30 01:46:25,326 INFO Refreshing org.springframework.context.support.GenericApplicationContext@1b0bc7d0: startup date [Fri Sep 30 01:46:25 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-30 01:46:25,355 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-30 01:46:25,358 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-30 01:46:25,597 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jxdmj501owe2ad|704416ca, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jxdmj501owe2ad|704416ca, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testInterpret-1475192785357,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-30 01:46:25,599 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-30 01:46:25,865 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jxdmj501owe2ad|704416ca, dataSourceName -> 1hge14e9jxdmj501owe2ad|704416ca ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-30 01:46:26,000 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-30 01:46:26,006 INFO Closing org.springframework.context.support.GenericApplicationContext@1b0bc7d0: startup date [Fri Sep 30 01:46:25 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.571 sec - in fr.onema.sispea.service.data.FormCalculateServiceTest Running fr.onema.sispea.service.CalculateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in fr.onema.sispea.service.CalculateTest Running fr.onema.sispea.service.SispeaServiceContextTest 2016-09-30 01:46:26,020 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-09-30 01:46:26,021 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-09-30 01:46:26,021 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@45140389, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@585f6f28, org.springframework.test.context.support.DirtiesContextTestExecutionListener@aa75093, org.springframework.test.context.transaction.TransactionalTestExecutionListener@e7a46ad, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6b1704a0] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-09-30 01:46:26,045 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-30 01:46:26,045 INFO Refreshing org.springframework.context.support.GenericApplicationContext@489200c5: startup date [Fri Sep 30 01:46:26 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-30 01:46:26,076 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-30 01:46:26,079 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-30 01:46:26,379 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jxdmj501owe2ad|9f139b3, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jxdmj501owe2ad|9f139b3, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testContextLoaded-1475192786078,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-30 01:46:26,383 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-30 01:46:26,650 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jxdmj501owe2ad|9f139b3, dataSourceName -> 1hge14e9jxdmj501owe2ad|9f139b3 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-30 01:46:26,786 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-30 01:46:26,796 INFO Began transaction (1) for test context [DefaultTestContext@64881b8e testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@730ec89, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7cb46fa0 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@7d368f04]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-09-30 01:46:26,796 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-09-30 01:46:26,797 INFO Rolled back transaction for test context [DefaultTestContext@64881b8e testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@730ec89, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7cb46fa0 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-09-30 01:46:26,798 INFO Closing org.springframework.context.support.GenericApplicationContext@489200c5: startup date [Fri Sep 30 01:46:26 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-09-30 01:46:26,824 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-09-30 01:46:26,824 INFO Refreshing org.springframework.context.support.GenericApplicationContext@244ef949: startup date [Fri Sep 30 01:46:26 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-09-30 01:46:26,854 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-09-30 01:46:26,858 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-09-30 01:46:27,094 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jxdmj501owe2ad|70b5277, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jxdmj501owe2ad|70b5277, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testCreateExercise-1475192786856,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-09-30 01:46:27,096 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-09-30 01:46:27,367 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jxdmj501owe2ad|70b5277, dataSourceName -> 1hge14e9jxdmj501owe2ad|70b5277 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-09-30 01:46:27,509 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-09-30 01:46:27,511 INFO Began transaction (1) for test context [DefaultTestContext@64881b8e testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@71b4d9be, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7cb46fa0 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@71af021c]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-09-30 01:46:27,512 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-09-30 01:46:27,514 INFO Rolled back transaction for test context [DefaultTestContext@64881b8e testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@71b4d9be, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@7cb46fa0 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-09-30 01:46:27,514 INFO Closing org.springframework.context.support.GenericApplicationContext@244ef949: startup date [Fri Sep 30 01:46:26 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.496 sec - in fr.onema.sispea.service.SispeaServiceContextTest Results : Tests run: 91, Failures: 0, Errors: 0, Skipped: 24 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ sispea-service --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/sispea-service-3.0-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ sispea-service >>> [INFO] [INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ sispea-service --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [INFO] 87 dependencies to check. [INFO] 87 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 148539ns [INFO] All dependencies are safe. [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ sispea-service --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ sispea-service <<< [INFO] [INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ sispea-service --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ sispea-service --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-pgp-passphrase) @ sispea-service --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-artifacts) @ sispea-service --- [INFO] Loaded <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect-artifacts.txt> [INFO] Copying sispea-service-3.0-SNAPSHOT.jar to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/sispea-service-3.0-SNAPSHOT.jar> [INFO] Copying THIRD-PARTY.properties to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/THIRD-PARTY.properties> [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-attachements) @ sispea-service --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ sispea-service --- [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ sispea-service --- [INFO] Used declared dependencies found: [INFO] fr.onema:sispea-util:jar:3.0-SNAPSHOT:compile [INFO] fr.onema:sispea-persist:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-utils:jar:3.0-rc-15:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-6:compile [INFO] net.sf.opencsv:opencsv:jar:2.3:compile [INFO] com.tutego:jrtf:jar:0.7:compile [INFO] org.hibernate:hibernate-core:jar:5.2.2.Final:compile [INFO] xml-apis:xml-apis:jar:2.0.2:compile [INFO] org.reflections:reflections:jar:0.9.10:compile [INFO] org.immutables:value:jar:2.2.12:compile [INFO] javax.mail:mail:jar:1.4.7:compile [INFO] javax.activation:activation:jar:1.1.1:compile [INFO] org.apache.velocity:velocity:jar:1.7:compile [INFO] org.apache.velocity:velocity-tools:jar:2.0:compile [INFO] org.springframework:spring-core:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-beans:jar:4.3.2.RELEASE:compile [INFO] org.springframework.ldap:spring-ldap-core:jar:2.1.0.RELEASE:compile [INFO] org.springframework:spring-context-support:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-context:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-tx:jar:4.3.2.RELEASE:compile [INFO] org.apache.commons:commons-lang3:jar:3.4:compile [INFO] org.apache.commons:commons-collections4:jar:4.1:compile [INFO] commons-digester:commons-digester:jar:2.1:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] com.google.guava:guava:jar:19.0:compile [INFO] com.google.code.gson:gson:jar:2.7:compile [INFO] jdom:jdom:jar:1.0:compile [INFO] org.nfunk:jep:jar:2.4.0:compile [INFO] jfree:jfreechart:jar:1.0.7:compile [INFO] junit:junit:jar:4.12:test [INFO] log4j:log4j:jar:1.2.17:compile [INFO] org.springframework:spring-test:jar:4.3.2.RELEASE:test [INFO] org.mockito:mockito-core:jar:1.10.19:test [INFO] commons-io:commons-io:jar:2.5:compile [INFO] org.apache.poi:poi:jar:3.14:compile [WARNING] Used undeclared dependencies found: [WARNING] com.google.code.findbugs:annotations:jar:2.0.1:compile [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 3 second [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SISPEA ............................................. SUCCESS [ 48.257 s] [INFO] SISPEA Configuration ............................... SUCCESS [ 8.348 s] [INFO] SISPEA Persistence Migration ....................... SUCCESS [ 9.265 s] [INFO] SISPEA Utils ....................................... SUCCESS [ 21.621 s] [INFO] SISPEA Persistence ................................. SUCCESS [ 50.119 s] [INFO] SISPEA Services .................................... FAILURE [16:41 min] [INFO] SISPEA web application ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 21:16 min [INFO] Finished at: 2016-09-30T01:47:49+02:00 [INFO] Final Memory: 70M/532M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:332) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.MojoExecutionException: Dependency problems found at org.apache.maven.plugin.dependency.analyze.AbstractAnalyzeMojo.execute(AbstractAnalyzeMojo.java:260) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :sispea-service Sending e-mails to: sispea-build@list.forge.codelutin.com thimel@codelutin.com Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 2 second
http://ci.codelutin.com/jenkins/job/sispea-nightly/328/Changes: [Arnaud Thimel] fixes #10024 Affichage du nom correct du service sur l'écran d'analyse ------------------------------------------ [...truncated 3107 lines...] 2016-10-01 01:40:28,016 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jysymop11i544a|5dd8a11b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jysymop11i544a|5dd8a11b, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-ConsistencyCheckServiceTest-testIsInGoodFormatBoolean-1475278827284,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-01 01:40:28,061 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-01 01:40:28,611 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jysymop11i544a|5dd8a11b, dataSourceName -> 1hge14e9jysymop11i544a|5dd8a11b ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-01 01:40:29,939 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-10-01 01:40:32,017 INFO Closing org.springframework.context.support.GenericApplicationContext@4614aaaf: startup date [Sat Oct 01 01:40:27 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.399 sec - in fr.onema.sispea.service.data.ConsistencyCheckServiceTest Running fr.onema.sispea.service.data.FormCalculateServiceTest 2016-10-01 01:40:32,027 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-10-01 01:40:32,030 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-10-01 01:40:32,031 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3b76befe, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6f07d61f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3c48b234, org.springframework.test.context.transaction.TransactionalTestExecutionListener@48bb2669, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4634f0ce] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-10-01 01:40:32,081 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-10-01 01:40:32,081 INFO Refreshing org.springframework.context.support.GenericApplicationContext@17d27139: startup date [Sat Oct 01 01:40:32 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-10-01 01:40:32,113 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-10-01 01:40:32,116 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-10-01 01:40:40,397 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jysymop11i544a|7ce65dc2, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jysymop11i544a|7ce65dc2, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testGetVariables-1475278832115,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-01 01:40:40,413 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-01 01:40:41,147 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jysymop11i544a|7ce65dc2, dataSourceName -> 1hge14e9jysymop11i544a|7ce65dc2 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-01 01:40:41,369 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-10-01 01:40:41,388 INFO Closing org.springframework.context.support.GenericApplicationContext@17d27139: startup date [Sat Oct 01 01:40:32 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-10-01 01:40:41,477 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-10-01 01:40:41,480 INFO Refreshing org.springframework.context.support.GenericApplicationContext@637896ef: startup date [Sat Oct 01 01:40:41 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-10-01 01:40:41,527 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-10-01 01:40:41,531 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-10-01 01:40:41,800 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jysymop11i544a|365c8c53, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jysymop11i544a|365c8c53, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testInterpret-1475278841530,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-01 01:40:45,413 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-01 01:40:45,957 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jysymop11i544a|365c8c53, dataSourceName -> 1hge14e9jysymop11i544a|365c8c53 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-01 01:40:46,403 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-10-01 01:40:46,422 INFO Closing org.springframework.context.support.GenericApplicationContext@637896ef: startup date [Sat Oct 01 01:40:41 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.404 sec - in fr.onema.sispea.service.data.FormCalculateServiceTest Running fr.onema.sispea.service.CalculateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in fr.onema.sispea.service.CalculateTest Running fr.onema.sispea.service.SispeaServiceContextTest 2016-10-01 01:40:46,450 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-10-01 01:40:46,450 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-10-01 01:40:46,451 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4b8e45a8, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@680b37f9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6bf851be, org.springframework.test.context.transaction.TransactionalTestExecutionListener@81c4039, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3186e797] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-10-01 01:40:46,477 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-10-01 01:40:46,477 INFO Refreshing org.springframework.context.support.GenericApplicationContext@83aaa1: startup date [Sat Oct 01 01:40:46 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-10-01 01:40:46,513 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-10-01 01:40:46,518 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-10-01 01:40:48,558 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jysymop11i544a|10cba767, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jysymop11i544a|10cba767, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testContextLoaded-1475278846516,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-01 01:40:48,562 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-01 01:40:48,848 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jysymop11i544a|10cba767, dataSourceName -> 1hge14e9jysymop11i544a|10cba767 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-01 01:40:48,989 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-10-01 01:40:48,992 INFO Began transaction (1) for test context [DefaultTestContext@238c7dad testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@3dea5de5, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b7eacc1 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@1dc70127]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-10-01 01:40:48,993 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-10-01 01:40:48,994 INFO Rolled back transaction for test context [DefaultTestContext@238c7dad testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@3dea5de5, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b7eacc1 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-10-01 01:40:48,994 INFO Closing org.springframework.context.support.GenericApplicationContext@83aaa1: startup date [Sat Oct 01 01:40:46 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-10-01 01:40:49,020 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:843 [main] 2016-10-01 01:40:49,021 INFO Refreshing org.springframework.context.support.GenericApplicationContext@702cdd2e: startup date [Sat Oct 01 01:40:49 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-10-01 01:40:49,051 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2012 [main] 2016-10-01 01:40:49,054 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-10-01 01:40:49,346 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9jysymop11i544a|2df1f52d, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9jysymop11i544a|2df1f52d, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testCreateExercise-1475278849053,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-01 01:40:49,361 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-01 01:40:49,670 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9jysymop11i544a|2df1f52d, dataSourceName -> 1hge14e9jysymop11i544a|2df1f52d ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-01 01:40:49,818 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:244 [main] 2016-10-01 01:40:49,820 INFO Began transaction (1) for test context [DefaultTestContext@238c7dad testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@214dc8a0, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b7eacc1 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@fc685f0]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-10-01 01:40:49,820 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-10-01 01:40:49,822 INFO Rolled back transaction for test context [DefaultTestContext@238c7dad testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@214dc8a0, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3b7eacc1 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-10-01 01:40:49,822 INFO Closing org.springframework.context.support.GenericApplicationContext@702cdd2e: startup date [Sat Oct 01 01:40:49 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.371 sec - in fr.onema.sispea.service.SispeaServiceContextTest Results : Tests run: 91, Failures: 0, Errors: 0, Skipped: 24 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ sispea-service --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/sispea-service-3.0-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ sispea-service >>> [INFO] [INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ sispea-service --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [INFO] 87 dependencies to check. [INFO] 87 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 150289ns [INFO] All dependencies are safe. [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ sispea-service --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ sispea-service <<< [INFO] [INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ sispea-service --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ sispea-service --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-pgp-passphrase) @ sispea-service --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-artifacts) @ sispea-service --- [INFO] Loaded <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect-artifacts.txt> [INFO] Copying sispea-service-3.0-SNAPSHOT.jar to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/sispea-service-3.0-SNAPSHOT.jar> [INFO] Copying THIRD-PARTY.properties to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/THIRD-PARTY.properties> [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-attachements) @ sispea-service --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ sispea-service --- [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ sispea-service --- [INFO] Used declared dependencies found: [INFO] fr.onema:sispea-util:jar:3.0-SNAPSHOT:compile [INFO] fr.onema:sispea-persist:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-utils:jar:3.0-rc-15:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-6:compile [INFO] net.sf.opencsv:opencsv:jar:2.3:compile [INFO] com.tutego:jrtf:jar:0.7:compile [INFO] org.hibernate:hibernate-core:jar:5.2.2.Final:compile [INFO] xml-apis:xml-apis:jar:2.0.2:compile [INFO] org.reflections:reflections:jar:0.9.10:compile [INFO] org.immutables:value:jar:2.2.12:compile [INFO] javax.mail:mail:jar:1.4.7:compile [INFO] javax.activation:activation:jar:1.1.1:compile [INFO] org.apache.velocity:velocity:jar:1.7:compile [INFO] org.apache.velocity:velocity-tools:jar:2.0:compile [INFO] org.springframework:spring-core:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-beans:jar:4.3.2.RELEASE:compile [INFO] org.springframework.ldap:spring-ldap-core:jar:2.1.0.RELEASE:compile [INFO] org.springframework:spring-context-support:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-context:jar:4.3.2.RELEASE:compile [INFO] org.springframework:spring-tx:jar:4.3.2.RELEASE:compile [INFO] org.apache.commons:commons-lang3:jar:3.4:compile [INFO] org.apache.commons:commons-collections4:jar:4.1:compile [INFO] commons-digester:commons-digester:jar:2.1:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] com.google.guava:guava:jar:19.0:compile [INFO] com.google.code.gson:gson:jar:2.7:compile [INFO] jdom:jdom:jar:1.0:compile [INFO] org.nfunk:jep:jar:2.4.0:compile [INFO] jfree:jfreechart:jar:1.0.7:compile [INFO] junit:junit:jar:4.12:test [INFO] log4j:log4j:jar:1.2.17:compile [INFO] org.springframework:spring-test:jar:4.3.2.RELEASE:test [INFO] org.mockito:mockito-core:jar:1.10.19:test [INFO] commons-io:commons-io:jar:2.5:compile [INFO] org.apache.poi:poi:jar:3.14:compile [WARNING] Used undeclared dependencies found: [WARNING] com.google.code.findbugs:annotations:jar:2.0.1:compile [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 4 second Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 2 second [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SISPEA ............................................. SUCCESS [ 20.181 s] [INFO] SISPEA Configuration ............................... SUCCESS [ 9.384 s] [INFO] SISPEA Persistence Migration ....................... SUCCESS [ 19.156 s] [INFO] SISPEA Utils ....................................... SUCCESS [ 46.711 s] [INFO] SISPEA Persistence ................................. SUCCESS [ 51.313 s] [INFO] SISPEA Services .................................... FAILURE [12:44 min] [INFO] SISPEA web application ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:08 min [INFO] Finished at: 2016-10-01T01:41:57+02:00 [INFO] Final Memory: 84M/594M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:332) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.MojoExecutionException: Dependency problems found at org.apache.maven.plugin.dependency.analyze.AbstractAnalyzeMojo.execute(AbstractAnalyzeMojo.java:260) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :sispea-service Sending e-mails to: sispea-build@list.forge.codelutin.com channel stopped Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 3 second
http://ci.codelutin.com/jenkins/job/sispea-nightly/329/Changes: [Arnaud Thimel] fixes #10025 On évite de planter sur la collectivité n'existe pas sur [gaston] refs #8462 Accès aux DDT [gaston] refs #8462 Déplacement de collectivityUtils.js vers referentialUtils.js [gaston] refs #8462 Accès aux services d'une DDT [gaston] refs #8462 Renommage de DdtServiceSearchResult en [gaston] refs #8462 Renommage de DdtServicesModel en TerritoryServicesModel [gaston] refs #8462 Introduction de TerritoryUserSearchResult et [gaston] refs #8462 Ajout du lien vers la doc sur le cycle de vie des données [gaston] refs #8462 Accès aux utilisateurs d'une DDT [gaston] refs #8462 Accès aux départements (sans lien) d'une DDT [gaston] [iso] refs #8462 Utilisation de Optional<ExerciseId> dans [gaston] [iso] refs #8462 Utilisation de Optional<PersonId> dans [gaston] [iso] refs #8462 Utilisation de Optional<TerritoryId> dans [gaston] refs #8462 Prise en compte de l'exercice dans la recherche des services [gaston] refs #8462 Introduction de PAginationResult en retour des méthodes [gaston] refs #8462 Utilisation de la bonne méthode dans [gaston] [iso] refs #8462 Nettoyage de code [gaston] refs #8462 Réutilisation des méthodes existantes pour le calcul des [gaston] [iso] Mise à jour de nuiton-utils et utilisation des méthodes déplacées [gaston] refs #8462 Force le chargement des missions d'un spea dans la couche [gaston] refs #8462 Passage explicite des arguments au niveau du controlleur de [gaston] refs #8462 Utilisation de PaginationParameter.ALL [Arnaud Thimel] Montées de version : poi 3.14 -> 3.15 spring 4.3.2 -> 4.3.3 angular [gaston] refs #8462 Correction d'une NPE si une DDT n'a pas de date de mise à [gaston] refs #8462 On affiche pas la liste des départements d'une DDT [Arnaud Thimel] refs #8462 Redirection vers l'écran de DDT depuis la fiche du territoire [Arnaud Thimel] Amélioration de la redirection territoire service vers read-service [Arnaud Thimel] refs #9691 Mise à jour des liens IP/VP [Arnaud Thimel] refs #9691 Suppression de la VP.188 ------------------------------------------ [...truncated 3117 lines...] 2016-10-04 02:02:41,114 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-04 02:02:41,393 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9j133e70o9d0glp|767a85b9, dataSourceName -> 1hge14e9j133e70o9d0glp|767a85b9 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-04 02:02:41,536 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-10-04 02:02:41,539 INFO Closing org.springframework.context.support.GenericApplicationContext@8a736d6: startup date [Tue Oct 04 02:02:40 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.19 sec - in fr.onema.sispea.service.data.ConsistencyCheckServiceTest Running fr.onema.sispea.service.data.FormCalculateServiceTest 2016-10-04 02:02:41,543 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-10-04 02:02:41,544 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-10-04 02:02:41,544 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@bb95557, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1c56f1eb, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4ca43946, org.springframework.test.context.transaction.TransactionalTestExecutionListener@67ef81df, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@26bd6398] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-10-04 02:02:41,577 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-10-04 02:02:41,578 INFO Refreshing org.springframework.context.support.GenericApplicationContext@d4f070d: startup date [Tue Oct 04 02:02:41 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-10-04 02:02:41,611 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2170 [main] 2016-10-04 02:02:41,614 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-10-04 02:02:42,017 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9j133e70o9d0glp|4b56faf5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9j133e70o9d0glp|4b56faf5, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testGetVariables-1475539361613,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-04 02:02:42,019 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-04 02:02:42,343 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9j133e70o9d0glp|4b56faf5, dataSourceName -> 1hge14e9j133e70o9d0glp|4b56faf5 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-04 02:02:42,485 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-10-04 02:02:42,488 INFO Closing org.springframework.context.support.GenericApplicationContext@d4f070d: startup date [Tue Oct 04 02:02:41 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-10-04 02:02:42,513 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-10-04 02:02:42,513 INFO Refreshing org.springframework.context.support.GenericApplicationContext@16054fd0: startup date [Tue Oct 04 02:02:42 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-10-04 02:02:42,544 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2170 [main] 2016-10-04 02:02:42,547 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-10-04 02:02:42,789 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9j133e70o9d0glp|1d095404, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9j133e70o9d0glp|1d095404, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testInterpret-1475539362546,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-04 02:02:42,792 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-04 02:02:43,069 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9j133e70o9d0glp|1d095404, dataSourceName -> 1hge14e9j133e70o9d0glp|1d095404 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-04 02:02:43,210 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-10-04 02:02:43,217 INFO Closing org.springframework.context.support.GenericApplicationContext@16054fd0: startup date [Tue Oct 04 02:02:42 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.676 sec - in fr.onema.sispea.service.data.FormCalculateServiceTest Running fr.onema.sispea.service.CalculateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in fr.onema.sispea.service.CalculateTest Running fr.onema.sispea.service.SispeaServiceContextTest 2016-10-04 02:02:43,261 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-10-04 02:02:43,261 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-10-04 02:02:43,261 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4f0424e7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2fe6c80a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@18cf586e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5ea80a95, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@30e53ebb] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-10-04 02:02:43,286 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-10-04 02:02:43,286 INFO Refreshing org.springframework.context.support.GenericApplicationContext@295a0635: startup date [Tue Oct 04 02:02:43 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-10-04 02:02:43,316 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2170 [main] 2016-10-04 02:02:43,319 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-10-04 02:02:43,558 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9j133e70o9d0glp|621ce328, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9j133e70o9d0glp|621ce328, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testContextLoaded-1475539363318,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-04 02:02:43,560 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-04 02:02:43,832 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9j133e70o9d0glp|621ce328, dataSourceName -> 1hge14e9j133e70o9d0glp|621ce328 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-04 02:02:43,979 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-10-04 02:02:44,018 INFO Began transaction (1) for test context [DefaultTestContext@30520040 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@2d894516, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@10618b49 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@33ed7e6e]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-10-04 02:02:44,018 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-10-04 02:02:44,020 INFO Rolled back transaction for test context [DefaultTestContext@30520040 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@2d894516, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@10618b49 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-10-04 02:02:44,020 INFO Closing org.springframework.context.support.GenericApplicationContext@295a0635: startup date [Tue Oct 04 02:02:43 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-10-04 02:02:44,046 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-10-04 02:02:44,046 INFO Refreshing org.springframework.context.support.GenericApplicationContext@26d98766: startup date [Tue Oct 04 02:02:44 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-10-04 02:02:44,076 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2170 [main] 2016-10-04 02:02:44,080 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-10-04 02:02:44,348 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9j133e70o9d0glp|287bd38b, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9j133e70o9d0glp|287bd38b, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testCreateExercise-1475539364079,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-04 02:02:44,375 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-04 02:02:44,721 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9j133e70o9d0glp|287bd38b, dataSourceName -> 1hge14e9j133e70o9d0glp|287bd38b ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-04 02:02:44,894 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-10-04 02:02:44,896 INFO Began transaction (1) for test context [DefaultTestContext@30520040 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@2e018b95, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@10618b49 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@4f185dcc]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-10-04 02:02:44,896 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-10-04 02:02:44,899 INFO Rolled back transaction for test context [DefaultTestContext@30520040 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@2e018b95, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@10618b49 testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-10-04 02:02:44,899 INFO Closing org.springframework.context.support.GenericApplicationContext@26d98766: startup date [Tue Oct 04 02:02:44 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.641 sec - in fr.onema.sispea.service.SispeaServiceContextTest Results : Tests run: 91, Failures: 0, Errors: 0, Skipped: 24 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ sispea-service --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/sispea-service-3.0-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ sispea-service >>> [INFO] [INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ sispea-service --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [WARNING] Skip SNAPSHOT dependency : org.nuiton:nuiton-utils:3.0-20160930.215140-31 [INFO] 86 dependencies to check. [INFO] 86 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 225948ns [INFO] All dependencies are safe. [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ sispea-service --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ sispea-service <<< [INFO] [INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ sispea-service --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ sispea-service --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-pgp-passphrase) @ sispea-service --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-artifacts) @ sispea-service --- [INFO] Loaded <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect-artifacts.txt> [INFO] Copying sispea-service-3.0-SNAPSHOT.jar to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/sispea-service-3.0-SNAPSHOT.jar> [INFO] Copying THIRD-PARTY.properties to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/THIRD-PARTY.properties> [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-attachements) @ sispea-service --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ sispea-service --- [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ sispea-service --- [INFO] Used declared dependencies found: [INFO] fr.onema:sispea-util:jar:3.0-SNAPSHOT:compile [INFO] fr.onema:sispea-persist:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-utils:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-6:compile [INFO] net.sf.opencsv:opencsv:jar:2.3:compile [INFO] com.tutego:jrtf:jar:0.7:compile [INFO] org.hibernate:hibernate-core:jar:5.2.2.Final:compile [INFO] xml-apis:xml-apis:jar:2.0.2:compile [INFO] org.reflections:reflections:jar:0.9.10:compile [INFO] org.immutables:value:jar:2.3.2:compile [INFO] javax.mail:mail:jar:1.4.7:compile [INFO] javax.activation:activation:jar:1.1.1:compile [INFO] org.apache.velocity:velocity:jar:1.7:compile [INFO] org.apache.velocity:velocity-tools:jar:2.0:compile [INFO] org.springframework:spring-core:jar:4.3.3.RELEASE:compile [INFO] org.springframework:spring-beans:jar:4.3.3.RELEASE:compile [INFO] org.springframework.ldap:spring-ldap-core:jar:2.1.0.RELEASE:compile [INFO] org.springframework:spring-context-support:jar:4.3.3.RELEASE:compile [INFO] org.springframework:spring-context:jar:4.3.3.RELEASE:compile [INFO] org.springframework:spring-tx:jar:4.3.3.RELEASE:compile [INFO] org.apache.commons:commons-lang3:jar:3.4:compile [INFO] org.apache.commons:commons-collections4:jar:4.1:compile [INFO] commons-digester:commons-digester:jar:2.1:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] com.google.guava:guava:jar:19.0:compile [INFO] com.google.code.gson:gson:jar:2.7:compile [INFO] jdom:jdom:jar:1.0:compile [INFO] org.nfunk:jep:jar:2.4.0:compile [INFO] jfree:jfreechart:jar:1.0.7:compile [INFO] junit:junit:jar:4.12:test [INFO] log4j:log4j:jar:1.2.17:compile [INFO] org.springframework:spring-test:jar:4.3.3.RELEASE:test [INFO] org.mockito:mockito-core:jar:1.10.19:test [INFO] commons-io:commons-io:jar:2.5:compile [INFO] org.apache.poi:poi:jar:3.15:compile [WARNING] Used undeclared dependencies found: [WARNING] com.google.code.findbugs:annotations:jar:2.0.1:compile [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 2 second Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 5 second [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SISPEA ............................................. SUCCESS [ 40.010 s] [INFO] SISPEA Configuration ............................... SUCCESS [ 48.415 s] [INFO] SISPEA Persistence Migration ....................... SUCCESS [ 51.678 s] [INFO] SISPEA Utils ....................................... SUCCESS [ 43.097 s] [INFO] SISPEA Persistence ................................. SUCCESS [01:00 min] [INFO] SISPEA Services .................................... FAILURE [34:59 min] [INFO] SISPEA web application ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 40:13 min [INFO] Finished at: 2016-10-04T02:07:12+02:00 [INFO] Final Memory: 74M/623M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:332) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.MojoExecutionException: Dependency problems found at org.apache.maven.plugin.dependency.analyze.AbstractAnalyzeMojo.execute(AbstractAnalyzeMojo.java:260) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :sispea-service Sending e-mails to: sispea-build@list.forge.codelutin.com thimel@codelutin.com gaston@codelutin.com channel stopped Started calculate disk usage of build Finished Calculation of disk usage of build in 3 second Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 3 second
http://ci.codelutin.com/jenkins/job/sispea-nightly/330/Changes: [gaston] refs #8462 Utilisation d'un lien classique vers la DDT à partir de la [Arnaud Thimel] refs #9745 Écriture du script pour la suppression des mauvais liens [Arnaud Thimel] refs #9745 Introduction de la méthode Spea#getObsoleteYearOptional() [Arnaud Thimel] refs #9745 Introduction de la méthode [Arnaud Thimel] refs #9745 Introduction de la méthode [Arnaud Thimel] [iso] Ajoute une dépendance vers angular-local-storage [Arnaud Thimel] Introduit un composant fil d'Arianne [Arnaud Thimel] Permet de configurer la longueur du fil d'Arianne [Arnaud Thimel] [iso] Utilise des évènements pour alimenter le fil d'Arianne [Arnaud Thimel] Complète le fil d'Arianne au fur et à mesure de la navigation dans le [Arnaud Thimel] Évide la duplication dans le fil d'Arianne [Arnaud Thimel] Raffraîchit le fil d'Arianne même en mode single-page ------------------------------------------ [...truncated 3156 lines...] 2016-10-05 01:42:52,099 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-05 01:42:52,384 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9j14iqsz21qzloh|92c1c54, dataSourceName -> 1hge14e9j14iqsz21qzloh|92c1c54 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-05 01:42:52,534 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-10-05 01:42:52,553 INFO Closing org.springframework.context.support.GenericApplicationContext@29e9ab8f: startup date [Wed Oct 05 01:42:51 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.385 sec - in fr.onema.sispea.service.data.ConsistencyCheckServiceTest Running fr.onema.sispea.service.data.FormCalculateServiceTest 2016-10-05 01:42:52,572 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-10-05 01:42:52,573 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-10-05 01:42:52,573 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@558a3ec4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@133bae69, org.springframework.test.context.support.DirtiesContextTestExecutionListener@218a859b, org.springframework.test.context.transaction.TransactionalTestExecutionListener@34147d86, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@306c09de] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-10-05 01:42:52,656 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-10-05 01:42:52,657 INFO Refreshing org.springframework.context.support.GenericApplicationContext@7e6ab15c: startup date [Wed Oct 05 01:42:52 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-10-05 01:42:52,695 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2170 [main] 2016-10-05 01:42:52,699 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-10-05 01:42:53,089 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9j14iqsz21qzloh|290474e5, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9j14iqsz21qzloh|290474e5, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testGetVariables-1475624572698,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-05 01:42:53,095 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-05 01:42:53,426 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9j14iqsz21qzloh|290474e5, dataSourceName -> 1hge14e9j14iqsz21qzloh|290474e5 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-05 01:42:53,714 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-10-05 01:42:53,718 INFO Closing org.springframework.context.support.GenericApplicationContext@7e6ab15c: startup date [Wed Oct 05 01:42:52 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-10-05 01:42:53,746 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-10-05 01:42:53,747 INFO Refreshing org.springframework.context.support.GenericApplicationContext@f4c057f: startup date [Wed Oct 05 01:42:53 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-10-05 01:42:53,779 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2170 [main] 2016-10-05 01:42:53,783 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-10-05 01:42:56,089 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9j14iqsz21qzloh|3095170f, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9j14iqsz21qzloh|3095170f, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-FormCalculateServiceTest-testInterpret-1475624573781,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-05 01:42:56,097 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-05 01:42:56,468 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9j14iqsz21qzloh|3095170f, dataSourceName -> 1hge14e9j14iqsz21qzloh|3095170f ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-05 01:42:56,648 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-10-05 01:42:56,662 INFO Closing org.springframework.context.support.GenericApplicationContext@f4c057f: startup date [Wed Oct 05 01:42:53 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.093 sec - in fr.onema.sispea.service.data.FormCalculateServiceTest Running fr.onema.sispea.service.CalculateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in fr.onema.sispea.service.CalculateTest Running fr.onema.sispea.service.SispeaServiceContextTest 2016-10-05 01:42:56,739 INFO 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] - org.springframework.test.context.support.DefaultTestContextBootstrapper:260 [main] 2016-10-05 01:42:56,740 INFO Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext] - org.springframework.test.context.support.DefaultTestContextBootstrapper:209 [main] 2016-10-05 01:42:56,740 INFO Using TestExecutionListeners: [org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3892d07e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@14ff464f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3fb3369f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2939376a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7861313] - org.springframework.test.context.support.DefaultTestContextBootstrapper:187 [main] 2016-10-05 01:42:56,802 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-10-05 01:42:56,805 INFO Refreshing org.springframework.context.support.GenericApplicationContext@6925e092: startup date [Wed Oct 05 01:42:56 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-10-05 01:42:56,838 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2170 [main] 2016-10-05 01:42:56,842 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-10-05 01:42:57,184 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9j14iqsz21qzloh|4feed439, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9j14iqsz21qzloh|4feed439, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testContextLoaded-1475624576841,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-05 01:42:57,209 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-05 01:42:57,591 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9j14iqsz21qzloh|4feed439, dataSourceName -> 1hge14e9j14iqsz21qzloh|4feed439 ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-05 01:42:58,623 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-10-05 01:42:58,715 INFO Began transaction (1) for test context [DefaultTestContext@725a8e04 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@658680d6, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3ce036ee testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@6c0b4873]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-10-05 01:42:58,716 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-10-05 01:42:58,718 INFO Rolled back transaction for test context [DefaultTestContext@725a8e04 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@658680d6, testMethod = testContextLoaded@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3ce036ee testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-10-05 01:42:58,718 INFO Closing org.springframework.context.support.GenericApplicationContext@6925e092: startup date [Wed Oct 05 01:42:56 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] 2016-10-05 01:42:58,750 INFO Overriding bean definition for bean 'ldapService' with a different definition: replacing [Generic bean: class [fr.onema.sispea.service.ldap.LdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-services-context.xml]] with [Generic bean: class [fr.onema.sispea.service.MockLdapService]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [sispea-service-test-context.xml]] - org.springframework.beans.factory.support.DefaultListableBeanFactory:818 [main] 2016-10-05 01:42:58,750 INFO Refreshing org.springframework.context.support.GenericApplicationContext@518e04f9: startup date [Wed Oct 05 01:42:58 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:581 [main] 2016-10-05 01:42:58,781 INFO Loading configuration file (classpath) : <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/test-classes/sispea-service-test.conf> - org.nuiton.config.ApplicationConfig:2170 [main] 2016-10-05 01:42:58,785 INFO JSR-330 'javax.inject.Inject' annotation found and supported for autowiring - org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:155 [main] 2016-10-05 01:42:59,075 INFO Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1hge14e9j14iqsz21qzloh|57845dbd, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.h2.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1hge14e9j14iqsz21qzloh|57845dbd, idleConnectionTestPeriod -> 1800, initialPoolSize -> 3, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/surefire-workdir/test-SispeaServiceContextTest-testCreateExercise-1475624578784,> maxAdministrativeTaskTime -> 0, maxConnectionAge -> 1800, maxIdleTime -> 600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> SELECT * FROM EXERCISE, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> true, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ] - com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource:212 [main] 2016-10-05 01:42:59,081 INFO HHH000400: Using dialect: org.hibernate.dialect.H2Dialect - org.hibernate.dialect.Dialect:153 [main] 2016-10-05 01:42:59,374 INFO Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource[ identityToken -> 1hge14e9j14iqsz21qzloh|57845dbd, dataSourceName -> 1hge14e9j14iqsz21qzloh|57845dbd ]] of Hibernate SessionFactory for HibernateTransactionManager - org.springframework.orm.hibernate5.HibernateTransactionManager:357 [main] 2016-10-05 01:42:59,510 INFO No TaskScheduler/ScheduledExecutorService bean found for scheduled processing - org.springframework.scheduling.annotation.ScheduledAnnotationBeanPostProcessor:245 [main] 2016-10-05 01:42:59,513 INFO Began transaction (1) for test context [DefaultTestContext@725a8e04 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@35cd7758, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3ce036ee testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.hibernate5.HibernateTransactionManager@78c7953b]; rollback [true] - org.springframework.test.context.transaction.TransactionContext:101 [main] 2016-10-05 01:42:59,513 INFO HHH000397: Using ASTQueryTranslatorFactory - org.hibernate.hql.internal.QueryTranslatorFactoryInitiator:47 [main] 2016-10-05 01:42:59,515 INFO Rolled back transaction for test context [DefaultTestContext@725a8e04 testClass = SispeaServiceContextTest, testInstance = fr.onema.sispea.service.SispeaServiceContextTest@35cd7758, testMethod = testCreateExercise@SispeaServiceContextTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3ce036ee testClass = SispeaServiceContextTest, locations = '{classpath:sispea-service-test-context.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextCustomizers = set[[empty]], contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]. - org.springframework.test.context.transaction.TransactionContext:136 [main] 2016-10-05 01:42:59,515 INFO Closing org.springframework.context.support.GenericApplicationContext@518e04f9: startup date [Wed Oct 05 01:42:58 CEST 2016]; root of context hierarchy - org.springframework.context.support.GenericApplicationContext:982 [main] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.817 sec - in fr.onema.sispea.service.SispeaServiceContextTest Results : Tests run: 91, Failures: 0, Errors: 0, Skipped: 24 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ sispea-service --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-service/target/sispea-service-3.0-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ sispea-service >>> [INFO] [INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ sispea-service --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [WARNING] Skip SNAPSHOT dependency : org.nuiton:nuiton-utils:3.0-20160930.215140-31 [INFO] 86 dependencies to check. [INFO] 86 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 148826ns [INFO] All dependencies are safe. [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ sispea-service --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ sispea-service --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ sispea-service <<< [INFO] [INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ sispea-service --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ sispea-service --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ sispea-service --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-pgp-passphrase) @ sispea-service --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-artifacts) @ sispea-service --- [INFO] Loaded <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect-artifacts.txt> [INFO] Copying sispea-service-3.0-SNAPSHOT.jar to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/sispea-service-3.0-SNAPSHOT.jar> [INFO] Copying THIRD-PARTY.properties to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-service/THIRD-PARTY.properties> [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-attachements) @ sispea-service --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ sispea-service --- [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ sispea-service --- [INFO] Used declared dependencies found: [INFO] fr.onema:sispea-util:jar:3.0-SNAPSHOT:compile [INFO] fr.onema:sispea-persist:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-utils:jar:3.0-SNAPSHOT:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-6:compile [INFO] net.sf.opencsv:opencsv:jar:2.3:compile [INFO] com.tutego:jrtf:jar:0.7:compile [INFO] org.hibernate:hibernate-core:jar:5.2.2.Final:compile [INFO] xml-apis:xml-apis:jar:2.0.2:compile [INFO] org.reflections:reflections:jar:0.9.10:compile [INFO] org.immutables:value:jar:2.3.2:compile [INFO] javax.mail:mail:jar:1.4.7:compile [INFO] javax.activation:activation:jar:1.1.1:compile [INFO] org.apache.velocity:velocity:jar:1.7:compile [INFO] org.apache.velocity:velocity-tools:jar:2.0:compile [INFO] org.springframework:spring-core:jar:4.3.3.RELEASE:compile [INFO] org.springframework:spring-beans:jar:4.3.3.RELEASE:compile [INFO] org.springframework.ldap:spring-ldap-core:jar:2.1.0.RELEASE:compile [INFO] org.springframework:spring-context-support:jar:4.3.3.RELEASE:compile [INFO] org.springframework:spring-context:jar:4.3.3.RELEASE:compile [INFO] org.springframework:spring-tx:jar:4.3.3.RELEASE:compile [INFO] org.apache.commons:commons-lang3:jar:3.4:compile [INFO] org.apache.commons:commons-collections4:jar:4.1:compile [INFO] commons-digester:commons-digester:jar:2.1:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] com.google.guava:guava:jar:19.0:compile [INFO] com.google.code.gson:gson:jar:2.7:compile [INFO] jdom:jdom:jar:1.0:compile [INFO] org.nfunk:jep:jar:2.4.0:compile [INFO] jfree:jfreechart:jar:1.0.7:compile [INFO] junit:junit:jar:4.12:test [INFO] log4j:log4j:jar:1.2.17:compile [INFO] org.springframework:spring-test:jar:4.3.3.RELEASE:test [INFO] org.mockito:mockito-core:jar:1.10.19:test [INFO] commons-io:commons-io:jar:2.5:compile [INFO] org.apache.poi:poi:jar:3.15:compile [WARNING] Used undeclared dependencies found: [WARNING] com.google.code.findbugs:annotations:jar:2.0.1:compile [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 6 second Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 2 second [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SISPEA ............................................. SUCCESS [ 24.139 s] [INFO] SISPEA Configuration ............................... SUCCESS [ 15.633 s] [INFO] SISPEA Persistence Migration ....................... SUCCESS [ 24.146 s] [INFO] SISPEA Utils ....................................... SUCCESS [ 38.684 s] [INFO] SISPEA Persistence ................................. SUCCESS [01:08 min] [INFO] SISPEA Services .................................... FAILURE [14:39 min] [INFO] SISPEA web application ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18:44 min [INFO] Finished at: 2016-10-05T01:44:39+02:00 [INFO] Final Memory: 79M/624M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-service: Dependency problems found at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:332) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.MojoExecutionException: Dependency problems found at org.apache.maven.plugin.dependency.analyze.AbstractAnalyzeMojo.execute(AbstractAnalyzeMojo.java:260) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :sispea-service Sending e-mails to: sispea-build@list.forge.codelutin.com thimel@codelutin.com channel stopped Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 3 second
http://ci.codelutin.com/jenkins/job/sispea-nightly/331/Changes: [bleny] [iso] Ajoute com.google.code.findbugs en dépendance car c'est utilisé ------------------------------------------ [...truncated 457 lines...] [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ sispea-util --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ sispea-util --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ sispea-util --- [INFO] Exporting server [redmine-forge.codelutin.com] privateKey in ${redmine.apiKey} [INFO] [INFO] --- license-maven-plugin:1.8:update-project-license (attach-licenses) @ sispea-util --- [INFO] adding extra resolver file://<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/src/license> [INFO] Will create or update license file [sispea] to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/LICENSE.txt> [INFO] [INFO] --- license-maven-plugin:1.8:add-third-party (attach-licenses) @ sispea-util --- [INFO] Writing third-party file to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/target/generated-sources/license/THIRD-PARTY.txt> [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ sispea-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources [INFO] [INFO] --- license-maven-plugin:1.8:update-file-header (update-file-header) @ sispea-util --- [INFO] adding extra resolver file://<http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/src/license> [INFO] Will search files to update from root <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src> [INFO] Will search files to update from root <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/target/generated-sources> [INFO] Scan 23 files header done in 118.273ms. [INFO] * uptodate header on 22 files. * add header on 1 file. [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ sispea-util --- [INFO] Compiling 18 source files to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/target/classes> [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/constants/NumberUtils.java>:[19,23] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/file/SispeaZipUtils.java>:[17,23] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/message/MessageException.java>:[14,23] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/constants/NumberUtils.java>:[19,23] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/file/SispeaZipUtils.java>:[17,23] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/message/MessageException.java>:[14,23] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/constants/NumberUtils.java>:[19,23] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/file/SispeaZipUtils.java>:[17,23] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/message/MessageException.java>:[14,23] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/constants/NumberUtils.java>:[282,63] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/constants/NumberUtils.java>:[298,23] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/constants/NumberUtils.java>:[298,19] LegacySispeaException(java.lang.String) in fr.onema.sispea.LegacySispeaException has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/file/SispeaZipUtils.java>:[72,80] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/file/SispeaZipUtils.java>:[85,23] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/file/SispeaZipUtils.java>:[85,19] LegacySispeaException(java.lang.String,java.lang.Throwable) in fr.onema.sispea.LegacySispeaException has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/file/SispeaZipUtils.java>:[93,69] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/file/SispeaZipUtils.java>:[102,23] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/file/SispeaZipUtils.java>:[102,19] LegacySispeaException(java.lang.String,java.lang.Throwable) in fr.onema.sispea.LegacySispeaException has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/file/SispeaZipUtils.java>:[112,132] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/file/SispeaZipUtils.java>:[171,27] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/file/SispeaZipUtils.java>:[171,23] LegacySispeaException(java.lang.String,java.lang.Throwable) in fr.onema.sispea.LegacySispeaException has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/message/MessageException.java>:[20,39] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/message/MessageException.java>:[39,9] LegacySispeaException(java.lang.Throwable) in fr.onema.sispea.LegacySispeaException has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/message/MessageException.java>:[49,9] LegacySispeaException(java.lang.String,java.lang.Throwable) in fr.onema.sispea.LegacySispeaException has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/util/message/MessageException.java>:[57,9] LegacySispeaException(java.lang.String) in fr.onema.sispea.LegacySispeaException has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/SispeaInputException.java>:[22,43] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/SispeaInputException.java>:[52,9] LegacySispeaException(java.lang.String) in fr.onema.sispea.LegacySispeaException has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/SispeaInputException.java>:[61,9] LegacySispeaException(java.lang.String) in fr.onema.sispea.LegacySispeaException has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/WrappedLegacySispeaException.java>:[22,30] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/main/java/fr/onema/sispea/WrappedLegacySispeaException.java>:[26,42] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [INFO] [INFO] --- animal-sniffer-maven-plugin:1.15:check (default) @ sispea-util --- [INFO] Checking unresolved references to org.codehaus.mojo.signature:java18:1.0 [INFO] [INFO] --- jredmine-maven-plugin:1.9:generate-changes (jredmine-generate-changes) @ sispea-util --- [INFO] Skipping goal (skipGenerateChanges flag is on). [INFO] [INFO] --- maven-antrun-plugin:1.8:run (generate-surefire-workdir) @ sispea-util --- [INFO] Executing tasks main: [mkdir] Created dir: <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/target/surefire-workdir> [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ sispea-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ sispea-util --- [INFO] Compiling 1 source file to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/target/test-classes> [WARNING] <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/src/test/java/fr/onema/sispea/util/constants/NumberUtilsTest.java>:[24,60] fr.onema.sispea.LegacySispeaException in fr.onema.sispea has been deprecated [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ sispea-util --- [INFO] Surefire report directory: <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- Running fr.onema.sispea.util.constants.NumberUtilsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in fr.onema.sispea.util.constants.NumberUtilsTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ sispea-util --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/sispea-util/target/sispea-util-3.0-SNAPSHOT.jar> [INFO] [INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ sispea-util >>> [INFO] [INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ sispea-util --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository http://maven.nuiton.org/central-releases [INFO] 26 dependencies to check. [INFO] 26 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 32906ns [INFO] All dependencies are safe. [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ sispea-util --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ sispea-util --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ sispea-util --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ sispea-util --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ sispea-util --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ sispea-util --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ sispea-util --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ sispea-util --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ sispea-util --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ sispea-util --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ sispea-util --- [INFO] Skipping goal (runOnce flag is on and goal was already executed). [WARNING] Failed to getClass for org.apache.maven.plugins.source.SourceJarMojo [INFO] [INFO] <<< maven-source-plugin:3.0.0:jar (attach-sources) < generate-sources @ sispea-util <<< [INFO] [INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ sispea-util --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ sispea-util --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ sispea-util --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-pgp-passphrase) @ sispea-util --- [INFO] Exporting server [gpg-signer] username in ${gpg.keyname} [INFO] Exporting server [gpg-signer] password in ${gpg.passphrase} [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-artifacts) @ sispea-util --- [INFO] Loaded <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect-artifacts.txt> [INFO] Copying sispea-util-3.0-SNAPSHOT.jar to <http://ci.codelutin.com/jenkins/job/sispea-nightly/ws/target/collect/fr.onema--sispea-util/sispea-util-3.0-SNAPSHOT.jar> [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-attachements) @ sispea-util --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ sispea-util --- [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ sispea-util --- [INFO] Used declared dependencies found: [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] com.google.guava:guava:jar:19.0:compile [INFO] org.apache.commons:commons-lang3:jar:3.4:compile [INFO] commons-io:commons-io:jar:2.5:compile [INFO] org.immutables:value:jar:2.3.2:compile [INFO] junit:junit:jar:4.12:compile [WARNING] Unused declared dependencies found: [WARNING] com.google.code.findbugs:annotations:jar:2.0.1:compile [JENKINS] Archiving disabled Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] SISPEA ............................................. SUCCESS [ 11.405 s] [INFO] SISPEA Configuration ............................... SUCCESS [ 3.046 s] [INFO] SISPEA Persistence Migration ....................... SUCCESS [ 4.318 s] [INFO] SISPEA Utils ....................................... FAILURE [ 10.789 s] [INFO] SISPEA Persistence ................................. SKIPPED [INFO] SISPEA Services .................................... SKIPPED [INFO] SISPEA web application ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 35.210 s [INFO] Finished at: 2016-10-05T12:07:11+02:00 [INFO] Final Memory: 69M/469M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-util: Dependency problems found -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:analyze-only (analyze) on project sispea-util: Dependency problems found at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) at org.jvnet.hudson.maven3.launcher.Maven32Launcher.main(Maven32Launcher.java:132) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238) at jenkins.maven3.agent.Maven32Main.launch(Maven32Main.java:186) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:332) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.maven.plugin.MojoExecutionException: Dependency problems found at org.apache.maven.plugin.dependency.analyze.AbstractAnalyzeMojo.execute(AbstractAnalyzeMojo.java:260) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 31 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :sispea-util Sending e-mails to: sispea-build@list.forge.codelutin.com leny@codelutin.com channel stopped Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds
participants (1)
-
admin+ci-codelutin.com@codelutin.com