http://ci.codelutin.com/jenkins/job/echobase2-demo-latest/30/Changes: [Julien Ruchaud] Add missing for atlantos export [Julien Ruchaud] #8669 Fix conversion for the pagination [Julien Ruchaud] #8173 Add vocabulary table ------------------------------------------ [...truncated 3131 lines...] 21 Oct 2016 02:14:44 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion2_2{driverType=H2, version=2.2} 21 Oct 2016 02:14:44 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion3_902{driverType=H2, version=3.902} 21 Oct 2016 02:14:44 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion3_901{driverType=H2, version=3.901} 21 Oct 2016 02:14:44 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion3_911{driverType=H2, version=3.911} 21 Oct 2016 02:14:44 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion3_909{driverType=H2, version=3.909} 21 Oct 2016 02:14:44 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion3_900{driverType=H2, version=3.900} 21 Oct 2016 02:14:44 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion2_5_1{driverType=H2, version=2.5.1} 21 Oct 2016 02:14:44 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion3_905{driverType=H2, version=3.905} 21 Oct 2016 02:14:44 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion3_906{driverType=H2, version=3.906} 21 Oct 2016 02:14:44 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion2_6{driverType=H2, version=2.6} 21 Oct 2016 02:14:44 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion2_6_1{driverType=H2, version=2.6.1} 21 Oct 2016 02:14:44 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion2_7_2{driverType=H2, version=2.7.2} 21 Oct 2016 02:15:01 INFO [main] (TopiaMigrationEngine.java:582) detectDbVersion - detected database version: 3.910 21 Oct 2016 02:15:01 INFO [main] (TopiaMigrationEngine.java:341) runSchemaMigration - Starting Topia Migration Service - Application version : 3.911, Database version : 3.910 21 Oct 2016 02:15:01 INFO [main] (TopiaMigrationEngine.java:383) runSchemaMigration - Available versions: [2.2, 2.5.1, 2.6, 2.6.1, 2.7.2, 3.900, 3.901, 3.902, 3.903, 3.905, 3.906, 3.907, 3.908, 3.909, 3.910, 3.911] 21 Oct 2016 02:15:01 INFO [main] (TopiaMigrationEngine.java:406) runSchemaMigration - Versions to apply: [3.911] 21 Oct 2016 02:15:02 INFO [main] (AbstractTopiaMigrationCallback.java:117) doMigration - Start migration to version 3.911 21 Oct 2016 02:15:02 INFO [main] (AbstractTopiaMigrationCallback.java:178) executeSQL - Will execute 6 requests... 21 Oct 2016 02:15:02 INFO [main] (AbstractTopiaMigrationCallback.java:185) executeSQL - SQL TO EXECUTE : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- create table vocabularyciem (topiaId varchar(255) not null, topiaVersion bigint not null, topiaCreateDate timestamp, label varchar(255) not null, code varchar(255) not null); alter table vocabularyciem add constraint PK_VOCA primary key (topiaId); alter table vocabularyciem add constraint UK_VOCA_LABEL unique (label); alter table mission add column country varchar(255); -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- 21 Oct 2016 02:15:02 INFO [main] (AbstractTopiaMigrationCallback.java:210) executeSQL - 21 Oct 2016 02:15:02 INFO [main] (AbstractTopiaMigrationCallback.java:210) executeSQL - create table vocabularyciem (topiaId varchar(255) not null, topiaVersion bigint not null, topiaCreateDate timestamp, label varchar(255) not null, code varchar(255) not null); 21 Oct 2016 02:15:02 INFO [main] (AbstractTopiaMigrationCallback.java:210) executeSQL - alter table vocabularyciem add constraint PK_VOCA primary key (topiaId); 21 Oct 2016 02:15:02 INFO [main] (AbstractTopiaMigrationCallback.java:210) executeSQL - alter table vocabularyciem add constraint UK_VOCA_LABEL unique (label); 21 Oct 2016 02:15:02 INFO [main] (AbstractTopiaMigrationCallback.java:210) executeSQL - 21 Oct 2016 02:15:02 INFO [main] (AbstractTopiaMigrationCallback.java:210) executeSQL - alter table mission add column country varchar(255); 21 Oct 2016 02:15:02 INFO [main] (TopiaMigrationEngine.java:487) apply - Saving new database version: 3.911 21 Oct 2016 02:15:03 INFO [main] (EchoBaseUserTopiaApplicationContext.java:177) initInternalSpatialStates - spatialSupport: false 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_VOYAGE: fr.ifremer.echobase.entities.ImportLog#1477008903256#0.881685608527839 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_TRANSIT: fr.ifremer.echobase.entities.ImportLog#1477008903273#0.9376034320956539 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_TRANSECT: fr.ifremer.echobase.entities.ImportLog#1477008903300#0.8018457655658604 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata OPERATION: fr.ifremer.echobase.entities.ImportLog#1477008903332#0.6732176586992783 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata CATCHES: fr.ifremer.echobase.entities.ImportLog#1477008903450#0.8400310140125318 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata ACOUSTIC: fr.ifremer.echobase.entities.ImportLog#1477008903503#0.6736845309491848 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_VOYAGE: fr.ifremer.echobase.entities.ImportLog#1477008903549#0.0017902749789181494 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_ESDU: fr.ifremer.echobase.entities.ImportLog#1477008903574#0.9289222117828321 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_REGION: fr.ifremer.echobase.entities.ImportLog#1477008903610#0.1254386040571579 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_MAP_FISH: fr.ifremer.echobase.entities.ImportLog#1477008903639#0.6608931395482696 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_MAP_OTHER: fr.ifremer.echobase.entities.ImportLog#1477008903667#0.6248937323809843 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_ANCILLARY_INSTRUMENTATION: fr.ifremer.echobase.entities.ImportLog#1477008903689#0.5464963764493928 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_VOYAGE: fr.ifremer.echobase.entities.ImportLog#1477008903729#0.6637353873769524 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_TRANSIT: fr.ifremer.echobase.entities.ImportLog#1477008903750#0.9622888982506067 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_TRANSECT: fr.ifremer.echobase.entities.ImportLog#1477008903785#0.005255670726513562 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata MOORING_COMMONS: fr.ifremer.echobase.entities.ImportLog#1477008903807#0.4266274518484887 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata MOORING_ACOUSTIC: fr.ifremer.echobase.entities.ImportLog#1477008903860#0.9154045989892516 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata MOORING_ANCILLARY_INSTRUMENTATION: fr.ifremer.echobase.entities.ImportLog#1477008903883#0.7083666163181874 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_MOORING: fr.ifremer.echobase.entities.ImportLog#1477008903898#0.19019959824101806 21 Oct 2016 02:15:03 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_MOORING_ESDU: fr.ifremer.echobase.entities.ImportLog#1477008903922#0.026585941609701957 21 Oct 2016 02:15:03 INFO [main] (RemoveDataService.java:162) removeImport - Nb steps for importLog fr.ifremer.echobase.entities.ImportLog#1477008903807#0.4266274518484887: 1 21 Oct 2016 02:15:04 INFO [main] (RemoveDataService.java:265) removeObsoleteImportLogs - Will remove obsolete importLog MOORING_ACOUSTIC: fr.ifremer.echobase.entities.ImportLog#1477008903860#0.9154045989892516 21 Oct 2016 02:15:04 INFO [main] (RemoveDataService.java:265) removeObsoleteImportLogs - Will remove obsolete importLog MOORING_ANCILLARY_INSTRUMENTATION: fr.ifremer.echobase.entities.ImportLog#1477008903883#0.7083666163181874 21 Oct 2016 02:15:04 INFO [main] (RemoveDataService.java:265) removeObsoleteImportLogs - Will remove obsolete importLog RESULT_MOORING: fr.ifremer.echobase.entities.ImportLog#1477008903898#0.19019959824101806 21 Oct 2016 02:15:04 INFO [main] (RemoveDataService.java:265) removeObsoleteImportLogs - Will remove obsolete importLog RESULT_MOORING_ESDU: fr.ifremer.echobase.entities.ImportLog#1477008903922#0.026585941609701957 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.849 sec - in fr.ifremer.echobase.ui.actions.removedata.MooringRemoveDataServiceTest Results : Tests in error: DecoratorServiceTest.getDecoratorForReferences:55 » NullPointer Could not find... Tests run: 42, Failures: 0, Errors: 1, Skipped: 4 [ERROR] There are test failures. Please refer to <http://ci.codelutin.com/jenkins/job/echobase2-demo-latest/ws/echobase-services/target/surefire-reports> for the individual test results. [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ echobase-services --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/echobase2-demo-latest/ws/echobase-services/target/echobase-services-4.0-rev6b64d24.jar> [INFO] [INFO] >>> maven-source-plugin:3.0.0:jar (attach-sources) > generate-sources @ echobase-services >>> [INFO] [INFO] --- helper-maven-plugin:2.3.2:check-auto-container (check-central-safe) @ echobase-services --- [INFO] Will use repository http://repo1.maven.org/maven2/ [INFO] Will use repository https://nexus.nuiton.org/nexus/content/repositories/central-releases [INFO] Will use repository https://nexus.nuiton.org/nexus/content/repositories/other-releases [INFO] 82 dependencies to check. [INFO] 82 artifact(s) resolved by repository http://repo1.maven.org/maven2/ in 98100ns [INFO] All dependencies are safe. [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-project-files) @ echobase-services --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-platform) @ echobase-services --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-projectId) @ echobase-services --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-ciViewId) @ echobase-services --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-javaVersion) @ echobase-services --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureArtifactId) @ echobase-services --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-signatureVersion) @ echobase-services --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java-versions) @ echobase-services --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ echobase-services --- [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ echobase-services --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-redmine-login) @ echobase-services --- [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 @ echobase-services <<< [INFO] [INFO] --- maven-source-plugin:3.0.0:jar (attach-sources) @ echobase-services --- [INFO] Skipping source per configuration. [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ echobase-services --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ echobase-services --- [INFO] [INFO] --- helper-maven-plugin:2.3.2:share-server-secret (get-pgp-passphrase) @ echobase-services --- [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) @ echobase-services --- [INFO] Loaded <http://ci.codelutin.com/jenkins/job/echobase2-demo-latest/ws/target/collect-artifacts.txt> [INFO] Copying echobase-services-4.0-rev6b64d24.jar to <http://ci.codelutin.com/jenkins/job/echobase2-demo-latest/ws/target/collect/fr.ifremer.echobase--echobase-services/echobase-services-4.0-rev6b64d24.jar> [INFO] Copying THIRD-PARTY.properties to <http://ci.codelutin.com/jenkins/job/echobase2-demo-latest/ws/target/collect/fr.ifremer.echobase--echobase-services/THIRD-PARTY.properties> [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-build-attachements) @ echobase-services --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- helper-maven-plugin:2.3.2:collect-files (collect-deploy-files) @ echobase-services --- [WARNING] Skipping goal (No file to collect). [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ echobase-services --- [INFO] [INFO] --- maven-dependency-plugin:2.10:analyze-only (analyze) @ echobase-services --- [INFO] Used declared dependencies found: [INFO] fr.ifremer.echobase:echobase-domain:jar:4.0-rev6b64d24:compile [INFO] fr.ifremer.coser:coser-business:jar:1.5.6:compile [INFO] javax.inject:javax.inject:jar:1:compile [INFO] org.nuiton:nuiton-utils:jar:3.0-rc-12:compile [INFO] org.nuiton:nuiton-csv:jar:3.0-rc-5:compile [INFO] org.nuiton:nuiton-decorator:jar:3.0:compile [INFO] org.nuiton.i18n:nuiton-i18n:jar:3.4.1:compile [INFO] org.apache.commons:commons-lang3:jar:3.4:compile [INFO] commons-logging:commons-logging:jar:1.2:compile [INFO] commons-configuration:commons-configuration:jar:1.10:compile [INFO] org.apache.commons:commons-collections4:jar:4.1:compile [INFO] org.apache.commons:commons-exec:jar:1.3:compile [INFO] commons-io:commons-io:jar:2.5:compile [INFO] org.apache.httpcomponents:httpcore:jar:4.4.4:compile [INFO] org.apache.httpcomponents:httpclient:jar:4.5.2:compile [INFO] com.google.guava:guava:jar:19.0:compile [INFO] com.google.code.gson:gson:jar:2.6.2:compile [INFO] org.nuiton.topia:topia-persistence:jar:3.1.1:compile [INFO] org.nuiton.topia:topia-service-csv:jar:3.1.1:compile [INFO] org.hibernate:hibernate-core:jar:4.3.11.Final:compile [INFO] junit:junit:jar:4.12:test [WARNING] Used undeclared dependencies found: [WARNING] commons-lang:commons-lang:jar:2.6:compile [JENKINS] Archiving disabled 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 3 second [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] EchoBase ........................................... SUCCESS [ 19.796 s] [INFO] EchoBase :: Domain ................................. SUCCESS [ 43.611 s] [INFO] EchoBase :: Services ............................... FAILURE [25:11 min] [INFO] EchoBase :: UI ..................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 27:31 min [INFO] Finished at: 2016-10-21T02:16:58+02:00 [INFO] Final Memory: 101M/495M [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 echobase-services: 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 echobase-services: 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.Maven33Launcher.main(Maven33Launcher.java:129) 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.Maven33Main.launch(Maven33Main.java:176) 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:133) at hudson.maven.Maven3Builder.call(Maven3Builder.java:68) 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 :echobase-services Sending e-mails to: echobase-build@list.forge.codelutin.com ruchaud@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 7 second