You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Continuum@vmbuild" <co...@apache.org> on 2012/01/12 08:22:15 UTC

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

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 +0000
  Finished at: Thu 12 Jan 2012 07:22:12 +0000
  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+0000)
          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 +0000
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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


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

Posted by Sébastien Brisard <se...@m4x.org>.
2012/1/12 sebb <se...@gmail.com>:
> 2012/1/12 Sébastien Brisard <se...@m4x.org>:
>> Hi Dennis,
>>
>> 2012/1/12 Dennis Hendriks <D....@tue.nl>:
>>>
>>> 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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


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

Posted by sebb <se...@gmail.com>.
2012/1/12 Sébastien Brisard <se...@m4x.org>:
> Hi Dennis,
>
> 2012/1/12 Dennis Hendriks <D....@tue.nl>:
>>
>> 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 <co...@apache.org>:
>>>>
>>>> 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 +0000
>>>>  Finished at: Thu 12 Jan 2012 07:22:12 +0000
>>>>  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+0000)
>>>>         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 +0000
>>>> 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-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@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-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

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


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

Posted by Sébastien Brisard <se...@m4x.org>.
Hi Dennis,

2012/1/12 Dennis Hendriks <D....@tue.nl>:
>
> 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 <co...@apache.org>:
>>>
>>> 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 +0000
>>>  Finished at: Thu 12 Jan 2012 07:22:12 +0000
>>>  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+0000)
>>>         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 +0000
>>> 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-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@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-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>


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


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

Posted by Dennis Hendriks <D....@tue.nl>.
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 <co...@apache.org>:
>> 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 +0000
>>  Finished at: Thu 12 Jan 2012 07:22:12 +0000
>>  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+0000)
>>          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 +0000
>> 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-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 


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


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

Posted by Sébastien Brisard <se...@m4x.org>.
2012/1/12 Continuum@vmbuild <co...@apache.org>:
> 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 +0000
>  Finished at: Thu 12 Jan 2012 07:22:12 +0000
>  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+0000)
>          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 +0000
> 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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org