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 2013/01/30 23:44:53 UTC

[continuum] BUILD FAILURE: Apache Commons - Commons JCI -

          Continue test if possible; use Java 1.5
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Continuum-Build-Host: vmbuild
X-Continuum-Project-Id: 108
X-Continuum-Project-Name: Commons JCI

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

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Wed 30 Jan 2013 22:42:31 +0000
  Finished at: Wed 30 Jan 2013 22:44:52 +0000
  Total time: 2m 21s
  Build Trigger: Schedule
  Build Number: 4
  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_AU, platform encoding: UTF-8
          OS name: "linux" version: "2.6.32-41-server" arch: "amd64" Family: "unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: sebb @ Wed 30 Jan 2013 21:43:00 +0000
Comment: developed by => developed at
Files changed:
  /commons/proper/attributes/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/bcel/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/beanutils/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/betwixt/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/chain/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/codec/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/collections/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/commons-build/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/commons-build-plugin/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/commons-nightly/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/commons-parent/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/commons-sandbox-parent/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/compress/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/configuration/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/csv/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/daemon/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/dbcp/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/dbutils/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/digester/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/discovery/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/el/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/email/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/exec/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/fileupload/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/functor/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/jci/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/jelly/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/jexl/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/jxpath/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/lang/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/launcher/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/logging/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/math/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/modeler/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/net/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/ognl/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/pool/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/primitives/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/proxy/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/scxml/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/validator/trunk/NOTICE.txt ( 1440692 )
  /commons/proper/vfs/trunk/NOTICE.txt ( 1440692 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed


****************************************************************************
Build Definition:
****************************************************************************
POM filename: pom.xml
Goals: clean deploy   
Arguments: --batch-mode -fae -Pjava-1.5
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 2.2.1
Description: Continue test if possible; use Java 1.5

****************************************************************************
Test Summary:
****************************************************************************
Tests: 56
Failures: 1
Errors: 0
Success Rate: 98
Total time: 80.281

****************************************************************************
Test Failures:
****************************************************************************

EclipseJavaCompilerTestCase
    testAdditionalTopLevelClassCompile :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: The type AdditionalTopLevel collides with a package,  expected:<0> but was:<1>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:280)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:198)
	at org.apache.commons.jci.compilers.AbstractCompilerTestCase.testAdditionalTopLevelClassCompile(AbstractCompilerTestCase.java:336)
	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 junit.framework.TestCase.runTest(TestCase.java:164)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:120)
	at junit.framework.TestSuite.runTest(TestSuite.java:230)
	at junit.framework.TestSuite.run(TestSuite.java:225)
	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.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
	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.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)

  


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