Not sure why, but the build was looking for it when i ran just a mvn clean package or mvn clean install and mvn deploy, I was getting an error about missing dep-reduced.jar. I believe that if it existis in the tree, mvn release:* will attempt to build it.
On Thu, 16 May 2019 22:25:40 -0500, dev wrote: At best the dependency reduced jar should be with the client drivers, you don't need that for normal mahout. Just my .02 Tg On Thu, May 16, 2019, 10:16 PM Apache Jenkins Server < jenk...@builds.apache.org wrote: See < https://builds.apache.org/job/mahout-nightly/2290/display/redirect?page=changes Changes: [apalumbo] (nojira) ad dependency-reduced jar back to spark module Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on ubuntu-4 (ubuntu trusty) in workspace < https://builds.apache.org/job/mahout-nightly/ws/> No credentials specified 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/ # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mahout.git git --version # timeout=10 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 # timeout=10 git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mahout.git # timeout=10 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 refs/remotes/origin/master^{commit} # timeout=10 git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 395e8c715897b88f183d9364f3e0808c86398f32 (refs/remotes/origin/master) git config core.sparsecheckout # timeout=10 git checkout -f 395e8c715897b88f183d9364f3e0808c86398f32 Commit message: "(nojira) ad dependency-reduced jar back to spark module" git rev-list --no-walk d84b96486f7c1cfb4e31eeab788719bf82ba5e7c # timeout=10 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 33533 maven35-agent.jar already up to date maven35-interceptor.jar already up to date maven3-interceptor-commons.jar already up to date [mahout-nightly] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx4g -Xms4g -cp /home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/conf/logging jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/apache-maven-3.5.0 /home/jenkins/jenkins-slave/remoting.jar /home/jenkins/jenkins-slave/maven35-interceptor.jar /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 33533 <===[JENKINS REMOTING CAPACITY]===> channel started Executing Maven: -B -f < https://builds.apache.org/job/mahout-nightly/ws/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 clean install deploy -DskiptTests -Dmahout.skip.distribution=false -Dmaven.javadoc.skip=true [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.mahout:core_2.11:jar:14.1 [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-surefire-plugin @ org.apache.mahout:core_2.11:[unknown-version], < https://builds.apache.org/job/mahout-nightly/ws/core/pom.xml,> line 261, column 15 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ org.apache.mahout:core_2.11:[unknown-version], < https://builds.apache.org/job/mahout-nightly/ws/core/pom.xml,> line 153, column 15 [WARNING] 'build.plugins.plugin.version' for org.apache.mahout:mahout-collection-codegen-plugin is missing. @ org.apache.mahout:core_2.11:[unknown-version], < https://builds.apache.org/job/mahout-nightly/ws/core/pom.xml,> line 127, column 15 [WARNING] [WARNING] Some problems were encountered while building the effective model for org.apache.mahout:spark_2.11:jar:14.1 [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead. [WARNING] The expression ${version} is deprecated. Please use ${project.version} instead. [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] Reactor Build Order: [INFO] [INFO] Apache Mahout [INFO] Mahout Core [INFO] Mahout Engine [INFO] - Mahout HDFS Support [INFO] - Mahout Spark Engine [INFO] Mahout Community [INFO] [INFO] [INFO] Building Apache Mahout 14.1 [INFO] [INFO] Downloading: https://repo.maven.apache.org/maven2/net/alchim31/maven/scala-maven-plugin/3.4.4/scala-maven-plugin-3.4.4.pom [INFO] Downloaded: https://repo.maven.apache.org/maven2/net/alchim31/maven/scala-maven-plugin/3.4.4/scala-maven-plugin-3.4.4.pom (21 kB at 63 kB/s) [INFO] Downloading: https://repo.maven.apache.org/maven2/net/alchim31/maven/scala-maven-plugin/3.4.4/scala-maven-plugin-3.4.4.jar [INFO] Downloaded: https://repo.maven.apache.org/maven2/net/alchim31/maven/scala-maven-plugin/3.4.4/scala-maven-plugin-3.4.4.jar (124 kB at 4.1 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ mahout --- [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ mahout --- [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ mahout --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ mahout --- [INFO] Skipping javadoc generation [INFO] [INFO] >>> scala-maven-plugin:3.4.4:doc-jar (attach-javadocs) > generate-resources @ mahout >>> [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ mahout --- [WARNING] Failed to getClass for scala_maven.ScalaDocJarMojo [INFO] [INFO] <<< scala-maven-plugin:3.4.4:doc-jar (attach-javadocs) < generate-resources @ mahout <<< [INFO] [INFO] [INFO] --- scala-maven-plugin:3.4.4:doc-jar (attach-javadocs) @ mahout --- [INFO] No source files found [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mahout [INFO] Installing https://builds.apache.org/job/mahout-nightly/ws/pom.xml to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/mahout/mahout/14.1/mahout-14.1.pom [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ mahout --- [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ mahout --- [INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ mahout --- [INFO] Skipping javadoc generation [INFO] [INFO] >>> scala-maven-plugin:3.4.4:doc-jar (attach-javadocs) > generate-resources @ mahout >>> [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ mahout --- [WARNING] Failed to getClass for scala_maven.ScalaDocJarMojo [INFO] [INFO] <<< scala-maven-plugin:3.4.4:doc-jar (attach-javadocs) < generate-resources @ mahout <<< [INFO] [INFO] [INFO] --- scala-maven-plugin:3.4.4:doc-jar (attach-javadocs) @ mahout --- [INFO] No source files found [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mahout [INFO] Installing https://builds.apache.org/job/mahout-nightly/ws/pom.xml to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/mahout/mahout/14.1/mahout-14.1.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ mahout --- [INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/mahout/14.1/mahout-14.1.pom [INFO] [INFO] Reactor Summary: [INFO] [INFO] Apache Mahout ...................................... FAILURE [ 15.066 s] [INFO] Mahout Core ........................................ SKIPPED [INFO] Mahout Engine ...................................... SKIPPED [INFO] - Mahout HDFS Support .............................. SKIPPED [INFO] - Mahout Spark Engine .............................. SKIPPED [INFO] Mahout Community ................................... SKIPPED [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 26.557 s [INFO] Finished at: 2019-05-17T03:15:44Z [INFO] Final Memory: 51M/3925M [INFO] Waiting for Jenkins to finish collecting data [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project mahout: Failed to deploy artifacts: Could not transfer artifact org.apache.mahout:mahout:pom:14.1 from/to apache.releases.https ( https://repository.apache.org/service/local/staging/deploy/maven2): Failed to transfer file: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/mahout/mahout/14.1/mahout-14.1.pom. Return code is: 401, 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/pom.xml> to org.apache.mahout/mahout/14.1/mahout-14.1.pom [JENKINS] Archiving < https://builds.apache.org/job/mahout-nightly/ws/community/pom.xml> to org.apache.mahout/community/14.1/community-14.1.pom [JENKINS] Archiving < https://builds.apache.org/job/mahout-nightly/ws/engine/spark/pom.xml> to org.apache.mahout/spark_2.11/14.1/spark_2.11-14.1.pom [JENKINS] Archiving < https://builds.apache.org/job/mahout-nightly/ws/engine/hdfs/pom.xml> to org.apache.mahout/mahout-hdfs/14.1/mahout-hdfs-14.1.pom [JENKINS] Archiving < https://builds.apache.org/job/mahout-nightly/ws/engine/pom.xml> to org.apache.mahout/engine/14.1/engine-14.1.pom [JENKINS] Archiving < https://builds.apache.org/job/mahout-nightly/ws/core/pom.xml> to org.apache.mahout/core_2.11/14.1/core_2.11-14.1.pom Sending e-mails to: dev@mahout.apache.org apalu...@apache.org channel stopped