You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Hudson <Hu...@sonatype.org> on 2009/02/07 07:02:51 UTC

Build failed in Hudson: Maven 2.1.x » 1.5,osx #61

See http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/61/changes

Changes:

[John Casey] [MNG-2720] Remove special handling for jar and test-jar artifacts, and use the artifact file created in the package step for dependencies in sibling projects in a multi-module build...in exactly the same way that these artifacts are used when the sibling project is built in isolation.

[Benjamin Bentmann] [MNG-4023] Profiles from parent POM are injected multiple times if parent is part of reactor build

o Merged from r741777

------------------------------------------
started
Building remotely on mac1
Updating http://svn.apache.org/repos/asf/maven/components/branches/maven-2.1.x
U         maven-project/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java
U         maven-project/src/main/java/org/apache/maven/project/MavenProject.java
At revision 741844
[locks-and-latches] Checking to see if we really have the locks
[locks-and-latches] Have all the locks, build can start
[maven-2.1.xx] $ /opt/maven/apache-maven-2.1.0-M1/bin/mvn -Dlabel=osx -Djdk=1.5 clean install -B -U -e -Dmaven.repo.local=/opt/repos/maven-2.1.x -Dpmd.failOnViolation=false -Dpmd.verbose=true -Pstrict,ci
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   Maven
[INFO]   Maven Artifact
[INFO]   Maven Repository Metadata Model
[INFO]   Maven Artifact Manager
[INFO]   Maven Model
[INFO]   Maven Local Settings Model
[INFO]   Maven Artifact Test Helper Library
[INFO]   Maven Plugin Parameter Documenter API
[INFO]   Maven Reporting
[INFO]   Maven Reporting API
[INFO]   Maven Profile Model
[INFO]   Maven Error Diagnostics
[INFO]   Maven Plugin Registry Model
[INFO]   Maven Project Builder
[INFO]   Maven Plugin API
[INFO]   Maven Plugin Descriptor Model
[INFO]   Maven Monitor
[INFO]   Maven Core
[INFO]   Maven Script Support Root
[INFO]   Maven Ant Mojo Support
[INFO]   Maven Beanshell Mojo Support
[INFO]   Maven Toolchains
[INFO]   Maven Distribution
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/target 
[INFO] Deleting directory http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/target/classes 
[INFO] Deleting directory http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/target/test-classes 
[INFO] Deleting directory http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/target/site 
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] [remote-resources:process {execution: default}]
[INFO] [site:attach-descriptor]
[WARNING] Unable to load parent project from repository: Could not find the model file 'http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/../pom/maven/pom.xml'.  for project unknown
[INFO] [install:install]
[INFO] Installing http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/pom.xml  to /opt/repos/maven-2.1.x/org/apache/maven/maven/2.1.0-M2-SNAPSHOT/maven-2.1.0-M2-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Artifact
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/maven-artifact/target 
[INFO] Deleting directory http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/maven-artifact/target/classes 
[INFO] Deleting directory http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/maven-artifact/target/test-classes 
[INFO] Deleting directory http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/maven-artifact/target/site 
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources]
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 64 source files to http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/maven-artifact/target/classes 
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java :[29,32] package org.codehaus.plexus.util does not exist

http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/ws/maven-2.1.xx/maven-artifact/src/main/java/org/apache/maven/artifact/DefaultArtifact.java :[164,15] cannot find symbol
symbol  : variable StringUtils
location: class org.apache.maven.artifact.DefaultArtifact


[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: Compilation failure
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:697)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:538)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:517)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:369)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:330)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:181)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:302)
	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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:458)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:676)
	... 16 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 42 seconds
[INFO] Finished at: Sat Feb 07 00:02:51 CST 2009
[INFO] Final Memory: 14M/32M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released


Hudson build is back to normal: Maven 2.1.x » 1.5,osx #62

Posted by Hudson <Hu...@sonatype.org>.
See http://grid.sonatype.org/ci/job/Maven%202.1.x/./jdk=1.5,label=osx/62/changes