Online report : 
http://maven.zones.apache.org/continuum/buildResult.action?buildId=6188&projectId=243
Build statistics:
  State: Ok
  Previous State: Error
  Started at: Fri, 9 Feb 2007 02:35:59 +0000
  Finished at: Fri, 9 Feb 2007 02:36:43 +0000
  Total time: 44s
  Build Trigger: Schedule
  Build Number: 21
  Exit code: 0
  Building machine hostname: maven.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_10(Sun Microsystems Inc.)

****************************************************************************
SCM Changes:
****************************************************************************
Changed: jvanzyl @ Fri, 9 Feb 2007 02:02:53 +0000
Comment: o rolling back the POMs for the 2.0.5 release
Files changed:
  /maven/components/branches/maven-2.0.x/maven-archiver/pom.xml ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-artifact/pom.xml ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-artifact-manager/pom.xml ( 
505133 )
  /maven/components/branches/maven-2.0.x/maven-artifact-test/pom.xml ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-core/pom.xml ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-error-diagnostics/pom.xml ( 
505133 )
  /maven/components/branches/maven-2.0.x/maven-model/pom.xml ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-monitor/pom.xml ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-plugin-api/pom.xml ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-plugin-descriptor/pom.xml ( 
505133 )
  
/maven/components/branches/maven-2.0.x/maven-plugin-parameter-documenter/pom.xml
 ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-plugin-registry/pom.xml ( 505133 
)
  /maven/components/branches/maven-2.0.x/maven-profile/pom.xml ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-project/pom.xml ( 505133 )
  
/maven/components/branches/maven-2.0.x/maven-reporting/maven-reporting-api/pom.xml
 ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-reporting/pom.xml ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-repository-metadata/pom.xml ( 
505133 )
  /maven/components/branches/maven-2.0.x/maven-script/maven-script-ant/pom.xml 
( 505133 )
  
/maven/components/branches/maven-2.0.x/maven-script/maven-script-beanshell/pom.xml
 ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-script/pom.xml ( 505133 )
  /maven/components/branches/maven-2.0.x/maven-settings/pom.xml ( 505133 )
  /maven/components/branches/maven-2.0.x/pom.xml ( 505133 )

****************************************************************************
SCM Changes since last success:
****************************************************************************
****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Test Summary:
****************************************************************************
Tests: 52
Failures: 0
Total time: 4617

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Maven Core
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] snapshot org.apache.maven.plugins:maven-plugins:8-SNAPSHOT: checking for 
updates from codehaus.org
[INFO] snapshot org.apache.maven:maven-parent:5-SNAPSHOT: checking for updates 
from codehaus.org
[INFO] [clean:clean]
[INFO] Deleting directory 
/export/home/continuum/continuum_data/working-directory/243/target
[INFO] Deleting directory 
/export/home/continuum/continuum_data/working-directory/243/target/classes
[INFO] Deleting directory 
/export/home/continuum/continuum_data/working-directory/243/target/test-classes
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 13 resources
[INFO] snapshot org.apache.maven:maven-plugin-descriptor:2.0.5-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:maven-error-diagnostics:2.0.5-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-monitor:2.0.5-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] snapshot org.apache.maven.reporting:maven-reporting-api:2.0.5-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven.reporting:maven-reporting:2.0.5-SNAPSHOT: 
checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-plugin-registry:2.0.5-SNAPSHOT: checking 
for updates from apache.snapshots
[INFO] snapshot 
org.apache.maven:maven-plugin-parameter-documenter:2.0.5-SNAPSHOT: checking for 
updates from apache.snapshots
[INFO] [compiler:compile]
[INFO] Compiling 59 source files to 
/export/home/continuum/continuum_data/working-directory/243/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 19 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 9 source files to 
/export/home/continuum/continuum_data/working-directory/243/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/export/home/continuum/continuum_data/working-directory/243/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.cli.BatchModeDownloadMonitorTest
Downloading: null://nullnull/null
java.lang.RuntimeException
        at 
