You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/12/24 00:38:23 UTC

Jenkins build is still unstable: Mahout-Quality #1794

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


Re: Build failed in Jenkins: Mahout-Quality #1800

Posted by Ted Dunning <te...@gmail.com>.
This looks like it might be an environmental issue on solaris1.

I have changed the build to only allow one of the ubuntu machines for this
test, but that will take some time to run.

I have also changed the acceptable scores for PMD and FindBugs to that the
current scores are acceptable.

I deleted the checkstyle target since the current level of complaints is
not useful.

On Sat, Dec 29, 2012 at 2:31 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> 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)
>

Build failed in Jenkins: Mahout-Quality #1800

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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

Build failed in Jenkins: Mahout-Quality #1799

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mahout-Quality/1799/>

------------------------------------------
[...truncated 7932 lines...]
	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.vectorizer.SimpleTextEncodingVectorizer.createVectors(SimpleTextEncodingVectorizer.java:63)
	at org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFiles.run(EncodedVectorsFromSequenceFiles.java:97)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
	at org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFiles.main(EncodedVectorsFromSequenceFiles.java:37)
	at org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFilesTest.runTest(EncodedVectorsFromSequenceFilesTest.java:110)
	at org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFilesTest.testCreateSeq(EncodedVectorsFromSequenceFilesTest.java:82)
	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)

testCreateSeqNamed(org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFilesTest)  Time elapsed: 0.045 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.vectorizer.SimpleTextEncodingVectorizer.createVectors(SimpleTextEncodingVectorizer.java:63)
	at org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFiles.run(EncodedVectorsFromSequenceFiles.java:97)
	at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
	at org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFiles.main(EncodedVectorsFromSequenceFiles.java:37)
	at org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFilesTest.runTest(EncodedVectorsFromSequenceFilesTest.java:110)
	at org.apache.mahout.vectorizer.EncodedVectorsFromSequenceFilesTest.testCreateSeqNamed(EncodedVectorsFromSequenceFilesTest.java:87)
	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.common.distance.TestMinkowskiMeasure
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec
Running org.apache.mahout.common.distance.TestWeightedManhattanDistanceMeasure
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.mahout.common.distance.CosineDistanceMeasureTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.mahout.common.distance.TestMahalanobisDistanceMeasure
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.apache.mahout.common.distance.TestTanimotoDistanceMeasure
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.mahout.common.distance.TestWeightedEuclideanDistanceMeasureTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
Running org.apache.mahout.common.distance.TestEuclideanDistanceMeasure
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.apache.mahout.common.distance.TestManhattanDistanceMeasure
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.mahout.common.distance.TestChebyshevMeasure
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.164 sec
Running org.apache.mahout.common.iterator.TestSamplingIterator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.831 sec
Running org.apache.mahout.common.iterator.TestFixedSizeSampler
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec
Running org.apache.mahout.common.iterator.TestStableFixedSizeSampler
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
Running org.apache.mahout.common.iterator.CountingIteratorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec
Running org.apache.mahout.common.StringUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.244 sec
Running org.apache.mahout.common.AbstractJobTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 sec
Running org.apache.mahout.common.IntPairWritableTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec

Results :

Tests in error: 
  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
  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.similarity.item.ItemSimilarityJobTest): -s: -s
  testMaxSimilaritiesPerItem(org.apache.mahout.cf.taste.hadoop.similarity.item.ItemSimilarityJobTest): -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
  testVectorClassificationWithOutlierRemovalMR(org.apache.mahout.clustering.classify.ClusterClassificationDriverTest): -s: -s
  testMRFileClusterIteratorKMeans(org.apache.mahout.clustering.iterator.TestClusterClassifier): -s: -s
  testFuzzyKMeansMRJob(org.apache.mahout.clustering.fuzzykmeans.TestFuzzyKmeansClustering): -s: -s
  testKMeansMRJob(org.apache.mahout.clustering.kmeans.TestKmeansClustering): -s: -s
  testKMeansWithCanopyClusterInput(org.apache.mahout.clustering.kmeans.TestKmeansClustering): -s: -s
  testDirichletClusteringMR(org.apache.mahout.clustering.dirichlet.TestDirichletClustering): -s: -s
  testDriverIterationsMR(org.apache.mahout.clustering.dirichlet.TestMapReduce): -s: -s
  testDriverIterationsMahalanobisMR(org.apache.mahout.clustering.dirichlet.TestMapReduce): -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
  testRandomStructuredModelViaMR(org.apache.mahout.clustering.lda.cvb.TestCVBModelTrainer): -s: -s
  testCanopyEuclideanMRJob(org.apache.mahout.clustering.meanshift.TestMeanShift): -s: -s
  testCanopyEuclideanMRJobNoClustering(org.apache.mahout.clustering.meanshift.TestMeanShift): -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
  testInformationGain(org.apache.mahout.math.stats.entropy.InformationGainTest): -s: -s
  testConditionalEntropy(org.apache.mahout.math.stats.entropy.ConditionalEntropyTest): -s: -s
  testInformationGain(org.apache.mahout.math.stats.entropy.InformationGainRatioTest): -s: -s
  testLetters(org.apache.mahout.math.stats.entropy.EntropyTest): -s: -s
  testYN(org.apache.mahout.math.stats.entropy.EntropyTest): -s: -s
  testSolver(org.apache.mahout.math.hadoop.solver.TestDistributedConjugateGradientSolver): java.net.UnknownHostException: -s: -s
  testSolver(org.apache.mahout.math.hadoop.solver.TestDistributedConjugateGradientSolverCLI): java.net.UnknownHostException: -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
  testRun(org.apache.mahout.math.hadoop.similarity.TestVectorDistanceSimilarityJob): -s: -s
  testRunInverted(org.apache.mahout.math.hadoop.similarity.TestVectorDistanceSimilarityJob): -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
  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
  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
  runPCATest1(org.apache.mahout.math.hadoop.stochasticsvd.LocalSSVDPCADenseTest): -s: -s
  testSSVDSolverPowerIterations1(org.apache.mahout.math.hadoop.stochasticsvd.LocalSSVDSolverDenseTest): -s: -s
  testSSVDSolverDense(org.apache.mahout.math.hadoop.stochasticsvd.LocalSSVDSolverDenseTest): -s: -s
  testTokenizeDocuments(org.apache.mahout.vectorizer.DocumentProcessorTest): -s: -s
  testHighDFWordsPreserving(org.apache.mahout.vectorizer.HighDFWordsPrunerTest): -s: -s
  testHighDFWordsPruning(org.apache.mahout.vectorizer.HighDFWordsPrunerTest): -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
  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
  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

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

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Mahout ..................................... SUCCESS [40.042s]
[INFO] Mahout Build Tools ................................ SUCCESS [6.297s]
[INFO] Mahout Math ....................................... SUCCESS [2:32.157s]
[INFO] Mahout Core ....................................... FAILURE [5:25.530s]
[INFO] Mahout Integration ................................ SKIPPED
[INFO] Mahout Examples ................................... SKIPPED
[INFO] Mahout Release Package ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:01.081s
[INFO] Finished at: Fri Dec 28 22:20:30 GMT+00:00 2012
[INFO] Final Memory: 45M/343M
[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

Jenkins build is still unstable: Mahout-Quality #1798

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mahout-Quality/1798/>


Jenkins build is still unstable: Mahout-Quality #1797

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mahout-Quality/1797/>


Jenkins build is still unstable: Mahout-Quality #1796

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mahout-Quality/1796/>


Jenkins build is still unstable: Mahout-Quality #1795

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Mahout-Quality/1795/>