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 2015/03/26 12:11:42 UTC

Build failed in Jenkins: Mahout-Quality #3012

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

Changes:

[sslavic] MAHOUT-1590 Downgraded Guava even further to 11.0.2, since that's the version Hadoop is providing/using; eliminated some usage of Guava's Closables/Closer since we're now on JDK 1.7 with try-with-resources

------------------------------------------
[...truncated 10591 lines...]
	at java.lang.Class.newInstance(Class.java:374)
	at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:373)
	at java.util.ServiceLoader$1.next(ServiceLoader.java:445)
	at org.apache.hadoop.fs.FileSystem.loadFileSystems(FileSystem.java:2400)
	at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2411)
	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2428)
	at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:88)
	at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2467)
	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2449)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:367)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:166)
	at org.apache.mahout.clustering.TestClusterEvaluator.setUp(TestClusterEvaluator.java:75)

testSingleValueCluster(org.apache.mahout.clustering.TestClusterEvaluator)  Time elapsed: 0.038 sec  <<< ERROR!
java.util.ServiceConfigurationError: org.apache.hadoop.fs.FileSystem: Provider org.apache.hadoop.hdfs.DistributedFileSystem could not be instantiated: java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hdfs.DistributedFileSystem
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at java.lang.Class.newInstance(Class.java:374)
	at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:373)
	at java.util.ServiceLoader$1.next(ServiceLoader.java:445)
	at org.apache.hadoop.fs.FileSystem.loadFileSystems(FileSystem.java:2400)
	at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2411)
	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2428)
	at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:88)
	at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2467)
	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2449)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:367)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:166)
	at org.apache.mahout.clustering.TestClusterEvaluator.setUp(TestClusterEvaluator.java:75)

testCluster2(org.apache.mahout.clustering.TestClusterEvaluator)  Time elapsed: 0.063 sec  <<< ERROR!
java.util.ServiceConfigurationError: org.apache.hadoop.fs.FileSystem: Provider org.apache.hadoop.hdfs.DistributedFileSystem could not be instantiated: java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hdfs.DistributedFileSystem
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at java.lang.Class.newInstance(Class.java:374)
	at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:373)
	at java.util.ServiceLoader$1.next(ServiceLoader.java:445)
	at org.apache.hadoop.fs.FileSystem.loadFileSystems(FileSystem.java:2400)
	at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2411)
	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2428)
	at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:88)
	at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2467)
	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2449)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:367)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:166)
	at org.apache.mahout.clustering.TestClusterEvaluator.setUp(TestClusterEvaluator.java:75)

testKmeans(org.apache.mahout.clustering.TestClusterEvaluator)  Time elapsed: 0.037 sec  <<< ERROR!
java.util.ServiceConfigurationError: org.apache.hadoop.fs.FileSystem: Provider org.apache.hadoop.hdfs.DistributedFileSystem could not be instantiated: java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hdfs.DistributedFileSystem
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at java.lang.Class.newInstance(Class.java:374)
	at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:373)
	at java.util.ServiceLoader$1.next(ServiceLoader.java:445)
	at org.apache.hadoop.fs.FileSystem.loadFileSystems(FileSystem.java:2400)
	at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2411)
	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2428)
	at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:88)
	at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2467)
	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2449)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:367)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:166)
	at org.apache.mahout.clustering.TestClusterEvaluator.setUp(TestClusterEvaluator.java:75)

testCluster1(org.apache.mahout.clustering.TestClusterEvaluator)  Time elapsed: 0.038 sec  <<< ERROR!
java.util.ServiceConfigurationError: org.apache.hadoop.fs.FileSystem: Provider org.apache.hadoop.hdfs.DistributedFileSystem could not be instantiated: java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hdfs.DistributedFileSystem
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at java.lang.Class.newInstance(Class.java:374)
	at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:373)
	at java.util.ServiceLoader$1.next(ServiceLoader.java:445)
	at org.apache.hadoop.fs.FileSystem.loadFileSystems(FileSystem.java:2400)
	at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2411)
	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2428)
	at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:88)
	at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2467)
	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2449)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:367)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:166)
	at org.apache.mahout.clustering.TestClusterEvaluator.setUp(TestClusterEvaluator.java:75)

testEmptyCluster(org.apache.mahout.clustering.TestClusterEvaluator)  Time elapsed: 0.03 sec  <<< ERROR!
java.util.ServiceConfigurationError: org.apache.hadoop.fs.FileSystem: Provider org.apache.hadoop.hdfs.DistributedFileSystem could not be instantiated: java.lang.NoClassDefFoundError: Could not initialize class org.apache.hadoop.hdfs.DistributedFileSystem
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at java.lang.Class.newInstance(Class.java:374)
	at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:373)
	at java.util.ServiceLoader$1.next(ServiceLoader.java:445)
	at org.apache.hadoop.fs.FileSystem.loadFileSystems(FileSystem.java:2400)
	at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2411)
	at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2428)
	at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:88)
	at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2467)
	at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2449)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:367)
	at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:166)
	at org.apache.mahout.clustering.TestClusterEvaluator.setUp(TestClusterEvaluator.java:75)


Results :

