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

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Sun 16 Feb 2014 03:42:12 +0000
  Finished at: Sun 16 Feb 2014 03:42:30 +0000
  Total time: 18s
  Build Trigger: Schedule
  Build Number: 88
  Exit code: 1
  Building machine hostname: vmbuild
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.6.0_30"
          Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
          Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode)
        
  Builder version :
          Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+0000)
          Java version: 1.6.0_30
          Java home: /usr/lib/jvm/jdk1.6.0_30/jre
          Default locale: en_US, platform encoding: ANSI_X3.4-1968
          OS name: "linux" version: "2.6.32-52-server" arch: "amd64" Family: 
"unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: sebb @ Mon 21 Oct 2013 15:20:10 +0000
Comment: ASF Branding
Files changed:
  /commons/proper/dbutils/trunk/pom.xml ( 1534211 )

Changed: ggregory @ Sun 2 Feb 2014 07:03:49 +0000
Comment: Update copyright for 2014.
Files changed:
  /commons/proper/dbutils/trunk/NOTICE.txt ( 1563571 )

Changed: sebb @ Tue 4 Feb 2014 13:12:06 +0000
Comment: Add code to try and debug Continuum failure
Files changed:
  
/commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java
 ( 1564282 )

Changed: sebb @ Tue 4 Feb 2014 13:16:37 +0000
Comment: Keep trying - is it lack of parameter that causes issue?
Files changed:
  
/commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java
 ( 1564283 )

Changed: sebb @ Tue 4 Feb 2014 13:19:03 +0000
Comment: No. Try different verify order (clutching at straws here)
Files changed:
  
/commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java
 ( 1564284 )

Changed: sebb @ Tue 4 Feb 2014 13:33:37 +0000
Comment: Revert debug changes
Files changed:
  
/commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java
 ( 1564294 )

Changed: sebb @ Tue 4 Feb 2014 14:05:04 +0000
Comment: Debug for Continuum
Files changed:
  
/commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/AsyncQueryRunnerTest.java
 ( 1564306 )

Changed: sebb @ Tue 4 Feb 2014 14:22:38 +0000
Comment: Avoid "SQLException not thrown" IDE warning messages
Files changed:
  
/commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AsyncQueryRunner.java
 ( 1564314 )

Changed: sebb @ Tue 4 Feb 2014 14:25:39 +0000
Comment: Make boxing explicit as it is intentional
Files changed:
  
/commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AsyncQueryRunner.java
 ( 1564318 )

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


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

****************************************************************************
Test Summary:
****************************************************************************
Tests: 223
Failures: 1
Errors: 0
Success Rate: 99
Total time: 1.235

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

AsyncQueryRunnerTest
    testInsertUsesGivenQueryRunner :
  Wanted but not invoked
  Wanted but not invoked:
queryRunner.insert(
    conn,
    "3",
    org.apache.commons.dbutils.handlers.ArrayHandler@53f64158
);
-> at 
org.apache.commons.dbutils.AsyncQueryRunnerTest.testInsertUsesGivenQueryRunner(AsyncQueryRunnerTest.java:455)

However, there were other interactions with this mock:
-> at 
org.apache.commons.dbutils.AsyncQueryRunner$13.call(AsyncQueryRunner.java:567)
-> at 
org.apache.commons.dbutils.AsyncQueryRunner$14.call(AsyncQueryRunner.java:585)

        at 
org.apache.commons.dbutils.AsyncQueryRunnerTest.testInsertUsesGivenQueryRunner(AsyncQueryRunnerTest.java:455)
        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:597)
        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.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:597)
        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:113)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

  


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

Reply via email to