Online report : 
http://maven.zones.apache.org/continuum/buildResult.action?buildId=6257&projectId=165
Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Fri, 9 Feb 2007 21:20:18 +0000
  Finished at: Fri, 9 Feb 2007 21:20:47 +0000
  Total time: 28s
  Build Trigger: Schedule
  Build Number: 52
  Exit code: 1
  Building machine hostname: maven.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_10(Sun Microsystems Inc.)

****************************************************************************
SCM Changes:
****************************************************************************
No files changed

****************************************************************************
SCM Changes since last success:
****************************************************************************
****************************************************************************
Dependencies Changes:
****************************************************************************
org.apache.maven.wagon:wagon-file:1.0-beta-3-SNAPSHOT

org.apache.maven.wagon:wagon-provider-api:1.0-beta-3-SNAPSHOT

****************************************************************************
Test Summary:
****************************************************************************
Tests: 13
Failures: 5
Total time: 1964

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Maven Artifact Manager
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
/export/home/continuum/continuum_data/working-directory/165/target
[INFO] Deleting directory 
/export/home/continuum/continuum_data/working-directory/165/target/classes
[INFO] Deleting directory 
/export/home/continuum/continuum_data/working-directory/165/target/test-classes
[INFO] Deleting directory 
/export/home/continuum/continuum_data/working-directory/165/target/site
[INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking for 
updates from apache.snapshots
[INFO] snapshot org.apache.maven.surefire:surefire:2.3-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] snapshot org.apache.maven.wagon:wagon-provider-api:1.0-beta-3-SNAPSHOT: 
checking for updates from codehaus.snapshots
[INFO] snapshot org.apache.maven.wagon:wagon:1.0-beta-3-SNAPSHOT: checking for 
updates from codehaus.snapshots
[INFO] snapshot org.apache.maven.wagon:wagon:1.0-beta-3-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-repository-metadata:2.1-SNAPSHOT: 
checking for updates from codehaus.snapshots
[INFO] snapshot org.apache.maven:maven-repository-metadata:2.1-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-artifact:2.1-SNAPSHOT: checking for 
updates from codehaus.snapshots
[INFO] snapshot org.apache.maven:maven-artifact:2.1-SNAPSHOT: checking for 
updates from apache.snapshots
[WARNING] 
        Artifact junit:junit:jar:3.8.1:test retains local scope 'test' 
overriding broader scope 'compile'
        given by a dependency. If this is not intended, modify or remove the 
local scope.

[INFO] snapshot org.apache.maven.wagon:wagon-file:1.0-beta-3-SNAPSHOT: checking 
for updates from codehaus.snapshots
[INFO] snapshot org.apache.maven.wagon:wagon-file:1.0-beta-3-SNAPSHOT: checking 
for updates from apache.snapshots
[INFO] snapshot org.apache.maven.wagon:wagon-providers:1.0-beta-3-SNAPSHOT: 
checking for updates from codehaus.snapshots
[INFO] snapshot org.apache.maven.wagon:wagon-providers:1.0-beta-3-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] [compiler:compile]
[INFO] Compiling 23 source files to 
/export/home/continuum/continuum_data/working-directory/165/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 12 source files to 
/export/home/continuum/continuum_data/working-directory/165/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/export/home/continuum/continuum_data/working-directory/165/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.artifact.installer.ArtifactInstallerTest
[INFO] Installing 
/export/home/continuum/continuum_data/working-directory/165/src/test/resources/artifact-install/artifact-1.0.jar
 to 
/export/home/continuum/continuum_data/working-directory/165/target/test-classes/repositories/installer/local-repository/org.apache.maven/jars/artifact-1.0.jar
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 sec
Running 
org.apache.maven.artifact.repository.metadata.AbstractRepositoryMetadataTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec
Running org.apache.maven.artifact.manager.DefaultWagonManagerTest
org.codehaus.plexus.component.repository.exception.ComponentLookupException: 
Component descriptor cannot be found in the component repository: 
org.apache.maven.wagon.Wagond (lookup realm: ClassRealm[plexus.core, parent: 
null]).
        at 
org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:93)
        at 
org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:144)
        at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:334)
        at 
org.apache.maven.artifact.manager.DefaultWagonManager.getWagon(DefaultWagonManager.java:121)
        at 
org.apache.maven.artifact.manager.DefaultWagonManagerTest.assertWagon(DefaultWagonManagerTest.java:114)
        at 
org.apache.maven.artifact.manager.DefaultWagonManagerTest.testDefaultWagonManager(DefaultWagonManagerTest.java:56)
        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:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        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:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        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:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
        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:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:288)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:816)
org.codehaus.plexus.component.repository.exception.ComponentLookupException: 
Component descriptor cannot be found in the component repository: 
org.apache.maven.wagon.Wagond (lookup realm: ClassRealm[plexus.core, parent: 
null]).
        at 
org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:93)
        at 
org.codehaus.plexus.DefaultComponentLookupManager.lookup(DefaultComponentLookupManager.java:144)
        at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:334)
        at 
org.apache.maven.artifact.manager.DefaultWagonManager.getWagon(DefaultWagonManager.java:121)
        at 
org.apache.maven.artifact.manager.DefaultWagonManager.getWagon(DefaultWagonManager.java:106)
        at 
org.apache.maven.artifact.manager.DefaultWagonManagerTest.assertWagonRepository(DefaultWagonManagerTest.java:140)
        at 
org.apache.maven.artifact.manager.DefaultWagonManagerTest.testGetWagonRepository(DefaultWagonManagerTest.java:80)
        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:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        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:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        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:585)
        at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
        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:585)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:288)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:816)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 sec
Running org.apache.maven.artifact.deployer.ArtifactDeployerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.466 sec <<< 
FAILURE!
Running org.apache.maven.artifact.resolver.ArtifactResolverTest
Tests run: 6, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.488 sec <<< 
FAILURE!

Results :

Tests in error: 
  
testArtifactInstallation(org.apache.maven.artifact.deployer.ArtifactDeployerTest)
  
testResolutionOfASingleArtifactWhereTheArtifactIsNotPresentLocallyAndMustBeRetrievedFromTheRemoteRepository(org.apache.maven.artifact.resolver.ArtifactResolverTest)
  
testTransitiveResolutionWhereAllArtifactsAreNotPresentInTheLocalRepositoryAndMustBeRetrievedFromTheRemoteRepository(org.apache.maven.artifact.resolver.ArtifactResolverTest)
  
testResolutionFailureWhenArtifactNotPresentInRemoteRepository(org.apache.maven.artifact.resolver.ArtifactResolverTest)
  
testResolutionOfAnArtifactWhereOneRemoteRepositoryIsBadButOneIsGood(org.apache.maven.artifact.resolver.ArtifactResolverTest)

Tests run: 13, Failures: 0, Errors: 5, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26 seconds
[INFO] Finished at: Fri Feb 09 21:20:47 GMT+00:00 2007
[INFO] Final Memory: 8M/65M
[INFO] ------------------------------------------------------------------------

****************************************************************************


Reply via email to