Tests in error: 
  VectorHelperTest.setUp:53->MahoutTestCase.getTestTempFilePath:88->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  VectorHelperTest.setUp:53->MahoutTestCase.getTestTempFilePath:88->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  VectorHelperTest.setUp:53->MahoutTestCase.getTestTempFilePath:88->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  VectorHelperTest.setUp:53->MahoutTestCase.getTestTempFilePath:88->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  VectorWriterTest.testSFVW:43->MahoutTestCase.getTestTempFilePath:88->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  DriverTest.sequenceFileDictionary:110 » ServiceConfiguration org.apache.hadoop...
  SplitInputTest.setUp:67 » ServiceConfiguration org.apache.hadoop.fs.FileSystem...
  SplitInputTest.setUp:67 » ServiceConfiguration org.apache.hadoop.fs.FileSystem...
  SplitInputTest.setUp:67 » ServiceConfiguration org.apache.hadoop.fs.FileSystem...
  SplitInputTest.setUp:67 » ServiceConfiguration org.apache.hadoop.fs.FileSystem...
  SplitInputTest.setUp:67 » ServiceConfiguration org.apache.hadoop.fs.FileSystem...
  SplitInputTest.setUp:67 » ServiceConfiguration org.apache.hadoop.fs.FileSystem...
  SplitInputTest.setUp:67 » ServiceConfiguration org.apache.hadoop.fs.FileSystem...
  SplitInputTest.setUp:67 » ServiceConfiguration org.apache.hadoop.fs.FileSystem...
  SplitInputTest.setUp:67 » ServiceConfiguration org.apache.hadoop.fs.FileSystem...
  SplitInputTest.setUp:67 » ServiceConfiguration org.apache.hadoop.fs.FileSystem...
  SplitInputTest.setUp:67 » ServiceConfiguration org.apache.hadoop.fs.FileSystem...
  SplitInputTest.setUp:67 » ServiceConfiguration org.apache.hadoop.fs.FileSystem...
  SequenceFilesFromLuceneStorageMRJobTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageMRJobTest.after:53 NullPointer
  SequenceFilesFromLuceneStorageTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageTest.after:69 NullPointer
  SequenceFilesFromLuceneStorageTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageTest.after:69 NullPointer
  SequenceFilesFromLuceneStorageTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageTest.after:69 NullPointer
  SequenceFilesFromLuceneStorageTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageTest.after:69 NullPointer
  SequenceFilesFromLuceneStorageTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageTest.after:69 NullPointer
  SequenceFilesFromLuceneStorageTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageTest.after:69 NullPointer
  SequenceFilesFromLuceneStorageTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageTest.after:69 NullPointer
  SequenceFilesFromLuceneStorageTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageTest.after:69 NullPointer
  SequenceFilesFromLuceneStorageTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageTest.after:69 NullPointer
  LuceneSegmentInputFormatTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  LuceneSegmentInputFormatTest.after:53 » NullPointer
  SequenceFilesFromLuceneStorageDriverTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageDriverTest.after:72 » NullPointer
  SequenceFilesFromLuceneStorageDriverTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageDriverTest.after:72 » NullPointer
  SequenceFilesFromLuceneStorageDriverTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageDriverTest.after:72 » NullPointer
  SequenceFilesFromLuceneStorageDriverTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageDriverTest.after:72 » NullPointer
  SequenceFilesFromLuceneStorageDriverTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  SequenceFilesFromLuceneStorageDriverTest.after:72 » NullPointer
  LuceneSegmentRecordReaderTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  LuceneSegmentRecordReaderTest.after:58 » NullPointer
  LuceneSegmentRecordReaderTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  LuceneSegmentRecordReaderTest.after:58 » NullPointer
  LuceneSegmentRecordReaderTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  LuceneSegmentRecordReaderTest.after:58 » NullPointer
  LuceneSegmentInputSplitTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  LuceneSegmentInputSplitTest.after:45 » NullPointer
  LuceneSegmentInputSplitTest>AbstractLuceneStorageTest.setUp:54->MahoutTestCase.getTestTempDirPath:92->MahoutTestCase.getTestTempFileOrDirPath:96->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  LuceneSegmentInputSplitTest.after:45 » NullPointer
  TestSequenceFilesFromDirectory.testSequenceFileFromDirectoryMapReduce:113 » ServiceConfiguration
  TestSequenceFilesFromDirectory.testSequenceFileFromDirectoryBasic:64 » ServiceConfiguration
  SequenceFilesFromMailArchivesTest.testSequential:95 » ServiceConfiguration org...
  SequenceFilesFromMailArchivesTest.testMapReduce:133->MahoutTestCase.getTestTempDirPath:75 » ServiceConfiguration
  TestCDbwEvaluator.setUp:79 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestCDbwEvaluator.setUp:79 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestCDbwEvaluator.setUp:79 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestCDbwEvaluator.setUp:79 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestCDbwEvaluator.setUp:79 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestCDbwEvaluator.setUp:79 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestCDbwEvaluator.setUp:79 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestClusterDumper.setUp:87 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestCDbwEvaluator.setUp:79 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestClusterDumper.setUp:87 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestCDbwEvaluator.setUp:79 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestClusterDumper.setUp:87 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestCDbwEvaluator.setUp:79 » ServiceConfiguration org.apache.hadoop.fs.FileSys...
  TestClusterEvaluator.setUp:75 » ServiceConfiguration org.apache.hadoop.fs.File...
  TestClusterEvaluator.setUp:75 » ServiceConfiguration org.apache.hadoop.fs.File...
  TestClusterEvaluator.setUp:75 » ServiceConfiguration org.apache.hadoop.fs.File...
  TestClusterEvaluator.setUp:75 » ServiceConfiguration org.apache.hadoop.fs.File...
  TestClusterEvaluator.setUp:75 » ServiceConfiguration org.apache.hadoop.fs.File...
  TestClusterEvaluator.setUp:75 » ServiceConfiguration org.apache.hadoop.fs.File...
  TestClusterEvaluator.setUp:75 » ServiceConfiguration org.apache.hadoop.fs.File...
  TestClusterEvaluator.setUp:75 » ServiceConfiguration org.apache.hadoop.fs.File...
  TestClusterEvaluator.setUp:75 » ServiceConfiguration org.apache.hadoop.fs.File...
  TestClusterEvaluator.setUp:75 » ServiceConfiguration org.apache.hadoop.fs.File...

Tests run: 124, Failures: 0, Errors: 87, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Mahout Build Tools ................................ SUCCESS [5.831s]
[INFO] Apache Mahout ..................................... SUCCESS [2.179s]
[INFO] Mahout Math ....................................... SUCCESS [1:59.501s]
[INFO] Mahout MapReduce Legacy ........................... SUCCESS [13:57.607s]
[INFO] Mahout Integration ................................ FAILURE [19.180s]
[INFO] Mahout Examples ................................... SKIPPED
[INFO] Mahout Release Package ............................ SKIPPED
[INFO] Mahout Math Scala bindings ........................ SKIPPED
[INFO] Mahout Spark bindings ............................. SKIPPED
[INFO] Mahout Spark bindings shell ....................... SKIPPED
[INFO] Mahout H2O backend ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:26.519s
[INFO] Finished at: Thu Mar 26 11:09:30 UTC 2015
[INFO] Final Memory: 74M/447M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project mahout-integration: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Mahout-Quality/3012/artifact/integration/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-integration
Build step 'Invoke top-level Maven targets' marked build as failure
[PMD] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Sending artifact delta relative to Mahout-Quality #3004
Archived 74 artifacts
Archive block size is 32768
Received 4098 blocks and 37339252 bytes
Compression is 78.2%
Took 29 sec
Recording test results
Publishing Javadoc
Updating MAHOUT-1590

Re: Jenkins build is back to normal : Mahout-Quality #3015

Posted by Suneel Marthi <su...@gmail.com>.
Great! That test uses random generators, so it's not always deterministic and hence may fail at times. I see it too.

Sent from my iPhone

> On Mar 26, 2015, at 1:01 PM, Stevo Slavić <ss...@gmail.com> wrote:
> 
> We're green again, yay! :)
> 
> At least one test is unstable, from time to time local build fails for:
> 
> TestDistributedRowMatrix.testTranspose:88 » IllegalState transposition
> failed
> 
> Is it just my local env or does it happen for you too?
> 
> Kind regards,
> Stevo Slavic.
> 
> On Thu, Mar 26, 2015 at 5:42 PM, Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
> 
>> See <https://builds.apache.org/job/Mahout-Quality/3015/changes>
>> 
>> 

Re: Jenkins build is back to normal : Mahout-Quality #3015

Posted by Suneel Marthi <su...@gmail.com>.
I believe all '0.10.0' bugs r tagged as of now, nevertheless its a googd
idea to go thru all 1.0 bugs and see which ones can be targeted for 0.10.0
or 0.10.1 .

On Thu, Mar 26, 2015 at 5:50 PM, Andrew Musselman <
andrew.musselman@gmail.com> wrote:

