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

Changes:

[smarthi] MAHOUT-1778: Mahout Spark Shell doesn't work with Spark > 1.3, this

------------------------------------------
[...truncated 27211 lines...]
     [java]       At 
edu.umd.cs.findbugs.detect.RuntimeExceptionCapture.visitJavaClass(RuntimeExceptionCapture.java:118)
     [java]       At 
org.apache.bcel.classfile.JavaClass.accept(JavaClass.java:215)
     [java]       At 
edu.umd.cs.findbugs.BytecodeScanningDetector.visitClassContext(BytecodeScanningDetector.java:38)
     [java]       At 
edu.umd.cs.findbugs.DetectorToDetector2Adapter.visitClass(DetectorToDetector2Adapter.java:76)
     [java]       At 
edu.umd.cs.findbugs.FindBugs2.analyzeApplication(FindBugs2.java:1089)
     [java]       At edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:283)
     [java]       At edu.umd.cs.findbugs.FindBugs.runMain(FindBugs.java:402)
     [java]       At edu.umd.cs.findbugs.FindBugs2.main(FindBugs2.java:1200)
     [java]   Exception analyzing 
org.apache.mahout.cf.taste.impl.recommender.svd.ParallelSGDFactorizer using 
detector edu.umd.cs.findbugs.detect.RuntimeExceptionCapture
     [java]     java.lang.ArrayIndexOutOfBoundsException: 5
     [java]       At 
edu.umd.cs.findbugs.BugCounts.addError(PackageStats.java:51)
     [java]       At 
edu.umd.cs.findbugs.PackageStats.addError(PackageStats.java:240)
     [java]       At 
edu.umd.cs.findbugs.ProjectStats.addBug(ProjectStats.java:272)
     [java]       At 
edu.umd.cs.findbugs.SortedBugCollection.add(SortedBugCollection.java:1022)
     [java]       At 
edu.umd.cs.findbugs.SortedBugCollection.add(SortedBugCollection.java:276)
     [java]       At 
edu.umd.cs.findbugs.BugCollectionBugReporter.doReportBug(BugCollectionBugReporter.java:99)
     [java]       At 
edu.umd.cs.findbugs.AbstractBugReporter.reportBug(AbstractBugReporter.java:175)
     [java]       At 
edu.umd.cs.findbugs.DelegatingBugReporter.reportBug(DelegatingBugReporter.java:69)
     [java]       At 
edu.umd.cs.findbugs.FilterBugReporter.reportBug(FilterBugReporter.java:49)
     [java]       At 
edu.umd.cs.findbugs.FilterBugReporter.reportBug(FilterBugReporter.java:49)
     [java]       At 
edu.umd.cs.findbugs.BugAccumulator.reportBug(BugAccumulator.java:200)
     [java]       At 
edu.umd.cs.findbugs.BugAccumulator.reportAccumulatedBugs(BugAccumulator.java:181)
     [java]       At 
edu.umd.cs.findbugs.detect.RuntimeExceptionCapture.visitJavaClass(RuntimeExceptionCapture.java:118)
     [java]       At 
org.apache.bcel.classfile.JavaClass.accept(JavaClass.java:215)
     [java]       At 
edu.umd.cs.findbugs.BytecodeScanningDetector.visitClassContext(BytecodeScanningDetector.java:38)
     [java]       At 
edu.umd.cs.findbugs.DetectorToDetector2Adapter.visitClass(DetectorToDetector2Adapter.java:76)
     [java]       At 
edu.umd.cs.findbugs.FindBugs2.analyzeApplication(FindBugs2.java:1089)
     [java]       At edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:283)
     [java]       At edu.umd.cs.findbugs.FindBugs.runMain(FindBugs.java:402)
     [java]       At edu.umd.cs.findbugs.FindBugs2.main(FindBugs2.java:1200)
     [java] Warnings generated: 40
