On 08/04/2012 02:13 PM, Gilles Sadowski wrote: > On Fri, Aug 03, 2012 at 08:47:56PM +0000, Continuum@vmbuild wrote: >> Online report : >> http://vmbuild.apache.org/continuum/buildResult.action?buildId=24474&projectId=97 >> >> Build statistics: >> State: Failed >> Previous State: Failed >> Started at: Fri 3 Aug 2012 20:41:53 +0000 >> Finished at: Fri 3 Aug 2012 20:47:54 +0000 >> Total time: 6m 1s >> Build Trigger: Schedule >> Build Number: 908 >> Exit code: 1 >> Building machine hostname: vmbuild >> Operating system : Linux(unknown) >> Java Home version : >> java version "1.6.0_30" >> Java(TM) SE Runtime Environment (build 1.6.0_30-b12) >> Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode) >> >> Builder version : >> Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+0000) >> Java version: 1.6.0_30 >> Java home: /usr/lib/jvm/jdk1.6.0_30/jre >> Default locale: en_US, platform encoding: ANSI_X3.4-1968 >> OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: >> "unix" >> >> **************************************************************************** >> SCM Changes: >> **************************************************************************** >> Changed: erans @ Fri 3 Aug 2012 19:59:36 +0000 >> Comment: Typo. >> Files changed: >> >> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/FunctionUtils.java >> ( 1369188 ) >> >> **************************************************************************** >> Dependencies Changes: >> **************************************************************************** >> No dependencies changed >> >> >> **************************************************************************** >> Build Definition: >> **************************************************************************** >> POM filename: pom.xml >> Goals: clean deploy >> Arguments: --batch-mode -Pjava-1.5 -Dgpg.skip -Prelease >> Build Fresh: false >> Always Build: false >> Default Build Definition: true >> Schedule: COMMONS_SCHEDULE >> Profile Name: Maven 2.2.1 >> Description: Group (shared) Maven 2 Build Definition (Java 1.5) >> >> **************************************************************************** >> Test Summary: >> **************************************************************************** >> Tests: 3989 >> Failures: 0 >> Errors: 2 >> Success Rate: 99 >> Total time: 290.1982 >> > > On the web page referred to above, the console output indicates: > --- > Please refer to > /home/continuum/continuum-base/data/working-directory/97/target/surefire-reports > /for the individual test results. > --- > > How can I connect to the build machine in order to see the full error > message (i.e. line number in the source file)?
On the page there is a link to the surefire reports (it's a bit difficult to find). There you see each test executed with a more detailed report for failures. The stacktrace for the failing test: org.apache.commons.math3.exception.NumberIsTooLargeException: lower bound (65) must be strictly less than upper bound (65) at org.apache.commons.math3.distribution.UniformIntegerDistribution.<init>(UniformIntegerDistribution.java:73) at org.apache.commons.math3.distribution.UniformIntegerDistribution.<init>(UniformIntegerDistribution.java:53) at org.apache.commons.math3.stat.descriptive.AggregateSummaryStatisticsTest.generatePartition(AggregateSummaryStatisticsTest.java:275) at org.apache.commons.math3.stat.descriptive.AggregateSummaryStatisticsTest.testAggregationConsistency(AggregateSummaryStatisticsTest.java:89) I think it should be fixed now, as you changed the test already? Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org