> Yep, will send one out tonight; are all our 0.10 bugs tagged right, or
> should I send out all bugs?
>
> On Thu, Mar 26, 2015 at 2:47 PM, Suneel Marthi <su...@gmail.com>
> wrote:
>
> > Its a good idea to start a daily bug bash as was done for 0.8 and 0.9
> > releases to track progress towards a code freeze.  Andrew??
> >
> > On Thu, Mar 26, 2015 at 5:43 PM, Andrew Musselman <
> > andrew.musselman@gmail.com> wrote:
> >
> > > I can put it in; there were a couple comments I need to address.
> > >
> > >
> > >
> > > On Thu, Mar 26, 2015 at 12:11 PM, Suneel Marthi <
> suneel.marthi@gmail.com
> > >
> > > wrote:
> > >
> > > > Great, so we r officially Java 1.7 and Hadoop 2x ?
> > > >
> > > > On Thu, Mar 26, 2015 at 2:22 PM, Stevo Slavić <ss...@gmail.com>
> > wrote:
> > > >
> > > > > Pleasure. Would be nice now to get fix for MAHOUT-1655 in. Waiting
> > for
> > > > more
> > > > > reviews?
> > > > >
> > > > > Since there were couple of pom changes in fixes for MAHOUT-1590,
> > > > PR/commit
> > > > > for MAHOUT-1655 needs to be rebased, sorry.
> > > > >
> > > > > On Thu, Mar 26, 2015 at 6:41 PM, Andrew Musselman <
> > > > > andrew.musselman@gmail.com> wrote:
> > > > >
> > > > > > Yep still clean, thanks Stevo!
> > > > > >
> > > > > > On Thu, Mar 26, 2015 at 10:14 AM, Andrew Musselman <
> > > > > > andrew.musselman@gmail.com> wrote:
> > > > > >
> > > > > > > Been getting clean builds in the last hour, trying again.
> > > > > > >
> > > > > > > On Thu, Mar 26, 2015 at 10:01 AM, Stevo Slavić <
> > sslavic@gmail.com>
> > > > > > wrote:
> > > > > > >
> > > > > > >> We're green again, yay! :)
> > > > > > >>
> > > > > > >> At least one test is unstable, from time to time local build
> > fails
> > > > > for:
> > > > > > >>
> > > > > > >> TestDistributedRowMatrix.testTranspose:88 » IllegalState
> > > > transposition
> > > > > > >> failed
> > > > > > >>
> > > > > > >> Is it just my local env or does it happen for you too?
> > > > > > >>
> > > > > > >> Kind regards,
> > > > > > >> Stevo Slavic.
> > > > > > >>
> > > > > > >> On Thu, Mar 26, 2015 at 5:42 PM, Apache Jenkins Server <
> > > > > > >> jenkins@builds.apache.org> wrote:
> > > > > > >>
> > > > > > >> > See <
> > https://builds.apache.org/job/Mahout-Quality/3015/changes>
> > > > > > >> >
> > > > > > >> >
> > > > > > >>
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Jenkins build is back to normal : Mahout-Quality #3015

Posted by Andrew Musselman <an...@gmail.com>.
Yep, will send one out tonight; are all our 0.10 bugs tagged right, or
should I send out all bugs?

On Thu, Mar 26, 2015 at 2:47 PM, Suneel Marthi <su...@gmail.com>
wrote:

> Its a good idea to start a daily bug bash as was done for 0.8 and 0.9
> releases to track progress towards a code freeze.  Andrew??
>
> On Thu, Mar 26, 2015 at 5:43 PM, Andrew Musselman <
> andrew.musselman@gmail.com> wrote:
>
> > I can put it in; there were a couple comments I need to address.
> >
> >
> >
> > On Thu, Mar 26, 2015 at 12:11 PM, Suneel Marthi <suneel.marthi@gmail.com
> >
> > wrote:
> >
> > > Great, so we r officially Java 1.7 and Hadoop 2x ?
> > >
> > > On Thu, Mar 26, 2015 at 2:22 PM, Stevo Slavić <ss...@gmail.com>
> wrote:
> > >
> > > > Pleasure. Would be nice now to get fix for MAHOUT-1655 in. Waiting
> for
> > > more
> > > > reviews?
> > > >
> > > > Since there were couple of pom changes in fixes for MAHOUT-1590,
> > > PR/commit
> > > > for MAHOUT-1655 needs to be rebased, sorry.
> > > >
> > > > On Thu, Mar 26, 2015 at 6:41 PM, Andrew Musselman <
> > > > andrew.musselman@gmail.com> wrote:
> > > >
> > > > > Yep still clean, thanks Stevo!
> > > > >
> > > > > On Thu, Mar 26, 2015 at 10:14 AM, Andrew Musselman <
> > > > > andrew.musselman@gmail.com> wrote:
> > > > >
> > > > > > Been getting clean builds in the last hour, trying again.
> > > > > >
> > > > > > On Thu, Mar 26, 2015 at 10:01 AM, Stevo Slavić <
> sslavic@gmail.com>
> > > > > wrote:
> > > > > >
> > > > > >> We're green again, yay! :)
> > > > > >>
> > > > > >> At least one test is unstable, from time to time local build
> fails
> > > > for:
> > > > > >>
> > > > > >> TestDistributedRowMatrix.testTranspose:88 » IllegalState
> > > transposition
> > > > > >> failed
> > > > > >>
> > > > > >> Is it just my local env or does it happen for you too?
> > > > > >>
> > > > > >> Kind regards,
> > > > > >> Stevo Slavic.
> > > > > >>
> > > > > >> On Thu, Mar 26, 2015 at 5:42 PM, Apache Jenkins Server <
> > > > > >> jenkins@builds.apache.org> wrote:
> > > > > >>
> > > > > >> > See <
> https://builds.apache.org/job/Mahout-Quality/3015/changes>
> > > > > >> >
> > > > > >> >
> > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Jenkins build is back to normal : Mahout-Quality #3015

Posted by Suneel Marthi <su...@gmail.com>.
Its a good idea to start a daily bug bash as was done for 0.8 and 0.9
releases to track progress towards a code freeze.  Andrew??

On Thu, Mar 26, 2015 at 5:43 PM, Andrew Musselman <
andrew.musselman@gmail.com> wrote:

> I can put it in; there were a couple comments I need to address.
>
>
>
> On Thu, Mar 26, 2015 at 12:11 PM, Suneel Marthi <su...@gmail.com>
> wrote:
>
> > Great, so we r officially Java 1.7 and Hadoop 2x ?
> >
> > On Thu, Mar 26, 2015 at 2:22 PM, Stevo Slavić <ss...@gmail.com> wrote:
> >
> > > Pleasure. Would be nice now to get fix for MAHOUT-1655 in. Waiting for
> > more
> > > reviews?
> > >
> > > Since there were couple of pom changes in fixes for MAHOUT-1590,
> > PR/commit
> > > for MAHOUT-1655 needs to be rebased, sorry.
> > >
> > > On Thu, Mar 26, 2015 at 6:41 PM, Andrew Musselman <
> > > andrew.musselman@gmail.com> wrote:
> > >
> > > > Yep still clean, thanks Stevo!
> > > >
> > > > On Thu, Mar 26, 2015 at 10:14 AM, Andrew Musselman <
> > > > andrew.musselman@gmail.com> wrote:
> > > >
> > > > > Been getting clean builds in the last hour, trying again.
> > > > >
> > > > > On Thu, Mar 26, 2015 at 10:01 AM, Stevo Slavić <ss...@gmail.com>
> > > > wrote:
> > > > >
> > > > >> We're green again, yay! :)
> > > > >>
> > > > >> At least one test is unstable, from time to time local build fails
> > > for:
> > > > >>
> > > > >> TestDistributedRowMatrix.testTranspose:88 » IllegalState
> > transposition
> > > > >> failed
> > > > >>
> > > > >> Is it just my local env or does it happen for you too?
> > > > >>
> > > > >> Kind regards,
> > > > >> Stevo Slavic.
> > > > >>
> > > > >> On Thu, Mar 26, 2015 at 5:42 PM, Apache Jenkins Server <
> > > > >> jenkins@builds.apache.org> wrote:
> > > > >>
> > > > >> > See <https://builds.apache.org/job/Mahout-Quality/3015/changes>
> > > > >> >
> > > > >> >
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: Jenkins build is back to normal : Mahout-Quality #3015

