You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@archiva.apache.org by "Continuum@vmbuild.apache.org" <co...@apache.org> on 2008/07/09 14:58:29 UTC

[continuum] BUILD FAILURE: Archiva - Archiva Base :: Proxy - Build Def:

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

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Wed 9 Jul 2008 05:56:18 -0700
  Finished at: Wed 9 Jul 2008 05:57:42 -0700
  Total time: 1m 23s
  Build Trigger: Schedule
  Build Number: 190
  Exit code: 1
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.5.0_12"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
          Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)
        
  Builder version :
          Maven version: 2.0.8
          Java version: 1.5.0_12
          OS name: "linux" version: "2.6.20-16-server" arch: "i386" Family: "unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: nicolas @ Wed 9 Jul 2008 05:19:05 -0700
Comment: MRM-869
Files changed:
  /archiva/trunk/archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/DefaultRepositoryProxyConnectors.java ( 675141 )

****************************************************************************
Dependencies Changes:
****************************************************************************
org.apache.archiva:archiva-configuration:1.2-SNAPSHOT

org.apache.archiva:archiva-repository-layer:1.2-SNAPSHOT

org.apache.archiva:archiva-base:1.2-SNAPSHOT


****************************************************************************
Build Defintion:
****************************************************************************
POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode --non-recursive
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Maven 2.0.8, Java 5
Description: 

****************************************************************************
Test Summary:
****************************************************************************
Tests: 112
Failures: 24
Total time: 41.57

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

