http://ci.codelutin.com/jenkins/job/echobase-demo-latest/58/Changes: [Julien Ruchaud] Export biotic export for atlantos ------------------------------------------ [...truncated 3205 lines...] 25 Oct 2016 00:21:03 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion3_900{driverType=H2, version=3.900} 25 Oct 2016 00:21:03 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion2_2{driverType=H2, version=2.2} 25 Oct 2016 00:21:03 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion3_910{driverType=H2, version=3.910} 25 Oct 2016 00:21:03 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion3_908{driverType=H2, version=3.908} 25 Oct 2016 00:21:03 INFO [main] (EchoBaseMigrationCallBackResolver.java:70) <init> - Detects migration WorkingDbMigrationCallBackForVersion3_911{driverType=H2, version=3.911} 25 Oct 2016 00:21:04 INFO [main] (TopiaMigrationEngine.java:582) detectDbVersion - detected database version: 3.910 25 Oct 2016 00:21:04 INFO [main] (TopiaMigrationEngine.java:341) runSchemaMigration - Starting Topia Migration Service - Application version : 3.911, Database version : 3.910 25 Oct 2016 00:21:04 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] 25 Oct 2016 00:21:04 INFO [main] (TopiaMigrationEngine.java:406) runSchemaMigration - Versions to apply: [3.911] 25 Oct 2016 00:21:04 INFO [main] (AbstractTopiaMigrationCallback.java:117) doMigration - Start migration to version 3.911 25 Oct 2016 00:21:04 INFO [main] (AbstractTopiaMigrationCallback.java:178) executeSQL - Will execute 7 requests... 25 Oct 2016 00:21:04 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); alter table species add column wormscode varchar(255); -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- 25 Oct 2016 00:21:04 INFO [main] (AbstractTopiaMigrationCallback.java:210) executeSQL - 25 Oct 2016 00:21:04 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); 25 Oct 2016 00:21:04 INFO [main] (AbstractTopiaMigrationCallback.java:210) executeSQL - alter table vocabularyciem add constraint PK_VOCA primary key (topiaId); 25 Oct 2016 00:21:04 INFO [main] (AbstractTopiaMigrationCallback.java:210) executeSQL - alter table vocabularyciem add constraint UK_VOCA_LABEL unique (label); 25 Oct 2016 00:21:04 INFO [main] (AbstractTopiaMigrationCallback.java:210) executeSQL - 25 Oct 2016 00:21:04 INFO [main] (AbstractTopiaMigrationCallback.java:210) executeSQL - alter table mission add column country varchar(255); 25 Oct 2016 00:21:04 INFO [main] (AbstractTopiaMigrationCallback.java:210) executeSQL - alter table species add column wormscode varchar(255); 25 Oct 2016 00:21:04 INFO [main] (TopiaMigrationEngine.java:487) apply - Saving new database version: 3.911 25 Oct 2016 00:21:04 INFO [main] (EchoBaseUserTopiaApplicationContext.java:177) initInternalSpatialStates - spatialSupport: false 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_VOYAGE: fr.ifremer.echobase.entities.ImportLog#1477347664517#0.8662401175286091 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_TRANSIT: fr.ifremer.echobase.entities.ImportLog#1477347664530#0.827833342968807 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_TRANSECT: fr.ifremer.echobase.entities.ImportLog#1477347664550#0.41355683804953935 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata OPERATION: fr.ifremer.echobase.entities.ImportLog#1477347664575#0.14453542716855872 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata CATCHES: fr.ifremer.echobase.entities.ImportLog#1477347664635#0.13492233485400518 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata ACOUSTIC: fr.ifremer.echobase.entities.ImportLog#1477347664677#0.012779705723693469 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_VOYAGE: fr.ifremer.echobase.entities.ImportLog#1477347664716#0.2661668657195838 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_ESDU: fr.ifremer.echobase.entities.ImportLog#1477347664733#0.03824327614317957 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_REGION: fr.ifremer.echobase.entities.ImportLog#1477347664758#0.3332328776702408 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_MAP_FISH: fr.ifremer.echobase.entities.ImportLog#1477347664778#0.0895826493973213 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_MAP_OTHER: fr.ifremer.echobase.entities.ImportLog#1477347664798#0.16171474914567463 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_ANCILLARY_INSTRUMENTATION: fr.ifremer.echobase.entities.ImportLog#1477347664814#0.5911891960768324 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_VOYAGE: fr.ifremer.echobase.entities.ImportLog#1477347664842#0.6522147869594579 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_TRANSIT: fr.ifremer.echobase.entities.ImportLog#1477347664857#0.7807366774189364 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata COMMON_TRANSECT: fr.ifremer.echobase.entities.ImportLog#1477347664881#0.187449190881523 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata MOORING_COMMONS: fr.ifremer.echobase.entities.ImportLog#1477347664896#0.47774657151521693 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata MOORING_ACOUSTIC: fr.ifremer.echobase.entities.ImportLog#1477347664931#0.48698454439011596 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata MOORING_ANCILLARY_INSTRUMENTATION: fr.ifremer.echobase.entities.ImportLog#1477347664947#0.4580874916260942 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_MOORING: fr.ifremer.echobase.entities.ImportLog#1477347664957#0.7203134702234032 25 Oct 2016 00:21:04 INFO [main] (AbstractRemoveDataServiceTest.java:1066) createImport - Created importdata RESULT_MOORING_ESDU: fr.ifremer.echobase.entities.ImportLog#1477347664973#0.6552336601699569 25 Oct 2016 00:21:04 INFO [main] (RemoveDataService.java:162) removeImport - Nb steps for importLog fr.ifremer.echobase.entities.ImportLog#1477347664896#0.47774657151521693: 1 25 Oct 2016 00:21:05 INFO [main] (RemoveDataService.java:265) removeObsoleteImportLogs - Will remove obsolete importLog MOORING_ACOUSTIC: fr.ifremer.echobase.entities.ImportLog#1477347664931#0.48698454439011596 25 Oct 2016 00:21:05 INFO [main] (RemoveDataService.java:265) removeObsoleteImportLogs - Will remove obsolete importLog MOORING_ANCILLARY_INSTRUMENTATION: fr.ifremer.echobase.entities.ImportLog#1477347664947#0.4580874916260942 25 Oct 2016 00:21:05 INFO [main] (RemoveDataService.java:265) removeObsoleteImportLogs - Will remove obsolete importLog RESULT_MOORING: fr.ifremer.echobase.entities.ImportLog#1477347664957#0.7203134702234032 25 Oct 2016 00:21:05 INFO [main] (RemoveDataService.java:265) removeObsoleteImportLogs - Will remove obsolete importLog RESULT_MOORING_ESDU: fr.ifremer.echobase.entities.ImportLog#1477347664973#0.6552336601699569 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.873 sec - in fr.ifremer.echobase.ui.actions.removedata.MooringRemoveDataServiceTest Results : Tests in error: DecoratorServiceTest.getDecoratorForReferences:55 » NullPointer Could not find... ImportDbServiceTest.importDb:70 » ImportRuntime The mandatory fields wormsCode... Tests run: 42, Failures: 0, Errors: 2, Skipped: 4 [ERROR] There are test failures. Please refer to <http://ci.codelutin.com/jenkins/job/echobase-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/echobase-demo-latest/ws/echobase-services/target/echobase-services-4.0-revafab4f6.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 98527ns [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/echobase-demo-latest/ws/target/collect-artifacts.txt> [INFO] Copying echobase-services-4.0-revafab4f6.jar to <http://ci.codelutin.com/jenkins/job/echobase-demo-latest/ws/target/collect/fr.ifremer.echobase--echobase-services/echobase-services-4.0-revafab4f6.jar> [INFO] Copying THIRD-PARTY.properties to <http://ci.codelutin.com/jenkins/job/echobase-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-revafab4f6: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 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 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] EchoBase ........................................... SUCCESS [ 5.720 s] [INFO] EchoBase :: Domain ................................. SUCCESS [ 19.701 s] [INFO] EchoBase :: Services ............................... FAILURE [01:20 min] [INFO] EchoBase :: UI ..................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:50 min [INFO] Finished at: 2016-10-25T00:21:08+02:00 [INFO] Final Memory: 188M/642M [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 Set build name. New build name is '#58-origin/develop' Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#58-origin/develop', new value: '#58-origin/develop' 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