Posted by Andrew Musselman <an...@gmail.com>.
I can put it in; there were a couple comments I need to address.



On Thu, Mar 26, 2015 at 12:11 PM, Suneel Marthi <su...@gmail.com>
wrote:

> Great, so we r officially Java 1.7 and Hadoop 2x ?
>
> On Thu, Mar 26, 2015 at 2:22 PM, Stevo Slavić <ss...@gmail.com> wrote:
>
> > Pleasure. Would be nice now to get fix for MAHOUT-1655 in. Waiting for
> more
> > reviews?
> >
> > Since there were couple of pom changes in fixes for MAHOUT-1590,
> PR/commit
> > for MAHOUT-1655 needs to be rebased, sorry.
> >
> > On Thu, Mar 26, 2015 at 6:41 PM, Andrew Musselman <
> > andrew.musselman@gmail.com> wrote:
> >
> > > Yep still clean, thanks Stevo!
> > >
> > > On Thu, Mar 26, 2015 at 10:14 AM, Andrew Musselman <
> > > andrew.musselman@gmail.com> wrote:
> > >
> > > > Been getting clean builds in the last hour, trying again.
> > > >
> > > > On Thu, Mar 26, 2015 at 10:01 AM, Stevo Slavić <ss...@gmail.com>
> > > wrote:
> > > >
> > > >> We're green again, yay! :)
> > > >>
> > > >> At least one test is unstable, from time to time local build fails
> > for:
> > > >>
> > > >> TestDistributedRowMatrix.testTranspose:88 » IllegalState
> transposition
> > > >> failed
> > > >>
> > > >> Is it just my local env or does it happen for you too?
> > > >>
> > > >> Kind regards,
> > > >> Stevo Slavic.
> > > >>
> > > >> On Thu, Mar 26, 2015 at 5:42 PM, Apache Jenkins Server <
> > > >> jenkins@builds.apache.org> wrote:
> > > >>
> > > >> > See <https://builds.apache.org/job/Mahout-Quality/3015/changes>
> > > >> >
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
>

Re: Jenkins build is back to normal : Mahout-Quality #3015

Posted by Suneel Marthi <su...@gmail.com>.
Great, so we r officially Java 1.7 and Hadoop 2x ?

On Thu, Mar 26, 2015 at 2:22 PM, Stevo Slavić <ss...@gmail.com> wrote:

> Pleasure. Would be nice now to get fix for MAHOUT-1655 in. Waiting for more
> reviews?
>
> Since there were couple of pom changes in fixes for MAHOUT-1590, PR/commit
> for MAHOUT-1655 needs to be rebased, sorry.
>
> On Thu, Mar 26, 2015 at 6:41 PM, Andrew Musselman <
> andrew.musselman@gmail.com> wrote:
>
> > Yep still clean, thanks Stevo!
> >
> > On Thu, Mar 26, 2015 at 10:14 AM, Andrew Musselman <
> > andrew.musselman@gmail.com> wrote:
> >
> > > Been getting clean builds in the last hour, trying again.
> > >
> > > On Thu, Mar 26, 2015 at 10:01 AM, Stevo Slavić <ss...@gmail.com>
> > wrote:
> > >
> > >> We're green again, yay! :)
> > >>
> > >> At least one test is unstable, from time to time local build fails
> for:
> > >>
> > >> TestDistributedRowMatrix.testTranspose:88 » IllegalState transposition
> > >> failed
> > >>
> > >> Is it just my local env or does it happen for you too?
> > >>
> > >> Kind regards,
> > >> Stevo Slavic.
> > >>
> > >> On Thu, Mar 26, 2015 at 5:42 PM, Apache Jenkins Server <
> > >> jenkins@builds.apache.org> wrote:
> > >>
> > >> > See <https://builds.apache.org/job/Mahout-Quality/3015/changes>
> > >> >
> > >> >
> > >>
> > >
> > >
> >
>

Re: Jenkins build is back to normal : Mahout-Quality #3015

Posted by Stevo Slavić <ss...@gmail.com>.
Pleasure. Would be nice now to get fix for MAHOUT-1655 in. Waiting for more
reviews?

Since there were couple of pom changes in fixes for MAHOUT-1590, PR/commit
for MAHOUT-1655 needs to be rebased, sorry.

On Thu, Mar 26, 2015 at 6:41 PM, Andrew Musselman <
andrew.musselman@gmail.com> wrote:

> Yep still clean, thanks Stevo!
>
> On Thu, Mar 26, 2015 at 10:14 AM, Andrew Musselman <
> andrew.musselman@gmail.com> wrote:
>
> > Been getting clean builds in the last hour, trying again.
> >
> > On Thu, Mar 26, 2015 at 10:01 AM, Stevo Slavić <ss...@gmail.com>
> wrote:
> >
> >> We're green again, yay! :)
> >>
> >> At least one test is unstable, from time to time local build fails for:
> >>
> >> TestDistributedRowMatrix.testTranspose:88 » IllegalState transposition
> >> failed
> >>
> >> Is it just my local env or does it happen for you too?
> >>
> >> Kind regards,
> >> Stevo Slavic.
> >>
> >> On Thu, Mar 26, 2015 at 5:42 PM, Apache Jenkins Server <
> >> jenkins@builds.apache.org> wrote:
> >>
> >> > See <https://builds.apache.org/job/Mahout-Quality/3015/changes>
> >> >
> >> >
> >>
> >
> >
>

Re: Jenkins build is back to normal : Mahout-Quality #3015

Posted by Andrew Musselman <an...@gmail.com>.
Yep still clean, thanks Stevo!

On Thu, Mar 26, 2015 at 10:14 AM, Andrew Musselman <
andrew.musselman@gmail.com> wrote:

> Been getting clean builds in the last hour, trying again.
>
> On Thu, Mar 26, 2015 at 10:01 AM, Stevo Slavić <ss...@gmail.com> wrote:
>
>> We're green again, yay! :)
>>
>> At least one test is unstable, from time to time local build fails for:
>>
>> TestDistributedRowMatrix.testTranspose:88 » IllegalState transposition
>> failed
>>
>> Is it just my local env or does it happen for you too?
>>
>> Kind regards,
>> Stevo Slavic.
>>
>> On Thu, Mar 26, 2015 at 5:42 PM, Apache Jenkins Server <
>> jenkins@builds.apache.org> wrote:
>>
>> > See <https://builds.apache.org/job/Mahout-Quality/3015/changes>
>> >
>> >
>>
>
>

Re: Jenkins build is back to normal : Mahout-Quality #3015

Posted by Andrew Musselman <an...@gmail.com>.
Been getting clean builds in the last hour, trying again.

On Thu, Mar 26, 2015 at 10:01 AM, Stevo Slavić <ss...@gmail.com> wrote:

> We're green again, yay! :)
>
> At least one test is unstable, from time to time local build fails for:
>
> TestDistributedRowMatrix.testTranspose:88 » IllegalState transposition
> failed
>
> Is it just my local env or does it happen for you too?
>
> Kind regards,
> Stevo Slavic.
>
> On Thu, Mar 26, 2015 at 5:42 PM, Apache Jenkins Server <
> jenkins@builds.apache.org> wrote:
>
> > See <https://builds.apache.org/job/Mahout-Quality/3015/changes>
> >
> >
>

Re: Jenkins build is back to normal : Mahout-Quality #3015

Posted by Stevo Slavić <ss...@gmail.com>.
We're green again, yay! :)

At least one test is unstable, from time to time local build fails for:

TestDistributedRowMatrix.testTranspose:88 » IllegalState transposition
failed

