See <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/106/changes> Changes: [Brendan Le Ny] fixes #2991 show already stored quantity ------------------------------------------ [...truncated 670 lines...] add constraint FK50B279C8905039D2 foreign key (article_id) references Article; alter table RequestedArticle add constraint FK50B279C8E722EC32 foreign key (requestedList_id) references RequestedList; alter table RequestedList add constraint FKA10A850CE86E0C62 foreign key (building_id) references Building; alter table StorageMovement add constraint FK836EB42ABD85A7F4 foreign key (destinationLocation_id) references Location; alter table StorageMovement add constraint FK836EB42A905039D2 foreign key (article_id) references Article; alter table StorageMovement add constraint FK836EB42A14FD5F92 foreign key (magalieUser_id) references MagalieUser; alter table StorageMovement add constraint FK836EB42A6E50DDDC foreign key (originLocation_id) references Location; alter table StoredArticle add constraint FK735EA3B3905039D2 foreign key (article_id) references Article; alter table StoredArticle add constraint FK735EA3B3246760C2 foreign key (location_id) references Location; alter table UnavailableArticle add constraint FK279A4EA6905039D2 foreign key (article_id) references Article; alter table UnavailableArticle add constraint FK279A4EA6E86E0C62 foreign key (building_id) references Building; alter table Warehouse add constraint FK615AA3E86E0C62 foreign key (building_id) references Building; [INFO] HHH000230: Schema export complete [INFO] [INFO] --- hibernate4-maven-plugin:1.0.1:export (executionDropOracle) @ magalie-persistence --- [INFO] Scanning directory <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-persistence/target/classes> for annotated classes... [INFO] Reading properties from file <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-persistence/src/main/resources/hibernate-oracle.properties...> [INFO] Gathered hibernate-configuration (turn on debugging for details): [INFO] hibernate.dialect = com.franciaflex.magalie.persistence.MagalieOracleHibernateDialect [INFO] hibernate.ejb.naming_strategy = org.nuiton.jpa.hibernate.OracleCompliantImprovedNamingStrategy [INFO] HHH000400: Using dialect: com.franciaflex.magalie.persistence.MagalieOracleHibernateDialect [INFO] HHH000227: Running hbm2ddl schema export drop table Article cascade constraints; drop table Article_Location cascade constraints; drop table Building cascade constraints; drop table Company cascade constraints; drop table DeliveredRequestedArticle cascade constraints; drop table DeliveredRequestedArticle_StorageMovement cascade constraints; drop table DeliveredRequestedList cascade constraints; drop table Kanban cascade constraints; drop table Location cascade constraints; drop table LocationError cascade constraints; drop table MagalieUser cascade constraints; drop table PreparedArticleReception cascade constraints; drop table ReceivedPreparedArticleReception cascade constraints; drop table ReceivedPreparedArticleReception_StorageMovement cascade constraints; drop table RequestedArticle cascade constraints; drop table RequestedList cascade constraints; drop table StorageMovement cascade constraints; drop table StoredArticle cascade constraints; drop table Supplier cascade constraints; drop table UnavailableArticle cascade constraints; drop table Warehouse cascade constraints; [INFO] HHH000230: Schema export complete [INFO] [INFO] --- maven-antrun-plugin:1.7:run (generate-surefire-workdir) @ magalie-persistence --- [INFO] Executing tasks main: [mkdir] Created dir: <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-persistence/target/surefire-workdir> [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ magalie-persistence --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ magalie-persistence --- [INFO] Compiling 1 source file to <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-persistence/target/test-classes> [INFO] [INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ magalie-persistence --- [INFO] Surefire report directory: <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-persistence/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- Running com.franciaflex.magalie.persistence.SuppliersTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ magalie-persistence --- [INFO] Building jar: <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-persistence/target/magalie-persistence-1.0-rc-4-SNAPSHOT.jar> [INFO] [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ magalie-persistence --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ magalie-persistence --- [INFO] Installing <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-persistence/target/magalie-persistence-1.0-rc-4-SNAPSHOT.jar> to /var/local/maven/data/repository/com/franciaflex/magalie-persistence/1.0-rc-4-SNAPSHOT/magalie-persistence-1.0-rc-4-SNAPSHOT.jar [INFO] Installing <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-persistence/pom.xml> to /var/local/maven/data/repository/com/franciaflex/magalie-persistence/1.0-rc-4-SNAPSHOT/magalie-persistence-1.0-rc-4-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building MagaLiE :: Services 1.0-rc-4-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ magalie-services --- [INFO] [INFO] --- maven-enforcer-plugin:1.2:enforce (check-project-files) @ magalie-services --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ magalie-services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ magalie-services --- [INFO] Compiling 34 source files to <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-services/target/classes> [INFO] [INFO] --- maven-antrun-plugin:1.7:run (generate-surefire-workdir) @ magalie-services --- [INFO] Executing tasks main: [mkdir] Created dir: <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-services/target/surefire-workdir> [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ magalie-services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ magalie-services --- [INFO] Compiling 8 source files to <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-services/target/test-classes> [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] bootstrap class path not set in conjunction with -source 1.6 <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-services/src/test/java/com/franciaflex/magalie/services/service/ReceptionServiceTest.java>:[150,59] error: incompatible types [ERROR] required: Location found: ReceptionLocation <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-services/src/test/java/com/franciaflex/magalie/services/service/ReceptionServiceTest.java>:[352,96] error: incompatible types [INFO] 2 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] MagaLiE ........................................... SUCCESS [2.455s] [INFO] MagaLiE :: Persistence ............................ SUCCESS [6.294s] [INFO] MagaLiE :: Services ............................... FAILURE [0.952s] [INFO] MagaLiE :: UI ..................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.290s [INFO] Finished at: Mon Aug 26 13:21:27 CEST 2013 [INFO] Final Memory: 28M/233M [INFO] ------------------------------------------------------------------------ [JENKINS] Archiving <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-persistence/pom.xml> to /var/local/jenkins/data/jobs/franciaflex-magalie/modules/com.franciaflex$magalie-persistence/builds/2013-08-26_13-21-15/archive/com.franciaflex/magalie-persistence/1.0-rc-4-SNAPSHOT/magalie-persistence-1.0-rc-4-SNAPSHOT.pom [JENKINS] Archiving <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-persistence/target/magalie-persistence-1.0-rc-4-SNAPSHOT.jar> to /var/local/jenkins/data/jobs/franciaflex-magalie/modules/com.franciaflex$magalie-persistence/builds/2013-08-26_13-21-15/archive/com.franciaflex/magalie-persistence/1.0-rc-4-SNAPSHOT/magalie-persistence-1.0-rc-4-SNAPSHOT.jar [JENKINS] Archiving <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-web/pom.xml> to /var/local/jenkins/data/jobs/franciaflex-magalie/modules/com.franciaflex$magalie-web/builds/2013-08-26_13-21-15/archive/com.franciaflex/magalie-web/1.0-rc-4-SNAPSHOT/magalie-web-1.0-rc-4-SNAPSHOT.pom [JENKINS] Archiving <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/pom.xml> to /var/local/jenkins/data/jobs/franciaflex-magalie/modules/com.franciaflex$magalie/builds/2013-08-26_13-21-15/archive/com.franciaflex/magalie/1.0-rc-4-SNAPSHOT/magalie-1.0-rc-4-SNAPSHOT.pom [JENKINS] Archiving <http://ci.nuiton.org/jenkins/job/franciaflex-magalie/ws/trunk/magalie-services/pom.xml> to /var/local/jenkins/data/jobs/franciaflex-magalie/modules/com.franciaflex$magalie-services/builds/2013-08-26_13-21-15/archive/com.franciaflex/magalie-services/1.0-rc-4-SNAPSHOT/magalie-services-1.0-rc-4-SNAPSHOT.pom Waiting for Jenkins to finish collecting data mavenExecutionResult exceptions not empty message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (default-testCompile) on project magalie-services: Compilation failure cause : Compilation failure Stack trace : org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile (default-testCompile) on project magalie-services: Compilation failure at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) 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:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79) 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:329) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239) at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:174) at hudson.maven.Maven3Builder.call(Maven3Builder.java:100) at hudson.maven.Maven3Builder.call(Maven3Builder.java:66) at hudson.remoting.UserRequest.perform(UserRequest.java:118) 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:72) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) 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:724) Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:729) at org.apache.maven.plugin.TestCompilerMojo.execute(TestCompilerMojo.java:161) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) ... 27 more Sending e-mails to: franciaflex-magalie-commits@list.forge.codelutin.com channel stopped
participants (1)
-
admin+hudson@codelutin.com