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 2010/05/21 09:10:32 UTC

Build failed in Hudson: maven-scm » 1.5,ubuntu #130

See <http://grid.sonatype.org/ci/job/maven-scm/./jdk=1.5,label=ubuntu/130/>

------------------------------------------
Started by upstream project "maven-scm" build number 130
Building remotely on jeos1
Updating http://svn.apache.org/repos/asf/maven/scm/trunk
At revision 946912
no change for http://svn.apache.org/repos/asf/maven/scm/trunk since the previous build
[trunk] $ /opt/maven/apache-maven-3.0-SNAPSHOT/bin/mvn -Dlabel=ubuntu -Djdk=1.5 clean deploy -B -U -e -V -fae -Dmaven.repo.local=/opt/repos/scm -Ptck-svn -Dsurefire.useFile=false -Dforce.plugins=maven-clean-plugin:2.4
Apache Maven 3.0-SNAPSHOT (r945757; 2010-05-18 11:06:14-0600)
Java version: 1.5.0_11
Java home: /opt/java/sdk/1.5/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.24-19-virtual" arch: "i386" Family: "unix"
[INFO] Error stacktraces are turned on.
---------------------------------------------------
constituent[0]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/maven-model-builder-3.0-SNAPSHOT.jar
constituent[1]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/nekohtml-1.9.6.2.jar
constituent[2]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/wagon-file-1.0-beta-6.jar
constituent[3]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/plexus-component-annotations-1.5.2.jar
constituent[4]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/google-collections-1.0.jar
constituent[5]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/plexus-sec-dispatcher-1.3.jar
constituent[6]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/xercesMinimal-1.9.6.2.jar
constituent[7]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/plexus-cipher-1.4.jar
constituent[8]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/wagon-http-lightweight-1.0-beta-6.jar
constituent[9]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/maven-settings-3.0-SNAPSHOT.jar
constituent[10]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/plexus-utils-2.0.4.jar
constituent[11]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/maven-compat-3.0-SNAPSHOT.jar
constituent[12]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/plexus-utils-2.0.1.jar
constituent[13]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/maven-embedder-3.0-SNAPSHOT.jar
constituent[14]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/plexus-component-annotations-1.5.4.jar
constituent[15]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/plexus-container-default-1.5.2.jar
constituent[16]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/maven-model-3.0-SNAPSHOT.jar
constituent[17]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/plexus-container-default-1.5.4.jar
constituent[18]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/wagon-provider-api-1.0-beta-6.jar
constituent[19]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/maven-plugin-enforcer-3.0-SNAPSHOT.jar
constituent[20]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/xbean-reflect-3.4.jar
constituent[21]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/commons-cli-1.2.jar
constituent[22]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/wagon-http-shared-1.0-beta-6.jar
constituent[23]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/maven-core-3.0-SNAPSHOT.jar
constituent[24]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/maven-plugin-api-3.0-SNAPSHOT.jar
constituent[25]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/maven-artifact-3.0-SNAPSHOT.jar
constituent[26]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/google-collect-snapshot-20080530.jar
constituent[27]: file:/opt/maven/apache-maven-3.0-SNAPSHOT/lib/plexus-interpolation-1.11.jar
---------------------------------------------------
Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.collect.Multimaps.newLinkedHashMultimap()Lcom/google/common/collect/LinkedHashMultimap;
	at org.codehaus.plexus.component.repository.DefaultComponentRepository.getComponentDescriptors(DefaultComponentRepository.java:78)
	at org.codehaus.plexus.component.repository.DefaultComponentRepository.getComponentDescriptor(DefaultComponentRepository.java:95)
	at org.codehaus.plexus.DefaultComponentRegistry.getComponentDescriptor(DefaultComponentRegistry.java:143)
	at org.codehaus.plexus.DefaultComponentRegistry.getComponentManager(DefaultComponentRegistry.java:413)
	at org.codehaus.plexus.DefaultComponentRegistry.getComponent(DefaultComponentRegistry.java:353)
	at org.codehaus.plexus.DefaultComponentRegistry.lookup(DefaultComponentRegistry.java:178)
	at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:383)
	at org.codehaus.plexus.container.initialization.InitializeLoggerManagerPhase.initializeCoreComponent(InitializeLoggerManagerPhase.java:49)
	at org.codehaus.plexus.container.initialization.AbstractCoreComponentInitializationPhase.execute(AbstractCoreComponentInitializationPhase.java:26)
	at org.codehaus.plexus.DefaultPlexusContainer.initializePhases(DefaultPlexusContainer.java:644)
	at org.codehaus.plexus.DefaultPlexusContainer.initialize(DefaultPlexusContainer.java:556)
	at org.codehaus.plexus.DefaultPlexusContainer.construct(DefaultPlexusContainer.java:281)
	at org.codehaus.plexus.DefaultPlexusContainer.<init>(DefaultPlexusContainer.java:172)
	at org.apache.maven.cli.MavenCli.container(MavenCli.java:349)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:156)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:124)
	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.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Recording test results


Hudson build is back to normal : maven-scm » 1.5,ubuntu #131

Posted by Hudson <Hu...@sonatype.org>.
See <http://grid.sonatype.org/ci/job/maven-scm/./jdk=1.5,label=ubuntu/131/>