Is it just my local env or does it happen for you too?

Kind regards,
Stevo Slavic.

On Thu, Mar 26, 2015 at 5:42 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

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

Jenkins build is back to normal : Mahout-Quality #3015

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


Build failed in Jenkins: Mahout-Quality #3014

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

Changes:

[sslavic] MAHOUT-1590 Spark expects guava 14.0.1

------------------------------------------
[...truncated 6428 lines...]
[INFO] --- build-helper-maven-plugin:1.8:remove-project-artifact (remove-old-mahout-artifacts) @ mahout-spark-shell_2.10 ---
[INFO] /home/jenkins/.m2/repository/org/apache/mahout/mahout-spark-shell_2.10 removed.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ mahout-spark-shell_2.10 ---
[INFO] Building jar: <https://builds.apache.org/job/Mahout-Quality/3014/artifact/spark-shell/target/mahout-spark-shell_2.10-1.0-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ mahout-spark-shell_2.10 ---
[INFO] Building jar: <https://builds.apache.org/job/Mahout-Quality/3014/artifact/spark-shell/target/mahout-spark-shell_2.10-1.0-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ mahout-spark-shell_2.10 ---
[INFO] Building jar: <https://builds.apache.org/job/Mahout-Quality/3014/artifact/spark-shell/target/mahout-spark-shell_2.10-1.0-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ mahout-spark-shell_2.10 ---
[INFO] Installing <https://builds.apache.org/job/Mahout-Quality/3014/artifact/spark-shell/target/mahout-spark-shell_2.10-1.0-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/mahout/mahout-spark-shell_2.10/1.0-SNAPSHOT/mahout-spark-shell_2.10-1.0-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/Mahout-Quality/ws/spark-shell/pom.xml> to /home/jenkins/.m2/repository/org/apache/mahout/mahout-spark-shell_2.10/1.0-SNAPSHOT/mahout-spark-shell_2.10-1.0-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/Mahout-Quality/3014/artifact/spark-shell/target/mahout-spark-shell_2.10-1.0-SNAPSHOT-tests.jar> to /home/jenkins/.m2/repository/org/apache/mahout/mahout-spark-shell_2.10/1.0-SNAPSHOT/mahout-spark-shell_2.10-1.0-SNAPSHOT-tests.jar
[INFO] Installing <https://builds.apache.org/job/Mahout-Quality/3014/artifact/spark-shell/target/mahout-spark-shell_2.10-1.0-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/org/apache/mahout/mahout-spark-shell_2.10/1.0-SNAPSHOT/mahout-spark-shell_2.10-1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ mahout-spark-shell_2.10 >>>
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ mahout-spark-shell_2.10 ---
[INFO] Source directory: <https://builds.apache.org/job/Mahout-Quality/ws/spark-shell/target/generated-sources/mahout> added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-test-source (add-test-source) @ mahout-spark-shell_2.10 ---
[INFO] Test Source directory: <https://builds.apache.org/job/Mahout-Quality/ws/spark-shell/target/generated-test-sources/mahout> added.
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ mahout-spark-shell_2.10 <<<
[INFO] 
[INFO] --- maven-javadoc-plugin:2.9.1:javadoc (default-cli) @ mahout-spark-shell_2.10 ---
[INFO] 
[INFO] --- findbugs-maven-plugin:2.5.2:findbugs (default-cli) @ mahout-spark-shell_2.10 ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] --- maven-pmd-plugin:3.0.1:pmd (default-cli) @ mahout-spark-shell_2.10 ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Mahout H2O backend 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ mahout-h2o ---
[INFO] Deleting <https://builds.apache.org/job/Mahout-Quality/ws/h2o/target>
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ mahout-h2o ---
[INFO] Source directory: <https://builds.apache.org/job/Mahout-Quality/ws/h2o/target/generated-sources/mahout> added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-test-source (add-test-source) @ mahout-h2o ---
[INFO] Test Source directory: <https://builds.apache.org/job/Mahout-Quality/ws/h2o/target/generated-test-sources/mahout> added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mahout-h2o ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Mahout-Quality/ws/h2o/src/main/resources>
[INFO] 
[INFO] --- maven-scala-plugin:2.15.2:add-source (scala-compile-first) @ mahout-h2o ---
[INFO] Add Source directory: <https://builds.apache.org/job/Mahout-Quality/ws/h2o/src/main/scala>
[INFO] Add Test Source directory: <https://builds.apache.org/job/Mahout-Quality/ws/h2o/src/test/scala>
[INFO] 
[INFO] --- maven-scala-plugin:2.15.2:compile (scala-compile-first) @ mahout-h2o ---
[INFO] Checking for multiple versions of scala
[WARNING]  Expected all dependencies to require Scala version: 2.10.4
[WARNING]  com.github.scopt:scopt_2.10:3.3.0 requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scala-lang:scala-compiler:2.10.4 requires scala version: 2.10.4
[WARNING]  org.scala-lang:scala-reflect:2.10.4 requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scala-lang:scala-actors:2.10.4 requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scala-lang:scalap:2.10.4 requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scalatest:scalatest_2.10:2.0 requires scala version: 2.10.0
[WARNING] Multiple versions of scala libraries detected!
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] <https://builds.apache.org/job/Mahout-Quality/ws/h2o/src/main/java>:-1: info: compiling
[INFO] <https://builds.apache.org/job/Mahout-Quality/ws/h2o/src/main/scala>:-1: info: compiling
[INFO] Compiling 28 source files to <https://builds.apache.org/job/Mahout-Quality/3014/artifact/h2o/target/classes> at 1427375275069
[WARNING] warning: there were 2 deprecation warning(s); re-run with -deprecation for details
[WARNING] warning: there were 4 feature warning(s); re-run with -feature for details
[WARNING] two warnings found
[INFO] prepare-compile in 0 s
[INFO] compile in 9 s
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mahout-h2o ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to <https://builds.apache.org/job/Mahout-Quality/3014/artifact/h2o/target/classes>
[INFO] <https://builds.apache.org/job/Mahout-Quality/ws/h2o/src/main/java/org/apache/mahout/h2obindings/H2OHdfs.java>: <https://builds.apache.org/job/Mahout-Quality/ws/h2o/src/main/java/org/apache/mahout/h2obindings/H2OHdfs.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/Mahout-Quality/ws/h2o/src/main/java/org/apache/mahout/h2obindings/H2OHdfs.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Mahout-Quality/ws/h2o/src/main/java/org/apache/mahout/h2obindings/ops/Atx.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Mahout-Quality/ws/h2o/src/main/java/org/apache/mahout/h2obindings/ops/Atx.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-scala-plugin:2.15.2:compile (default) @ mahout-h2o ---
[INFO] Checking for multiple versions of scala
[WARNING]  Expected all dependencies to require Scala version: 2.10.4
[WARNING]  com.github.scopt:scopt_2.10:3.3.0 requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scala-lang:scala-compiler:2.10.4 requires scala version: 2.10.4
[WARNING]  org.scala-lang:scala-reflect:2.10.4 requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scala-lang:scala-actors:2.10.4 requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scala-lang:scalap:2.10.4 requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scalatest:scalatest_2.10:2.0 requires scala version: 2.10.0
[WARNING] Multiple versions of scala libraries detected!
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mahout-h2o ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Mahout-Quality/ws/h2o/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mahout-h2o ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-scala-plugin:2.15.2:testCompile (default) @ mahout-h2o ---
[INFO] Checking for multiple versions of scala
[WARNING]  Expected all dependencies to require Scala version: 2.10.4
[WARNING]  com.github.scopt:scopt_2.10:3.3.0 requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scala-lang:scala-compiler:2.10.4 requires scala version: 2.10.4
[WARNING]  org.scala-lang:scala-reflect:2.10.4 requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scala-lang:scala-actors:2.10.4 requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scala-lang:scalap:2.10.4 requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.apache.mahout:mahout-math-scala_2.10:1.0-SNAPSHOT requires scala version: 2.10.4
[WARNING]  org.scalatest:scalatest_2.10:2.0 requires scala version: 2.10.0
[WARNING] Multiple versions of scala libraries detected!
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] <https://builds.apache.org/job/Mahout-Quality/ws/h2o/src/test/scala>:-1: info: compiling
[INFO] Compiling 10 source files to <https://builds.apache.org/job/Mahout-Quality/3014/artifact/h2o/target/test-classes> at 1427375284445
[INFO] prepare-compile in 0 s
[INFO] compile in 8 s
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ mahout-h2o ---
[INFO] 
[INFO] --- scalatest-maven-plugin:1.0-M2:test (test) @ mahout-h2o ---
WARNING: -p has been deprecated and will be reused for a different (but still very cool) purpose in ScalaTest 2.0. Please change all uses of -p to -R.
Discovery starting.
Discovery completed in 373 milliseconds.
Run starting. Expected test count is: 48
DiscoverySuite:
DistributedDecompositionsSuite:
03-26 13:08:14.528 67.195.81.190:54321   3658   #onsSuite INFO: ----- H2O started  -----
03-26 13:08:14.612 67.195.81.190:54321   3658   #onsSuite INFO: Build git branch: master
03-26 13:08:14.612 67.195.81.190:54321   3658   #onsSuite INFO: Build git hash: 0069773a2d011c7f1af71aeb6411ac12a9d2f4d5
03-26 13:08:14.613 67.195.81.190:54321   3658   #onsSuite INFO: Build git describe: RELEASE-0.1.15-216-g0069773
03-26 13:08:14.613 67.195.81.190:54321   3658   #onsSuite INFO: Build project version: 0.1.16.99999
03-26 13:08:14.613 67.195.81.190:54321   3658   #onsSuite INFO: Built by: 'michal'
03-26 13:08:14.613 67.195.81.190:54321   3658   #onsSuite INFO: Built on: '2014-12-28 09:17:32'
03-26 13:08:14.613 67.195.81.190:54321   3658   #onsSuite INFO: Java availableProcessors: 16
03-26 13:08:14.613 67.195.81.190:54321   3658   #onsSuite INFO: Java heap totalMemory: 77.4 MB
03-26 13:08:14.614 67.195.81.190:54321   3658   #onsSuite INFO: Java heap maxMemory: 910.3 MB
03-26 13:08:14.614 67.195.81.190:54321   3658   #onsSuite INFO: Java version: Java 1.7.0_25 (from Oracle Corporation)
03-26 13:08:14.614 67.195.81.190:54321   3658   #onsSuite INFO: OS   version: Linux 3.13.0-36-lowlatency (i386)
03-26 13:08:14.614 67.195.81.190:54321   3658   #onsSuite INFO: Possible IP Address: docker0 (docker0), 172.17.42.1
03-26 13:08:14.614 67.195.81.190:54321   3658   #onsSuite INFO: Possible IP Address: em1 (em1), fe80:0:0:0:7ae3:b5ff:fe17:8984%2
03-26 13:08:14.614 67.195.81.190:54321   3658   #onsSuite INFO: Possible IP Address: em1 (em1), 67.195.81.190
03-26 13:08:14.614 67.195.81.190:54321   3658   #onsSuite INFO: Possible IP Address: lo (lo), 0:0:0:0:0:0:0:1%1
03-26 13:08:14.615 67.195.81.190:54321   3658   #onsSuite INFO: Possible IP Address: lo (lo), 127.0.0.1
03-26 13:08:14.615 67.195.81.190:54321   3658   #onsSuite INFO: Multiple local IPs detected:
03-26 13:08:14.615 67.195.81.190:54321   3658   #onsSuite INFO:   /172.17.42.1  /67.195.81.190
03-26 13:08:14.615 67.195.81.190:54321   3658   #onsSuite INFO: Attempting to determine correct address...
03-26 13:08:14.615 67.195.81.190:54321   3658   #onsSuite INFO: Using /67.195.81.190
03-26 13:08:14.615 67.195.81.190:54321   3658   #onsSuite INFO: Internal communication uses port: 54322
03-26 13:08:14.615 67.195.81.190:54321   3658   #onsSuite INFO: Listening for HTTP and REST traffic on  http://67.195.81.190:54321/
03-26 13:08:14.615 67.195.81.190:54321   3658   #onsSuite INFO: H2O cloud name: 'mah2out' on /67.195.81.190:54321, discovery address /229.95.69.48:58719
03-26 13:08:14.616 67.195.81.190:54321   3658   #onsSuite INFO: If you have trouble connecting, try SSH tunneling from your local machine (e.g., via port 55555):
03-26 13:08:14.616 67.195.81.190:54321   3658   #onsSuite INFO:   1. Open a terminal and run 'ssh -L 55555:localhost:54321 jenkins@67.195.81.190'
03-26 13:08:14.616 67.195.81.190:54321   3658   #onsSuite INFO:   2. Point your browser to http://localhost:55555
03-26 13:08:14.716 67.195.81.190:54321   3658   #onsSuite INFO: Log dir: '/tmp/h2o-jenkins/h2ologs'
*** RUN ABORTED ***
  java.lang.NoClassDefFoundError: org/apache/hadoop/fs/s3/S3Exception
  at water.persist.Persist.<clinit>(Persist.java:56)
  at water.H2O.main(H2O.java:1042)
  at org.apache.mahout.h2obindings.H2OContext.<init>(H2OContext.java:35)
  at org.apache.mahout.h2obindings.H2ODistributedContext.<init>(H2ODistributedContext.scala:23)
  at org.apache.mahout.h2obindings.package$.mahoutH2OContext(package.scala:22)
  at org.apache.mahout.h2obindings.test.DistributedH2OSuite$class.beforeEach(DistributedH2OSuite.scala:33)
  at org.apache.mahout.math.decompositions.DistributedDecompositionsSuite.beforeEach(DistributedDecompositionsSuite.scala:31)
  at org.scalatest.BeforeAndAfterEach$class.beforeEach(BeforeAndAfterEach.scala:154)
  at org.apache.mahout.math.decompositions.DistributedDecompositionsSuite.beforeEach(DistributedDecompositionsSuite.scala:31)
  at org.scalatest.BeforeAndAfterEach$class.beforeEach(BeforeAndAfterEach.scala:173)
  ...
  Cause: java.lang.ClassNotFoundException: org.apache.hadoop.fs.s3.S3Exception
  at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
  at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  at water.persist.Persist.<clinit>(Persist.java:56)
  at water.H2O.main(H2O.java:1042)
  at org.apache.mahout.h2obindings.H2OContext.<init>(H2OContext.java:35)
  ...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Mahout Build Tools ................................ SUCCESS [3.931s]
