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/03/24 22:21:46 UTC

[continuum] BUILD FAILURE: Apache Commons - Commons Configuration - Group (shared) Maven 2 Build Definition (Java 1.5)

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

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Sun 24 Mar 2013 21:20:09 +0000
  Finished at: Sun 24 Mar 2013 21:21:45 +0000
  Total time: 1m 35s
  Build Trigger: Schedule
  Build Number: 268
  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: oheger @ Sun 24 Mar 2013 20:20:21 +0000
Comment: Removed TestFileChangedReloadingStrategy.

Reloading is reworked and will be handled differently in future.
Files changed:
  /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/reloading/TestFileChangedReloadingStrategy.java ( 1460448 )

Changed: oheger @ Sun 24 Mar 2013 20:20:54 +0000
Comment: Adapted SystemConfiguration to changes on PropertiesConfiguration.
Now a different way of loading the configuration file is used.
The interface was slightly redesigned.
Files changed:
  /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/SystemConfiguration.java ( 1460449 )
  /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestSystemConfiguration.java ( 1460449 )

Changed: oheger @ Sun 24 Mar 2013 20:21:19 +0000
Comment: [CONFIGURATION-537] Removed reference to ConfigurationFactory from test class.
Files changed:
  /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestEqualBehaviour.java ( 1460450 )

Changed: oheger @ Sun 24 Mar 2013 20:21:44 +0000
Comment: [CONFIGURATION-537] Removed reference to ConfigurationFactory from test class.
Files changed:
  /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestSubsetConfiguration.java ( 1460451 )

Changed: oheger @ Sun 24 Mar 2013 20:22:09 +0000
Comment: [CONFIGURATION-537] Removed TestConfigurationFactory class.

ConfigurationFactory is deprecated and is going to be removed in 2.0.
Files changed:
  /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestConfigurationFactory.java ( 1460452 )

Changed: oheger @ Sun 24 Mar 2013 20:22:36 +0000
Comment: [CONFIGURATION-537] Removed deprecated ConfigurationFactory class.
Files changed:
  /commons/proper/configuration/trunk/src/changes/changes.xml ( 1460453 )
  /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/ConfigurationFactory.java ( 1460453 )

Changed: oheger @ Sun 24 Mar 2013 20:23:08 +0000
Comment: XMLPropertiesConfiguration no longer extends PropertiesConfiguration.

This inheritence relation did not make much sense. Most features provided
by PropertiesConfiguration (e.g. the layout, include files, IOFactory) did
not work with XMLPropertiesConfiguration.
Files changed:
  /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/XMLPropertiesConfiguration.java ( 1460454 )
  /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestXMLPropertiesConfiguration.java ( 1460454 )

Changed: oheger @ Sun 24 Mar 2013 20:23:35 +0000
Comment: Reworked TestVFSFileChangedReloadingStrategy to use XMLConfiguration rather than PropertiesConfiguration.
Files changed:
  /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/reloading/TestVFSFileChangedReloadingStrategy.java ( 1460456 )

Changed: oheger @ Sun 24 Mar 2013 20:24:01 +0000
Comment: TestManagedReloadingStrategy now operates on XMLConfiguration rather than PropertiesConfiguration.
Files changed:
  /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/reloading/TestManagedReloadingStrategy.java ( 1460457 )

Changed: oheger @ Sun 24 Mar 2013 20:24:26 +0000
Comment: TestPropertiesConfigurationEvents does not check events of file configurations any more.
Files changed:
  /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/event/TestPropertiesConfigurationEvents.java ( 1460458 )

Changed: oheger @ Sun 24 Mar 2013 20:24:59 +0000
Comment: PropertiesConfiguration no longer extends AbstractFileConfiguration.
Files changed:
  /commons/proper/configuration/trunk/src/main/java/org/apache/commons/configuration/PropertiesConfiguration.java ( 1460459 )
  /commons/proper/configuration/trunk/src/test/java/org/apache/commons/configuration/TestPropertiesConfiguration.java ( 1460459 )

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


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

****************************************************************************
Test Summary:
****************************************************************************
Tests: 1903
Failures: 1
Errors: 0
Success Rate: 99
Total time: 54.043

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

TestVFSFileChangedReloadingStrategy
    testNewFileReloading :
  java.lang.AssertionError
  java.lang.AssertionError: Modified value with enabled reloading expected:<value1> but was:<null>
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.apache.commons.configuration.reloading.TestVFSFileChangedReloadingStrategy.testNewFileReloading(TestVFSFileChangedReloadingStrategy.java:131)
	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:45)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	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.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

  


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