org.apache.maven.cli.AbstractConsoleDownloadMonitorTest.testTransferError(AbstractConsoleDownloadMonitorTest.java:86)
        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)
97K downloaded
        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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running org.apache.maven.plugin.version.IntervalUtilsTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec
Running org.apache.maven.cli.ConsoleDownloadMonitorTest
Downloading: null://nullnull/null
0/97K
97K downloaded
java.lang.RuntimeException
        at 
org.apache.maven.cli.AbstractConsoleDownloadMonitorTest.testTransferError(AbstractConsoleDownloadMonitorTest.java:86)
        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: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.apache.maven.plugin.PluginParameterExpressionEvaluatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.725 sec
Running org.apache.maven.usability.PluginErrorDiagnoserTest
---------------------------------------------------------------------
Visual output for testShouldDiagnoseInvalidPluginConfiguration:
---------------------------------------------------------------------
Failed to configure plugin parameters for: testGroup:testArtifact:null



Cause: Class 'org.apache.maven.plugin.jar.JarMojo' does not contain a field 
named 'addClasspath'
---------------------------------------------------------------------
Visual output for testParamWithOneReportsExpressionAndOneProjectBasedExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] on the command line, specify: '-Dreports=VALUE'

[1] on the command line, specify: '-Dproject.build.finalName=VALUE'

---------------------------------------------------------------------
Visual output for testParamWithNonActiveExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] inside the definition for plugin: 'maven-test-plugin'specify the following:

<configuration>
  ...
  <testName>VALUE</testName>
</configuration>

-OR-

<configuration>
  ...
  <testAlias>VALUE</testAlias>
</configuration>


-OR-

    (found static expression: '${project.build.finalName' which may act as a 
default value).


---------------------------------------------------------------------
Visual output for testParamWithoutExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] inside the definition for plugin: 'maven-test-plugin'specify the following:

<configuration>
  ...
  <testName>VALUE</testName>
</configuration>

-OR-

<configuration>
  ...
  <testAlias>VALUE</testAlias>
</configuration>
.

---------------------------------------------------------------------
Visual output for testParamWithOneLocalRepositoryExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] NOTE: One or more purely derived expression elements were detected in 
'${localRepository}'.
    If you continue to get this error after any other expression elements are 
specified correctly,
    please report this issue to the Maven development team.


---------------------------------------------------------------------
Visual output for testParamWithOneSystemPropertyExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] on the command line, specify: '-Dmaven.mode.online=VALUE'

---------------------------------------------------------------------
Visual output for testParamWithOneProjectBasedExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] inside the definition for plugin: 'maven-test-plugin'specify the following:

<configuration>
  ...
  <testName>VALUE</testName>
</configuration>

-OR-

<configuration>
  ...
  <testAlias>VALUE</testAlias>
</configuration>


-OR-

on the command line, specify: '-Dproject.build.finalName=VALUE'

---------------------------------------------------------------------
Visual output for testParamWithOneProjectAPIBasedExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] on the command line, specify: 
'-Dproject.distributionManagementArtifactRepository=VALUE'

---------------------------------------------------------------------
Visual output for testNonEditableParamWithOneProjectBasedExpression:
---------------------------------------------------------------------
One or more required plugin parameters are invalid/missing for 'test:test'

[0] on the command line, specify: '-Dproject.build.finalName=VALUE'

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.apache.maven.usability.InvalidArtifactDiagnoserTest
------------------------------------------------------------
|  Test diagnosis for missing groupId
------------------------------------------------------------

An invalid artifact was detected.

This artifact might be in your project's POM, or it might have been included 
transitively during the resolution process. Here is the information we do have 
for this artifact:

    o GroupID:     <<< MISSING >>>
    o ArtifactID:  test-artifact
    o Version:     1.0
    o Type:        jar

------------------------------------------------------------
|  Test diagnosis for missing artifactId
------------------------------------------------------------

An invalid artifact was detected.

