See <http://ci.codelutin.com/jenkins/job/echobase-ci/110/changes> Changes: [Tony CHEMIT] refs-50 #6462 Amélioration de la documentation d'installation [Tony CHEMIT] fix rst [Tony CHEMIT] improve lizmap configuration options [Tony CHEMIT] fixes #6456: Ne plus rafraichir les données spatiales à la fin d'un import [Tony CHEMIT] refs-50 #6457: Proposer de rafraichir les données spatiales sur la page de visualisation des données spatiales [Tony CHEMIT] fixes #6463: Impossible de cloner une configuration de base de travail [Tony CHEMIT] add plugin version [Tony CHEMIT] review gis templates [Tony CHEMIT] change map ulr option for lizmap [Tony CHEMIT] review Lizmap service [Tony CHEMIT] fixes #6271 + #6457 ------------------------------------------ [...truncated 3651 lines...] -- it under the terms of the GNU Affero General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. -- #L% --- CREATE TABLE IMPORTFILE( topiaid VARCHAR(255) NOT NULL,topiaversion BIGINT NOT NULL, topiacreatedate DATE, name VARCHAR(255), file BLOB, importLog VARCHAR(255)); ALTER TABLE IMPORTFILE ADD CONSTRAINT PK_IMPORTFILE PRIMARY KEY(TOPIAID); ALTER TABLE IMPORTFILE ADD CONSTRAINT FK_IMPORTFILE_IMPORTLOG FOREIGN KEY(IMPORTLOG) REFERENCES IMPORTLOG(TOPIAID); -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- 15 Jan 2015 14:00:06 INFO [main] (AbstractTopiaMigrationCallback.java:199) executeSQL - --- -- #%L -- EchoBase :: Domain -- %% -- Copyright (C) 2011 - 2015 Ifremer, Codelutin -- %% -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU Affero General Public License as published by -- the Free Software Foundation, either version 3 of the License, or -- (at your option) any later version. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU Affero General Public License -- along with this program. If not, see <http://www.gnu.org/licenses/>. -- #L% --- CREATE TABLE IMPORTFILE( topiaid VARCHAR(255) NOT NULL,topiaversion BIGINT NOT NULL, topiacreatedate DATE, name VARCHAR(255), file BLOB, importLog VARCHAR(255)); ALTER TABLE IMPORTFILE ADD CONSTRAINT PK_IMPORTFILE PRIMARY KEY(TOPIAID); ALTER TABLE IMPORTFILE ADD CONSTRAINT FK_IMPORTFILE_IMPORTLOG FOREIGN KEY(IMPORTLOG) REFERENCES IMPORTLOG(TOPIAID); 15 Jan 2015 14:00:06 INFO [main] (TopiaMigrationEngine.java:469) saveApplicationVersion - Saving new database version: 2.7.2 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata COMMON_VOYAGE: fr.ifremer.echobase.entities.ImportLog#1421326806251#0.9763318653029202 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata COMMON_TRANSIT: fr.ifremer.echobase.entities.ImportLog#1421326806255#0.969993782881177 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata COMMON_TRANSECT: fr.ifremer.echobase.entities.ImportLog#1421326806259#0.623485760015919 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata OPERATION: fr.ifremer.echobase.entities.ImportLog#1421326806271#0.972270988600087 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata CATCHES: fr.ifremer.echobase.entities.ImportLog#1421326806296#0.33246417044110665 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata ACOUSTIC: fr.ifremer.echobase.entities.ImportLog#1421326806314#0.47956123705456233 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata RESULT_VOYAGE: fr.ifremer.echobase.entities.ImportLog#1421326806333#0.6740773118865885 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata RESULT_ESDU: fr.ifremer.echobase.entities.ImportLog#1421326806341#0.5070159117326273 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata RESULT_REGION: fr.ifremer.echobase.entities.ImportLog#1421326806352#0.01189580644228061 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata RESULT_MAP_FISH: fr.ifremer.echobase.entities.ImportLog#1421326806359#0.1756434647795433 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata RESULT_MAP_OTHER: fr.ifremer.echobase.entities.ImportLog#1421326806368#0.4971550641482445 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata COMMON_VOYAGE: fr.ifremer.echobase.entities.ImportLog#1421326806375#0.6876941743172916 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata COMMON_TRANSIT: fr.ifremer.echobase.entities.ImportLog#1421326806381#0.11665555345115342 15 Jan 2015 14:00:06 INFO [main] (AbstractRemoveDataServiceTest.java:881) createImport - Created importdata COMMON_TRANSECT: fr.ifremer.echobase.entities.ImportLog#1421326806392#0.6822679855781326 15 Jan 2015 14:00:06 INFO [main] (RemoveDataService.java:136) removeImport - Nb steps for importLog fr.ifremer.echobase.entities.ImportLog#1421326806352#0.01189580644228061: 1 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 sec - in fr.ifremer.echobase.ui.actions.removedata.ResultRegionRemoveDataServiceTest Results : Tests run: 31, Failures: 0, Errors: 0, Skipped: 4 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ echobase-services --- [INFO] Building jar: <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-services/target/echobase-services-2.8-SNAPSHOT.jar> [INFO] [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ echobase-services --- [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 EchoBase :: UI 2.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ echobase-ui --- [INFO] Deleting <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/target> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-versions) @ echobase-ui --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-project-files) @ echobase-ui --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-site-deploy-classifier) @ echobase-ui --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-platform) @ echobase-ui --- [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-projectId) @ echobase-ui --- [INFO] [INFO] --- i18n-maven-plugin:3.3:parserStruts2 (parseJsp) @ echobase-ui --- [INFO] [INFO] --- i18n-maven-plugin:3.3:parserValidation (parseOthersAndGen) @ echobase-ui --- [INFO] Load rules file validation.rules [INFO] Load rules file <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/src/main/validationRules.txt> [INFO] [INFO] --- i18n-maven-plugin:3.3:parserJava (parseOthersAndGen) @ echobase-ui --- [INFO] [INFO] >>> i18n-maven-plugin:3.3:gen (parseOthersAndGen) > :get @ echobase-ui >>> [INFO] [INFO] --- i18n-maven-plugin:3.3:get (get) @ echobase-ui --- [INFO] Copying echobase-ui.properties to <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/target/generated-sources/i18n/echobase-ui-fromGetters_fr_FR.properties> [INFO] Copying echobase-ui.properties to <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/target/generated-sources/i18n/echobase-ui-fromGetters_en_GB.properties> [INFO] [INFO] <<< i18n-maven-plugin:3.3:gen (parseOthersAndGen) < :get @ echobase-ui <<< [INFO] [INFO] --- i18n-maven-plugin:3.3:gen (parseOthersAndGen) @ echobase-ui --- [WARNING] bundle fr_FR contains 24/441 empty entries! (use -Di18n.showEmpty to see these entries) [WARNING] bundle en_GB contains 24/438 empty entries! (use -Di18n.showEmpty to see these entries) [INFO] [INFO] >>> i18n-maven-plugin:3.3:bundle (bundle) > :collect-i18n-artifacts @ echobase-ui >>> [INFO] [INFO] --- i18n-maven-plugin:3.3:collect-i18n-artifacts (collect-i18n-artifacts) @ echobase-ui --- [INFO] collected 9 i18n artifacts for locale fr_FR stored in <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/target/i18n/collect-echobase-ui-i18n_fr_FR.properties> [INFO] collected 9 i18n artifacts for locale en_GB stored in <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/target/i18n/collect-echobase-ui-i18n_en_GB.properties> [INFO] [INFO] <<< i18n-maven-plugin:3.3:bundle (bundle) < :collect-i18n-artifacts @ echobase-ui <<< [INFO] [INFO] --- i18n-maven-plugin:3.3:bundle (bundle) @ echobase-ui --- [INFO] [INFO] --- maven-antrun-plugin:1.7:run (generate-temp-workdir) @ echobase-ui --- [INFO] Executing tasks main: [mkdir] Created dir: <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/target/echobase-embedded-2.8-SNAPSHOT-temp/WEB-INF/classes> [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ echobase-ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 67 resources [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ echobase-ui --- [INFO] Compiling 95 source files to <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/target/classes> [INFO] <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/src/main/java/fr/ifremer/echobase/ui/EchoBaseSession.java>: Some input files use unchecked or unsafe operations. [INFO] <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/src/main/java/fr/ifremer/echobase/ui/EchoBaseSession.java>: Recompile with -Xlint:unchecked for details. [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/EchoBaseActionSupport.java>:[87,31] org.nuiton.util.converter.ConverterUtil in org.nuiton.util.converter has been deprecated [WARNING] <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/src/main/java/fr/ifremer/echobase/ui/EchoBaseApplicationContext.java>:[182,31] org.nuiton.util.converter.ConverterUtil in org.nuiton.util.converter has been deprecated [INFO] 2 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/spatial/ComputeSpatialData.java>:[47,31] cannot find symbol symbol: method updatePostgisData() location: variable spatialDataService of type fr.ifremer.echobase.services.service.spatial.SpatialDataService [ERROR] <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/spatial/Show.java>:[134,31] cannot find symbol symbol: method generateMaps(fr.ifremer.echobase.persistence.JdbcConfiguration) location: variable gisService of type fr.ifremer.echobase.services.service.spatial.GisService [ERROR] <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/spatial/Show.java>:[137,43] cannot find symbol symbol: method getRepositoryUrl(fr.ifremer.echobase.persistence.JdbcConfiguration) location: variable gisService of type fr.ifremer.echobase.services.service.spatial.GisService [INFO] 3 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 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [JENKINS] Archiving disabled [INFO] EchoBase ........................................... SUCCESS [ 2.978 s] [INFO] EchoBase :: Domain ................................. SUCCESS [ 12.250 s] [INFO] EchoBase :: Services ............................... SUCCESS [ 36.761 s] [INFO] EchoBase :: UI ..................................... FAILURE [ 4.990 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 58.808 s [INFO] Finished at: 2015-01-15T14:00:12+01:00 [INFO] Final Memory: 55M/440M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project echobase-ui: Compilation failure: Compilation failure: [ERROR] <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/spatial/ComputeSpatialData.java>:[47,31] cannot find symbol [ERROR] symbol: method updatePostgisData() [ERROR] location: variable spatialDataService of type fr.ifremer.echobase.services.service.spatial.SpatialDataService [ERROR] <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/spatial/Show.java>:[134,31] cannot find symbol [ERROR] symbol: method generateMaps(fr.ifremer.echobase.persistence.JdbcConfiguration) [ERROR] location: variable gisService of type fr.ifremer.echobase.services.service.spatial.GisService [ERROR] <http://ci.codelutin.com/jenkins/job/echobase-ci/ws/echobase-ui/src/main/java/fr/ifremer/echobase/ui/actions/spatial/Show.java>:[137,43] cannot find symbol [ERROR] symbol: method getRepositoryUrl(fr.ifremer.echobase.persistence.JdbcConfiguration) [ERROR] location: variable gisService of type fr.ifremer.echobase.services.service.spatial.GisService [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 echobase-ui: 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:120) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155) 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:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 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:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at hudson.maven.Maven3Builder.call(Maven3Builder.java:136) at hudson.maven.Maven3Builder.call(Maven3Builder.java:71) at hudson.remoting.UserRequest.perform(UserRequest.java:121) at hudson.remoting.UserRequest.perform(UserRequest.java:49) at hudson.remoting.Request$2.run(Request.java:324) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 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:132) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208) ... 30 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 :echobase-ui Sending e-mails to: echobase-build@list.forge.codelutin.com chemit+codelutin-ci@codelutin.com channel stopped