Jeremy,

Can you try this patch out?

https://issues.apache.org/jira/browse/MAHOUT-600

On Sat, Jan 29, 2011 at 10:24 AM, Jeremy Lewi <[email protected]> wrote:

> Sorry that was my mistake, I think I messed up when I copied and pasted
> the stack output. Anyways I repasted the complete stack output and I'm
> attaching a tar file with the contents of the surefire directory.
>
> J
>
> Failed tests:
>  testLogNormalize(org.apache.mahout.math.VectorTest)
>
> Tests run: 577, Failures: 1, Errors: 0, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Mahout ..................................... SUCCESS
> [0.729s]
> [INFO] Mahout Build Tools ................................ SUCCESS
> [1.459s]
> [INFO] Mahout Eclipse .................................... SUCCESS
> [0.306s]
> [INFO] Mahout Math ....................................... FAILURE
> [19.625s]
> [INFO] Mahout Core ....................................... SKIPPED
> [INFO] Mahout Taste Webapp ............................... SKIPPED
> [INFO] Mahout Utilities .................................. SKIPPED
> [INFO] Mahout Examples ................................... SKIPPED
> [INFO] Mahout Release Package ............................ SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 22.687s
> [INFO] Finished at: Sat Jan 29 09:40:49 GMT-08:00 2011
> [INFO] Final Memory: 23M/298M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.5:test (default-test)
> on project mahout-math: There are test failures.
> [ERROR]
> [ERROR] Please refer
> to /home/jlewi/svn_mahout/math/target/surefire-reports for the
> individual test results.
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test
> (default-test) on project mahout-math: There are test failures.
>
> Please refer to /home/jlewi/svn_mahout/math/target/surefire-reports for
> the individual test results.
>        at
>
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
>        at
>
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>        at
>
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>        at
>
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>        at
>
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>        at
>
> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>        at
>
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
>        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:534)
>        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:57)
>        at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>        at java.lang.reflect.Method.invoke(Method.java:616)
>        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)
> Caused by: org.apache.maven.plugin.MojoFailureException: There are test
> failures.
>
> Please refer to /home/jlewi/svn_mahout/math/target/surefire-reports for
> the individual test results.
>        at
>
> org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:629)
>        at
>
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
>        at
>
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java: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 the
> command
> [ERROR]   mvn <goals> -rf :mahout-math
>
>
> On Sat, 2011-01-29 at 10:01 -0800, Ted Dunning wrote:
> > Almost.  What I really need is the results
> > in /home/jlewi/svn_mahout/math/target/surefire-reports for the failing
> > test.  I should have been more explicit before to avoid wasting an
> > email cycle time.
> >
> > On Sat, Jan 29, 2011 at 9:43 AM, Jeremy Lewi <[email protected]> wrote:
> >         Is this what you are looking for?
> >
> >         Results :
> >
> >         Failed tests:
> >          testLogNormalize(org.apache.mahout.math.VectorTest)
> >
> >         Tests run: 577, Failures: 1, Errors: 0, Skipped: 0
> >
> >         [INFO]
> >
> ------------------------------------------------------------------------
> >         [INFO] Reactor Summary:
> >         [INFO]
> >         [INFO] Apache Mahout .....................................
> >         SUCCESS
> >         [0.729s]
> >         [INFO] Mahout Build Tools ................................
> >         SUCCESS
> >         [1.459s]
> >         [INFO] Mahout Eclipse ....................................
> >         SUCCESS
> >         [0.306s]
> >         [INFO] Mahout Math .......................................
> >         FAILURE
> >         [19.625s]
> >         [INFO] Mahout Core .......................................
> >         SKIPPED
> >         [INFO] Mahout Taste Webapp ...............................
> >         SKIPPED
> >         [INFO] Mahout Utilities ..................................
> >         SKIPPED
> >         [INFO] Mahout Examples ...................................
> >         SKIPPED
> >         [INFO] Mahout Release Package ............................
> >         SKIPPED
> >         [INFO]
> >
> ------------------------------------------------------------------------
> >         [INFO] BUILD FAILURE
> >         [INFO]
> >
> ------------------------------------------------------------------------
> >         [INFO] Total time: 22.687s
> >         [INFO] Finished at: Sat Jan 29 09:40:49 GMT-08:00 2011
> >         [INFO] Final Memory: 23M/298M
> >         [INFO]
> >
> ------------------------------------------------------------------------
> >         [ERROR] Failed to execute goal
> >         org.apache.maven.plugins:maven-surefire-plugin:2.5:test
> >         (default-test)
> >         on project mahout-math: There are test failures.
> >         [ERROR]
> >         [ERROR] Please refer
> >         to /home/jlewi/svn_mahout/math/target/surefire-reports for the
> >         individual test results.
> >
>

Reply via email to