See <https://builds.apache.org/job/mahout-nightly/1698/>
------------------------------------------ Started by timer Building remotely on jenkins-ubuntu-1404-4gb-7e7 (jenkins-cloud-4GB Ubuntu ubuntu) in workspace <https://builds.apache.org/job/mahout-nightly/ws/> Cloning the remote Git repository Cloning repository https://git-wip-us.apache.org/repos/asf/mahout.git > git init <https://builds.apache.org/job/mahout-nightly/ws/> Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mahout.git > git --version > git fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/mahout.git > +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/mahout.git > git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url > https://git-wip-us.apache.org/repos/asf/mahout.git Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mahout.git > git fetch --tags --progress > https://git-wip-us.apache.org/repos/asf/mahout.git > +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} Checking out Revision 3c88f50432dc8dd70ab7eb03e1bbf419f3f7ab81 (origin/master) > git config core.sparsecheckout > git checkout -f 3c88f50432dc8dd70ab7eb03e1bbf419f3f7ab81 > git rev-list 3c88f50432dc8dd70ab7eb03e1bbf419f3f7ab81 Parsing POMs Modules changed, recalculating dependency graph maven3-agent.jar already up to date maven3-interceptor.jar already up to date maven3-interceptor-commons.jar already up to date [mahout-nightly] $ /home/jenkins/tools/java/latest1.6/bin/java -cp /jenkins/maven3-agent.jar:/home/jenkins/tools/maven/apache-maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/jenkins/tools/maven/apache-maven-3.0.4 /tmp/slave.jar /jenkins/maven3-interceptor.jar /jenkins/maven3-interceptor-commons.jar 59569 <===[JENKINS REMOTING CAPACITY]===> channel started log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter). log4j:WARN Please initialize the log4j system properly. Executing Maven: -B -f <https://builds.apache.org/job/mahout-nightly/ws/pom.xml> -Dmaven.repo.local=/jenkins/maven-repositories/0 clean install deploy -DskiptTests -Dmahout.skip.distribution=false [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Mahout Build Tools [INFO] Apache Mahout [INFO] Mahout Math [INFO] Mahout MapReduce Legacy [INFO] Mahout Integration [INFO] Mahout Examples [INFO] Mahout Release Package [INFO] Mahout Math Scala bindings [INFO] Mahout Spark bindings [INFO] Mahout Spark bindings shell [INFO] Mahout H2O backend [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Mahout Build Tools 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (6 KB at 40.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 KB at 574.8 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 KB at 939.5 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ mahout-buildtools --- [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ mahout-buildtools --- [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ mahout-buildtools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ mahout-buildtools --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ mahout-buildtools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ mahout-buildtools --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ mahout-buildtools --- [INFO] Surefire report directory: <https://builds.apache.org/job/mahout-nightly/ws/buildtools/target/surefire-reports> ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ mahout-buildtools --- [INFO] Building jar: <https://builds.apache.org/job/mahout-nightly/ws/buildtools/target/mahout-buildtools-1.0-SNAPSHOT.jar> [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ mahout-buildtools --- [INFO] Installing <https://builds.apache.org/job/mahout-nightly/ws/buildtools/target/mahout-buildtools-1.0-SNAPSHOT.jar> to /jenkins/maven-repositories/0/org/apache/mahout/mahout-buildtools/1.0-SNAPSHOT/mahout-buildtools-1.0-SNAPSHOT.jar [INFO] Installing <https://builds.apache.org/job/mahout-nightly/ws/buildtools/pom.xml> to /jenkins/maven-repositories/0/org/apache/mahout/mahout-buildtools/1.0-SNAPSHOT/mahout-buildtools-1.0-SNAPSHOT.pom [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ mahout-buildtools --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ mahout-buildtools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ mahout-buildtools --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ mahout-buildtools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 3 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ mahout-buildtools --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ mahout-buildtools --- [INFO] Skipping execution of surefire because it has already been run for this configuration [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ mahout-buildtools --- [INFO] Building jar: <https://builds.apache.org/job/mahout-nightly/ws/buildtools/target/mahout-buildtools-1.0-SNAPSHOT.jar> [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ mahout-buildtools --- [INFO] Installing <https://builds.apache.org/job/mahout-nightly/ws/buildtools/target/mahout-buildtools-1.0-SNAPSHOT.jar> to /jenkins/maven-repositories/0/org/apache/mahout/mahout-buildtools/1.0-SNAPSHOT/mahout-buildtools-1.0-SNAPSHOT.jar [INFO] Installing <https://builds.apache.org/job/mahout-nightly/ws/buildtools/pom.xml> to /jenkins/maven-repositories/0/org/apache/mahout/mahout-buildtools/1.0-SNAPSHOT/mahout-buildtools-1.0-SNAPSHOT.pom [INFO] [INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ mahout-buildtools --- Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/mahout/mahout-buildtools/1.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.apache.mahout:mahout-buildtools:1.0-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Not authorized, ReasonPhrase:Unauthorized. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Mahout Build Tools ................................ FAILURE [1:53.784s] [INFO] Apache Mahout ..................................... SKIPPED [INFO] Mahout Math ....................................... SKIPPED [INFO] Mahout MapReduce Legacy ........................... SKIPPED [INFO] Mahout Integration ................................ SKIPPED [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: 2:02.123s [INFO] Finished at: Mon Sep 29 23:41:19 UTC 2014 [INFO] Final Memory: 13M/53M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project mahout-buildtools: Failed to retrieve remote metadata org.apache.mahout:mahout-buildtools:1.0-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.apache.mahout:mahout-buildtools:1.0-SNAPSHOT/maven-metadata.xml from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Not authorized, ReasonPhrase:Unauthorized. -> [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/MojoExecutionException [JENKINS] Archiving <https://builds.apache.org/job/mahout-nightly/ws/math-scala/pom.xml> to org.apache.mahout/mahout-math-scala_2.10/1.0-SNAPSHOT/mahout-math-scala_2.10-1.0-SNAPSHOT.pom Sending artifact delta relative to mahout-nightly » Mahout Math Scala bindings #1697 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 5898 bytes Compression is 0.0% Took 2.3 sec [JENKINS] Archiving <https://builds.apache.org/job/mahout-nightly/ws/h2o/pom.xml> to org.apache.mahout/mahout-h2o/1.0-SNAPSHOT/mahout-h2o-1.0-SNAPSHOT.pom Sending artifact delta relative to mahout-nightly » Mahout H2O backend #1697 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 7311 bytes Compression is 0.0% Took 2.9 sec [JENKINS] Archiving <https://builds.apache.org/job/mahout-nightly/ws/spark-shell/pom.xml> to org.apache.mahout/mahout-spark-shell_2.10/1.0-SNAPSHOT/mahout-spark-shell_2.10-1.0-SNAPSHOT.pom Sending artifact delta relative to mahout-nightly » Mahout Spark bindings shell #1697 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 5930 bytes Compression is 0.0% Took 2.6 sec [JENKINS] Archiving <https://builds.apache.org/job/mahout-nightly/ws/distribution/pom.xml> to org.apache.mahout/mahout-distribution/1.0-SNAPSHOT/mahout-distribution-1.0-SNAPSHOT.pom Sending artifact delta relative to mahout-nightly » Mahout Release Package #1697 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 3693 bytes Compression is 0.0% Took 6.1 sec [JENKINS] Archiving <https://builds.apache.org/job/mahout-nightly/ws/integration/pom.xml> to org.apache.mahout/mahout-integration/1.0-SNAPSHOT/mahout-integration-1.0-SNAPSHOT.pom Sending artifact delta relative to mahout-nightly » Mahout Integration #1697 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 6066 bytes Compression is 0.0% Took 0.38 sec [JENKINS] Archiving <https://builds.apache.org/job/mahout-nightly/ws/pom.xml> to org.apache.mahout/mahout/1.0-SNAPSHOT/mahout-1.0-SNAPSHOT.pom Sending artifact delta relative to mahout-nightly » Apache Mahout #1697 Archived 1 artifacts Archive block size is 32768 Received 1 blocks and 11335 bytes Compression is 74.3% Took 0.3 sec [JENKINS] Archiving <https://builds.apache.org/job/mahout-nightly/ws/spark/pom.xml> to org.apache.mahout/mahout-spark_2.10/1.0-SNAPSHOT/mahout-spark_2.10-1.0-SNAPSHOT.pom Sending artifact delta relative to mahout-nightly » Mahout Spark bindings #1697 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 10259 bytes Compression is 0.0% Took 3.1 sec [JENKINS] Archiving <https://builds.apache.org/job/mahout-nightly/ws/math/pom.xml> to org.apache.mahout/mahout-math/1.0-SNAPSHOT/mahout-math-1.0-SNAPSHOT.pom Sending artifact delta relative to mahout-nightly » Mahout Math #1697 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 6167 bytes Compression is 0.0% Took 0.31 sec [JENKINS] Archiving <https://builds.apache.org/job/mahout-nightly/ws/examples/pom.xml> to org.apache.mahout/mahout-examples/1.0-SNAPSHOT/mahout-examples-1.0-SNAPSHOT.pom Sending artifact delta relative to mahout-nightly » Mahout Examples #1697 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 5818 bytes Compression is 0.0% Took 0.64 sec [JENKINS] Archiving <https://builds.apache.org/job/mahout-nightly/ws/mrlegacy/pom.xml> to org.apache.mahout/mahout-mrlegacy/1.0-SNAPSHOT/mahout-mrlegacy-1.0-SNAPSHOT.pom Sending artifact delta relative to mahout-nightly » Mahout MapReduce Legacy #1697 Archived 1 artifacts Archive block size is 32768 Received 0 blocks and 7303 bytes Compression is 0.0% Took 0.53 sec [JENKINS] Archiving <https://builds.apache.org/job/mahout-nightly/ws/buildtools/pom.xml> to org.apache.mahout/mahout-buildtools/1.0-SNAPSHOT/mahout-buildtools-1.0-SNAPSHOT.pom [JENKINS] Archiving <https://builds.apache.org/job/mahout-nightly/ws/buildtools/target/mahout-buildtools-1.0-SNAPSHOT.jar> to org.apache.mahout/mahout-buildtools/1.0-SNAPSHOT/mahout-buildtools-1.0-SNAPSHOT.jar Sending artifact delta relative to mahout-nightly » Mahout Build Tools #1697 Archived 2 artifacts Archive block size is 32768 Received 0 blocks and 19133 bytes Compression is 0.0% Took 0.3 sec Sending e-mails to: [email protected] channel stopped