[INFO] Apache Mahout ..................................... SUCCESS [1.704s]
[INFO] Mahout Math ....................................... SUCCESS [2:05.681s]
[INFO] Mahout MapReduce Legacy ........................... SUCCESS [13:53.172s]
[INFO] Mahout Integration ................................ SUCCESS [1:20.294s]
[INFO] Mahout Examples ................................... SUCCESS [52.368s]
[INFO] Mahout Release Package ............................ SUCCESS [0.078s]
[INFO] Mahout Math Scala bindings ........................ SUCCESS [2:06.215s]
[INFO] Mahout Spark bindings ............................. SUCCESS [2:55.020s]
[INFO] Mahout Spark bindings shell ....................... SUCCESS [19.535s]
[INFO] Mahout H2O backend ................................ FAILURE [21.001s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24:01.015s
[INFO] Finished at: Thu Mar 26 13:08:15 UTC 2015
[INFO] Final Memory: 99M/444M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.scalatest:scalatest-maven-plugin:1.0-M2:test (test) on project mahout-h2o: There are test failures -> [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-h2o
Build step 'Invoke top-level Maven targets' marked build as failure
[PMD] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Sending artifact delta relative to Mahout-Quality #3004
Archived 72 artifacts
Archive block size is 32768
Received 1150 blocks and 84002220 bytes
Compression is 31.0%
Took 24 sec
Recording test results
Publishing Javadoc
Updating MAHOUT-1590

Build failed in Jenkins: Mahout-Quality #3013

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

Changes:

[sslavic] MAHOUT-1590 Fixed class path issues, hbase client in integration module was brining in hadoop 2.2 dependencies regardless of hadoop.version used in build

------------------------------------------
[...truncated 59413 lines...]
6047/6375 KB   
6051/6375 KB   
6055/6375 KB   
6059/6375 KB   
6063/6375 KB   
6067/6375 KB   
6071/6375 KB   
6075/6375 KB   
6079/6375 KB   
6083/6375 KB   
6087/6375 KB   
6091/6375 KB   
6095/6375 KB   
6099/6375 KB   
6103/6375 KB   
6107/6375 KB   
6111/6375 KB   
6115/6375 KB   
6119/6375 KB   
6123/6375 KB   
6127/6375 KB   
6131/6375 KB   
6135/6375 KB   
6139/6375 KB   
6143/6375 KB   
6147/6375 KB   
6151/6375 KB   
6155/6375 KB   
6159/6375 KB   
6163/6375 KB   
6167/6375 KB   
6171/6375 KB   
6175/6375 KB   
6179/6375 KB   
6183/6375 KB   
6187/6375 KB   
6191/6375 KB   
6195/6375 KB   
6199/6375 KB   
6203/6375 KB   
6207/6375 KB   
6211/6375 KB   
6215/6375 KB   
6219/6375 KB   
6223/6375 KB   
6227/6375 KB   
6231/6375 KB   
6235/6375 KB   
6239/6375 KB   
6243/6375 KB   
6247/6375 KB   
6251/6375 KB   
6255/6375 KB   
6259/6375 KB   
6263/6375 KB   
6267/6375 KB   
6271/6375 KB   
6275/6375 KB   
6279/6375 KB   
6283/6375 KB   
6287/6375 KB   
6291/6375 KB   
6295/6375 KB   
6299/6375 KB   
6303/6375 KB   
6307/6375 KB   
6311/6375 KB   
6315/6375 KB   
6319/6375 KB   
6323/6375 KB   
6327/6375 KB   
6331/6375 KB   
6335/6375 KB   
6339/6375 KB   
6343/6375 KB   
6347/6375 KB   
6351/6375 KB   
6355/6375 KB   
6359/6375 KB   
6363/6375 KB   
6367/6375 KB   
6371/6375 KB   
6375/6375 KB   
               
Downloaded: http://repo.maven.apache.org/maven2/org/apache/spark/spark-core_2.10/1.1.1/spark-core_2.10-1.1.1.jar (6375 KB at 14754.6 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ mahout-spark_2.10 ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ mahout-spark_2.10 ---
[INFO] Source directory: <https://builds.apache.org/job/Mahout-Quality/ws/spark/target/generated-sources/mahout> added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.8:add-test-source (add-test-source) @ mahout-spark_2.10 ---
[INFO] Test Source directory: <https://builds.apache.org/job/Mahout-Quality/ws/spark/target/generated-test-sources/mahout> added.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ mahout-spark_2.10 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Mahout-Quality/ws/spark/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ mahout-spark_2.10 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-scala-plugin:2.15.2:compile (default) @ mahout-spark_2.10 ---
[INFO] Checking for multiple versions of scala
[WARNING]  Expected all dependencies to require Scala version: 2.10.4
[WARNING]  com.twitter:chill_2.10:0.3.6 requires scala version: 2.10.3
[WARNING] Multiple versions of scala libraries detected!
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] <https://builds.apache.org/job/Mahout-Quality/ws/spark/src/main/scala>:-1: info: compiling
[INFO] Compiling 37 source files to <https://builds.apache.org/job/Mahout-Quality/3013/artifact/spark/target/classes> at 1427371890236
[WARNING] <https://builds.apache.org/job/Mahout-Quality/ws/spark/src/main/scala/org/apache/mahout/drivers/TextDelimitedReaderWriter.scala>:162: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
[INFO]       val columnIDs = interactions.flatMap { case (_, columns) => columns
[INFO]                                                                   ^
[WARNING] warning: there were 5 deprecation warning(s); re-run with -deprecation for details
[WARNING] warning: there were 16 feature warning(s); re-run with -feature for details
[WARNING] three warnings found
[INFO] prepare-compile in 0 s
[INFO] compile in 22 s
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ mahout-spark_2.10 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Mahout-Quality/ws/spark/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ mahout-spark_2.10 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-scala-plugin:2.15.2:testCompile (default) @ mahout-spark_2.10 ---
[INFO] Checking for multiple versions of scala
[WARNING]  Expected all dependencies to require Scala version: 2.10.4
[WARNING]  com.twitter:chill_2.10:0.3.6 requires scala version: 2.10.3
[WARNING] Multiple versions of scala libraries detected!
[INFO] includes = [**/*.scala,**/*.java,]
[INFO] excludes = []
[INFO] <https://builds.apache.org/job/Mahout-Quality/ws/spark/src/test/scala>:-1: info: compiling
[INFO] Compiling 14 source files to <https://builds.apache.org/job/Mahout-Quality/3013/artifact/spark/target/test-classes> at 1427371912566
[INFO] prepare-compile in 0 s
[INFO] compile in 19 s
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ mahout-spark_2.10 ---
[INFO] 
[INFO] --- scalatest-maven-plugin:1.0-M2:test (test) @ mahout-spark_2.10 ---
WARNING: -p has been deprecated and will be reused for a different (but still very cool) purpose in ScalaTest 2.0. Please change all uses of -p to -R.
Discovery starting.
Discovery completed in 601 milliseconds.
Run starting. Expected test count is: 92
DiscoverySuite:
RowSimilarityDriverSuite:
10 [SparkListenerBus] ERROR org.apache.spark.util.Utils  - Uncaught exception in thread SparkListenerBus
java.lang.NoSuchMethodError: com.google.common.hash.HashFunction.hashInt(I)Lcom/google/common/hash/HashCode;
	at org.apache.spark.util.collection.OpenHashSet.org$apache$spark$util$collection$OpenHashSet$$hashcode(OpenHashSet.scala:261)
	at org.apache.spark.util.collection.OpenHashSet$mcI$sp.addWithoutResize$mcI$sp(OpenHashSet.scala:124)
	at org.apache.spark.util.collection.OpenHashSet$mcI$sp.add$mcI$sp(OpenHashSet.scala:109)
	at org.apache.spark.ui.jobs.JobProgressListener.onTaskEnd(JobProgressListener.scala:164)
	at org.apache.spark.scheduler.SparkListenerBus$$anonfun$postToAll$7.apply(SparkListenerBus.scala:58)
	at org.apache.spark.scheduler.SparkListenerBus$$anonfun$postToAll$7.apply(SparkListenerBus.scala:58)
	at org.apache.spark.scheduler.SparkListenerBus$$anonfun$foreachListener$1.apply(SparkListenerBus.scala:83)
	at org.apache.spark.scheduler.SparkListenerBus$$anonfun$foreachListener$1.apply(SparkListenerBus.scala:81)
	at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
	at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47)
	at org.apache.spark.scheduler.SparkListenerBus$class.foreachListener(SparkListenerBus.scala:81)
	at org.apache.spark.scheduler.SparkListenerBus$class.postToAll(SparkListenerBus.scala:58)
	at org.apache.spark.scheduler.LiveListenerBus.postToAll(LiveListenerBus.scala:32)
	at org.apache.spark.scheduler.LiveListenerBus$$anon$1$$anonfun$run$1$$anonfun$apply$mcV$sp$1.apply(LiveListenerBus.scala:56)
	at org.apache.spark.scheduler.LiveListenerBus$$anon$1$$anonfun$run$1$$anonfun$apply$mcV$sp$1.apply(LiveListenerBus.scala:56)
	at scala.Option.foreach(Option.scala:236)
	at org.apache.spark.scheduler.LiveListenerBus$$anon$1$$anonfun$run$1.apply$mcV$sp(LiveListenerBus.scala:56)
	at org.apache.spark.scheduler.LiveListenerBus$$anon$1$$anonfun$run$1.apply(LiveListenerBus.scala:47)
	at org.apache.spark.scheduler.LiveListenerBus$$anon$1$$anonfun$run$1.apply(LiveListenerBus.scala:47)
	at org.apache.spark.util.Utils$.logUncaughtExceptions(Utils.scala:1364)
	at org.apache.spark.scheduler.LiveListenerBus$$anon$1.run(LiveListenerBus.scala:46)
Exception in thread "SparkListenerBus" java.lang.NoSuchMethodError: com.google.common.hash.HashFunction.hashInt(I)Lcom/google/common/hash/HashCode;
	at org.apache.spark.util.collection.OpenHashSet.org$apache$spark$util$collection$OpenHashSet$$hashcode(OpenHashSet.scala:261)
	at org.apache.spark.util.collection.OpenHashSet$mcI$sp.addWithoutResize$mcI$sp(OpenHashSet.scala:124)
	at org.apache.spark.util.collection.OpenHashSet$mcI$sp.add$mcI$sp(OpenHashSet.scala:109)
	at org.apache.spark.ui.jobs.JobProgressListener.onTaskEnd(JobProgressListener.scala:164)
	at org.apache.spark.scheduler.SparkListenerBus$$anonfun$postToAll$7.apply(SparkListenerBus.scala:58)
	at org.apache.spark.scheduler.SparkListenerBus$$anonfun$postToAll$7.apply(SparkListenerBus.scala:58)
	at org.apache.spark.scheduler.SparkListenerBus$$anonfun$foreachListener$1.apply(SparkListenerBus.scala:83)
	at org.apache.spark.scheduler.SparkListenerBus$$anonfun$foreachListener$1.apply(SparkListenerBus.scala:81)
	at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59)
	at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47)
	at org.apache.spark.scheduler.SparkListenerBus$class.foreachListener(SparkListenerBus.scala:81)
	at org.apache.spark.scheduler.SparkListenerBus$class.postToAll(SparkListenerBus.scala:58)
	at org.apache.spark.scheduler.LiveListenerBus.postToAll(LiveListenerBus.scala:32)
	at org.apache.spark.scheduler.LiveListenerBus$$anon$1$$anonfun$run$1$$anonfun$apply$mcV$sp$1.apply(LiveListenerBus.scala:56)
	at org.apache.spark.scheduler.LiveListenerBus$$anon$1$$anonfun$run$1$$anonfun$apply$mcV$sp$1.apply(LiveListenerBus.scala:56)
	at scala.Option.foreach(Option.scala:236)
	at org.apache.spark.scheduler.LiveListenerBus$$anon$1$$anonfun$run$1.apply$mcV$sp(LiveListenerBus.scala:56)
	at org.apache.spark.scheduler.LiveListenerBus$$anon$1$$anonfun$run$1.apply(LiveListenerBus.scala:47)
	at org.apache.spark.scheduler.LiveListenerBus$$anon$1$$anonfun$run$1.apply(LiveListenerBus.scala:47)
	at org.apache.spark.util.Utils$.logUncaughtExceptions(Utils.scala:1364)
	at org.apache.spark.scheduler.LiveListenerBus$$anon$1.run(LiveListenerBus.scala:46)
