See <https://builds.apache.org/job/Mahout-Quality/1800/>

------------------------------------------
[...truncated 7948 lines...]
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
        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:597)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.apache.mahout.clustering.classify.ClusterClassificationDriverTest
Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.133 sec <<< 
FAILURE!
testVectorClassificationWithOutlierRemovalMR(org.apache.mahout.clustering.classify.ClusterClassificationDriverTest)
  Time elapsed: 0.027 sec  <<< ERROR!
java.net.UnknownHostException: -s: -s
        at java.net.InetAddress.getLocalHost(InetAddress.java:1354)
        at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:874)
        at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:850)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:396)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1121)
        at 
org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:850)
        at org.apache.hadoop.mapreduce.Job.submit(Job.java:500)
        at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:530)
        at 
org.apache.mahout.clustering.canopy.CanopyDriver.buildClustersMR(CanopyDriver.java:360)
        at 
org.apache.mahout.clustering.canopy.CanopyDriver.buildClusters(CanopyDriver.java:246)
        at 
org.apache.mahout.clustering.canopy.CanopyDriver.run(CanopyDriver.java:154)
        at 
org.apache.mahout.clustering.canopy.CanopyDriver.run(CanopyDriver.java:168)
        at 
org.apache.mahout.clustering.classify.ClusterClassificationDriverTest.runClustering(ClusterClassificationDriverTest.java:146)
        at 
org.apache.mahout.clustering.classify.ClusterClassificationDriverTest.testVectorClassificationWithOutlierRemovalMR(ClusterClassificationDriverTest.java:101)
        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:597)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
        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:597)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.apache.mahout.clustering.iterator.TestClusterClassifier
Tests run: 15, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.475 sec <<< 
FAILURE!
testMRFileClusterIteratorKMeans(org.apache.mahout.clustering.iterator.TestClusterClassifier)
  Time elapsed: 0.046 sec  <<< ERROR!
java.net.UnknownHostException: -s: -s
        at java.net.InetAddress.getLocalHost(InetAddress.java:1354)
        at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:874)
        at org.apache.hadoop.mapred.JobClient$2.run(JobClient.java:850)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:396)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1121)
        at 
org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:850)
        at org.apache.hadoop.mapreduce.Job.submit(Job.java:500)
        at org.apache.hadoop.mapreduce.Job.waitForCompletion(Job.java:530)
        at 
org.apache.mahout.clustering.iterator.ClusterIterator.iterateMR(ClusterIterator.java:183)
        at 
org.apache.mahout.clustering.iterator.TestClusterClassifier.testMRFileClusterIteratorKMeans(TestClusterClassifier.java:270)
        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:597)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at 
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
        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:597)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running org.apache.mahout.clustering.TestGaussianAccumulators
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.137 sec
Running org.apache.mahout.ep.EvolutionaryProcessTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec

Results :

Tests in error: 
  
testInformationGain(org.apache.mahout.math.stats.entropy.InformationGainRatioTest):
 -s: -s
  
testConditionalEntropy(org.apache.mahout.math.stats.entropy.ConditionalEntropyTest):
 -s: -s
  testLetters(org.apache.mahout.math.stats.entropy.EntropyTest): -s: -s
  testYN(org.apache.mahout.math.stats.entropy.EntropyTest): -s: -s
  
testInformationGain(org.apache.mahout.math.stats.entropy.InformationGainTest): 
-s: -s
  testVar(org.apache.mahout.math.hadoop.stats.BasicStatsTest): -s: -s
  testStdDev(org.apache.mahout.math.hadoop.stats.BasicStatsTest): -s: -s
  testStdDevForGivenMean(org.apache.mahout.math.hadoop.stats.BasicStatsTest): 
-s: -s
  testStdDev2(org.apache.mahout.math.hadoop.stats.BasicStatsTest): -s: -s
  
testRun(org.apache.mahout.math.hadoop.similarity.TestVectorDistanceSimilarityJob):
 -s: -s
  
testRunInverted(org.apache.mahout.math.hadoop.similarity.TestVectorDistanceSimilarityJob):
 -s: -s
  
toyIntegration(org.apache.mahout.math.hadoop.similarity.cooccurrence.RowSimilarityJobTest):
 -s: -s
  
toyIntegrationMaxSimilaritiesPerRow(org.apache.mahout.math.hadoop.similarity.cooccurrence.RowSimilarityJobTest):
 -s: -s
  
toyIntegrationWithThreshold(org.apache.mahout.math.hadoop.similarity.cooccurrence.RowSimilarityJobTest):
 -s: -s
  
testDistributedLanczosSolverCLI(org.apache.mahout.math.hadoop.decomposer.TestDistributedLanczosSolverCLI):
 java.net.UnknownHostException: -s: -s
  
