Return-Path: X-Original-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0FDA79D4D for ; Sat, 25 Feb 2012 17:29:13 +0000 (UTC) Received: (qmail 15483 invoked by uid 500); 25 Feb 2012 17:29:12 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 15454 invoked by uid 500); 25 Feb 2012 17:29:12 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 15446 invoked by uid 99); 25 Feb 2012 17:29:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2012 17:29:12 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of thomas.jungblut@googlemail.com designates 209.85.210.47 as permitted sender) Received: from [209.85.210.47] (HELO mail-pz0-f47.google.com) (209.85.210.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Feb 2012 17:29:04 +0000 Received: by daln34 with SMTP id n34so3097412dal.6 for ; Sat, 25 Feb 2012 09:28:43 -0800 (PST) Received-SPF: pass (google.com: domain of thomas.jungblut@googlemail.com designates 10.68.136.100 as permitted sender) client-ip=10.68.136.100; Authentication-Results: mr.google.com; spf=pass (google.com: domain of thomas.jungblut@googlemail.com designates 10.68.136.100 as permitted sender) smtp.mail=thomas.jungblut@googlemail.com; dkim=pass header.i=thomas.jungblut@googlemail.com Received: from mr.google.com ([10.68.136.100]) by 10.68.136.100 with SMTP id pz4mr21581049pbb.26.1330190923298 (num_hops = 1); Sat, 25 Feb 2012 09:28:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=D1NySzGDCAvQog/i6kKx4v6AxOOcm80bU1g2QB2nQn0=; b=KJOM/lXwPXBfCPe0gSdJSCgi6mxBAr9DVtccIOs2y73dAcEKDiivujT2AT15yCSxNB kTp6qcx6mx16g4CEdK/+4L8XnnyZM16lBTSHozdaoFC6t4JWqJjCXuSFu+dp2e2gSVa+ GNkNmg8+gtBpY0W2oReG1KDCz8HCKCpm1MR2E= MIME-Version: 1.0 Received: by 10.68.136.100 with SMTP id pz4mr17999236pbb.26.1330190923059; Sat, 25 Feb 2012 09:28:43 -0800 (PST) Received: by 10.68.58.70 with HTTP; Sat, 25 Feb 2012 09:28:43 -0800 (PST) In-Reply-To: References: Date: Sat, 25 Feb 2012 18:28:43 +0100 Message-ID: Subject: Re: 'mvn install' Failed From: Thomas Jungblut To: hama-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=047d7b07240673d22804b9cd35ac X-Virus-Checked: Checked by ClamAV on apache.org --047d7b07240673d22804b9cd35ac Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, great! :) There seems to be a problem with the last commit. ( https://issues.apache.org/jira/browse/HAMA-495?focusedCommentId=3D13216501&= page=3Dcom.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#com= ment-13216501 ) If you're interested. Bye! 2012/2/25 Micle Bu > Hi Thomas, > > It works! I really appreciate your help! > > Regards, > Micle Bu > > > ------------------ Original ------------------ > From: "Thomas Jungblut"; > Date: Sun, Feb 26, 2012 01:05 AM > To: "hama-dev"; > > Subject: Re: 'mvn install' Failed > > > Hi, > > you can add -skipTests to the end of the mvn command to skip the testcase= s. > I don't know why one test is failing, but this should get your Hama build > up and running. > > Execute this: > mvn clean install package -DskipTests > > good luck! > > 2012/2/25 =E5=8D=9C=E9=95=BF=E6=B8=85 > > > Hi guys, > > > > I'm new to Hama development. Right now I'm trying to build the project > for > > Eclipse following the instructions from > > http://wiki.apache.org/hama/HowToContribute. When I run 'mvn install', = I > > got the ERROR message, can anyone help me on this problem. > > > > [INFO] > > -----------------------------------------------------------------------= - > > [INFO] Reactor Summary: > > [INFO] > > [INFO] Apache Hama parent POM ............................ SUCCESS > [2.572s] > > [INFO] core .............................................. FAILURE > > [57.755s] > > [INFO] graph ............................................. SKIPPED > > [INFO] examples .......................................... SKIPPED > > [INFO] yarn .............................................. SKIPPED > > [INFO] dist .............................................. SKIPPED > > [INFO] > > -----------------------------------------------------------------------= - > > [INFO] BUILD FAILURE > > [INFO] > > -----------------------------------------------------------------------= - > > [INFO] Total time: 1:00.893s > > [INFO] Finished at: Sun Feb 26 00:34:23 CST 2012 > > [INFO] Final Memory: 20M/198M > > [INFO] > > -----------------------------------------------------------------------= - > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) = on > > project hama-core: There are test failures. > > [ERROR] > > [ERROR] Please refer to > > /usr/local/public/project/hama/hama/core/target/surefire-reports for th= e > > individual test results. > > [ERROR] -> [Help 1] > > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execu= te > > goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test > (default-test) > > on project hama-core: There are test failures. > > > > Please refer to > > /usr/local/public/project/hama/hama/core/target/surefire-reports for th= e > > individual test results. > > at > > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.jav= a:213) > > at > > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.jav= a:153) > > at > > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.jav= a:145) > > at > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(L= ifecycleModuleBuilder.java:84) > > at > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(L= ifecycleModuleBuilder.java:59) > > at > > > org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(= LifecycleStarter.java:183) > > at > > > org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleSta= rter.java:161) > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) > > at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) > > at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:597) > > at > > > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher= .java:290) > > at > > > org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:23= 0) > > at > > > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launch= er.java:409) > > at > > org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:35= 2) > > Caused by: org.apache.maven.plugin.MojoFailureException: There are test > > failures. > > > > Please refer to > > /usr/local/public/project/hama/hama/core/target/surefire-reports for th= e > > individual test results. > > at > > > org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireH= elper.java:55) > > at > > > org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.ja= va:592) > > at > > > org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuil= dPluginManager.java:101) > > at > > > org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.jav= a:209) > > ... 19 more > > [ERROR] > > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > > please read the following articles: > > [ERROR] [Help 1] > > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > > [ERROR] > > [ERROR] After correcting the problems, you can resume the build with th= e > > command > > [ERROR] mvn -rf :hama-core > > > > Thanks a lot! Best wishes! > > > > Micle > > > > > -- > Thomas Jungblut > Berlin --=20 Thomas Jungblut Berlin --047d7b07240673d22804b9cd35ac--