*** RUN ABORTED ***
  java.lang.NoSuchMethodError: com.google.common.hash.HashFunction.hashInt(I)Lcom/google/common/hash/HashCode;
  at org.apache.spark.util.collection.OpenHashSet.org$apache$spark$util$collection$OpenHashSet$$hashcode(OpenHashSet.scala:261)
  at org.apache.spark.util.collection.OpenHashSet$mcI$sp.getPos$mcI$sp(OpenHashSet.scala:165)
  at org.apache.spark.util.collection.OpenHashSet$mcI$sp.contains$mcI$sp(OpenHashSet.scala:102)
  at org.apache.spark.util.SizeEstimator$$anonfun$visitArray$2.apply$mcVI$sp(SizeEstimator.scala:214)
  at scala.collection.immutable.Range.foreach$mVc$sp(Range.scala:141)
  at org.apache.spark.util.SizeEstimator$.visitArray(SizeEstimator.scala:210)
  at org.apache.spark.util.SizeEstimator$.visitSingleObject(SizeEstimator.scala:169)
  at org.apache.spark.util.SizeEstimator$.org$apache$spark$util$SizeEstimator$$estimate(SizeEstimator.scala:161)
  at org.apache.spark.util.SizeEstimator$.estimate(SizeEstimator.scala:155)
  at org.apache.spark.util.collection.SizeTracker$class.takeSample(SizeTracker.scala:78)
  ...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Mahout Build Tools ................................ SUCCESS [9.466s]