testDistributedLanczosSolverEVJCLI(org.apache.mahout.math.hadoop.decomposer.TestDistributedLanczosSolverCLI):
 java.net.UnknownHostException: -s: -s
  
testSolver(org.apache.mahout.math.hadoop.solver.TestDistributedConjugateGradientSolverCLI):
 java.net.UnknownHostException: -s: -s
  
testSolver(org.apache.mahout.math.hadoop.solver.TestDistributedConjugateGradientSolver):
 java.net.UnknownHostException: -s: -s
  testTranspose(org.apache.mahout.math.hadoop.TestDistributedRowMatrix): -s: -s
  
testMatrixColumnMeansJob(org.apache.mahout.math.hadoop.TestDistributedRowMatrix):
 -s: -s
  
testNullMatrixColumnMeansJob(org.apache.mahout.math.hadoop.TestDistributedRowMatrix):
 -s: -s
  
testMatrixTimesVector(org.apache.mahout.math.hadoop.TestDistributedRowMatrix): 
java.net.UnknownHostException: -s: -s
  
testMatrixTimesSquaredVector(org.apache.mahout.math.hadoop.TestDistributedRowMatrix):
 java.net.UnknownHostException: -s: -s
  
testMatrixTimesMatrix(org.apache.mahout.math.hadoop.TestDistributedRowMatrix): 
-s: -s
  
testTimesVectorTempDirDeletion(org.apache.mahout.math.hadoop.TestDistributedRowMatrix):
 java.net.UnknownHostException: -s: -s
  
testTimesSquaredVectorTempDirDeletion(org.apache.mahout.math.hadoop.TestDistributedRowMatrix):
 java.net.UnknownHostException: -s: -s
  
testSSVDSolverPowerIterations1(org.apache.mahout.math.hadoop.stochasticsvd.LocalSSVDSolverSparseSequentialTest):
 -s: -s
  
testSSVDSolverPowerIterations1(org.apache.mahout.math.hadoop.stochasticsvd.LocalSSVDSolverDenseTest):
 -s: -s
  
testSSVDSolverDense(org.apache.mahout.math.hadoop.stochasticsvd.LocalSSVDSolverDenseTest):
 -s: -s
  
runPCATest1(org.apache.mahout.math.hadoop.stochasticsvd.LocalSSVDPCADenseTest): 
-s: -s
  testStartParallelFPGrowth(org.apache.mahout.fpm.pfpgrowth.PFPGrowthTest): -s: 
-s
  
testStartParallelFPGrowthInSteps(org.apache.mahout.fpm.pfpgrowth.PFPGrowthTest):
 -s: -s
  
testRetailDataMinSup100(org.apache.mahout.fpm.pfpgrowth.PFPGrowthRetailDataTest):
 -s: -s
  
testRetailDataMinSup100InSteps(org.apache.mahout.fpm.pfpgrowth.PFPGrowthRetailDataTest):
 -s: -s
  toyData(org.apache.mahout.classifier.naivebayes.NaiveBayesTest): -s: -s
  toyDataComplementary(org.apache.mahout.classifier.naivebayes.NaiveBayesTest): 
-s: -s
  testTokenizeDocuments(org.apache.mahout.vectorizer.DocumentProcessorTest): 
-s: -s
  
testCreateTermFrequencyVectors(org.apache.mahout.vectorizer.DictionaryVectorizerTest):
 -s: -s
  
testCreateTermFrequencyVectorsNam(org.apache.mahout.vectorizer.DictionaryVectorizerTest):
 -s: -s
  
testCreateTermFrequencyVectorsSeq(org.apache.mahout.vectorizer.DictionaryVectorizerTest):
 -s: -s
  
testCreateTermFrequencyVectorsSeqNam(org.apache.mahout.vectorizer.DictionaryVectorizerTest):
 -s: -s
  
testCreateTermFrequencyVectors(org.apache.mahout.vectorizer.SparseVectorsFromSequenceFilesTest):
 -s: -s
  
testCreateTermFrequencyVectorsNam(org.apache.mahout.vectorizer.SparseVectorsFromSequenceFilesTest):
 -s: -s
  
testCreateTermFrequencyVectorsSeq(org.apache.mahout.vectorizer.SparseVectorsFromSequenceFilesTest):
 -s: -s
  
testCreateTermFrequencyVectorsSeqNam(org.apache.mahout.vectorizer.SparseVectorsFromSequenceFilesTest):
 -s: -s
  testPruning(org.apache.mahout.vectorizer.SparseVectorsFromSequenceFilesTest): 
-s: -s
  
testPruningTF(org.apache.mahout.vectorizer.SparseVectorsFromSequenceFilesTest): 
-s: -s
  testCreate(org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFilesTest): 
-s: -s
  
testCreateNamed(org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFilesTest):
 -s: -s
  
testCreateSeq(org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFilesTest):
 -s: -s
  
testCreateSeqNamed(org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFilesTest):
 -s: -s
  