This artifact might be in your project's POM, or it might have been included 
transitively during the resolution process. Here is the information we do have 
for this artifact:

    o GroupID:     test.group.id
    o ArtifactID:  <<< MISSING >>>
    o Version:     1.0
    o Type:        jar

------------------------------------------------------------
|  Test diagnosis for missing version
------------------------------------------------------------

An invalid artifact was detected.

This artifact might be in your project's POM, or it might have been included 
transitively during the resolution process. Here is the information we do have 
for this artifact:

    o GroupID:     test.group.id
    o ArtifactID:  test-artifact
    o Version:     <<< MISSING >>>
    o Type:        jar

------------------------------------------------------------
|  Test diagnosis for missing type
------------------------------------------------------------

An invalid artifact was detected.

This artifact might be in your project's POM, or it might have been included 
transitively during the resolution process. Here is the information we do have 
for this artifact:

    o GroupID:     test.group.id
    o ArtifactID:  test-artifact
    o Version:     1.0
    o Type:        <<< MISSING >>>

------------------------------------------------------------
|  Test diagnosis for missing groupId and artifactId
------------------------------------------------------------

An invalid artifact was detected.

This artifact might be in your project's POM, or it might have been included 
transitively during the resolution process. Here is the information we do have 
for this artifact:

    o GroupID:     <<< MISSING >>>
    o ArtifactID:  <<< MISSING >>>
    o Version:     1.0
    o Type:        jar

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.626 sec
Running org.apache.maven.cli.MavenCliTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec

Results :

Tests run: 52, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: 
/export/home/continuum/continuum_data/working-directory/243/target/maven-core-2.0.5-SNAPSHOT.jar
[INFO] [install:install]
[INFO] Installing 
/export/home/continuum/continuum_data/working-directory/243/target/maven-core-2.0.5-SNAPSHOT.jar
 to 
/export/home/continuum/maven-repo-local/org/apache/maven/maven-core/2.0.5-SNAPSHOT/maven-core-2.0.5-SNAPSHOT.jar
[INFO] snapshot org.codehaus.plexus:plexus-archiver:1.0-alpha-8-SNAPSHOT: 
checking for updates from codehaus.org
[INFO] snapshot org.codehaus.plexus:plexus-archiver:1.0-alpha-8-SNAPSHOT: 
checking for updates from apache.snapshots
[WARNING] DEPRECATED [descriptor]: Please use descriptors instead
[INFO] [assembly:attached {execution: default}]
[INFO] Processing DependencySet (output=core)
[INFO] Processing DependencySet (output=core/boot)
[INFO] Processing DependencySet (output=lib)
[WARNING] The following patterns were never triggered in this artifact 
exclusion filter:
o  'plexus:plexus-utils'

[INFO] Building tar : 
/export/home/continuum/continuum_data/working-directory/243/target/maven-2.0.5-SNAPSHOT-bin.tar.gz
[INFO] Processing DependencySet (output=core)
[INFO] Processing DependencySet (output=core/boot)
[INFO] Processing DependencySet (output=lib)
[WARNING] The following patterns were never triggered in this artifact 
exclusion filter:
o  'plexus:plexus-utils'

[INFO] Building tar : 
/export/home/continuum/continuum_data/working-directory/243/target/maven-2.0.5-SNAPSHOT-bin.tar.bz2
[INFO] Processing DependencySet (output=core)
[INFO] Processing DependencySet (output=core/boot)
[INFO] Processing DependencySet (output=lib)
[WARNING] The following patterns were never triggered in this artifact 
exclusion filter:
o  'plexus:plexus-utils'

[INFO] Building zip: 
/export/home/continuum/continuum_data/working-directory/243/target/maven-2.0.5-SNAPSHOT-bin.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42 seconds
[INFO] Finished at: Fri Feb 09 02:36:42 GMT+00:00 2007
[INFO] Final Memory: 25M/92M
[INFO] ------------------------------------------------------------------------

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


Reply via email to