See <http://ci.codelutin.com/jenkins/job/coselmar-ci/143/> ------------------------------------------ [...truncated 165 lines...] Feb 15, 2016 11:52:24 AM org.hibernate.cfg.Configuration addResource INFO: HHH000221: Reading mappings from resource: fr/ifremer/coselmar/persistence/entity/CoselmarUserGroupImpl.hbm.xml Feb 15, 2016 11:52:24 AM org.hibernate.cfg.Configuration addClass INFO: HHH000221: Reading mappings from resource: fr/ifremer/coselmar/persistence/entity/DocumentImpl.hbm.xml Feb 15, 2016 11:52:24 AM org.hibernate.cfg.Configuration addResource INFO: HHH000221: Reading mappings from resource: fr/ifremer/coselmar/persistence/entity/DocumentImpl.hbm.xml Feb 15, 2016 11:52:24 AM org.hibernate.cfg.Configuration addClass INFO: HHH000221: Reading mappings from resource: fr/ifremer/coselmar/persistence/entity/QuestionImpl.hbm.xml Feb 15, 2016 11:52:24 AM org.hibernate.cfg.Configuration addResource INFO: HHH000221: Reading mappings from resource: fr/ifremer/coselmar/persistence/entity/QuestionImpl.hbm.xml Feb 15, 2016 11:52:24 AM org.nuiton.topia.persistence.internal.HibernateProvider newHibernateConfiguration INFO: will start hibernate with configuration {hibernate.c3p0.timeout=1800, hibernate.use_sql_comments=true, hibernate.connection.driver_class=org.h2.Driver, hibernate.c3p0.max_statements=50, hibernate.c3p0.max_size=20, hibernate.dialect=org.hibernate.dialect.H2Dialect, hibernate.format_sql=true, hibernate.c3p0.min_size=5, hibernate.ejb.naming_strategy=org.hibernate.cfg.ImprovedNamingStrategy, hibernate.connection.username=sa, hibernate.connection.url=jdbc:h2:<http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-persistence/target/surefire-workdir/20884387889049274/fr.ifremer.DocumentDaoTest/testQuestionDocumentDelete/h2,> hibernate.connection.password=} Feb 15, 2016 11:52:25 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure INFO: HHH010002: C3P0 using driver: org.h2.Driver at URL: jdbc:h2:<http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-persistence/target/surefire-workdir/20884387889049274/fr.ifremer.DocumentDaoTest/testQuestionDocumentDelete/h2> Feb 15, 2016 11:52:25 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure INFO: HHH000046: Connection properties: {user=sa, password=****} Feb 15, 2016 11:52:25 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure INFO: HHH000006: Autocommit mode: false Feb 15, 2016 11:52:25 AM com.mchange.v2.log.MLog <clinit> INFO: MLog clients using java 1.4+ standard logging. Feb 15, 2016 11:52:25 AM com.mchange.v2.c3p0.C3P0Registry banner INFO: Initializing c3p0-0.9.2.1 [built 20-March-2013 10:47:27 +0000; debug? true; trace: 10] Feb 15, 2016 11:52:25 AM org.hibernate.dialect.Dialect <init> INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect Feb 15, 2016 11:52:25 AM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@491ca28e [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@3df67fb3 [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge14e9e1rf0rj61vwn7uo|367ffa75, idleConnectionTestPeriod -> 0, initialPoolSize -> 5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 1800, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 50, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@8fa5ed37 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 1hge14e9e1rf0rj61vwn7uo|4c583ecf, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-persistence/target/surefire-workdir/20884387889049274/fr.ifremer.DocumentDaoTest/testQuestionDocumentDelete/h2,> properties -> {user=******, password=******} ], preferredTestQuery -> null, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 1hge14e9e1rf0rj61vwn7uo|2362f559, numHelperThreads -> 3 ] Feb 15, 2016 11:52:25 AM org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata INFO: HHH000262: Table not found: coselmarUser Feb 15, 2016 11:52:25 AM org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata INFO: HHH000262: Table not found: coselmarUserGroup Feb 15, 2016 11:52:25 AM org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata INFO: HHH000262: Table not found: question Feb 15, 2016 11:52:25 AM org.hibernate.tool.hbm2ddl.DatabaseMetadata getTableMetadata INFO: HHH000262: Table not found: document Feb 15, 2016 11:52:25 AM org.nuiton.topia.persistence.internal.AbstractTopiaApplicationContext initSchema INFO: schema is empty, will create Feb 15, 2016 11:52:25 AM org.hibernate.dialect.Dialect <init> INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect Feb 15, 2016 11:52:25 AM org.hibernate.tool.hbm2ddl.SchemaExport execute INFO: HHH000227: Running hbm2ddl schema export Feb 15, 2016 11:52:25 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure INFO: HHH010002: C3P0 using driver: org.h2.Driver at URL: jdbc:h2:<http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-persistence/target/surefire-workdir/20884387889049274/fr.ifremer.DocumentDaoTest/testQuestionDocumentDelete/h2> Feb 15, 2016 11:52:25 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure INFO: HHH000046: Connection properties: {user=sa, password=****} Feb 15, 2016 11:52:25 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure INFO: HHH000006: Autocommit mode: false Feb 15, 2016 11:52:25 AM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@eee61eb9 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@230239e0 [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge14e9e1rf0rj61vwn7uo|6f46426d, idleConnectionTestPeriod -> 0, initialPoolSize -> 5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 1800, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 50, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@8c032837 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 1hge14e9e1rf0rj61vwn7uo|3c73951, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-persistence/target/surefire-workdir/20884387889049274/fr.ifremer.DocumentDaoTest/testQuestionDocumentDelete/h2,> properties -> {user=******, password=******} ], preferredTestQuery -> null, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 1hge14e9e1rf0rj61vwn7uo|49c7b90e, numHelperThreads -> 3 ] Feb 15, 2016 11:52:25 AM org.hibernate.tool.hbm2ddl.SchemaExport execute INFO: HHH000230: Schema export complete Feb 15, 2016 11:52:25 AM org.nuiton.topia.persistence.internal.AbstractTopiaApplicationContext initSchema INFO: schema created, no migration service provided Feb 15, 2016 11:52:25 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure INFO: HHH010002: C3P0 using driver: org.h2.Driver at URL: jdbc:h2:<http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-persistence/target/surefire-workdir/20884387889049274/fr.ifremer.DocumentDaoTest/testQuestionDocumentDelete/h2> Feb 15, 2016 11:52:25 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure INFO: HHH000046: Connection properties: {user=sa, password=****} Feb 15, 2016 11:52:25 AM org.hibernate.c3p0.internal.C3P0ConnectionProvider configure INFO: HHH000006: Autocommit mode: false Feb 15, 2016 11:52:25 AM com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@faa211e5 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@569d774d [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge14e9e1rf0rj61vwn7uo|f0da945, idleConnectionTestPeriod -> 0, initialPoolSize -> 5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 1800, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 50, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@745e5842 [ description -> null, driverClass -> null, factoryClassLocation -> null, identityToken -> 1hge14e9e1rf0rj61vwn7uo|194bcebf, jdbcUrl -> jdbc:h2:<http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-persistence/target/surefire-workdir/20884387889049274/fr.ifremer.DocumentDaoTest/testQuestionDocumentDelete/h2,> properties -> {user=******, password=******} ], preferredTestQuery -> null, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, factoryClassLocation -> null, identityToken -> 1hge14e9e1rf0rj61vwn7uo|ffaa6af, numHelperThreads -> 3 ] Feb 15, 2016 11:52:25 AM org.hibernate.dialect.Dialect <init> INFO: HHH000400: Using dialect: org.hibernate.dialect.H2Dialect Feb 15, 2016 11:52:25 AM org.hibernate.engine.jdbc.internal.LobCreatorBuilder useContextualLobCreation INFO: HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException Feb 15, 2016 11:52:25 AM org.hibernate.engine.transaction.internal.TransactionFactoryInitiator initiateService INFO: HHH000399: Using default transaction strategy (direct JDBC transactions) Feb 15, 2016 11:52:25 AM org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory <init> INFO: HHH000397: Using ASTQueryTranslatorFactory Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.027 sec - in fr.ifremer.DocumentDaoTest Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ coselmar-persistence --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-persistence/target/coselmar-persistence-1.1-SNAPSHOT.jar> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ coselmar-persistence --- [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 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Coselmar :: Rest Services 1.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/nuit... [INFO] Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/nuiton/nuiton-cs... [INFO] Downloading: https://nexus.nuiton.org/nexus/content/groups/coselmar-group/org/nuiton/nuit... [INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/nuit... (2 KB at 3.6 KB/sec) [INFO] Downloaded: https://nexus.nuiton.org/nexus/content/groups/coselmar-group/org/nuiton/nuit... (2 KB at 1.1 KB/sec) [INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/nuit... [INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/nuit... (6 KB at 115.3 KB/sec) [INFO] Downloading: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/nuit... [INFO] Downloaded: http://nexus.nuiton.org/nexus/content/repositories/snapshots/org/nuiton/nuit... (71 KB at 686.6 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ coselmar-rest --- [INFO] Deleting <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/target> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-versions) @ coselmar-rest --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-project-files) @ coselmar-rest --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-site-deploy-classifier) @ coselmar-rest --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-platform) @ coselmar-rest --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-projectId) @ coselmar-rest --- [INFO] [INFO] >>> i18n-maven-plugin:3.3:bundle (default) > :collect-i18n-artifacts @ coselmar-rest >>> [INFO] [INFO] --- i18n-maven-plugin:3.3:collect-i18n-artifacts (collect-i18n-artifacts) @ coselmar-rest --- [INFO] collected 4 i18n artifacts for locale fr_FR stored in <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/target/i18n/collect-coselmar-rest-i18n_fr_FR.properties> [INFO] collected 4 i18n artifacts for locale en_GB stored in <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/target/i18n/collect-coselmar-rest-i18n_en_GB.properties> [INFO] [INFO] <<< i18n-maven-plugin:3.3:bundle (default) < :collect-i18n-artifacts @ coselmar-rest <<< [INFO] [INFO] --- i18n-maven-plugin:3.3:bundle (default) @ coselmar-rest --- [WARNING] bundle fr_FR contains 2/61 empty entries! (use -Di18n.showEmpty to see these entries) [WARNING] bundle en_GB contains 2/61 empty entries! (use -Di18n.showEmpty to see these entries) [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ coselmar-rest --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ coselmar-rest --- [INFO] Compiling 44 source files to <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/target/classes> [INFO] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/converter/DateConverter.java>: Some input files use unchecked or unsafe operations. [INFO] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/converter/DateConverter.java>: Recompile with -Xlint:unchecked for details. [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] bootstrap class path not set in conjunction with -source 1.7 [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/UsersWebService.java>:[81,37] checkAuthentication(java.lang.String) in fr.ifremer.coselmar.services.CoselmarWebServiceSupport has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/UsersWebService.java>:[117,37] checkAuthentication(java.lang.String) in fr.ifremer.coselmar.services.CoselmarWebServiceSupport has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/UsersWebService.java>:[208,37] checkAuthentication(java.lang.String) in fr.ifremer.coselmar.services.CoselmarWebServiceSupport has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/UsersWebService.java>:[266,37] checkAuthentication(java.lang.String) in fr.ifremer.coselmar.services.CoselmarWebServiceSupport has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/UsersWebService.java>:[400,37] checkAuthentication(java.lang.String) in fr.ifremer.coselmar.services.CoselmarWebServiceSupport has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/DocumentsWebService.java>:[235,37] checkAuthentication(java.lang.String) in fr.ifremer.coselmar.services.CoselmarWebServiceSupport has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/indexation/LuceneUtils.java>:[49,84] LUCENE_4_10_2 in org.apache.lucene.util.Version has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/AdminWebService.java>:[59,37] checkAuthentication(java.lang.String) in fr.ifremer.coselmar.services.CoselmarWebServiceSupport has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/CoselmarServicesApplicationContext.java>:[73,79] CoselmarTopiaApplicationContext(java.util.Map<java.lang.String,java.lang.String>) in fr.ifremer.coselmar.persistence.CoselmarTopiaApplicationContext has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java>:[91,37] checkAuthentication(java.lang.String) in fr.ifremer.coselmar.services.CoselmarWebServiceSupport has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java>:[309,37] checkAuthentication(java.lang.String) in fr.ifremer.coselmar.services.CoselmarWebServiceSupport has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java>:[450,37] checkAuthentication(java.lang.String) in fr.ifremer.coselmar.services.CoselmarWebServiceSupport has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java>:[513,37] checkAuthentication(java.lang.String) in fr.ifremer.coselmar.services.CoselmarWebServiceSupport has been deprecated [INFO] 14 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java>:[71,22] cannot find symbol symbol: class Exporter location: package org.nuiton.csv [ERROR] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java>:[843,28] cannot find symbol symbol: variable Exporter location: class fr.ifremer.coselmar.services.v1.QuestionsWebService [INFO] 2 errors [INFO] ------------------------------------------------------------- [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 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Coselmar ........................................... SUCCESS [ 1.841 s] [INFO] Coselmar :: Persistence ............................ SUCCESS [ 8.798 s] [INFO] Coselmar :: Rest Services .......................... FAILURE [ 3.764 s] [INFO] Coselmar :: UI ..................................... SKIPPED [INFO] Coselmar :: Bundle ................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17.586 s [INFO] Finished at: 2016-02-15T11:52:32+01:00 [INFO] Final Memory: 51M/459M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project coselmar-rest: Compilation failure: Compilation failure: [ERROR] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java>:[71,22] cannot find symbol [ERROR] symbol: class Exporter [ERROR] location: package org.nuiton.csv [ERROR] <http://ci.codelutin.com/jenkins/job/coselmar-ci/ws/coselmar-rest/src/main/java/fr/ifremer/coselmar/services/v1/QuestionsWebService.java>:[843,28] cannot find symbol [ERROR] symbol: variable Exporter [ERROR] location: class fr.ifremer.coselmar.services.v1.QuestionsWebService [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project coselmar-rest: Compilation failure at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) 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:497) 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:497) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:120) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) 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.compiler.CompilationFailureException: Compilation failure at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:909) at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:129) 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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :coselmar-rest Sending e-mails to: coselmar-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 0 seconds