[INFO] Done FindBugs Analysis....
[TASKS] Skipping reporter since build result is FAILURE
[INFO] 
[INFO] --- maven-pmd-plugin:3.4:pmd (default-cli) @ mahout-mr ---
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyFinallyBlock instead of 
the deprecated Rule name rulesets/java/basic.xml/EmptyFinallyBlock. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyIfStmt instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyIfStmt. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyStatementNotInLoop instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptyStatementNotInLoop. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptySynchronizedBlock instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptySynchronizedBlock. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyTryBlock instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyTryBlock. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name 
rulesets/java/unnecessary.xml/UnnecessaryConversionTemporary instead of the 
deprecated Rule name rulesets/java/basic.xml/UnnecessaryConversionTemporary. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryFinalModifier 
instead of the deprecated Rule name 
rulesets/java/basic.xml/UnnecessaryFinalModifier. Future versions of PMD will 
remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryReturn instead 
of the deprecated Rule name rulesets/java/basic.xml/UnnecessaryReturn. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[PMD] Skipping reporter since build result is FAILURE
[TASKS] Skipping reporter since build result is FAILURE
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Mahout Integration 0.11.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (default-cli) @ 
mahout-integration ---
[INFO] Fork Value is true
     [java] Warnings generated: 11
[INFO] Done FindBugs Analysis....
[TASKS] Skipping reporter since build result is FAILURE
[INFO] 
[INFO] --- maven-pmd-plugin:3.4:pmd (default-cli) @ mahout-integration ---
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyFinallyBlock instead of 
the deprecated Rule name rulesets/java/basic.xml/EmptyFinallyBlock. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyIfStmt instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyIfStmt. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyStatementNotInLoop instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptyStatementNotInLoop. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptySynchronizedBlock instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptySynchronizedBlock. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyTryBlock instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyTryBlock. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name 
rulesets/java/unnecessary.xml/UnnecessaryConversionTemporary instead of the 
deprecated Rule name rulesets/java/basic.xml/UnnecessaryConversionTemporary. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryFinalModifier 
instead of the deprecated Rule name 
rulesets/java/basic.xml/UnnecessaryFinalModifier. Future versions of PMD will 
remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryReturn instead 
of the deprecated Rule name rulesets/java/basic.xml/UnnecessaryReturn. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[PMD] Skipping reporter since build result is FAILURE
[TASKS] Skipping reporter since build result is FAILURE
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Mahout Examples 0.11.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (default-cli) @ mahout-examples 
---
[INFO] Fork Value is true
     [java] Warnings generated: 21
[INFO] Done FindBugs Analysis....
[TASKS] Skipping reporter since build result is FAILURE
[INFO] 
[INFO] --- maven-pmd-plugin:3.4:pmd (default-cli) @ mahout-examples ---
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyFinallyBlock instead of 
the deprecated Rule name rulesets/java/basic.xml/EmptyFinallyBlock. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyIfStmt instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyIfStmt. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyStatementNotInLoop instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptyStatementNotInLoop. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptySynchronizedBlock instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptySynchronizedBlock. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyTryBlock instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyTryBlock. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name 
rulesets/java/unnecessary.xml/UnnecessaryConversionTemporary instead of the 
deprecated Rule name rulesets/java/basic.xml/UnnecessaryConversionTemporary. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryFinalModifier 
instead of the deprecated Rule name 
rulesets/java/basic.xml/UnnecessaryFinalModifier. Future versions of PMD will 
remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryReturn instead 
of the deprecated Rule name rulesets/java/basic.xml/UnnecessaryReturn. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[PMD] Skipping reporter since build result is FAILURE
[TASKS] Skipping reporter since build result is FAILURE
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Mahout Math Scala bindings 0.11.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (default-cli) @ 
mahout-math-scala_2.10 ---
[INFO] Fork Value is true
     [java] Warnings generated: 211
[INFO] Done FindBugs Analysis....
[TASKS] Skipping reporter since build result is FAILURE
[INFO] 
[INFO] --- maven-pmd-plugin:3.4:pmd (default-cli) @ mahout-math-scala_2.10 ---
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyFinallyBlock instead of 
the deprecated Rule name rulesets/java/basic.xml/EmptyFinallyBlock. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyIfStmt instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyIfStmt. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyStatementNotInLoop instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptyStatementNotInLoop. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptySynchronizedBlock instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptySynchronizedBlock. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyTryBlock instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyTryBlock. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name 
rulesets/java/unnecessary.xml/UnnecessaryConversionTemporary instead of the 
deprecated Rule name rulesets/java/basic.xml/UnnecessaryConversionTemporary. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryFinalModifier 
instead of the deprecated Rule name 
rulesets/java/basic.xml/UnnecessaryFinalModifier. Future versions of PMD will 
remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryReturn instead 
of the deprecated Rule name rulesets/java/basic.xml/UnnecessaryReturn. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[PMD] Skipping reporter since build result is FAILURE
[TASKS] Skipping reporter since build result is FAILURE
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Mahout H2O backend 0.11.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (default-cli) @ mahout-h2o_2.10 
---
[INFO] Fork Value is true
     [java] Warnings generated: 19