MetadataTransferTest
    testFetchFromTwoProxiesWhenFirstConnectionFails :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Should have downloaded a file.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNotNull(Assert.java:220)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.assertFetchProjectOrGroup(MetadataTransferTest.java:910)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.testFetchFromTwoProxiesWhenFirstConnectionFails(MetadataTransferTest.java:130)

    testGetProjectMetadataProxiedNotLocalMultipleRemotes :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Should have downloaded a file.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNotNull(Assert.java:220)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.assertFetchProjectOrGroup(MetadataTransferTest.java:910)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.testGetProjectMetadataProxiedNotLocalMultipleRemotes(MetadataTransferTest.java:197)

    testGetProjectMetadataProxiedNotLocalOnRemote :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Should have downloaded a file.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNotNull(Assert.java:220)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.assertFetchProjectOrGroup(MetadataTransferTest.java:910)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.testGetProjectMetadataProxiedNotLocalOnRemote(MetadataTransferTest.java:246)

    testGetReleaseMetadataProxiedNotLocalMultipleRemotes :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Should have downloaded a file.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNotNull(Assert.java:220)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.assertFetchVersioned(MetadataTransferTest.java:953)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.testGetReleaseMetadataProxiedNotLocalMultipleRemotes(MetadataTransferTest.java:397)

    testGetReleaseMetadataProxiedNotLocalOnRemote :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Should have downloaded a file.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNotNull(Assert.java:220)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.assertFetchVersioned(MetadataTransferTest.java:953)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.testGetReleaseMetadataProxiedNotLocalOnRemote(MetadataTransferTest.java:450)

    testGetSnapshotMetadataProxiedNotLocalMultipleRemotes :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Should have downloaded a file.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNotNull(Assert.java:220)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.assertFetchVersioned(MetadataTransferTest.java:953)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.testGetSnapshotMetadataProxiedNotLocalMultipleRemotes(MetadataTransferTest.java:590)

    testGetSnapshotMetadataProxiedNotLocalOnRemote :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Should have downloaded a file.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNotNull(Assert.java:220)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.assertFetchVersioned(MetadataTransferTest.java:953)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.testGetSnapshotMetadataProxiedNotLocalOnRemote(MetadataTransferTest.java:632)

    testGetGroupMetadataProxiedNotLocalMultipleRemotes :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Should have downloaded a file.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNotNull(Assert.java:220)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.assertFetchProjectOrGroup(MetadataTransferTest.java:910)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.testGetGroupMetadataProxiedNotLocalMultipleRemotes(MetadataTransferTest.java:763)

    testGetGroupMetadataProxiedNotLocalOnRemote :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Should have downloaded a file.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNotNull(Assert.java:220)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.assertFetchProjectOrGroup(MetadataTransferTest.java:910)
	at org.apache.maven.archiva.proxy.MetadataTransferTest.testGetGroupMetadataProxiedNotLocalOnRemote(MetadataTransferTest.java:812)

  ErrorHandlingTest
    testPropagateErrorImmediatelyWithErrorThenSuccess :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: 
  Expectation failure on verify:
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateErrorImmediatelyWithErrorThenSuccess/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
	at org.easymock.MockControl.verify(MockControl.java:205)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmFailures(ErrorHandlingTest.java:585)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmSingleFailure(ErrorHandlingTest.java:560)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testPropagateErrorImmediatelyWithErrorThenSuccess(ErrorHandlingTest.java:70)

    testPropagateErrorImmediatelyWithNotFoundThenError :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertTrue(Assert.java:27)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmFailures(ErrorHandlingTest.java:581)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmSingleFailure(ErrorHandlingTest.java:560)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testPropagateErrorImmediatelyWithNotFoundThenError(ErrorHandlingTest.java:86)

    testPropagateErrorImmediatelyWithSuccessThenError :
  org.apache.maven.archiva.policies.ProxyDownloadException
  $failure.exception

    testPropagateErrorImmediatelyWithNotFoundThenSuccess :
  org.apache.maven.archiva.policies.ProxyDownloadException
  $failure.exception

    testPropagateErrorAtEndWithErrorThenSuccess :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: 
  Expectation failure on verify:
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateErrorAtEndWithErrorThenSuccess/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
	at org.easymock.MockControl.verify(MockControl.java:205)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmFailures(ErrorHandlingTest.java:585)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmSingleFailure(ErrorHandlingTest.java:560)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testPropagateErrorAtEndWithErrorThenSuccess(ErrorHandlingTest.java:129)

    testPropagateErrorAtEndWithSuccessThenError :
  org.apache.maven.archiva.policies.ProxyDownloadException
  $failure.exception

    testPropagateErrorAtEndWithNotFoundThenError :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: expected:<1> but was:<2>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at junit.framework.Assert.assertEquals(Assert.java:207)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmFailures(ErrorHandlingTest.java:578)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmSingleFailure(ErrorHandlingTest.java:560)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testPropagateErrorAtEndWithNotFoundThenError(ErrorHandlingTest.java:159)

    testPropagateErrorAtEndWithErrorThenNotFound :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: expected:<1> but was:<2>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at junit.framework.Assert.assertEquals(Assert.java:207)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmFailures(ErrorHandlingTest.java:578)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmSingleFailure(ErrorHandlingTest.java:560)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testPropagateErrorAtEndWithErrorThenNotFound(ErrorHandlingTest.java:176)

    testPropagateErrorAtEndWithErrorThenError :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: 
  Expectation failure on verify:
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateErrorAtEndWithErrorThenError/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateErrorAtEndWithErrorThenError/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
	at org.easymock.MockControl.verify(MockControl.java:205)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmFailures(ErrorHandlingTest.java:585)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testPropagateErrorAtEndWithErrorThenError(ErrorHandlingTest.java:193)

    testPropagateErrorAtEndWithNotFoundThenSuccess :
  org.apache.maven.archiva.policies.ProxyDownloadException
  $failure.exception

    testIgnoreErrorWithErrorThenSuccess :
  org.apache.maven.archiva.policies.ProxyDownloadException
  $failure.exception

    testIgnoreErrorWithSuccessThenError :
  org.apache.maven.archiva.policies.ProxyDownloadException
  $failure.exception

    testIgnoreErrorWithNotFoundThenError :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: 
  Expectation failure on verify:
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testIgnoreErrorWithNotFoundThenError/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testIgnoreErrorWithNotFoundThenError/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
	at org.easymock.MockControl.verify(MockControl.java:205)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.performDownload(ErrorHandlingTest.java:616)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmNotDownloadedNoError(ErrorHandlingTest.java:602)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testIgnoreErrorWithNotFoundThenError(ErrorHandlingTest.java:253)

    testIgnoreErrorWithErrorThenNotFound :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: 
  Expectation failure on verify:
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testIgnoreErrorWithErrorThenNotFound/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testIgnoreErrorWithErrorThenNotFound/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
	at org.easymock.MockControl.verify(MockControl.java:205)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.performDownload(ErrorHandlingTest.java:616)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmNotDownloadedNoError(ErrorHandlingTest.java:602)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testIgnoreErrorWithErrorThenNotFound(ErrorHandlingTest.java:270)

    testIgnoreErrorWithErrorThenError :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: 
  Expectation failure on verify:
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testIgnoreErrorWithErrorThenError/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testIgnoreErrorWithErrorThenError/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
	at org.easymock.MockControl.verify(MockControl.java:205)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.performDownload(ErrorHandlingTest.java:616)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmNotDownloadedNoError(ErrorHandlingTest.java:602)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testIgnoreErrorWithErrorThenError(ErrorHandlingTest.java:287)

    testPropagateOnUpdateAlwaysArtifactNotPresent :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: 
  Expectation failure on verify:
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateOnUpdateAlwaysArtifactNotPresent/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
	at org.easymock.MockControl.verify(MockControl.java:205)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmFailures(ErrorHandlingTest.java:585)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmSingleFailure(ErrorHandlingTest.java:560)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testPropagateOnUpdateAlwaysArtifactNotPresent(ErrorHandlingTest.java:303)

    testPropagateOnUpdateAlwaysQueueArtifactNotPresent :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: 
  Expectation failure on verify:
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateOnUpdateAlwaysQueueArtifactNotPresent/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateOnUpdateAlwaysQueueArtifactNotPresent/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
	at org.easymock.MockControl.verify(MockControl.java:205)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmFailures(ErrorHandlingTest.java:585)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testPropagateOnUpdateAlwaysQueueArtifactNotPresent(ErrorHandlingTest.java:336)

    testPropagateOnUpdateAlwaysIgnoreArtifactNotPresent :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: 
  Expectation failure on verify:
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateOnUpdateAlwaysIgnoreArtifactNotPresent/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateOnUpdateAlwaysIgnoreArtifactNotPresent/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
	at org.easymock.MockControl.verify(MockControl.java:205)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.performDownload(ErrorHandlingTest.java:616)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmNotDownloadedNoError(ErrorHandlingTest.java:602)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testPropagateOnUpdateAlwaysIgnoreArtifactNotPresent(ErrorHandlingTest.java:370)

    testPropagateOnUpdateNotPresentArtifactNotPresent :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: 
  Expectation failure on verify:
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateOnUpdateNotPresentArtifactNotPresent/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
	at org.easymock.MockControl.verify(MockControl.java:205)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmFailures(ErrorHandlingTest.java:585)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmSingleFailure(ErrorHandlingTest.java:560)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testPropagateOnUpdateNotPresentArtifactNotPresent(ErrorHandlingTest.java:404)

    testPropagateOnUpdateNotPresentQueueArtifactNotPresent :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: 
  Expectation failure on verify:
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateOnUpdateNotPresentQueueArtifactNotPresent/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateOnUpdateNotPresentQueueArtifactNotPresent/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
	at org.easymock.MockControl.verify(MockControl.java:205)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmFailures(ErrorHandlingTest.java:585)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testPropagateOnUpdateNotPresentQueueArtifactNotPresent(ErrorHandlingTest.java:438)

    testPropagateOnUpdateNotPresentIgnoreArtifactNotPresent :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: 
  Expectation failure on verify:
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateOnUpdateNotPresentIgnoreArtifactNotPresent/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
    get({org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar,/home/continuum/data/working-directory/669/target/test-repository/managed/testPropagateOnUpdateNotPresentIgnoreArtifactNotPresent/org/apache/maven/test/get-in-both-proxies/1.0/get-in-both-proxies-1.0.jar.tmp}): expected: 1, actual: 0
	at org.easymock.MockControl.verify(MockControl.java:205)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.performDownload(ErrorHandlingTest.java:616)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.confirmNotDownloadedNoError(ErrorHandlingTest.java:602)
	at org.apache.maven.archiva.proxy.ErrorHandlingTest.testPropagateOnUpdateNotPresentIgnoreArtifactNotPresent(ErrorHandlingTest.java:473)