[INFO] Apache Mahout ..................................... SUCCESS [5.625s]
[INFO] Mahout Math ....................................... SUCCESS [2:18.601s]
[INFO] Mahout MapReduce Legacy ........................... SUCCESS [15:25.198s]
[INFO] Mahout Integration ................................ SUCCESS [1:39.650s]
[INFO] Mahout Examples ................................... SUCCESS [55.838s]
[INFO] Mahout Release Package ............................ SUCCESS [0.104s]
[INFO] Mahout Math Scala bindings ........................ SUCCESS [2:13.649s]
[INFO] Mahout Spark bindings ............................. FAILURE [54.411s]
[INFO] Mahout Spark bindings shell ....................... SKIPPED
[INFO] Mahout H2O backend ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:46.870s
[INFO] Finished at: Thu Mar 26 12:12:17 UTC 2015
[INFO] Final Memory: 90M/424M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.scalatest:scalatest-maven-plugin:1.0-M2:test (test) on project mahout-spark_2.10: There are test failures -> [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-spark_2.10
Build step 'Invoke top-level Maven targets' marked build as failure
[PMD] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Sending artifact delta relative to Mahout-Quality #3004
Archived 52 artifacts
Archive block size is 32768
Received 1144 blocks and 80834554 bytes
Compression is 31.7%
Took 28 sec
Recording test results
Publishing Javadoc
Updating MAHOUT-1590