[INFO] Done FindBugs Analysis....
[TASKS] Skipping reporter since build result is FAILURE
[INFO] 
[INFO] --- maven-pmd-plugin:3.4:pmd (default-cli) @ mahout-h2o_2.10 ---
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyFinallyBlock instead of 
the deprecated Rule name rulesets/java/basic.xml/EmptyFinallyBlock. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyIfStmt instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyIfStmt. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyStatementNotInLoop instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptyStatementNotInLoop. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptySynchronizedBlock instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptySynchronizedBlock. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyTryBlock instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyTryBlock. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name 
rulesets/java/unnecessary.xml/UnnecessaryConversionTemporary instead of the 
deprecated Rule name rulesets/java/basic.xml/UnnecessaryConversionTemporary. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryFinalModifier 
instead of the deprecated Rule name 
rulesets/java/basic.xml/UnnecessaryFinalModifier. Future versions of PMD will 
remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryReturn instead 
of the deprecated Rule name rulesets/java/basic.xml/UnnecessaryReturn. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[PMD] Skipping reporter since build result is FAILURE
[TASKS] Skipping reporter since build result is FAILURE
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Mahout Spark bindings 0.11.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (default-cli) @ 
mahout-spark_2.10 ---
[INFO] Fork Value is true
     [java] Warnings generated: 136
