Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-07-13 Thread Sébastien Brisard
Hi Gilles,

as you already mentioned, this bug is filed in MATH-821. I really need
some input, because I do not really know how to fix this bug in a
statisfactory way.

Best regards,
Sébastien


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-07-13 Thread Gilles Sadowski
On Fri, Jul 13, 2012 at 10:48:52AM +0200, Gilles Sadowski wrote:
> Hi.
> 
> Doe someone have an idea how to fix those unit test failures. They prevent
> the creation of nightly snapshots.
> 
> It should not necessarily be the final fix of the code. Could we maybe
> enclose the failing unit test in a "try" clause?

Done in revision 1361164 (by overriding the "testMap" and "testMapToSelf"
methods with empty bodies).

Gilles

> [...]

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-07-13 Thread Gilles Sadowski
Hi.

Doe someone have an idea how to fix those unit test failures. They prevent
the creation of nightly snapshots.

It should not necessarily be the final fix of the code. Could we maybe
enclose the failing unit test in a "try" clause?


Regards,
Gilles

On Fri, Jul 13, 2012 at 07:28:30AM +, Continuum@vmbuild wrote:
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=23763&projectId=97
> 
> Build statistics:
>   State: Failed
>   Previous State: Failed
>   Started at: Fri 13 Jul 2012 07:23:07 +
>   Finished at: Fri 13 Jul 2012 07:28:27 +
>   Total time: 5m 19s
>   Build Trigger: Schedule
>   Build Number: 868
>   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+)
>   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 @ Wed 4 Jul 2012 18:00:02 +
> Comment: MATH-798
> Added overridden "fit" method where one can specify the maximum number of
> function evaluations.
> Files changed:
>   /commons/proper/math/trunk/src/changes/changes.xml ( 1357353 )
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/fitting/PolynomialFitter.java
>  ( 1357353 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/fitting/CurveFitterTest.java
>  ( 1357353 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/fitting/PolynomialFitterTest.java
>  ( 1357353 )
> 
> Changed: celestin @ Fri 6 Jul 2012 03:48:04 +
> Comment: MATH-795:  refactored unit tests for double 
> RealVector.cosine(RealVector).
> Files changed:
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java
>  ( 1358033 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/ArrayRealVectorTest.java
>  ( 1358033 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorAbstractTest.java
>  ( 1358033 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealVectorTest.java
>  ( 1358033 )
> 
> Changed: celestin @ Fri 6 Jul 2012 05:18:39 +
> Comment: MATH-795:
>   - Added default implementation to RealVector 
> RealVector.projection(RealVector)
>   - Removed implementation in concrete classes (to avoid code duplication).
>   - Created unit tests accordingly.
> Files changed:
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java
>  ( 1358044 )
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/OpenMapRealVector.java
>  ( 1358044 )
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java
>  ( 1358044 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/ArrayRealVectorTest.java
>  ( 1358044 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorAbstractTest.java
>  ( 1358044 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorTest.java
>  ( 1358044 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealVectorTest.java
>  ( 1358044 )
> 
> Changed: celestin @ Fri 6 Jul 2012 05:26:35 +
> Comment: MATH-795: removed redundant unit tests.
> Files changed:
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorAbstractTest.java
>  ( 1358046 )
> 
> Changed: celestin @ Fri 6 Jul 2012 05:47:02 +
> Comment: MATH-795:
>   - Corrected some build failures caused by changes in r1358046.
>   - Moved javadoc of boolean ArrayRealVector.equals(Object) to RealVector.
>   - In RealVector, default implementations of equals(Object) and hashCode() 
> throw UnsupportedOperationException, in order to force implementation in 
> subclasses.
> Files changed:
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java
>  ( 1358048 )
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java
>  ( 1358048 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/ArrayRealVectorTest.java
>  ( 1358048 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorTest.java
>  ( 1358048 )

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-05-28 Thread Sébastien Brisard
Hi again,
should be fixed in r1343217.
The fix is not fully satisfactory, as the visitor pattern gets
untested on unmodifiable views of vectors. However, I intend to
refactor the tests for all vector classes (introducing a common
RealVectorAbstractTest base class), and am hoping that this base class
can be used for unmodifiable views as well.
Sébastien

2012/5/28 Sébastien Brisard :
> Hi,
>
> 2012/5/28 Continuum@vmbuild :
>> Online report : 
>> http://vmbuild.apache.org/continuum/buildResult.action?buildId=22678&projectId=97
>>
>> Build statistics:
>>  State: Failed
>>  Previous State: Ok
>>  Started at: Mon 28 May 2012 09:39:04 +
>>  Finished at: Mon 28 May 2012 09:42:01 +
>>  Total time: 2m 57s
>>  Build Trigger: Schedule
>>  Build Number: 825
>>  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+)
>>          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: celestin @ Mon 28 May 2012 08:31:13 +
>> Comment: MATH-792:
>>  - various methods to visit the entries of a RealVector (entries are 
>> unmodified),
>>  - default implementation in RealVector abstract class,
>>  - unit tests in abstract RealVectorAbstractClass,
>>  - all XxxRealVectorTest classes now extend RealVectorAbstractClass.
>> Files changed:
>>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java
>>  ( 1343163 )
>>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVectorPreservingVisitor.java
>>  ( 1343163 )
>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/ArrayRealVectorTest.java
>>  ( 1343163 )
>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorAbstractTest.java
>>  ( 1343163 )
>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorTest.java
>>  ( 1343163 )
>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealVectorTest.java
>>  ( 1343163 )
>>
>> 
>> Dependencies Changes:
>> 
>> No dependencies changed
>>
>>
>> 
>> Build Definition:
>> 
>> POM filename: pom.xml
>> Goals: clean deploy
>> Arguments: --batch-mode -Pjava-1.6
>> Build Fresh: false
>> Always Build: false
>> Default Build Definition: true
>> Schedule: COMMONS_SCHEDULE
>> Profile Name: Maven 2.2.1
>> Description: Default Maven 2 Build Definition (Java 1.5)
>>
>> 
>> Test Summary:
>> 
>> Tests: 3598
>> Failures: 0
>> Errors: 2
>> Success Rate: 99
>> Total time: 123.96295
>>
>>
>>
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
> I'm the culprit. The test in question uses reflexion a lot, so adding
> new methods to RealVector directly affects the test. Will look into
> it.
> Sorry about that, I promise I will clean it ASAP.
> Best regards,
> Sébastien


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-05-28 Thread Sébastien Brisard
Hi,

2012/5/28 Continuum@vmbuild :
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=22678&projectId=97
>
> Build statistics:
>  State: Failed
>  Previous State: Ok
>  Started at: Mon 28 May 2012 09:39:04 +
>  Finished at: Mon 28 May 2012 09:42:01 +
>  Total time: 2m 57s
>  Build Trigger: Schedule
>  Build Number: 825
>  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+)
>          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: celestin @ Mon 28 May 2012 08:31:13 +
> Comment: MATH-792:
>  - various methods to visit the entries of a RealVector (entries are 
> unmodified),
>  - default implementation in RealVector abstract class,
>  - unit tests in abstract RealVectorAbstractClass,
>  - all XxxRealVectorTest classes now extend RealVectorAbstractClass.
> Files changed:
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java
>  ( 1343163 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVectorPreservingVisitor.java
>  ( 1343163 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/ArrayRealVectorTest.java
>  ( 1343163 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorAbstractTest.java
>  ( 1343163 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorTest.java
>  ( 1343163 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealVectorTest.java
>  ( 1343163 )
>
> 
> Dependencies Changes:
> 
> No dependencies changed
>
>
> 
> Build Definition:
> 
> POM filename: pom.xml
> Goals: clean deploy
> Arguments: --batch-mode -Pjava-1.6
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: COMMONS_SCHEDULE
> Profile Name: Maven 2.2.1
> Description: Default Maven 2 Build Definition (Java 1.5)
>
> 
> Test Summary:
> 
> Tests: 3598
> Failures: 0
> Errors: 2
> Success Rate: 99
> Total time: 123.96295
>
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
I'm the culprit. The test in question uses reflexion a lot, so adding
new methods to RealVector directly affects the test. Will look into
it.
Sorry about that, I promise I will clean it ASAP.
Best regards,
Sébastien


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-05-16 Thread Sébastien Brisard
Hi,

>
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=22195&projectId=97
>
...
>
>  java.lang.AssertionError: chi-square test -- will fail about 1 in 1000 times
>
This test has failed twice in the past week or so... It might be due
to the changes I've made to Gamma or GammaDistribution... I will
investigate.

Best regards,
Sébastien


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-03-01 Thread sebb
On 1 March 2012 12:55, Gilles Sadowski  wrote:
> On Thu, Mar 01, 2012 at 12:29:45PM +, Continuum@vmbuild wrote:
>> Online report : 
>> http://vmbuild.apache.org/continuum/buildResult.action?buildId=19541&projectId=97
>>
>> Build statistics:
>>   State: Failed
>>   Previous State: Ok
>>   Started at: Thu 1 Mar 2012 12:21:37 +
>>   Finished at: Thu 1 Mar 2012 12:29:34 +
>>   Total time: 7m 57s
>>   Build Trigger: Schedule
>>   Build Number: 725
>>   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+)
>>           Java version: 1.6.0_30
>>           Java home: /usr/lib/jvm/jdk1.6.0_30/jre
>>           Default locale: en_US, platform encoding: UTF-8
>>           OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
>> "unix"
>>
>> 
>> SCM Changes:
>> 
>> Changed: erans @ Thu 1 Mar 2012 12:19:30 +
>> Comment: Removed files not to be included in CM 3.0.
>> Files changed:
>>   /commons/proper/math/trunk/pom.xml ( 1295533 )
>>   
>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/PivotingQRDecomposition.java
>>  ( 1295533 )
>>   
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/PivotingQRDecompositionTest.java
>>  ( 1295533 )
>>   
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/PivotingQRSolverTest.java
>>  ( 1295533 )
>>   
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/BatteryNISTTest.java
>>  ( 1295533 )
>>
>
> The problem is here:
> ---CUT---
> [INFO] [jar:jar {execution: default-jar}]
> [INFO] Building jar: 
> /home/continuum/continuum-base/data/working-directory/97/target/commons-math3-3.0.jar
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing 
> /home/continuum/continuum-base/data/working-directory/97/target/commons-math3-3.0.jar
>  to 
> /home/continuum/.m2/repository/org/apache/commons/commons-math3/3.0/commons-math3-3.0.jar
> [INFO] [deploy:deploy {execution: default-deploy}]
> Uploading: 
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/commons/commons-math3/3.0/commons-math3-3.0.jar
> [INFO] 
> 
> [ERROR] BUILD ERROR
> [INFO] 
> 
> [INFO] Error deploying artifact: Authorization failed: Access denied to:
> https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/commons/commons-math3/3.0/commons-math3-3.0.jar
> ---CUT---
>
> I guess that it's caused by my having set the version to 3.0.

Which please revert ASAP.

> Does that mean that the actual release version number in "pom.xml" cannot be 
> committed?

AIUI Continuum is not able to upload to the release repo (just as well really).

>
> Gilles
>
>> [...]
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-03-01 Thread Gilles Sadowski
On Thu, Mar 01, 2012 at 12:29:45PM +, Continuum@vmbuild wrote:
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=19541&projectId=97
> 
> Build statistics:
>   State: Failed
>   Previous State: Ok
>   Started at: Thu 1 Mar 2012 12:21:37 +
>   Finished at: Thu 1 Mar 2012 12:29:34 +
>   Total time: 7m 57s
>   Build Trigger: Schedule
>   Build Number: 725
>   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+)
>   Java version: 1.6.0_30
>   Java home: /usr/lib/jvm/jdk1.6.0_30/jre
>   Default locale: en_US, platform encoding: UTF-8
>   OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
> "unix"
> 
> 
> SCM Changes:
> 
> Changed: erans @ Thu 1 Mar 2012 12:19:30 +
> Comment: Removed files not to be included in CM 3.0.
> Files changed:
>   /commons/proper/math/trunk/pom.xml ( 1295533 )
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/PivotingQRDecomposition.java
>  ( 1295533 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/PivotingQRDecompositionTest.java
>  ( 1295533 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/PivotingQRSolverTest.java
>  ( 1295533 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/BatteryNISTTest.java
>  ( 1295533 )
> 

The problem is here:
---CUT---
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 
/home/continuum/continuum-base/data/working-directory/97/target/commons-math3-3.0.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing 
/home/continuum/continuum-base/data/working-directory/97/target/commons-math3-3.0.jar
 to 
/home/continuum/.m2/repository/org/apache/commons/commons-math3/3.0/commons-math3-3.0.jar
[INFO] [deploy:deploy {execution: default-deploy}]
Uploading: 
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/commons/commons-math3/3.0/commons-math3-3.0.jar
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Error deploying artifact: Authorization failed: Access denied to:
https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/commons/commons-math3/3.0/commons-math3-3.0.jar
---CUT---

I guess that it's caused by my having set the version to 3.0.  Does that
mean that the actual release version number in "pom.xml" cannot be
committed?


Gilles

> [...]

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-03-01 Thread sebb
This failure is due to the trunk version being set to 3.0, without the
SNAPSHOT suffix.

Trunk should not be left in non-SNAPSHOT state for any longer than is necessary
[Unless you use the release plugin, it's not necessary at all]

On 1 March 2012 12:29, Continuum@vmbuild  wrote:
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=19541&projectId=97
>
> Build statistics:
>  State: Failed
>  Previous State: Ok
>  Started at: Thu 1 Mar 2012 12:21:37 +
>  Finished at: Thu 1 Mar 2012 12:29:34 +
>  Total time: 7m 57s
>  Build Trigger: Schedule
>  Build Number: 725
>  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+)
>          Java version: 1.6.0_30
>          Java home: /usr/lib/jvm/jdk1.6.0_30/jre
>          Default locale: en_US, platform encoding: UTF-8
>          OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
> "unix"
>
> 
> SCM Changes:
> 
> Changed: erans @ Thu 1 Mar 2012 12:19:30 +
> Comment: Removed files not to be included in CM 3.0.
> Files changed:
>  /commons/proper/math/trunk/pom.xml ( 1295533 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/PivotingQRDecomposition.java
>  ( 1295533 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/PivotingQRDecompositionTest.java
>  ( 1295533 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/PivotingQRSolverTest.java
>  ( 1295533 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/BatteryNISTTest.java
>  ( 1295533 )
>
> 
> Dependencies Changes:
> 
> No dependencies changed
>
>
> 
> Build Definition:
> 
> POM filename: pom.xml
> Goals: clean deploy
> Arguments: --batch-mode -Pjava-1.5
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: COMMONS_SCHEDULE
> Profile Name: Maven 2.2.1
> Description: Default Maven 2 Build Definition (Java 1.5)
>
> 
> Test Summary:
> 
> Tests: 3504
> Failures: 0
> Errors: 0
> Success Rate: 100
> Total time: 364.19492
>
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-02-22 Thread Gilles Sadowski
Hi.

This failure (unrelated to the latest commit) happens once in while...

> 
> 
> Test Failures:
> 
> 
> ValueServerTest
> testNextDigest :
>   java.lang.AssertionError
>   java.lang.AssertionError: mean expected:<5.069831575018909> but 
> was:<5.1759015765146605>
>   at org.junit.Assert.fail(Assert.java:91)
>   at org.junit.Assert.failNotEquals(Assert.java:645)
>   at org.junit.Assert.assertEquals(Assert.java:441)
>   at 
> org.apache.commons.math3.random.ValueServerTest.testNextDigest(ValueServerTest.java:76)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:592)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>   at org.apache.commons.math3.RetryRunner$1.evaluate(RetryRunner.java:60)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>   at 
> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:592)
>   at 
> org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
>   at $Proxy0.invoke(Unknown Source)
>   at 
> org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
>   at 
> org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
>   at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
> 

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-02-14 Thread Gilles Sadowski
On Mon, Feb 13, 2012 at 06:11:28PM +, Continuum@vmbuild wrote:
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=18776&projectId=97

Fixed in revision 1243876.

Regards,
Gilles

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-02-03 Thread Gilles Sadowski
Hi.

> > 
> > The failure is unrelated to the commit, but has to do with this issue:
> >   https://issues.apache.org/jira/browse/MATH-588
> > 
> > I don't know whether the test tolerance is too stringent or there really is
> > a bug. Could someone have a look?
> 
> Hi,
> 
> I have looked into this issue, and imo the test tolerance is too stringent:
> 
> >> MeanTest
> >> testWeightedConsistency :
> >>   java.lang.AssertionError
> >>   java.lang.AssertionError: expected:<-5.261475053036868E-4> but 
> >> was:<-5.26147505303894E-4>
> 
> The tests compares the two computed means with a relative error of
> 10-14, which can lead to an quite small absolute error in case the
> randomized test values are distributed in an unfortunate way.
> 
> In the failing example, the mean is calculated to be -5.261e-4 which
> leads to an absolute error of 10-18 while the two means are equal up to
> 10-15.
> 
> The bug report is very similar:
> 
> the expected mean is ~2.2e-3 and the values are equal up to 10-15.
> 

Thanks for looking into it.
So, if nobody objects, can you please make the necessary changes and resolve
the issue?


Best regards,
Gilles

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-02-03 Thread Thomas Neidhart
On 02/02/2012 11:57 AM, Gilles Sadowski wrote:
> On Thu, Feb 02, 2012 at 12:40:14AM +, Continuum@vmbuild wrote:
> 
> The failure is unrelated to the commit, but has to do with this issue:
>   https://issues.apache.org/jira/browse/MATH-588
> 
> I don't know whether the test tolerance is too stringent or there really is
> a bug. Could someone have a look?

Hi,

I have looked into this issue, and imo the test tolerance is too stringent:

>> MeanTest
>> testWeightedConsistency :
>>   java.lang.AssertionError
>>   java.lang.AssertionError: expected:<-5.261475053036868E-4> but 
>> was:<-5.26147505303894E-4>

The tests compares the two computed means with a relative error of
10-14, which can lead to an quite small absolute error in case the
randomized test values are distributed in an unfortunate way.

In the failing example, the mean is calculated to be -5.261e-4 which
leads to an absolute error of 10-18 while the two means are equal up to
10-15.

The bug report is very similar:

the expected mean is ~2.2e-3 and the values are equal up to 10-15.

Thomas

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-02-02 Thread Gilles Sadowski
On Thu, Feb 02, 2012 at 12:40:14AM +, Continuum@vmbuild wrote:

The failure is unrelated to the commit, but has to do with this issue:
  https://issues.apache.org/jira/browse/MATH-588

I don't know whether the test tolerance is too stringent or there really is
a bug. Could someone have a look?

Thanks,
Gilles

> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=18163&projectId=97
> 
> Build statistics:
>   State: Failed
>   Previous State: Ok
>   Started at: Thu 2 Feb 2012 00:36:34 +
>   Finished at: Thu 2 Feb 2012 00:40:11 +
>   Total time: 3m 37s
>   Build Trigger: Schedule
>   Build Number: 664
>   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+)
>   Java version: 1.6.0_30
>   Java home: /usr/lib/jvm/jdk1.6.0_30/jre
>   Default locale: en_US, platform encoding: UTF-8
>   OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
> "unix"
> 
> 
> SCM Changes:
> 
> Changed: erans @ Wed 1 Feb 2012 23:35:46 +
> Comment: Javadoc.
> Files changed:
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.java
>  ( 1239404 )
> 
> 
> Dependencies Changes:
> 
> No dependencies changed
> 
> 
> 
> Build Definition:
> 
> POM filename: pom.xml
> Goals: clean deploy   
> Arguments: --batch-mode -Pjava-1.5
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: COMMONS_SCHEDULE
> Profile Name: Maven 2.2.1
> Description: Default Maven 2 Build Definition (Java 1.5)
> 
> 
> Test Summary:
> 
> Tests: 3562
> Failures: 1
> Errors: 0
> Success Rate: 99
> Total time: 165.38594
> 
> 
> Test Failures:
> 
> 
> MeanTest
> testWeightedConsistency :
>   java.lang.AssertionError
>   java.lang.AssertionError: expected:<-5.261475053036868E-4> but 
> was:<-5.26147505303894E-4>
>   at org.junit.Assert.fail(Assert.java:91)
>   at org.junit.Assert.failNotEquals(Assert.java:645)
>   at org.junit.Assert.assertEquals(Assert.java:441)
>   at 
> org.apache.commons.math.TestUtils.assertRelativelyEquals(TestUtils.java:178)
>   at 
> org.apache.commons.math.TestUtils.assertRelativelyEquals(TestUtils.java:153)
>   at 
> org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest.testWeightedConsistency(UnivariateStatisticAbstractTest.java:213)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:592)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>   at 
> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4Te

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-01-12 Thread Sébastien Brisard
2012/1/12 sebb :
> 2012/1/12 Sébastien Brisard :
>> Hi Dennis,
>>
>> 2012/1/12 Dennis Hendriks :
>>>
>>> The online report at the top links to a page with details.
>>>
>> right under my nose... Sorry for bothering you with futilities.
>>
>>>
>>> The tests use a method only available in Java 6...
>>>
>> Right. But why neither eclipse (configured to build with Java 1.5),
>
> Did you also configure the JVM library?
>
No, I probably didn't.
>> nor mvn complains?
>
> Maven uses the current version of Java unless you use one of the
> java-1.x profiles set up for the purpose.
>
> The compiler source and target settings only affect the syntax and
> generate byte-code.
> They do not affect the library jars.
>
I understand: that's why @Override on an interface method are
rejected, which gave me a false sense of security. Thanks for that,
I'll look into how to configure the libraries as well!
Sébastien

>> Sébastien
>>
>>> Dennis


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-01-12 Thread sebb
2012/1/12 Sébastien Brisard :
> Hi Dennis,
>
> 2012/1/12 Dennis Hendriks :
>>
>> The online report at the top links to a page with details.
>>
> right under my nose... Sorry for bothering you with futilities.
>
>>
>> The tests use a method only available in Java 6...
>>
> Right. But why neither eclipse (configured to build with Java 1.5),

Did you also configure the JVM library?

> nor mvn complains?

Maven uses the current version of Java unless you use one of the
java-1.x profiles set up for the purpose.

The compiler source and target settings only affect the syntax and
generate byte-code.
They do not affect the library jars.

> Sébastien
>
>> Dennis
>>
>>
>> Sébastien Brisard wrote:
>>>
>>> 2012/1/12 Continuum@vmbuild :

 Online report :
 http://vmbuild.apache.org/continuum/buildResult.action?buildId=17130&projectId=97

 Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Thu 12 Jan 2012 07:21:05 +
  Finished at: Thu 12 Jan 2012 07:22:12 +
  Total time: 1m 7s
  Build Trigger: Schedule
  Build Number: 634
  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+)
         Java version: 1.6.0_30
         Java home: /usr/lib/jvm/jdk1.6.0_30/jre
         Default locale: en_US, platform encoding: UTF-8
         OS name: "linux" version: "2.6.32-31-server" arch: "amd64"
 Family: "unix"


 
 SCM Changes:

 
 Changed: celestin @ Thu 12 Jan 2012 07:01:43 +
 Comment: Implementation of continuous triangular distributions
 (MATH-731). Patch contributed by Dennis Hendriks.
 Files changed:

  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/TriangularDistribution.java
 ( 1230419 )

  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/TriangularDistributionTest.java
 ( 1230419 )


 
 Dependencies Changes:

 
 No dependencies changed



 
 Build Definition:

 
 POM filename: pom.xml
 Goals: clean deploy
 Arguments: --batch-mode -Pjava-1.5
 Build Fresh: false
 Always Build: false
 Default Build Definition: true
 Schedule: COMMONS_SCHEDULE
 Profile Name: Maven 2.2.1
 Description: Default Maven 2 Build Definition (Java 1.5)


 
 Test Summary:

 
 Tests: 0
 Failures: 0
 Errors: 0
 Total time: 0.0





 -
 To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
 For additional commands, e-mail: dev-h...@commons.apache.org

>>> Hi,
>>> where can I find a detailed report on this build failure? It seems
>>> Commons-Math builds successfully locally.
>>> Thanks!
>>> Sébastien
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-01-12 Thread Sébastien Brisard
Hi Dennis,

2012/1/12 Dennis Hendriks :
>
> The online report at the top links to a page with details.
>
right under my nose... Sorry for bothering you with futilities.

>
> The tests use a method only available in Java 6...
>
Right. But why neither eclipse (configured to build with Java 1.5),
nor mvn complains?
Sébastien

> Dennis
>
>
> Sébastien Brisard wrote:
>>
>> 2012/1/12 Continuum@vmbuild :
>>>
>>> Online report :
>>> http://vmbuild.apache.org/continuum/buildResult.action?buildId=17130&projectId=97
>>>
>>> Build statistics:
>>>  State: Failed
>>>  Previous State: Ok
>>>  Started at: Thu 12 Jan 2012 07:21:05 +
>>>  Finished at: Thu 12 Jan 2012 07:22:12 +
>>>  Total time: 1m 7s
>>>  Build Trigger: Schedule
>>>  Build Number: 634
>>>  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+)
>>>         Java version: 1.6.0_30
>>>         Java home: /usr/lib/jvm/jdk1.6.0_30/jre
>>>         Default locale: en_US, platform encoding: UTF-8
>>>         OS name: "linux" version: "2.6.32-31-server" arch: "amd64"
>>> Family: "unix"
>>>
>>>
>>> 
>>> SCM Changes:
>>>
>>> 
>>> Changed: celestin @ Thu 12 Jan 2012 07:01:43 +
>>> Comment: Implementation of continuous triangular distributions
>>> (MATH-731). Patch contributed by Dennis Hendriks.
>>> Files changed:
>>>
>>>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/TriangularDistribution.java
>>> ( 1230419 )
>>>
>>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/TriangularDistributionTest.java
>>> ( 1230419 )
>>>
>>>
>>> 
>>> Dependencies Changes:
>>>
>>> 
>>> No dependencies changed
>>>
>>>
>>>
>>> 
>>> Build Definition:
>>>
>>> 
>>> POM filename: pom.xml
>>> Goals: clean deploy
>>> Arguments: --batch-mode -Pjava-1.5
>>> Build Fresh: false
>>> Always Build: false
>>> Default Build Definition: true
>>> Schedule: COMMONS_SCHEDULE
>>> Profile Name: Maven 2.2.1
>>> Description: Default Maven 2 Build Definition (Java 1.5)
>>>
>>>
>>> 
>>> Test Summary:
>>>
>>> 
>>> Tests: 0
>>> Failures: 0
>>> Errors: 0
>>> Total time: 0.0
>>>
>>>
>>>
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>>> For additional commands, e-mail: dev-h...@commons.apache.org
>>>
>> Hi,
>> where can I find a detailed report on this build failure? It seems
>> Commons-Math builds successfully locally.
>> Thanks!
>> Sébastien
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-01-11 Thread Dennis Hendriks
The online report at the top links to a page with details. The tests use a 
method only available in Java 6...


Dennis

Sébastien Brisard wrote:

2012/1/12 Continuum@vmbuild :

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=17130&projectId=97

Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Thu 12 Jan 2012 07:21:05 +
 Finished at: Thu 12 Jan 2012 07:22:12 +
 Total time: 1m 7s
 Build Trigger: Schedule
 Build Number: 634
 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+)
 Java version: 1.6.0_30
 Java home: /usr/lib/jvm/jdk1.6.0_30/jre
 Default locale: en_US, platform encoding: UTF-8
 OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
"unix"


SCM Changes:

Changed: celestin @ Thu 12 Jan 2012 07:01:43 +
Comment: Implementation of continuous triangular distributions (MATH-731). 
Patch contributed by Dennis Hendriks.
Files changed:
 
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/TriangularDistribution.java
 ( 1230419 )
 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/TriangularDistributionTest.java
 ( 1230419 )


Dependencies Changes:

No dependencies changed



Build Definition:

POM filename: pom.xml
Goals: clean deploy
Arguments: --batch-mode -Pjava-1.5
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 2.2.1
Description: Default Maven 2 Build Definition (Java 1.5)


Test Summary:

Tests: 0
Failures: 0
Errors: 0
Total time: 0.0





-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org


Hi,
where can I find a detailed report on this build failure? It seems
Commons-Math builds successfully locally.
Thanks!
Sébastien


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2012-01-11 Thread Sébastien Brisard
2012/1/12 Continuum@vmbuild :
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=17130&projectId=97
>
> Build statistics:
>  State: Failed
>  Previous State: Ok
>  Started at: Thu 12 Jan 2012 07:21:05 +
>  Finished at: Thu 12 Jan 2012 07:22:12 +
>  Total time: 1m 7s
>  Build Trigger: Schedule
>  Build Number: 634
>  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+)
>          Java version: 1.6.0_30
>          Java home: /usr/lib/jvm/jdk1.6.0_30/jre
>          Default locale: en_US, platform encoding: UTF-8
>          OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
> "unix"
>
> 
> SCM Changes:
> 
> Changed: celestin @ Thu 12 Jan 2012 07:01:43 +
> Comment: Implementation of continuous triangular distributions (MATH-731). 
> Patch contributed by Dennis Hendriks.
> Files changed:
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/TriangularDistribution.java
>  ( 1230419 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/TriangularDistributionTest.java
>  ( 1230419 )
>
> 
> Dependencies Changes:
> 
> No dependencies changed
>
>
> 
> Build Definition:
> 
> POM filename: pom.xml
> Goals: clean deploy
> Arguments: --batch-mode -Pjava-1.5
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: COMMONS_SCHEDULE
> Profile Name: Maven 2.2.1
> Description: Default Maven 2 Build Definition (Java 1.5)
>
> 
> Test Summary:
> 
> Tests: 0
> Failures: 0
> Errors: 0
> Total time: 0.0
>
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
Hi,
where can I find a detailed report on this build failure? It seems
Commons-Math builds successfully locally.
Thanks!
Sébastien


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-12-31 Thread Sébastien Brisard
Hi Luc,
>
> I'm not familiar with statistics. Perhaps you could try to isolate the
> change (which may be the pseudo-random generator seeding) and commit it
> separately, changing the tests reference value if needed (I'm not sure I
> am clear here).
>
yes you are ;)
>
> Luc
>
In fact, I can't see any error with the logic. Furthermore, I've tried
various three seeds for this random generator, and in two cases, at
least one test fails. So I'm wondering about the reliability of
Well1024a. Will post a message separately.
Best regards (et bon réveillon !),
Sébastien


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-12-31 Thread Luc Maisonobe
Le 31/12/2011 09:36, Sébastien Brisard a écrit :
> 2011/12/31 Continuum@vmbuild :
>> Online report : 
>> http://vmbuild.apache.org/continuum/buildResult.action?buildId=16588&projectId=97
>>
>> Build statistics:
>>  State: Failed
>>  Previous State: Ok
>>  Started at: Sat 31 Dec 2011 05:40:12 +
>>  Finished at: Sat 31 Dec 2011 05:43:49 +
>>  Total time: 3m 36s
>>  Build Trigger: Schedule
>>  Build Number: 627
>>  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+)
>>  Java version: 1.6.0_30
>>  Java home: /usr/lib/jvm/jdk1.6.0_30/jre
>>  Default locale: en_US, platform encoding: UTF-8
>>  OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
>> "unix"
>>
>> 
>> SCM Changes:
>> 
>> Changed: celestin @ Sat 31 Dec 2011 05:18:48 +
>> Comment: Modifications to the hierarchy of distributions, according to 
>> MATH-692. Patch contributed by Christian Winter.
>> Files changed:
>>  
>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/AbstractIntegerDistribution.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/BinomialDistribution.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/HypergeometricDistribution.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/IntegerDistribution.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/PascalDistribution.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/PoissonDistribution.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/ZipfDistribution.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/RandomDataImpl.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/AbtractIntegerDistributionTest.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/BinomialDistributionTest.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/HypergeometricDistributionTest.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/IntegerDistributionAbstractTest.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/PascalDistributionTest.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/PoissonDistributionTest.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/ZipfDistributionTest.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/ISAACTest.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomGeneratorAbstractTest.java
>>  ( 1226041 )
>>  
>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/Well1024aTest.java
>>  ( 1226041 )
>>
>> 
>> Dependencies Changes:
>> 
>> No dependencies changed
>>
>>
>> 
>> Build Definition:
>> 
>> POM filename: pom.xml
>> Goals: clean deploy
>> Arguments: --batch-mode -Pjava-1.5
>> Build Fresh: false
>> Always Build: false
>> Default Build Definition: true
>> Schedule: COMMONS_SCHEDULE
>> Profile Name: Maven 2.2.1
>> Description: Default Maven 2 Build Definition (Java 1.5)
>>
>> 
>> Test Summary:
>> 
>> Tests: 3412
>> Failures: 3
>> Errors: 0
>> Success Rate: 99
>> Total time: 168.78995
>>
>> 
>> Test Failures:
>> 
>>
>> Well1024aTest

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-12-31 Thread Sébastien Brisard
2011/12/31 Continuum@vmbuild :
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=16588&projectId=97
>
> Build statistics:
>  State: Failed
>  Previous State: Ok
>  Started at: Sat 31 Dec 2011 05:40:12 +
>  Finished at: Sat 31 Dec 2011 05:43:49 +
>  Total time: 3m 36s
>  Build Trigger: Schedule
>  Build Number: 627
>  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+)
>          Java version: 1.6.0_30
>          Java home: /usr/lib/jvm/jdk1.6.0_30/jre
>          Default locale: en_US, platform encoding: UTF-8
>          OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
> "unix"
>
> 
> SCM Changes:
> 
> Changed: celestin @ Sat 31 Dec 2011 05:18:48 +
> Comment: Modifications to the hierarchy of distributions, according to 
> MATH-692. Patch contributed by Christian Winter.
> Files changed:
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/AbstractIntegerDistribution.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/BinomialDistribution.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/HypergeometricDistribution.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/IntegerDistribution.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/PascalDistribution.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/PoissonDistribution.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/ZipfDistribution.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/RandomDataImpl.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/AbtractIntegerDistributionTest.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/BinomialDistributionTest.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/HypergeometricDistributionTest.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/IntegerDistributionAbstractTest.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/PascalDistributionTest.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/PoissonDistributionTest.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/distribution/ZipfDistributionTest.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/ISAACTest.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomGeneratorAbstractTest.java
>  ( 1226041 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/Well1024aTest.java
>  ( 1226041 )
>
> 
> Dependencies Changes:
> 
> No dependencies changed
>
>
> 
> Build Definition:
> 
> POM filename: pom.xml
> Goals: clean deploy
> Arguments: --batch-mode -Pjava-1.5
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: COMMONS_SCHEDULE
> Profile Name: Maven 2.2.1
> Description: Default Maven 2 Build Definition (Java 1.5)
>
> 
> Test Summary:
> 
> Tests: 3412
> Failures: 3
> Errors: 0
> Success Rate: 99
> Total time: 168.78995
>
> 
> Test Failures:
> 
>
> Well1024aTest
>    testNextIntPositiveRange :
>  java.lang.AssertionError
>  java.lang.AssertionError: Chisquare test failed p-value = 
> 5.042182294490161E-4 chisquare statistic = 12.1.
> value   expected        observed
> 1       0.5           

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-10-29 Thread Gilles Sadowski
On Sat, Oct 29, 2011 at 12:31:30AM +, Continuum@vmbuild wrote:
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=13852&projectId=97
> 
> Build statistics:
>   State: Failed
>   Previous State: Ok
>   Started at: Sat 29 Oct 2011 00:29:22 +
>   Finished at: Sat 29 Oct 2011 00:31:28 +
>   Total time: 2m 6s
>   Build Trigger: Schedule
>   Build Number: 545
>   Exit code: 1
>   Building machine hostname: vmbuild
>   Operating system : Linux(unknown)
>   Java Home version : 
>   java version "1.6.0_24"
>   Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
>   Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
> 
>   Builder version :
>   Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
>   Java version: 1.6.0_24
>   Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre
>   Default locale: en_US, platform encoding: UTF-8
>   OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
> "unix"
> 
> 
> SCM Changes:
> 
> Changed: erans @ Fri 28 Oct 2011 23:54:32 +
> Comment: MATH-697
> Check that the given starting point is within the bounds.
> Files changed:
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/BaseMultivariateRealOptimizer.java
>  ( 1190686 )
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/BaseAbstractScalarOptimizer.java
>  ( 1190686 )


Sorry about that; I must have forgotten to run the tests before committing...
This should be fixed in revision 1194874.


Gilles

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-10-11 Thread Sébastien Brisard
I think rev r1182215 solves the problem. Sorry about that.
Sébastien

2011/10/12 Continuum@vmbuild :
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=13213&projectId=97
>
> Build statistics:
>  State: Failed
>  Previous State: Ok
>  Started at: Wed 12 Oct 2011 06:23:18 +
>  Finished at: Wed 12 Oct 2011 06:24:02 +
>  Total time: 44s
>  Build Trigger: Schedule
>  Build Number: 512
>  Exit code: 1
>  Building machine hostname: vmbuild
>  Operating system : Linux(unknown)
>  Java Home version :
>          java version "1.6.0_24"
>          Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
>          Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
>
>  Builder version :
>          Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
>          Java version: 1.6.0_24
>          Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre
>          Default locale: en_US, platform encoding: UTF-8
>          OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
> "unix"
>
> 
> SCM Changes:
> 
> Changed: celestin @ Wed 12 Oct 2011 06:17:23 +
> Comment: Created ArithmeticsUtils class (MATH-689), and corresponding unit 
> tests. Moved some methods from MathUtils to ArithmeticsUtils.
> Files changed:
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/fraction/Fraction.java
>  ( 1182213 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/RandomDataImpl.java
>  ( 1182213 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/ArithmeticsUtils.java
>  ( 1182213 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java
>  ( 1182213 )
>
> 
> Dependencies Changes:
> 
> No dependencies changed
>
>
> 
> Build Definition:
> 
> POM filename: pom.xml
> Goals: clean deploy
> Arguments: --batch-mode -Pjava-1.5
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: COMMONS_SCHEDULE
> Profile Name: Maven 2.2.1
> Description: Default Maven 2 Build Definition (Java 1.5)
>
> 
> Test Summary:
> 
> Tests: 0
> Failures: 0
> Errors: 0
> Total time: 0.0
>
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-09-22 Thread Phil Steitz
This is MATH-588.

Phil


On 9/22/11 3:23 AM, Continuum@vmbuild wrote:
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=12428&projectId=97
>
> Build statistics:
>   State: Failed
>   Previous State: Ok
>   Started at: Thu 22 Sep 2011 10:20:50 +
>   Finished at: Thu 22 Sep 2011 10:23:08 +
>   Total time: 2m 18s
>   Build Trigger: Schedule
>   Build Number: 457
>   Exit code: 1
>   Building machine hostname: vmbuild
>   Operating system : Linux(unknown)
>   Java Home version : 
>   java version "1.6.0_24"
>   Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
>   Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
> 
>   Builder version :
>   Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
>   Java version: 1.6.0_24
>   Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre
>   Default locale: en_AU, platform encoding: UTF-8
>   OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
> "unix"
> 
> 
> SCM Changes:
> 
> Changed: erans @ Thu 22 Sep 2011 09:55:02 +
> Comment: Added "final".
> Files changed:
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java
>  ( 1174032 )
>
> 
> Dependencies Changes:
> 
> No dependencies changed
>
>
> 
> Build Definition:
> 
> POM filename: pom.xml
> Goals: clean deploy   
> Arguments: --batch-mode -Pjava-1.5
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: COMMONS_SCHEDULE
> Profile Name: Maven 2.2.1
> Description: Default Maven 2 Build Definition (Java 1.5)
>
> 
> Test Summary:
> 
> Tests: 2986
> Failures: 1
> Errors: 0
> Success Rate: 99
> Total time: 102.066986
>
> 
> Test Failures:
> 
>
> MeanTest
> testWeightedConsistency :
>   java.lang.AssertionError
>   java.lang.AssertionError: expected:<-4.56519442016705E-5> but 
> was:<-4.5651944201852454E-5>
>   at org.junit.Assert.fail(Assert.java:91)
>   at org.junit.Assert.failNotEquals(Assert.java:645)
>   at org.junit.Assert.assertEquals(Assert.java:441)
>   at 
> org.apache.commons.math.TestUtils.assertRelativelyEquals(TestUtils.java:178)
>   at 
> org.apache.commons.math.TestUtils.assertRelativelyEquals(TestUtils.java:153)
>   at 
> org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest.testWeightedConsistency(UnivariateStatisticAbstractTest.java:170)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:592)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>   at 
> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Nat

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-09-22 Thread Sébastien Brisard
I agree. I kno that people are currently working on experimental
distributions, and was thinking the corresponding test was maybe
generating too much (pseudo-experimental) data. But that's probably
not it, since I misread ExponentialDistributionTest for
ExperimentalDistributionTest.
As for the log file, I obviously haven't gone deep enough into the
developer's resources on the apache website. Will do so.
S

2011/9/22 Dennis Hendriks :
> Hi Sébastien,
>
>> Oh, I guess I needed to log into apache in order to see this log...
>
> Indeed it was not clear from the GUMP e-mail itself. However, looking at the
> log file does not require one to log in...
>
>> And ExponentialDistributionTest.java is not what I'm working on
>> at the moment. So I guess I come out white clean this time...
>
> A disc can get full at arbitrary times, when writing arbitrary files, so I
> don't think that the file that is indicated has anything to do with what
> anyone is working on at this time (they are not related).
>
> Dennis
>
>
> Sébastien Brisard wrote:
>>
>> Hi Dennis
>> Oh, I guess I needed to log into apache in order to see this log...
>> Sorry, should have thought about it myself.
>> And ExponentialDistributionTest.java is not what I'm working on at the
>> moment. So I guess I come out white clean this time...
>> Sébastien
>>
>> 2011/9/22 Dennis Hendriks :
>>>
>>> Hi Sébastien,
>>>
>>> From the log
>>>
>>> (http://vmbuild.apache.org/continuum/buildResult.action?buildId=12421&projectId=97):
>>>
>>> """
>>> [INFO] Compiling 336 source files to
>>>
>>> /home/continuum/continuum-base/data/working-directory/97/target/test-classes
>>> [INFO] -
>>> [ERROR] COMPILATION ERROR :
>>> [INFO] -
>>> [ERROR]
>>>
>>> /home/continuum/continuum-base/data/working-directory/97/src/test/java/org/apache/commons/math/distribution/ExponentialDistributionTest.java:[32,7]
>>> error while writing
>>> org.apache.commons.math.distribution.ExponentialDistributionTest: No
>>> space
>>> left on device
>>>
>>> [INFO] 1error
>>> [INFO] -
>>> [INFO]
>>> 
>>> [ERROR] BUILD FAILURE
>>> [INFO]
>>> 
>>> [INFO] Compilation failure
>>>
>>> /home/continuum/continuum-base/data/working-directory/97/src/test/java/org/apache/commons/math/distribution/ExponentialDistributionTest.java:[32,7]
>>> error while writing
>>> org.apache.commons.math.distribution.ExponentialDistributionTest: No
>>> space
>>> left on device
>>> """
>>>
>>> Sounds like the disc is full...
>>>
>>> Dennis
>>>
>>>
>>> Sébastien Brisard wrote:

 Hi,
 it seems I caused a mess, but I do not understand: CM compiles on my
 computer, and it is in full-sync with the repository.
 What can I do?
 Sébastien

 2011/9/22 Continuum@vmbuild :
>
> Online report :
>
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=12421&projectId=97
>
> Build statistics:
>  State: Failed
>  Previous State: Ok
>  Started at: Thu 22 Sep 2011 07:20:39 +
>  Finished at: Thu 22 Sep 2011 07:21:31 +
>  Total time: 51s
>  Build Trigger: Schedule
>  Build Number: 455
>  Exit code: 1
>  Building machine hostname: vmbuild
>  Operating system : Linux(unknown)
>  Java Home version :
>        java version "1.6.0_24"
>        Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
>        Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
>
>  Builder version :
>        Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
>        Java version: 1.6.0_24
>        Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre
>        Default locale: en_AU, platform encoding: UTF-8
>        OS name: "linux" version: "2.6.32-31-server" arch: "amd64"
> Family: "unix"
>
>
>
> 
> SCM Changes:
>
>
> 
> Changed: celestin @ Thu 22 Sep 2011 06:37:41 +
> Comment: Replaced EigenDecomposition by EigenDecompositionImpl
> (preliminary cleaning for solving MATH-662).
> Files changed:
>
>
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/CMAESOptimizer.java
> ( 1173964 )
>
>
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java
> ( 1173964 )
>
>
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionTest.java
> (from
>
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecomposit

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-09-22 Thread Dennis Hendriks

Hi Sébastien,

> Oh, I guess I needed to log into apache in order to see this log...

Indeed it was not clear from the GUMP e-mail itself. However, looking at 
the log file does not require one to log in...


> And ExponentialDistributionTest.java is not what I'm working on
> at the moment. So I guess I come out white clean this time...

A disc can get full at arbitrary times, when writing arbitrary files, so I 
don't think that the file that is indicated has anything to do with what 
anyone is working on at this time (they are not related).


Dennis


Sébastien Brisard wrote:

Hi Dennis
Oh, I guess I needed to log into apache in order to see this log...
Sorry, should have thought about it myself.
And ExponentialDistributionTest.java is not what I'm working on at the
moment. So I guess I come out white clean this time...
Sébastien

2011/9/22 Dennis Hendriks :

Hi Sébastien,

From the log
(http://vmbuild.apache.org/continuum/buildResult.action?buildId=12421&projectId=97):

"""
[INFO] Compiling 336 source files to
/home/continuum/continuum-base/data/working-directory/97/target/test-classes
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/continuum/continuum-base/data/working-directory/97/src/test/java/org/apache/commons/math/distribution/ExponentialDistributionTest.java:[32,7]
error while writing
org.apache.commons.math.distribution.ExponentialDistributionTest: No space
left on device

[INFO] 1error
[INFO] -
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure
/home/continuum/continuum-base/data/working-directory/97/src/test/java/org/apache/commons/math/distribution/ExponentialDistributionTest.java:[32,7]
error while writing
org.apache.commons.math.distribution.ExponentialDistributionTest: No space
left on device
"""

Sounds like the disc is full...

Dennis


Sébastien Brisard wrote:

Hi,
it seems I caused a mess, but I do not understand: CM compiles on my
computer, and it is in full-sync with the repository.
What can I do?
Sébastien

2011/9/22 Continuum@vmbuild :

Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=12421&projectId=97

Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Thu 22 Sep 2011 07:20:39 +
 Finished at: Thu 22 Sep 2011 07:21:31 +
 Total time: 51s
 Build Trigger: Schedule
 Build Number: 455
 Exit code: 1
 Building machine hostname: vmbuild
 Operating system : Linux(unknown)
 Java Home version :
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)

 Builder version :
Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
Java version: 1.6.0_24
Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre
Default locale: en_AU, platform encoding: UTF-8
OS name: "linux" version: "2.6.32-31-server" arch: "amd64"
Family: "unix"



SCM Changes:


Changed: celestin @ Thu 22 Sep 2011 06:37:41 +
Comment: Replaced EigenDecomposition by EigenDecompositionImpl
(preliminary cleaning for solving MATH-662).
Files changed:

 
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/CMAESOptimizer.java
( 1173964 )

 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java
( 1173964 )

 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionTest.java
(from
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java:1173471)
( 1173964 )

 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java
( 1173964 )

 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SingularValueDecompositionImplTest.java
( 1173964 )

Changed: celestin @ Thu 22 Sep 2011 06:43:55 +
Comment: Merged EigenDecomposition and EigenDecompositionImpl (see
MATH-662).
Files changed:

 
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecomposition.java
(from
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecompositionImpl.java:1173787)
( 1173965 )

 
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecompositionImpl.java
( 1173965 )

 
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/CMAESOptimizer.java
( 1173965 )

 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionTest.java
( 1173965 )

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-09-22 Thread Sébastien Brisard
Hi Dennis
Oh, I guess I needed to log into apache in order to see this log...
Sorry, should have thought about it myself.
And ExponentialDistributionTest.java is not what I'm working on at the
moment. So I guess I come out white clean this time...
Sébastien

2011/9/22 Dennis Hendriks :
> Hi Sébastien,
>
> From the log
> (http://vmbuild.apache.org/continuum/buildResult.action?buildId=12421&projectId=97):
>
> """
> [INFO] Compiling 336 source files to
> /home/continuum/continuum-base/data/working-directory/97/target/test-classes
> [INFO] -
> [ERROR] COMPILATION ERROR :
> [INFO] -
> [ERROR]
> /home/continuum/continuum-base/data/working-directory/97/src/test/java/org/apache/commons/math/distribution/ExponentialDistributionTest.java:[32,7]
> error while writing
> org.apache.commons.math.distribution.ExponentialDistributionTest: No space
> left on device
>
> [INFO] 1error
> [INFO] -
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
> [INFO] Compilation failure
> /home/continuum/continuum-base/data/working-directory/97/src/test/java/org/apache/commons/math/distribution/ExponentialDistributionTest.java:[32,7]
> error while writing
> org.apache.commons.math.distribution.ExponentialDistributionTest: No space
> left on device
> """
>
> Sounds like the disc is full...
>
> Dennis
>
>
> Sébastien Brisard wrote:
>>
>> Hi,
>> it seems I caused a mess, but I do not understand: CM compiles on my
>> computer, and it is in full-sync with the repository.
>> What can I do?
>> Sébastien
>>
>> 2011/9/22 Continuum@vmbuild :
>>>
>>> Online report :
>>> http://vmbuild.apache.org/continuum/buildResult.action?buildId=12421&projectId=97
>>>
>>> Build statistics:
>>>  State: Failed
>>>  Previous State: Ok
>>>  Started at: Thu 22 Sep 2011 07:20:39 +
>>>  Finished at: Thu 22 Sep 2011 07:21:31 +
>>>  Total time: 51s
>>>  Build Trigger: Schedule
>>>  Build Number: 455
>>>  Exit code: 1
>>>  Building machine hostname: vmbuild
>>>  Operating system : Linux(unknown)
>>>  Java Home version :
>>>         java version "1.6.0_24"
>>>         Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
>>>         Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
>>>
>>>  Builder version :
>>>         Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
>>>         Java version: 1.6.0_24
>>>         Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre
>>>         Default locale: en_AU, platform encoding: UTF-8
>>>         OS name: "linux" version: "2.6.32-31-server" arch: "amd64"
>>> Family: "unix"
>>>
>>>
>>> 
>>> SCM Changes:
>>>
>>> 
>>> Changed: celestin @ Thu 22 Sep 2011 06:37:41 +
>>> Comment: Replaced EigenDecomposition by EigenDecompositionImpl
>>> (preliminary cleaning for solving MATH-662).
>>> Files changed:
>>>
>>>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/CMAESOptimizer.java
>>> ( 1173964 )
>>>
>>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java
>>> ( 1173964 )
>>>
>>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionTest.java
>>> (from
>>> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java:1173471)
>>> ( 1173964 )
>>>
>>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java
>>> ( 1173964 )
>>>
>>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SingularValueDecompositionImplTest.java
>>> ( 1173964 )
>>>
>>> Changed: celestin @ Thu 22 Sep 2011 06:43:55 +
>>> Comment: Merged EigenDecomposition and EigenDecompositionImpl (see
>>> MATH-662).
>>> Files changed:
>>>
>>>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecomposition.java
>>> (from
>>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecompositionImpl.java:1173787)
>>> ( 1173965 )
>>>
>>>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecompositionImpl.java
>>> ( 1173965 )
>>>
>>>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/CMAESOptimizer.java
>>> ( 1173965 )
>>>
>>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionTest.java
>>> ( 1173965 )
>>>
>>>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java
>>> ( 1173965 )
>>>
>>>
>>> 
>>> Dependencies Changes

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-09-22 Thread Dennis Hendriks

Hi Sébastien,

From the log 
(http://vmbuild.apache.org/continuum/buildResult.action?buildId=12421&projectId=97):


"""
[INFO] Compiling 336 source files to 
/home/continuum/continuum-base/data/working-directory/97/target/test-classes

[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR] 
/home/continuum/continuum-base/data/working-directory/97/src/test/java/org/apache/commons/math/distribution/ExponentialDistributionTest.java:[32,7] 
error while writing 
org.apache.commons.math.distribution.ExponentialDistributionTest: No space 
left on device


[INFO] 1error
[INFO] -
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure
/home/continuum/continuum-base/data/working-directory/97/src/test/java/org/apache/commons/math/distribution/ExponentialDistributionTest.java:[32,7] 
error while writing 
org.apache.commons.math.distribution.ExponentialDistributionTest: No space 
left on device

"""

Sounds like the disc is full...

Dennis


Sébastien Brisard wrote:

Hi,
it seems I caused a mess, but I do not understand: CM compiles on my
computer, and it is in full-sync with the repository.
What can I do?
Sébastien

2011/9/22 Continuum@vmbuild :

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=12421&projectId=97

Build statistics:
 State: Failed
 Previous State: Ok
 Started at: Thu 22 Sep 2011 07:20:39 +
 Finished at: Thu 22 Sep 2011 07:21:31 +
 Total time: 51s
 Build Trigger: Schedule
 Build Number: 455
 Exit code: 1
 Building machine hostname: vmbuild
 Operating system : Linux(unknown)
 Java Home version :
 java version "1.6.0_24"
 Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
 Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)

 Builder version :
 Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
 Java version: 1.6.0_24
 Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre
 Default locale: en_AU, platform encoding: UTF-8
 OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
"unix"


SCM Changes:

Changed: celestin @ Thu 22 Sep 2011 06:37:41 +
Comment: Replaced EigenDecomposition by EigenDecompositionImpl (preliminary 
cleaning for solving MATH-662).
Files changed:
 
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/CMAESOptimizer.java
 ( 1173964 )
 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java
 ( 1173964 )
 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionTest.java
 (from 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java:1173471)
 ( 1173964 )
 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java
 ( 1173964 )
 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SingularValueDecompositionImplTest.java
 ( 1173964 )

Changed: celestin @ Thu 22 Sep 2011 06:43:55 +
Comment: Merged EigenDecomposition and EigenDecompositionImpl (see MATH-662).
Files changed:
 
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecomposition.java
 (from 
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecompositionImpl.java:1173787)
 ( 1173965 )
 
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecompositionImpl.java
 ( 1173965 )
 
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/CMAESOptimizer.java
 ( 1173965 )
 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionTest.java
 ( 1173965 )
 
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java
 ( 1173965 )


Dependencies Changes:

No dependencies changed



Build Definition:

POM filename: pom.xml
Goals: clean deploy
Arguments: --batch-mode -Pjava-1.5
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 2.2.1
Description: Default Maven 2 Build Definition (Java 1.5)


Test Summary:
***

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-09-22 Thread Sébastien Brisard
Hi,
it seems I caused a mess, but I do not understand: CM compiles on my
computer, and it is in full-sync with the repository.
What can I do?
Sébastien

2011/9/22 Continuum@vmbuild :
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=12421&projectId=97
>
> Build statistics:
>  State: Failed
>  Previous State: Ok
>  Started at: Thu 22 Sep 2011 07:20:39 +
>  Finished at: Thu 22 Sep 2011 07:21:31 +
>  Total time: 51s
>  Build Trigger: Schedule
>  Build Number: 455
>  Exit code: 1
>  Building machine hostname: vmbuild
>  Operating system : Linux(unknown)
>  Java Home version :
>          java version "1.6.0_24"
>          Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
>          Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
>
>  Builder version :
>          Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
>          Java version: 1.6.0_24
>          Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre
>          Default locale: en_AU, platform encoding: UTF-8
>          OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
> "unix"
>
> 
> SCM Changes:
> 
> Changed: celestin @ Thu 22 Sep 2011 06:37:41 +
> Comment: Replaced EigenDecomposition by EigenDecompositionImpl (preliminary 
> cleaning for solving MATH-662).
> Files changed:
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/CMAESOptimizer.java
>  ( 1173964 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java
>  ( 1173964 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionTest.java
>  (from 
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionImplTest.java:1173471)
>  ( 1173964 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java
>  ( 1173964 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/SingularValueDecompositionImplTest.java
>  ( 1173964 )
>
> Changed: celestin @ Thu 22 Sep 2011 06:43:55 +
> Comment: Merged EigenDecomposition and EigenDecompositionImpl (see MATH-662).
> Files changed:
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecomposition.java
>  (from 
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecompositionImpl.java:1173787)
>  ( 1173965 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecompositionImpl.java
>  ( 1173965 )
>  /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/CMAESOptimizer.java
>  ( 1173965 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenDecompositionTest.java
>  ( 1173965 )
>  /commons/proper/math/trunk/src/test/java/org/apache/commons/math/linear/EigenSolverTest.java
>  ( 1173965 )
>
> 
> Dependencies Changes:
> 
> No dependencies changed
>
>
> 
> Build Definition:
> 
> POM filename: pom.xml
> Goals: clean deploy
> Arguments: --batch-mode -Pjava-1.5
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: COMMONS_SCHEDULE
> Profile Name: Maven 2.2.1
> Description: Default Maven 2 Build Definition (Java 1.5)
>
> 
> Test Summary:
> 
> Tests: 0
> Failures: 0
> Errors: 0
> Total time: 0.0
>
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-07-29 Thread Phil Steitz
Statement setting fixed seed was misplaced.  Fixed in r1152366.

Phil

On 7/29/11 9:30 AM, Continuum@vmbuild wrote:
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=10540&projectId=97
>
> Build statistics:
>   State: Failed
>   Previous State: Failed
>   Started at: Fri 29 Jul 2011 16:28:35 +
>   Finished at: Fri 29 Jul 2011 16:30:09 +
>   Total time: 1m 33s
>   Build Trigger: Schedule
>   Build Number: 366
>   Exit code: 1
>   Building machine hostname: vmbuild
>   Operating system : Linux(unknown)
>   Java Home version : 
>   java version "1.6.0_24"
>   Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
>   Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
> 
>   Builder version :
>   Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
>   Java version: 1.6.0_24
>   Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/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: luc @ Fri 29 Jul 2011 15:34:10 +
> Comment: Added a few shortcut methods and predicates to Dfp
> (abs, isZero, negativeOrNull, strictlyNegative, positiveOrNull, 
> strictlyPositive).
> Files changed:
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/Dfp.java 
> ( 1152266 )
>   /commons/proper/math/trunk/src/site/xdoc/changes.xml ( 1152266 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/dfp/DfpTest.java
>  ( 1152266 )
>
> Changed: luc @ Fri 29 Jul 2011 15:35:19 +
> Comment: document some exceptions that may be thrown by derived classes
> Files changed:
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/BaseAbstractUnivariateRealSolver.java
>  ( 1152268 )
>
> Changed: luc @ Fri 29 Jul 2011 15:44:21 +
> Comment: Added a Brent-like solver that has higher (user specified) order and 
> does
> bracket selection on the result: BracketingNthOrderBrentSolver.
>
> JIRA: MATH-635
> Files changed:
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/BracketingNthOrderBrentSolver.java
>  ( 1152276 )
>   /commons/proper/math/trunk/src/site/xdoc/changes.xml ( 1152276 )
>   /commons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml ( 1152276 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/solvers/BracketingNthOrderBrentSolverTest.java
>  ( 1152276 )
>
> Changed: luc @ Fri 29 Jul 2011 15:47:36 +
> Comment: Added a solver for Dfp-based (i.e. high accuracy) functions.
>
> JIRA: MATH-636
> Files changed:
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/BracketingNthOrderBrentSolverDFP.java
>  ( 1152280 )
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/UnivariateDfpFunction.java
>  ( 1152280 )
>   /commons/proper/math/trunk/src/site/xdoc/changes.xml ( 1152280 )
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/dfp/BracketingNthOrderBrentSolverDFPTest.java
>  ( 1152280 )
>
> Changed: luc @ Fri 29 Jul 2011 15:49:16 +
> Comment: fixed javadoc warnings
> Files changed:
>   
> /commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/events/OverlappingEventsTest.java
>  ( 1152281 )
>
> Changed: luc @ Fri 29 Jul 2011 15:50:39 +
> Comment: Use the new nth order bracketing Brent solver by default if user 
> didn't specify a root solver for ODE events detection.
> Files changed:
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/AbstractIntegrator.java
>  ( 1152283 )
>
> 
> Dependencies Changes:
> 
> No dependencies changed
>
>
> 
> Build Definition:
> 
> POM filename: pom.xml
> Goals: clean install   
> Arguments: --batch-mode -Pjava-1.5
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: COMMONS_SCHEDULE
> Profile Name: Maven 2.2.1
> Description: Default Maven 2 Build Definition (Java 1.5)
>
> 
> Test Summary:
> 
> Tests: 2571
> Failures: 1
> Errors: 0
> Success Rate: 99
> Total time: 60.196968
>
> 
> Test Failures:
> 
>
> TDistributionTe

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-07-28 Thread Phil Steitz
On 7/28/11 6:13 AM, Gilles Sadowski wrote:
> On Thu, Jul 28, 2011 at 12:29:45PM +, Continuum@vmbuild wrote:
>> Online report : 
>> http://vmbuild.apache.org/continuum/buildResult.action?buildId=10498&projectId=97
>>
>> Build statistics:
>>   State: Failed
>>   Previous State: Ok
>>   Started at: Thu 28 Jul 2011 12:27:57 +
>>   Finished at: Thu 28 Jul 2011 12:29:43 +
>>   Total time: 1m 46s
>>   Build Trigger: Schedule
>>   Build Number: 366
>>   Exit code: 1
>>   Building machine hostname: vmbuild
>>   Operating system : Linux(unknown)
>>   Java Home version : 
>>   java version "1.6.0_24"
>>   Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
>>   Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
>> 
>>   Builder version :
>>   Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
>>   Java version: 1.6.0_24
>>   Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/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 @ Thu 28 Jul 2011 11:59:23 +
>> Comment: MATH-633
>> "AbstractRealMatrix" inherits from "RealLinearOperator".
>> Added "@Override" annotations.
>> Files changed:
>>   
>> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/AbstractRealMatrix.java
>>  ( 1151806 )
>>   /commons/proper/math/trunk/src/site/xdoc/changes.xml ( 1151806 )
>>
>> 
>> Dependencies Changes:
>> 
>> No dependencies changed
>>
>>
>> 
>> Build Definition:
>> 
>> POM filename: pom.xml
>> Goals: clean install   
>> Arguments: --batch-mode -Pjava-1.5
>> Build Fresh: false
>> Always Build: false
>> Default Build Definition: true
>> Schedule: COMMONS_SCHEDULE
>> Profile Name: Maven 2.2.1
>> Description: Default Maven 2 Build Definition (Java 1.5)
>>
>> 
>> Test Summary:
>> 
>> Tests: 2551
>> Failures: 1
>> Errors: 0
>> Success Rate: 99
>> Total time: 67.46698
>>
>> 
>> Test Failures:
>> 
>>
>> EmpiricalDistributionTest
>> testGridTooFine :
>>   java.lang.AssertionError
>>   java.lang.AssertionError: mean expected:<5.176827634754502> but 
>> was:<5.069831575018909>
>>  at org.junit.Assert.fail(Assert.java:91)
>>  at org.junit.Assert.failNotEquals(Assert.java:645)
>>  at org.junit.Assert.assertEquals(Assert.java:441)
>>  at 
>> org.apache.commons.math.random.EmpiricalDistributionTest.tstDoubleGen(EmpiricalDistributionTest.java:246)
>>  at 
>> org.apache.commons.math.random.EmpiricalDistributionTest.testGridTooFine(EmpiricalDistributionTest.java:151)
>>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>  at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>  at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>  at java.lang.reflect.Method.invoke(Method.java:592)
>>  at 
>> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>>  at 
>> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>>  at 
>> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>>  at 
>> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>>  at org.apache.commons.math.RetryRunner$1.evaluate(RetryRunner.java:59)
>>  at 
>> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>>  at 
>> org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
>>  at 
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
>>  at 
>> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
>>  at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>>  at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>>  at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>>  at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>>  at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>>  at org.junit.runne

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-07-28 Thread Gilles Sadowski
On Thu, Jul 28, 2011 at 12:29:45PM +, Continuum@vmbuild wrote:
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=10498&projectId=97
> 
> Build statistics:
>   State: Failed
>   Previous State: Ok
>   Started at: Thu 28 Jul 2011 12:27:57 +
>   Finished at: Thu 28 Jul 2011 12:29:43 +
>   Total time: 1m 46s
>   Build Trigger: Schedule
>   Build Number: 366
>   Exit code: 1
>   Building machine hostname: vmbuild
>   Operating system : Linux(unknown)
>   Java Home version : 
>   java version "1.6.0_24"
>   Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
>   Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
> 
>   Builder version :
>   Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
>   Java version: 1.6.0_24
>   Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/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 @ Thu 28 Jul 2011 11:59:23 +
> Comment: MATH-633
> "AbstractRealMatrix" inherits from "RealLinearOperator".
> Added "@Override" annotations.
> Files changed:
>   
> /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/AbstractRealMatrix.java
>  ( 1151806 )
>   /commons/proper/math/trunk/src/site/xdoc/changes.xml ( 1151806 )
> 
> 
> Dependencies Changes:
> 
> No dependencies changed
> 
> 
> 
> Build Definition:
> 
> POM filename: pom.xml
> Goals: clean install   
> Arguments: --batch-mode -Pjava-1.5
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: COMMONS_SCHEDULE
> Profile Name: Maven 2.2.1
> Description: Default Maven 2 Build Definition (Java 1.5)
> 
> 
> Test Summary:
> 
> Tests: 2551
> Failures: 1
> Errors: 0
> Success Rate: 99
> Total time: 67.46698
> 
> 
> Test Failures:
> 
> 
> EmpiricalDistributionTest
> testGridTooFine :
>   java.lang.AssertionError
>   java.lang.AssertionError: mean expected:<5.176827634754502> but 
> was:<5.069831575018909>
>   at org.junit.Assert.fail(Assert.java:91)
>   at org.junit.Assert.failNotEquals(Assert.java:645)
>   at org.junit.Assert.assertEquals(Assert.java:441)
>   at 
> org.apache.commons.math.random.EmpiricalDistributionTest.tstDoubleGen(EmpiricalDistributionTest.java:246)
>   at 
> org.apache.commons.math.random.EmpiricalDistributionTest.testGridTooFine(EmpiricalDistributionTest.java:151)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:592)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>   at org.apache.commons.math.RetryRunner$1.evaluate(RetryRunner.java:59)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>   at 
> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.j

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-07-20 Thread Luc Maisonobe

Le 20/07/2011 13:29, Continuum@vmbuild a écrit :

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=10189&projectId=97


The error was due to use of Arrays.copyOf, which is Java 6 specific.
Fixed in r1148709.

Luc


Build statistics:
   State: Failed
   Previous State: Ok
   Started at: Wed 20 Jul 2011 11:28:44 +
   Finished at: Wed 20 Jul 2011 11:29:07 +
   Total time: 23s
   Build Trigger: Schedule
   Build Number: 347
   Exit code: 1
   Building machine hostname: vmbuild
   Operating system : Linux(unknown)
   Java Home version :
   java version "1.6.0_24"
   Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
   Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)

   Builder version :
   Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
   Java version: 1.6.0_24
   Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/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: luc @ Wed 20 Jul 2011 10:24:15 +
Comment: fixed typo on bracket type for divided differences
Files changed:
   
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/DividedDifferenceInterpolator.java
 ( 1148685 )


Dependencies Changes:

No dependencies changed



Build Definition:

POM filename: pom.xml
Goals: clean install
Arguments: --batch-mode -Pjava-1.5
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 2.2.1
Description: Default Maven 2 Build Definition (Java 1.5)


Test Summary:

Tests: 0
Failures: 0
Errors: 0
Total time: 0.0





-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-05-11 Thread Gilles Sadowski
On Wed, May 11, 2011 at 07:23:34AM +, Continuum@vmbuild wrote:
> [...]
> 
> 
> Test Summary:
> 
> Tests: 2391
> Failures: 1
> Errors: 0
> Success Rate: 99
> Total time: 66.045975
> 
> 
> Test Failures:
> 
> 
> RandomAdaptorTest
> testNextLong :
>   java.lang.AssertionError
>   java.lang.AssertionError: chi-square test -- will fail about 1 in 1000 times
>   at org.junit.Assert.fail(Assert.java:91)
>   at org.junit.Assert.assertTrue(Assert.java:43)
>   at 
> org.apache.commons.math.random.RandomDataTest.testNextLong(RandomDataTest.java:145)
  
^^
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:592)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
>   at org.apache.commons.math.RetryRunner$1.evaluate(RetryRunner.java:59)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
>   at 
> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>   at java.lang.reflect.Method.invoke(Method.java:592)
>   at 
> org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
>   at $Proxy0.invoke(Unknown Source)
>   at 
> org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
>   at 
> org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
>   at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
> 

"RandomAdaptorTest" reruns all the tests in "RandomDataTest" (because it
inherits from it). This seems odd.

Regards,
Gilles

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default Maven 2 Build Definition (Java 1.5)

2011-03-21 Thread Mikkel Meyer Andersen
Sorry for this. I'm not sure why my mvn site didn't catch this. Solved
in r1083733 and r1083734 for AbstractFieldMatrix.java and
KolmogorovSmirnovDistributionImpl.java, respectively.

2011/3/21 Continuum@vmbuild :
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=5252&projectId=97
>
> Build statistics:
>  State: Failed
>  Previous State: Ok
>  Started at: Mon 21 Mar 2011 11:21:09 +
>  Finished at: Mon 21 Mar 2011 11:21:46 +
>  Total time: 36s
>  Build Trigger: Schedule
>  Build Number: 258
>  Exit code: 1
>  Building machine hostname: vmbuild
>  Operating system : Linux(unknown)
>  Java Home version :
>          java version "1.6.0_22"
>          Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
>          Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
>
>  Builder version :
>          Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+)
>          Java version: 1.6.0_22
>          Java home: /usr/lib/jvm/java-6-sun-1.6.0.22/jre
>          Default locale: en_US, platform encoding: ANSI_X3.4-1968
>          OS name: "linux" version: "2.6.32-27-server" arch: "amd64" Family: 
> "unix"
>
> 
> SCM Changes:
> 
> Changed: no author @ no date
> Comment: no comment
> Files changed:
>  src/test/R/KolmogorovSmirnovDistributionTestCases.R ( no revision )
>  src/test/java/org/apache/commons/math/distribution/KolmogorovSmirnovDistributionTest.java
>  ( no revision )
>  src/test/java/org/apache/commons/math/linear/FieldMatrixImplTest.java ( no 
> revision )
>  src/main/java/org/apache/commons/math/distribution/KolmogorovSmirnovDistributionImpl.java
>  ( no revision )
>  src/main/java/org/apache/commons/math/distribution/KolmogorovSmirnovDistribution.java
>  ( no revision )
>  src/main/java/org/apache/commons/math/linear/FieldMatrix.java ( no revision )
>  src/main/java/org/apache/commons/math/linear/AbstractFieldMatrix.java ( no 
> revision )
>
> 
> Dependencies Changes:
> 
> No dependencies changed
>
>
> 
> Build Definition:
> 
> POM filename: pom.xml
> Goals: clean install
> Arguments: --batch-mode -Pjava-1.5
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: COMMONS_SCHEDULE
> Profile Name: Maven 2.2.1
> Description: Default Maven 2 Build Definition (Java 1.5)
>
> 
> Test Summary:
> 
> Tests: 0
> Failures: 0
> Errors: 0
> Total time: 0.0
>
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org