From commits-return-47232-apmail-myfaces-commits-archive=myfaces.apache.org@myfaces.apache.org Fri Feb 15 00:14:07 2013 Return-Path: X-Original-To: apmail-myfaces-commits-archive@www.apache.org Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB2B0E72A for ; Fri, 15 Feb 2013 00:14:07 +0000 (UTC) Received: (qmail 25703 invoked by uid 500); 15 Feb 2013 00:14:07 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 25624 invoked by uid 500); 15 Feb 2013 00:14:07 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 25617 invoked by uid 99); 15 Feb 2013 00:14:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2013 00:14:07 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2013 00:14:05 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id CB853C00EB; Fri, 15 Feb 2013 00:13:43 +0000 (UTC) Date: Fri, 15 Feb 2013 00:13:43 +0000 (UTC) From: Apache Jenkins Server To: grantsmith@apache.org, commits@myfaces.apache.org Message-ID: <347082887.2210.1360887223832.JavaMail.hudson@aegis> Subject: Build failed in Jenkins: myfaces-current-2.0 #1746 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: myfaces-current-2.0 X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org See ------------------------------------------ Started by upstream project "maven-surefire" build number 993 originally caused by: Started by an SCM change Started by an SCM change Building remotely on solaris1 in workspace Updating http://svn.apache.org/repos/asf/myfaces/current20 Fetching 'https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x' at -1 into '/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/myfaces-current-2.0/current20/core' At revision 1446409 Fetching 'https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x' at -1 into '/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/myfaces-current-2.0/current20/shared' At revision 1446409 At revision 1446409 no change for http://svn.apache.org/repos/asf/myfaces/current20 since the previous build no change for https://svn.apache.org/repos/asf/myfaces/core/branches/2.0.x since the previous build no change for https://svn.apache.org/repos/asf/myfaces/shared/trunk_4.0.x since the previous build Parsing POMs ERROR: Failed to parse POMs hudson.util.IOException2: remote file operation failed: at hudson.remoting.Channel@31f32274:solaris1 at hudson.FilePath.act(FilePath.java:848) at hudson.FilePath.act(FilePath.java:825) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:862) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:620) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592) at hudson.model.Run.execute(Run.java:1543) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:236) Caused by: java.io.IOException: Remote call on solaris1 failed at hudson.remoting.Channel.call(Channel.java:681) at hudson.FilePath.act(FilePath.java:841) ... 8 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.sonatype.guice.bean.binders.ParameterKeys at org.codehaus.plexus.DefaultPlexusContainer$ContainerModule.configure(DefaultPlexusContainer.java:801) at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:229) at com.google.inject.spi.Elements.getElements(Elements.java:103) at com.google.inject.spi.Elements.getElements(Elements.java:80) at org.sonatype.guice.bean.binders.MergedModule.configure(MergedModule.java:54) at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:229) at com.google.inject.spi.Elements.getElements(Elements.java:103) at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:136) at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104) at com.google.inject.Guice.createInjector(Guice.java:94) at com.google.inject.Guice.createInjector(Guice.java:71) at com.google.inject.Guice.createInjector(Guice.java:61) at org.codehaus.plexus.DefaultPlexusContainer.addPlexusInjector(DefaultPlexusContainer.java:470) at org.codehaus.plexus.DefaultPlexusContainer.(DefaultPlexusContainer.java:196) at org.codehaus.plexus.DefaultPlexusContainer.(DefaultPlexusContainer.java:160) at hudson.maven.MavenEmbedderUtils.buildPlexusContainer(MavenEmbedderUtils.java:163) at hudson.maven.MavenEmbedderUtils.buildPlexusContainer(MavenEmbedderUtils.java:156) at hudson.maven.MavenEmbedder.(MavenEmbedder.java:109) at hudson.maven.MavenEmbedder.(MavenEmbedder.java:136) at hudson.maven.MavenUtil.createEmbedder(MavenUtil.java:215) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:1173) at hudson.maven.MavenModuleSetBuild$PomParser.invoke(MavenModuleSetBuild.java:997) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2309) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662)