testHighDFWordsPreserving(org.apache.mahout.vectorizer.HighDFWordsPrunerTest): 
-s: -s
  testHighDFWordsPruning(org.apache.mahout.vectorizer.HighDFWordsPrunerTest): 
-s: -s
  
completeJobToyExample(org.apache.mahout.cf.taste.hadoop.als.ParallelALSFactorizationJobTest):
 -s: -s
  
completeJobImplicitToyExample(org.apache.mahout.cf.taste.hadoop.als.ParallelALSFactorizationJobTest):
 -s: -s
  testCompleteJob(org.apache.mahout.cf.taste.hadoop.item.RecommenderJobTest): 
-s: -s
  
testCompleteJobBoolean(org.apache.mahout.cf.taste.hadoop.item.RecommenderJobTest):
 -s: -s
  
testCompleteJobWithFiltering(org.apache.mahout.cf.taste.hadoop.item.RecommenderJobTest):
 -s: -s
  
testCompleteJob(org.apache.mahout.cf.taste.hadoop.similarity.item.ItemSimilarityJobTest):
 -s: -s
  
testMaxSimilaritiesPerItem(org.apache.mahout.cf.taste.hadoop.similarity.item.ItemSimilarityJobTest):
 -s: -s
  testDriverIterationsMR(org.apache.mahout.clustering.dirichlet.TestMapReduce): 
-s: -s
  
testDriverIterationsMahalanobisMR(org.apache.mahout.clustering.dirichlet.TestMapReduce):
 -s: -s
  
testDirichletClusteringMR(org.apache.mahout.clustering.dirichlet.TestDirichletClustering):
 -s: -s
  
testLinearMinHashMRJob(org.apache.mahout.clustering.minhash.TestMinHashClustering):
 -s: -s
  
testPolynomialMinHashMRJob(org.apache.mahout.clustering.minhash.TestMinHashClustering):
 -s: -s
  
testMurmurMinHashMRJob(org.apache.mahout.clustering.minhash.TestMinHashClustering):
 -s: -s
  
testMurmur3MinHashMRJob(org.apache.mahout.clustering.minhash.TestMinHashClustering):
 -s: -s
  
testCanopyEuclideanMRJob(org.apache.mahout.clustering.meanshift.TestMeanShift): 
-s: -s
  
testCanopyEuclideanMRJobNoClustering(org.apache.mahout.clustering.meanshift.TestMeanShift):
 -s: -s
  
testCanopyGenManhattanMR(org.apache.mahout.clustering.canopy.TestCanopyCreation):
 -s: -s
  
testCanopyGenEuclideanMR(org.apache.mahout.clustering.canopy.TestCanopyCreation):
 -s: -s
  
testClusteringManhattanMR(org.apache.mahout.clustering.canopy.TestCanopyCreation):
 -s: -s
  
testClusteringEuclideanMR(org.apache.mahout.clustering.canopy.TestCanopyCreation):
 -s: -s
  
testClusteringEuclideanWithOutlierRemovalMR(org.apache.mahout.clustering.canopy.TestCanopyCreation):
 -s: -s
  testKMeansMRJob(org.apache.mahout.clustering.kmeans.TestKmeansClustering): 
-s: -s
  
testKMeansWithCanopyClusterInput(org.apache.mahout.clustering.kmeans.TestKmeansClustering):
 -s: -s
  
testRandomStructuredModelViaMR(org.apache.mahout.clustering.lda.cvb.TestCVBModelTrainer):
 -s: -s
  
testFuzzyKMeansMRJob(org.apache.mahout.clustering.fuzzykmeans.TestFuzzyKmeansClustering):
 -s: -s
  
testVectorClassificationWithOutlierRemovalMR(org.apache.mahout.clustering.classify.ClusterClassificationDriverTest):
 -s: -s
  
testMRFileClusterIteratorKMeans(org.apache.mahout.clustering.iterator.TestClusterClassifier):
 -s: -s

Tests run: 686, Failures: 0, Errors: 80, Skipped: 1

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Mahout ..................................... SUCCESS [36.381s]
[INFO] Mahout Build Tools ................................ SUCCESS [7.451s]
[INFO] Mahout Math ....................................... SUCCESS [3:02.662s]
[INFO] Mahout Core ....................................... FAILURE [5:50.388s]
[INFO] Mahout Integration ................................ SKIPPED
[INFO] Mahout Examples ................................... SKIPPED
[INFO] Mahout Release Package ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:47.970s
[INFO] Finished at: Sat Dec 29 22:27:27 GMT+00:00 2012
[INFO] Final Memory: 46M/339M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on 
project mahout-core: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/zonestorage/hudson_solaris/home/hudson/hudson-slave/workspace/Mahout-Quality/trunk/core/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[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-core
Build step 'Invoke top-level Maven targets' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Publishing Javadoc

Reply via email to