It looks cool. Why don't you add a build to Artemis as well? -- Clebert Suconic typing on the iPhone.
> On Oct 28, 2015, at 09:47, G. Ann Campbell <[email protected]> > wrote: > > Actually, that build has failed. I've twiddled the Maven flags (your build > uses slightly different ones than than ours), but I'm not optimistic that > it'll work this time. > > Here's our last checkout & build command: > >> git config remote.origin.url https://github.com/apache/activemq > Fetching upstream changes from https://github.com/apache/activemq >> git --version >> git fetch --tags --progress https://github.com/apache/activemq > +refs/heads/*:refs/remotes/origin/* >> git rev-parse origin/master^{commit} > Checking out Revision 4d73b089230e40c003d16dbf2f3171f1e8bf07f1 (origin/master) >> git config core.sparsecheckout >> git checkout -f 4d73b089230e40c003d16dbf2f3171f1e8bf07f1 > First time build. Skipping changelog. > [ZZZZ_COBERTURA_activemq] $ > /scratch/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5/bin/mvn > clean install cobertura:cobertura -Dcobertura.report.format=xml > -Dmaven.test.failure.ignore=true -V -Dcheckstyle.skip=true > -Dpmd.skip=true -B -e -X > Java HotSpot(TM) 64-Bit Server VM warning: ignoring option > MaxPermSize=256m; support was removed in 8.0 > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; > 2013-02-19 14:51:28+0100) > Maven home: > /scratch/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.5 > Java version: 1.8.0_60-ea, vendor: Oracle Corporation > Java home: /opt/java/sdk/OpenJDK/jdk1.8.0_60/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "3.9.4-1-mansion", arch: "amd64", family: "unix" > > > > And here's the terminating error > > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.3:testCompile > (default-testCompile) on project activemq-leveldb-store: Compilation > failure: Compilation failure:[ERROR] > /scratch/jenkins/workspace/ZZZZ_COBERTURA_activemq/activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/dfs/IndexManifestDTO.java:[32,8] > duplicate class: > org.apache.activemq.leveldb.dfs.IndexManifestDTO[ERROR] > /scratch/jenkins/workspace/ZZZZ_COBERTURA_activemq/activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/IDERunner.java:[24,8] > duplicate class: org.apache.activemq.leveldb.test.IDERunner[ERROR] > /scratch/jenkins/workspace/ZZZZ_COBERTURA_activemq/activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/LevelDBPlistTest.java:[25,8] > duplicate class: > org.apache.activemq.leveldb.test.LevelDBPlistTest[ERROR] > /scratch/jenkins/workspace/ZZZZ_COBERTURA_activemq/activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/PListTest.java:[37,8] > duplicate class: org.apache.activemq.leveldb.test.PListTest[ERROR] -> > [Help 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed > to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.3:testCompile > (default-testCompile) on project activemq-leveldb-store: Compilation > failure > > > Which is actually the same error I was getting before. > > I do note that your build includes -fae, which I'm reluctant to add - why > slog all the way through the build only to fail at the end? Or does this > flag allow you to glide harmlessly past duplicate test classes without an > ultimate failure? > > > --- > *G. Ann CAMPBELL* | SonarSource > Product Owner > http://sonarsource.com > >> On Wed, Oct 28, 2015 at 9:39 AM, Jamie G. <[email protected]> wrote: >> >> That sounds about right - the AMQ build process takes some time with >> all its tests. >> >> On Wed, Oct 28, 2015 at 10:29 AM, G. Ann Campbell >> <[email protected]> wrote: >>> Okay, it was probably the version of Java in use. I'll know for sure >> later >>> today (the last time this job was successful on my side, it took 12 >> hours). >>> >>> >>> >>> --- >>> *G. Ann CAMPBELL* | SonarSource >>> Product Owner >>> http://sonarsource.com >>> >>>> On Wed, Oct 28, 2015 at 7:43 AM, Jamie G. <[email protected]> >>> wrote: >>> >>>> Hmm,, >>>> >>>> Latest AMQ J8 builds were OK: >>>> https://builds.apache.org/view/All/job/ActiveMQ-Java8/ >>>> >>>> Where on the sonar page would be find the build environment details? >>>> (Java and Maven versions, etc) >>>> >>>> On Wed, Oct 28, 2015 at 9:04 AM, G. Ann Campbell >>>> <[email protected]> wrote: >>>>> Yes. >>>>> >>>>> Repository: https://git-wip-us.apache.org/repos/asf/activemq.git >>>>> Branch: */master >>>>> >>>>> >>>>> >>>>> --- >>>>> *G. Ann CAMPBELL* | SonarSource >>>>> Product Owner >>>>> http://sonarsource.com >>>>> >>>>>> On Wed, Oct 28, 2015 at 7:24 AM, Jamie G. <[email protected]> >>>>> wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> I'm sorry for late response. I'm not too familiar with the sonar cube >>>>>> setup for ActiveMQ - is this tracking against master? >>>>>> >>>>>> --Jamie >>>>>> >>>>>> On Wed, Oct 28, 2015 at 8:51 AM, G. Ann Campbell >>>>>> <[email protected]> wrote: >>>>>>> Okay, thanks anyway. >>>>>>> >>>>>>> >>>>>>> >>>>>>> --- >>>>>>> *G. Ann CAMPBELL* | SonarSource >>>>>>> Product Owner >>>>>>> http://sonarsource.com >>>>>>> >>>>>>> On Mon, Oct 26, 2015 at 11:56 AM, G. Ann Campbell < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> Hi, >>>>>>>> >>>>>>>> The Nemo SonarQube Analysis of Active MQ >>>>>>>> <http://nemo.sonarqube.org/dashboard/index/78577> is failing >> since >>>> 11 >>>>>> Oct >>>>>>>> with a compile failure in the LevelDB Store module: >>>>>>>> >>>>>>>> [ERROR] COMPILATION ERROR : [INFO] >>>>>> -------------------------------------------------------------[ERROR] >> /scratch/jenkins/workspace/ZZZZ_COBERTURA_activemq/activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/LevelDBPlistTest.java:[25,8] >>>>>> duplicate class: >>>> org.apache.activemq.leveldb.test.LevelDBPlistTest[ERROR] >> /scratch/jenkins/workspace/ZZZZ_COBERTURA_activemq/activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/IDERunner.java:[24,8] >>>>>> duplicate class: org.apache.activemq.leveldb.test.IDERunner[ERROR] >> /scratch/jenkins/workspace/ZZZZ_COBERTURA_activemq/activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/test/PListTest.java:[37,8] >>>>>> duplicate class: org.apache.activemq.leveldb.test.PListTest[ERROR] >> /scratch/jenkins/workspace/ZZZZ_COBERTURA_activemq/activemq-leveldb-store/src/test/scala/org/apache/activemq/leveldb/dfs/IndexManifestDTO.java:[32,8] >>>>>> duplicate class: org.apache.activemq.leveldb.dfs.IndexManifestDTO >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Help? >>>>>>>> Ann >>>>>>>> >>>>>>>> >>>>>>>> --- >>>>>>>> *G. Ann CAMPBELL* | SonarSource >>>>>>>> Product Owner >>>>>>>> http://sonarsource.com >>