[INFO] Done FindBugs Analysis....
[TASKS] Skipping reporter since build result is FAILURE
[INFO] 
[INFO] --- maven-pmd-plugin:3.4:pmd (default-cli) @ mahout-spark_2.10 ---
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyFinallyBlock instead of 
the deprecated Rule name rulesets/java/basic.xml/EmptyFinallyBlock. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyIfStmt instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyIfStmt. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyStatementNotInLoop instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptyStatementNotInLoop. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptySynchronizedBlock instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptySynchronizedBlock. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyTryBlock instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyTryBlock. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name 
rulesets/java/unnecessary.xml/UnnecessaryConversionTemporary instead of the 
deprecated Rule name rulesets/java/basic.xml/UnnecessaryConversionTemporary. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryFinalModifier 
instead of the deprecated Rule name 
rulesets/java/basic.xml/UnnecessaryFinalModifier. Future versions of PMD will 
remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryReturn instead 
of the deprecated Rule name rulesets/java/basic.xml/UnnecessaryReturn. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[PMD] Skipping reporter since build result is FAILURE
[TASKS] Skipping reporter since build result is FAILURE
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Mahout Spark bindings shell 0.11.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (default-cli) @ 
mahout-spark-shell_2.10 ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[TASKS] Skipping reporter since build result is FAILURE
[INFO] 
[INFO] --- maven-pmd-plugin:3.4:pmd (default-cli) @ mahout-spark-shell_2.10 ---
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyFinallyBlock instead of 
the deprecated Rule name rulesets/java/basic.xml/EmptyFinallyBlock. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyIfStmt instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyIfStmt. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyStatementNotInLoop instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptyStatementNotInLoop. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptySynchronizedBlock instead 
of the deprecated Rule name rulesets/java/basic.xml/EmptySynchronizedBlock. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/empty.xml/EmptyTryBlock instead of the 
deprecated Rule name rulesets/java/basic.xml/EmptyTryBlock. Future versions of 
PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name 
rulesets/java/unnecessary.xml/UnnecessaryConversionTemporary instead of the 
deprecated Rule name rulesets/java/basic.xml/UnnecessaryConversionTemporary. 
Future versions of PMD will remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryFinalModifier 
instead of the deprecated Rule name 
rulesets/java/basic.xml/UnnecessaryFinalModifier. Future versions of PMD will 
remove support for this deprecated Rule name usage.
[WARNING] Use Rule name rulesets/java/unnecessary.xml/UnnecessaryReturn instead 
of the deprecated Rule name rulesets/java/basic.xml/UnnecessaryReturn. Future 
versions of PMD will remove support for this deprecated Rule name usage.
[PMD] Skipping reporter since build result is FAILURE
[TASKS] Skipping reporter since build result is FAILURE
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Mahout Release Package 0.11.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.1:findbugs (default-cli) @ 
apache-mahout-distribution ---
[TASKS] Skipping reporter since build result is FAILURE
[INFO] 
[INFO] --- maven-pmd-plugin:3.4:pmd (default-cli) @ apache-mahout-distribution 
---
[PMD] Skipping reporter since build result is FAILURE
[TASKS] Skipping reporter since build result is FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Mahout Build Tools ................................. SUCCESS [  5.050 s]
[INFO] Apache Mahout ...................................... SUCCESS [  3.873 s]
[INFO] Mahout Math ........................................ SUCCESS [ 58.150 s]
[INFO] Mahout HDFS ........................................ SUCCESS [  9.290 s]
[INFO] Mahout Map-Reduce .................................. SUCCESS [ 52.778 s]
[INFO] Mahout Integration ................................. SUCCESS [ 29.031 s]
[INFO] Mahout Examples .................................... SUCCESS [ 22.843 s]
[INFO] Mahout Math Scala bindings ......................... SUCCESS [ 31.051 s]
[INFO] Mahout H2O backend ................................. SUCCESS [ 16.311 s]
[INFO] Mahout Spark bindings .............................. SUCCESS [ 28.147 s]
[INFO] Mahout Spark bindings shell ........................ SUCCESS [ 12.198 s]
[INFO] Mahout Release Package ............................. SUCCESS [  2.093 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 41:53 min
[INFO] Finished at: 2015-11-05T04:14:05+00:00
[INFO] Final Memory: 108M/819M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/math-scala/pom.xml> to 
org.apache.mahout/mahout-math-scala_2.10/0.11.1-SNAPSHOT/mahout-math-scala_2.10-0.11.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/math-scala/target/mahout-math-scala_2.10-0.11.1-SNAPSHOT.jar>
 to 
org.apache.mahout/mahout-math-scala_2.10/0.11.1-SNAPSHOT/mahout-math-scala_2.10-0.11.1-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/math-scala/target/mahout-math-scala_2.10-0.11.1-SNAPSHOT-tests.jar>
 to 
org.apache.mahout/mahout-math-scala_2.10/0.11.1-SNAPSHOT/mahout-math-scala_2.10-0.11.1-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/h2o/pom.xml> to 
org.apache.mahout/mahout-h2o_2.10/0.11.1-SNAPSHOT/mahout-h2o_2.10-0.11.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/h2o/target/mahout-h2o_2.10-0.11.1-SNAPSHOT.jar>
 to 
org.apache.mahout/mahout-h2o_2.10/0.11.1-SNAPSHOT/mahout-h2o_2.10-0.11.1-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/h2o/target/mahout-h2o_2.10-0.11.1-SNAPSHOT-dependency-reduced.jar>
 to 
org.apache.mahout/mahout-h2o_2.10/0.11.1-SNAPSHOT/mahout-h2o_2.10-0.11.1-SNAPSHOT-dependency-reduced.jar
Compressed 16.44 MB of artifacts by 98.8% relative to #119
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/mr/pom.xml> to 
org.apache.mahout/mahout-mr/0.11.1-SNAPSHOT/mahout-mr-0.11.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/mr/target/mahout-mr-0.11.1-SNAPSHOT.jar>
 to org.apache.mahout/mahout-mr/0.11.1-SNAPSHOT/mahout-mr-0.11.1-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/mr/target/mahout-mr-0.11.1-SNAPSHOT-tests.jar>
 to 
org.apache.mahout/mahout-mr/0.11.1-SNAPSHOT/mahout-mr-0.11.1-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/mr/target/mahout-mr-0.11.1-SNAPSHOT-job.jar>
 to 
org.apache.mahout/mahout-mr/0.11.1-SNAPSHOT/mahout-mr-0.11.1-SNAPSHOT-job.jar
Compressed 37.36 MB of artifacts by 81.8% relative to #119
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/spark-shell/pom.xml> to 
org.apache.mahout/mahout-spark-shell_2.10/0.11.1-SNAPSHOT/mahout-spark-shell_2.10-0.11.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/spark-shell/target/mahout-spark-shell_2.10-0.11.1-SNAPSHOT.jar>
 to 
org.apache.mahout/mahout-spark-shell_2.10/0.11.1-SNAPSHOT/mahout-spark-shell_2.10-0.11.1-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/distribution/pom.xml> to 
org.apache.mahout/apache-mahout-distribution/0.11.1-SNAPSHOT/apache-mahout-distribution-0.11.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/integration/pom.xml> to 
org.apache.mahout/mahout-integration/0.11.1-SNAPSHOT/mahout-integration-0.11.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/integration/target/mahout-integration-0.11.1-SNAPSHOT.jar>
 to 
org.apache.mahout/mahout-integration/0.11.1-SNAPSHOT/mahout-integration-0.11.1-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/pom.xml> to 
org.apache.mahout/mahout/0.11.1-SNAPSHOT/mahout-0.11.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/spark/pom.xml> to 
org.apache.mahout/mahout-spark_2.10/0.11.1-SNAPSHOT/mahout-spark_2.10-0.11.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/spark/target/mahout-spark_2.10-0.11.1-SNAPSHOT.jar>
 to 
org.apache.mahout/mahout-spark_2.10/0.11.1-SNAPSHOT/mahout-spark_2.10-0.11.1-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/spark/target/mahout-spark_2.10-0.11.1-SNAPSHOT-dependency-reduced.jar>
 to 
org.apache.mahout/mahout-spark_2.10/0.11.1-SNAPSHOT/mahout-spark_2.10-0.11.1-SNAPSHOT-dependency-reduced.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/spark/target/mahout-spark_2.10-0.11.1-SNAPSHOT-tests.jar>
 to 
org.apache.mahout/mahout-spark_2.10/0.11.1-SNAPSHOT/mahout-spark_2.10-0.11.1-SNAPSHOT-tests.jar
Compressed 4.79 MB of artifacts by 79.6% relative to #119
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/math/pom.xml> to 
org.apache.mahout/mahout-math/0.11.1-SNAPSHOT/mahout-math-0.11.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/math/target/mahout-math-0.11.1-SNAPSHOT.jar>
 to 
org.apache.mahout/mahout-math/0.11.1-SNAPSHOT/mahout-math-0.11.1-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/math/target/mahout-math-0.11.1-SNAPSHOT-tests.jar>
 to 
org.apache.mahout/mahout-math/0.11.1-SNAPSHOT/mahout-math-0.11.1-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/examples/pom.xml> to 
org.apache.mahout/mahout-examples/0.11.1-SNAPSHOT/mahout-examples-0.11.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/examples/target/mahout-examples-0.11.1-SNAPSHOT.jar>
 to 
org.apache.mahout/mahout-examples/0.11.1-SNAPSHOT/mahout-examples-0.11.1-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/examples/target/mahout-examples-0.11.1-SNAPSHOT-job.jar>
 to 
org.apache.mahout/mahout-examples/0.11.1-SNAPSHOT/mahout-examples-0.11.1-SNAPSHOT-job.jar
Compressed 56.16 MB of artifacts by 87.8% relative to #119
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/hdfs/pom.xml> to 
org.apache.mahout/mahout-hdfs/0.11.1-SNAPSHOT/mahout-hdfs-0.11.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/hdfs/target/mahout-hdfs-0.11.1-SNAPSHOT.jar>
 to 
org.apache.mahout/mahout-hdfs/0.11.1-SNAPSHOT/mahout-hdfs-0.11.1-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/hdfs/target/mahout-hdfs-0.11.1-SNAPSHOT-tests.jar>
 to 
org.apache.mahout/mahout-hdfs/0.11.1-SNAPSHOT/mahout-hdfs-0.11.1-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/buildtools/pom.xml> to 
org.apache.mahout/mahout-buildtools/0.11.1-SNAPSHOT/mahout-buildtools-0.11.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Mahout-h1-Quality/ws/buildtools/target/mahout-buildtools-0.11.1-SNAPSHOT.jar>
 to 
org.apache.mahout/mahout-buildtools/0.11.1-SNAPSHOT/mahout-buildtools-0.11.1-SNAPSHOT.jar
channel stopped
Archiving artifacts
Compressed 122.70 MB of artifacts by 81.5% relative to #119

Reply via email to