You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Continuum Build Server <co...@ci.codehaus.org> on 2006/08/08 07:04:33 UTC

[continuum] BUILD FAILURE: Maven Core

Online report : http://ci.codehaus.org/continuum-maven/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/183/buildId/7360
Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Mon, 7 Aug 2006 22:04:10 -0700
  Finished at: Mon, 7 Aug 2006 22:04:33 -0700
  Total time: 23s
  Build Trigger: Schedule
  Exit code: 1
  Building machine hostname: cheddar.simulalabs.com
  Operating system : Linux(unknown)
  Java version : 1.5.0_03(Sun Microsystems Inc.)

Changes
         brett          revert r425096 to fix the build for now
             /maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java
            /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/InvalidPluginException.java
            /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/PluginConfigurationException.java
            /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/PluginException.java
            /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/PluginManager.java
            /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/version/PluginVersionNotFoundException.java
            /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/version/PluginVersionResolutionException.java
            /maven/components/trunk/pom.xml
        
****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Maven Core
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /home/continuum/continuum-maven/working-directory/183/target
[INFO] Deleting directory /home/continuum/continuum-maven/working-directory/183/target/classes
[INFO] Deleting directory /home/continuum/continuum-maven/working-directory/183/target/test-classes
[INFO] Deleting directory /home/continuum/continuum-maven/working-directory/183/target/site
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot org.apache.maven:maven-artifact:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-plugin-descriptor:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-plugin-api: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:maven-plugin-parameter-documenter:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-tools:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-artifact-manager:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-repository-metadata:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-settings:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-model:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-profile:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven.reporting:maven-reporting-api:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven.reporting:maven-reporting:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-monitor:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-error-diagnostics:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-project:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.maven:maven-plugin-registry:2.1-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [compiler:compile]
Compiling 55 source files to /home/continuum/continuum-maven/working-directory/183/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/maven-artifact/2.1-SNAPSHOT/maven-artifact-2.1-20060728.170419-8.pom
750b downloaded
[INFO] [compiler:testCompile]
Compiling 5 source files to /home/continuum/continuum-maven/working-directory/183/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /home/continuum/continuum-maven/working-directory/183/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.plugin.version.IntervalUtilsTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
Running org.apache.maven.plugin.PluginParameterExpressionEvaluatorTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.474 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.035 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.31 sec

Results :

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

[INFO] [jar:jar]
[INFO] Building jar: /home/continuum/continuum-maven/working-directory/183/target/maven-core-2.1-SNAPSHOT.jar
[INFO] Preparing pmd:cpd-check
[INFO] [pmd:cpd]
[INFO] [pmd:cpd-check {execution: default}]
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] You have 1 CPD duplication.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21 seconds
[INFO] Finished at: Mon Aug 07 22:04:32 PDT 2006
[INFO] Final Memory: 14M/154M
[INFO] ------------------------------------------------------------------------

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