j143 / systemds

An opensource ML system for end-to-end data science lifecycle
Apache License 2.0
0 stars 1 forks source link

Prepare Release build for release candidate #51

Closed j143 closed 3 years ago

j143 commented 3 years ago

https://maven.apache.org/maven-release/maven-release-plugin/

Usage:

More:

https://maven.apache.org/maven-release/maven-release-plugin/examples/prepare-release.html

  mvn release:clean release:prepare

https://maven.apache.org/maven-release/maven-release-plugin/faq.html

  1. Why is release:prepare failing when trying to tag with "svn: Path '...' does not exist in revision ..."
  2. How can I hide my username and password?
  3. How can I release a parent POM without releasing all its modules?

https://github.com/urbanairship/mvn-python-packaging/blob/master/article.md

cleanly managing version in the build system.

https://github.com/urbanairship/mvn-python-packaging/blob/master/pom.xml

code ```xml generate-bindings generate-sources exec protoc ${basedir} --proto_path=${basedir}/src/main/resources --java_out=${project.build.directory}/generated-sources/java --python_out=${project.build.directory}/generated-sources/python/${python_package} ${basedir}/src/main/resources/*.proto ```

Can find a way to use maven version in python also?

https://github.com/j143/systemds/blob/a1a05e29f6ee78f3c33fea355f62c78ce21766ee/pom.xml#L1072-L1094

j143 commented 3 years ago

Should we use maven-release-plugin or mvn versions:set -DnewVersion=2.1.0 and mvn versions:set-scm-tag -DnewTag=v2.1.0-rc0?

the mvn versions:set command can prepare releases?

Note: These commands are not needed, if we use maven-release-plugin.

j143 commented 3 years ago

https://central.sonatype.org/publish/publish-maven/#performing-a-release-deployment-with-the-maven-release-plugin

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-release-plugin</artifactId>
  <version>2.5.3</version>
  <configuration>
    <autoVersionSubmodules>true</autoVersionSubmodules>
    <useReleaseProfile>false</useReleaseProfile>
    <releaseProfiles>release</releaseProfiles>
    <goals>deploy</goals>
  </configuration>
</plugin>

With configured SCM connection, deploy to nexus repo

mvn release:clean release:prepare
mvn release:perform
j143 commented 3 years ago

For local repository:

<profile>
  <id>local-repository</id>
  <properties>
    <altReleaseDeploymentRepository>local-nexus::default::http://localhost:8081/nexus/content/repositories/releases/</altReleaseDeploymentRepository>
    <altSnapshotDeploymentRepository>local-nexus::default::http://localhost:8081/nexus/content/repositories/snapshots/</altSnapshotDeploymentRepository>
  </properties>
</profile>

<activeProfiles>
  <activeProfile>local-repository</activeProfile>
</activeProfiles>

<servers>
  <server>
    <id>local-nexus</id>
    <username>deployment</username>
    <password>/secret/</password>
  </server>
  <server>
    <id>sonatype-nexus-snapshots</id>
    <username>/username/</username>
    <password>/secret/</password>
  </server>
  <server>
    <id>sonatype-nexus-staging</id>
    <username>/username/</username>
    <password>/secret/</password>
  </server>
</servers>

Deploying to local nexus

mvn deploy -P!local-repository

output error

$ mvn deploy -P'local-repository'
[ERROR] Error executing Maven.
[ERROR] 1 problem was encountered while building the effective settings
[FATAL] Non-parseable settings /home/user/.m2/settings.xml: start tag not allowed in epilog but got a (position: END_TAG seen ...</properties>\n</profile>\n\n<a... @9:3)  @ /home/user/.m2/settings.xml, line 9, column 3
j143 commented 3 years ago

https://guides.sonatype.com/repo3/technical-guides/deployment-models/

j143 commented 3 years ago

Encountered:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-release-artifacts)

j143 commented 3 years ago
 mvn --batch-mode -Dtag=2.1.0-rc0 release:prepare -DreleaseVersion=2.1.0 -DdevelopmentVersion=2.1.1-SNAPSHOT -Dresume=false
Release build Log ``` [INFO] Scanning for projects... [INFO] [INFO] --------------------< org.apache.systemds:systemds >-------------------- [INFO] Building SystemDS 2.1.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ systemds --- [INFO] Verifying that there are no local modifications... [INFO] ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup [INFO] Executing: /bin/sh -c cd /home/user/systemds && git rev-parse --show-toplevel [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git status --porcelain . [INFO] Working directory: /home/user/systemds [INFO] Checking dependencies and plugins for snapshots ... [INFO] Transforming 'SystemDS'... [INFO] Not generating release POMs [INFO] Executing goals 'clean verify'... [INFO] [INFO] Scanning for projects... [INFO] [INFO] [INFO] [INFO] --------------------< org.apache.systemds:systemds >-------------------- [INFO] [INFO] Building SystemDS 2.1.0 [INFO] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ systemds --- [INFO] [INFO] Deleting /home/user/systemds/target [INFO] [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ systemds --- [INFO] [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] [INFO] [INFO] --- antlr4-maven-plugin:4.5.3:antlr4 (antlr) @ systemds --- [INFO] [INFO] No grammars to process [INFO] [INFO] ANTLR 4: Processing source directory /home/user/systemds/src/main/java [INFO] [INFO] [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ systemds --- [INFO] [INFO] [INFO] [INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ systemds --- [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ systemds --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 288 resources to scripts [INFO] [INFO] Copying 2 resources to cuda/kernels [INFO] [INFO] Copying 6 resources to lib [INFO] [INFO] Copying 3 resources to cuda/spoof [INFO] [INFO] Copying 9 resources to cuda/headers [INFO] [INFO] Copying 2 resources to java/spoof [INFO] [INFO] Copying 3 resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ systemds --- [INFO] [INFO] Changes detected - recompiling the module! [INFO] [INFO] Compiling 1130 source files to /home/user/systemds/target/classes [INFO] [INFO] /home/user/systemds/src/main/java/org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.java: Some input files use unchecked or unsafe operations. [INFO] [INFO] /home/user/systemds/src/main/java/org/apache/sysds/runtime/instructions/cp/MultiReturnBuiltinCPInstruction.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:2.10:copy-dependencies (default) @ systemds --- [INFO] [INFO] Copying jcuda-10.2.0.jar to /home/user/systemds/target/lib/jcuda-10.2.0.jar [INFO] [INFO] Copying protobuf-java-util-3.12.2.jar to /home/user/systemds/target/lib/protobuf-java-util-3.12.2.jar [INFO] [INFO] Copying commons-el-1.0.jar to /home/user/systemds/target/lib/commons-el-1.0.jar [INFO] [INFO] Copying univocity-parsers-2.2.1.jar to /home/user/systemds/target/lib/univocity-parsers-2.2.1.jar [INFO] [INFO] Copying parquet-jackson-1.8.1.jar to /home/user/systemds/target/lib/parquet-jackson-1.8.1.jar [INFO] [INFO] Copying jasper-compiler-5.5.23.jar to /home/user/systemds/target/lib/jasper-compiler-5.5.23.jar [INFO] [INFO] Copying jersey-json-1.9.jar to /home/user/systemds/target/lib/jersey-json-1.9.jar [INFO] [INFO] Copying velocity-tools-2.0.jar to /home/user/systemds/target/lib/velocity-tools-2.0.jar [INFO] [INFO] Copying spark-unsafe_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-unsafe_2.11-2.1.0.jar [INFO] [INFO] Copying doxia-module-xhtml5-1.9.1.jar to /home/user/systemds/target/lib/doxia-module-xhtml5-1.9.1.jar [INFO] [INFO] Copying protobuf-java-3.12.2.jar to /home/user/systemds/target/lib/protobuf-java-3.12.2.jar [INFO] [INFO] Copying jersey-guava-2.22.2.jar to /home/user/systemds/target/lib/jersey-guava-2.22.2.jar [INFO] [INFO] Copying spire_2.11-0.7.4.jar to /home/user/systemds/target/lib/spire_2.11-0.7.4.jar [INFO] [INFO] Copying commons-crypto-1.0.0.jar to /home/user/systemds/target/lib/commons-crypto-1.0.0.jar [INFO] [INFO] Copying plexus-java-1.0.5.jar to /home/user/systemds/target/lib/plexus-java-1.0.5.jar [INFO] [INFO] Copying scala-compiler-2.11.0.jar to /home/user/systemds/target/lib/scala-compiler-2.11.0.jar [INFO] [INFO] Copying scalatest_2.11-2.2.6.jar to /home/user/systemds/target/lib/scalatest_2.11-2.2.6.jar [INFO] [INFO] Copying pmml-model-1.2.15.jar to /home/user/systemds/target/lib/pmml-model-1.2.15.jar [INFO] [INFO] Copying spark-network-common_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-network-common_2.11-2.1.0.jar [INFO] [INFO] Copying arpack_combined_all-0.1.jar to /home/user/systemds/target/lib/arpack_combined_all-0.1.jar [INFO] [INFO] Copying aether-api-1.7.jar to /home/user/systemds/target/lib/aether-api-1.7.jar [INFO] [INFO] Copying jersey-core-1.9.jar to /home/user/systemds/target/lib/jersey-core-1.9.jar [INFO] [INFO] Copying json4s-jackson_2.11-3.2.11.jar to /home/user/systemds/target/lib/json4s-jackson_2.11-3.2.11.jar [INFO] [INFO] Copying xml-apis-1.3.04.jar to /home/user/systemds/target/lib/xml-apis-1.3.04.jar [INFO] [INFO] Copying sisu-guice-2.1.7-noaop.jar to /home/user/systemds/target/lib/sisu-guice-2.1.7-noaop.jar [INFO] [INFO] Copying wagon-provider-api-2.4.jar to /home/user/systemds/target/lib/wagon-provider-api-2.4.jar [INFO] [INFO] Copying spark-tags_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-tags_2.11-2.1.0.jar [INFO] [INFO] Copying dom4j-1.1.jar to /home/user/systemds/target/lib/dom4j-1.1.jar [INFO] [INFO] Copying jcuda-natives-10.2.0-apple-x86_64.jar to /home/user/systemds/target/lib/jcuda-natives-10.2.0-apple-x86_64.jar [INFO] [INFO] Copying maven-shared-utils-3.2.1.jar to /home/user/systemds/target/lib/maven-shared-utils-3.2.1.jar [INFO] [INFO] Copying jersey-common-2.22.2.jar to /home/user/systemds/target/lib/jersey-common-2.22.2.jar [INFO] [INFO] Copying maven-invoker-3.0.0.jar to /home/user/systemds/target/lib/maven-invoker-3.0.0.jar [INFO] [INFO] Copying maven-aether-provider-3.0.jar to /home/user/systemds/target/lib/maven-aether-provider-3.0.jar [INFO] [INFO] Copying commons-net-3.1.jar to /home/user/systemds/target/lib/commons-net-3.1.jar [INFO] [INFO] Copying jcusparse-10.2.0.jar to /home/user/systemds/target/lib/jcusparse-10.2.0.jar [INFO] [INFO] Copying jcudnn-10.2.0.jar to /home/user/systemds/target/lib/jcudnn-10.2.0.jar [INFO] [INFO] Copying plexus-interpolation-1.14.jar to /home/user/systemds/target/lib/plexus-interpolation-1.14.jar [INFO] [INFO] Copying opencsv-2.3.jar to /home/user/systemds/target/lib/opencsv-2.3.jar [INFO] [INFO] Copying jersey-server-2.22.2.jar to /home/user/systemds/target/lib/jersey-server-2.22.2.jar [INFO] [INFO] Copying chill-java-0.8.0.jar to /home/user/systemds/target/lib/chill-java-0.8.0.jar [INFO] [INFO] Copying commons-lang-2.6.jar to /home/user/systemds/target/lib/commons-lang-2.6.jar [INFO] [INFO] Copying jackson-jaxrs-1.8.3.jar to /home/user/systemds/target/lib/jackson-jaxrs-1.8.3.jar [INFO] [INFO] Copying xz-1.0.jar to /home/user/systemds/target/lib/xz-1.0.jar [INFO] [INFO] Copying pmml-schema-1.2.15.jar to /home/user/systemds/target/lib/pmml-schema-1.2.15.jar [INFO] [INFO] Copying maven-repository-metadata-2.2.1.jar to /home/user/systemds/target/lib/maven-repository-metadata-2.2.1.jar [INFO] [INFO] Copying plexus-classworlds-2.2.3.jar to /home/user/systemds/target/lib/plexus-classworlds-2.2.3.jar [INFO] [INFO] Copying jcublas-natives-10.2.0-apple-x86_64.jar to /home/user/systemds/target/lib/jcublas-natives-10.2.0-apple-x86_64.jar [INFO] [INFO] Copying jcudnn-natives-10.2.0-apple-x86_64.jar to /home/user/systemds/target/lib/jcudnn-natives-10.2.0-apple-x86_64.jar [INFO] [INFO] Copying jcusolver-natives-10.2.0-linux-x86_64.jar to /home/user/systemds/target/lib/jcusolver-natives-10.2.0-linux-x86_64.jar [INFO] [INFO] Copying javassist-3.18.1-GA.jar to /home/user/systemds/target/lib/javassist-3.18.1-GA.jar [INFO] [INFO] Copying hadoop-hdfs-2.6.0.jar to /home/user/systemds/target/lib/hadoop-hdfs-2.6.0.jar [INFO] [INFO] Copying hadoop-client-2.6.0.jar to /home/user/systemds/target/lib/hadoop-client-2.6.0.jar [INFO] [INFO] Copying ivy-2.4.0.jar to /home/user/systemds/target/lib/ivy-2.4.0.jar [INFO] [INFO] Copying jcudnn-natives-10.2.0-windows-x86_64.jar to /home/user/systemds/target/lib/jcudnn-natives-10.2.0-windows-x86_64.jar [INFO] [INFO] Copying osgi-resource-locator-1.0.1.jar to /home/user/systemds/target/lib/osgi-resource-locator-1.0.1.jar [INFO] [INFO] Copying jetty-6.1.26.jar to /home/user/systemds/target/lib/jetty-6.1.26.jar [INFO] [INFO] Copying jcusparse-natives-10.2.0-windows-x86_64.jar to /home/user/systemds/target/lib/jcusparse-natives-10.2.0-windows-x86_64.jar [INFO] [INFO] Copying servlet-api-2.5.jar to /home/user/systemds/target/lib/servlet-api-2.5.jar [INFO] [INFO] Copying javax.inject-2.4.0-b34.jar to /home/user/systemds/target/lib/javax.inject-2.4.0-b34.jar [INFO] [INFO] Copying jersey-container-servlet-core-2.22.2.jar to /home/user/systemds/target/lib/jersey-container-servlet-core-2.22.2.jar [INFO] [INFO] Copying maven-artifact-transfer-0.10.1.jar to /home/user/systemds/target/lib/maven-artifact-transfer-0.10.1.jar [INFO] [INFO] Copying jets3t-0.9.0.jar to /home/user/systemds/target/lib/jets3t-0.9.0.jar [INFO] [INFO] Copying plexus-container-default-1.0-alpha-30.jar to /home/user/systemds/target/lib/plexus-container-default-1.0-alpha-30.jar [INFO] [INFO] Copying aether-impl-1.7.jar to /home/user/systemds/target/lib/aether-impl-1.7.jar [INFO] [INFO] Copying maven-plugin-registry-2.2.1.jar to /home/user/systemds/target/lib/maven-plugin-registry-2.2.1.jar [INFO] [INFO] Copying scalap-2.11.0.jar to /home/user/systemds/target/lib/scalap-2.11.0.jar [INFO] [INFO] Copying log4j-1.2.17.jar to /home/user/systemds/target/lib/log4j-1.2.17.jar [INFO] [INFO] Copying scala-library-2.11.8.jar to /home/user/systemds/target/lib/scala-library-2.11.8.jar [INFO] [INFO] Copying asm-7.2.jar to /home/user/systemds/target/lib/asm-7.2.jar [INFO] [INFO] Copying jcusolver-natives-10.2.0-apple-x86_64.jar to /home/user/systemds/target/lib/jcusolver-natives-10.2.0-apple-x86_64.jar [INFO] [INFO] Copying maven-common-artifact-filters-3.0.0.jar to /home/user/systemds/target/lib/maven-common-artifact-filters-3.0.0.jar [INFO] [INFO] Copying spark-mllib_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-mllib_2.11-2.1.0.jar [INFO] [INFO] Copying maven-artifact-3.0.jar to /home/user/systemds/target/lib/maven-artifact-3.0.jar [INFO] [INFO] Copying netty-all-4.0.42.Final.jar to /home/user/systemds/target/lib/netty-all-4.0.42.Final.jar [INFO] [INFO] Copying apacheds-kerberos-codec-2.0.0-M15.jar to /home/user/systemds/target/lib/apacheds-kerberos-codec-2.0.0-M15.jar [INFO] [INFO] Copying jaxb-impl-2.2.3-1.jar to /home/user/systemds/target/lib/jaxb-impl-2.2.3-1.jar [INFO] [INFO] Copying maven-project-2.2.1.jar to /home/user/systemds/target/lib/maven-project-2.2.1.jar [INFO] [INFO] Copying tools.jar to /home/user/systemds/target/lib/jdk.tools-1.6.jar [INFO] [INFO] Copying maven-gpg-plugin-1.6.jar to /home/user/systemds/target/lib/maven-gpg-plugin-1.6.jar [INFO] [INFO] Copying qdox-2.0-M10.jar to /home/user/systemds/target/lib/qdox-2.0-M10.jar [INFO] [INFO] Copying xbean-asm5-shaded-4.4.jar to /home/user/systemds/target/lib/xbean-asm5-shaded-4.4.jar [INFO] [INFO] Copying plexus-component-annotations-1.5.5.jar to /home/user/systemds/target/lib/plexus-component-annotations-1.5.5.jar [INFO] [INFO] Copying plexus-interactivity-api-1.0-alpha-6.jar to /home/user/systemds/target/lib/plexus-interactivity-api-1.0-alpha-6.jar [INFO] [INFO] Copying json4s-core_2.11-3.2.11.jar to /home/user/systemds/target/lib/json4s-core_2.11-3.2.11.jar [INFO] [INFO] Copying core-1.1.2.jar to /home/user/systemds/target/lib/core-1.1.2.jar [INFO] [INFO] Copying hadoop-common-2.6.0.jar to /home/user/systemds/target/lib/hadoop-common-2.6.0.jar [INFO] [INFO] Copying hadoop-yarn-client-2.6.0.jar to /home/user/systemds/target/lib/hadoop-yarn-client-2.6.0.jar [INFO] [INFO] Copying parquet-column-1.8.1.jar to /home/user/systemds/target/lib/parquet-column-1.8.1.jar [INFO] [INFO] Copying derby-10.14.2.0.jar to /home/user/systemds/target/lib/derby-10.14.2.0.jar [INFO] [INFO] Copying jackson-mapper-asl-1.9.13.jar to /home/user/systemds/target/lib/jackson-mapper-asl-1.9.13.jar [INFO] [INFO] Copying javax.ws.rs-api-2.0.1.jar to /home/user/systemds/target/lib/javax.ws.rs-api-2.0.1.jar [INFO] [INFO] Copying jsp-api-2.1.jar to /home/user/systemds/target/lib/jsp-api-2.1.jar [INFO] [INFO] Copying jersey-client-2.22.2.jar to /home/user/systemds/target/lib/jersey-client-2.22.2.jar [INFO] [INFO] Copying jersey-server-1.9.jar to /home/user/systemds/target/lib/jersey-server-1.9.jar [INFO] [INFO] Copying plexus-io-3.2.0.jar to /home/user/systemds/target/lib/plexus-io-3.2.0.jar [INFO] [INFO] Copying avro-ipc-1.7.7-tests.jar to /home/user/systemds/target/lib/avro-ipc-1.7.7-tests.jar [INFO] [INFO] Copying compress-lzf-1.0.3.jar to /home/user/systemds/target/lib/compress-lzf-1.0.3.jar [INFO] [INFO] Copying paranamer-2.3.jar to /home/user/systemds/target/lib/paranamer-2.3.jar [INFO] [INFO] Copying plexus-velocity-1.2.jar to /home/user/systemds/target/lib/plexus-velocity-1.2.jar [INFO] [INFO] Copying jackson-module-scala_2.11-2.6.5.jar to /home/user/systemds/target/lib/jackson-module-scala_2.11-2.6.5.jar [INFO] [INFO] Copying maven-javadoc-plugin-3.2.0.jar to /home/user/systemds/target/lib/maven-javadoc-plugin-3.2.0.jar [INFO] [INFO] Copying gson-2.2.4.jar to /home/user/systemds/target/lib/gson-2.2.4.jar [INFO] [INFO] Copying httpclient-4.5.8.jar to /home/user/systemds/target/lib/httpclient-4.5.8.jar [INFO] [INFO] Copying jcusparse-natives-10.2.0-apple-x86_64.jar to /home/user/systemds/target/lib/jcusparse-natives-10.2.0-apple-x86_64.jar [INFO] [INFO] Copying snappy-0.4.jar to /home/user/systemds/target/lib/snappy-0.4.jar [INFO] [INFO] Copying jcip-annotations-1.0-1.jar to /home/user/systemds/target/lib/jcip-annotations-1.0-1.jar [INFO] [INFO] Copying commons-configuration-1.6.jar to /home/user/systemds/target/lib/commons-configuration-1.6.jar [INFO] [INFO] Copying jul-to-slf4j-1.7.16.jar to /home/user/systemds/target/lib/jul-to-slf4j-1.7.16.jar [INFO] [INFO] Copying commons-digester-1.8.jar to /home/user/systemds/target/lib/commons-digester-1.8.jar [INFO] [INFO] Copying jcublas-natives-10.2.0-windows-x86_64.jar to /home/user/systemds/target/lib/jcublas-natives-10.2.0-windows-x86_64.jar [INFO] [INFO] Copying apacheds-i18n-2.0.0-M15.jar to /home/user/systemds/target/lib/apacheds-i18n-2.0.0-M15.jar [INFO] [INFO] Copying hadoop-yarn-server-common-2.6.0.jar to /home/user/systemds/target/lib/hadoop-yarn-server-common-2.6.0.jar [INFO] [INFO] Copying commons-collections-3.2.1.jar to /home/user/systemds/target/lib/commons-collections-3.2.1.jar [INFO] [INFO] Copying jol-core-0.10.jar to /home/user/systemds/target/lib/jol-core-0.10.jar [INFO] [INFO] Copying scala-reflect-2.11.7.jar to /home/user/systemds/target/lib/scala-reflect-2.11.7.jar [INFO] [INFO] Copying spark-graphx_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-graphx_2.11-2.1.0.jar [INFO] [INFO] Copying htrace-core-3.0.4.jar to /home/user/systemds/target/lib/htrace-core-3.0.4.jar [INFO] [INFO] Copying scala-xml_2.11-1.0.2.jar to /home/user/systemds/target/lib/scala-xml_2.11-1.0.2.jar [INFO] [INFO] Copying spark-core_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-core_2.11-2.1.0.jar [INFO] [INFO] Copying commons-cli-1.2.jar to /home/user/systemds/target/lib/commons-cli-1.2.jar [INFO] [INFO] Copying xercesImpl-2.9.1.jar to /home/user/systemds/target/lib/xercesImpl-2.9.1.jar [INFO] [INFO] Copying objenesis-2.1.jar to /home/user/systemds/target/lib/objenesis-2.1.jar [INFO] [INFO] Copying doxia-logging-api-1.7.jar to /home/user/systemds/target/lib/doxia-logging-api-1.7.jar [INFO] [INFO] Copying hadoop-mapreduce-client-shuffle-2.6.0.jar to /home/user/systemds/target/lib/hadoop-mapreduce-client-shuffle-2.6.0.jar [INFO] [INFO] Copying unused-1.0.0.jar to /home/user/systemds/target/lib/unused-1.0.0.jar [INFO] [INFO] Copying plexus-utils-3.3.0.jar to /home/user/systemds/target/lib/plexus-utils-3.3.0.jar [INFO] [INFO] Copying pyrolite-4.13.jar to /home/user/systemds/target/lib/pyrolite-4.13.jar [INFO] [INFO] Copying netty-3.6.2.Final.jar to /home/user/systemds/target/lib/netty-3.6.2.Final.jar [INFO] [INFO] Copying doxia-sink-api-1.7.jar to /home/user/systemds/target/lib/doxia-sink-api-1.7.jar [INFO] [INFO] Copying velocity-1.7.jar to /home/user/systemds/target/lib/velocity-1.7.jar [INFO] [INFO] Copying commons-httpclient-3.1.jar to /home/user/systemds/target/lib/commons-httpclient-3.1.jar [INFO] [INFO] Copying maven-archiver-3.5.0.jar to /home/user/systemds/target/lib/maven-archiver-3.5.0.jar [INFO] [INFO] Copying metrics-core-3.1.2.jar to /home/user/systemds/target/lib/metrics-core-3.1.2.jar [INFO] [INFO] Copying spire-macros_2.11-0.7.4.jar to /home/user/systemds/target/lib/spire-macros_2.11-0.7.4.jar [INFO] [INFO] Copying maven-model-3.0.jar to /home/user/systemds/target/lib/maven-model-3.0.jar [INFO] [INFO] Copying jackson-databind-2.6.5.jar to /home/user/systemds/target/lib/jackson-databind-2.6.5.jar [INFO] [INFO] Copying maven-artifact-manager-2.2.1.jar to /home/user/systemds/target/lib/maven-artifact-manager-2.2.1.jar [INFO] [INFO] Copying jcudnn-natives-10.2.0-linux-x86_64.jar to /home/user/systemds/target/lib/jcudnn-natives-10.2.0-linux-x86_64.jar [INFO] [INFO] Copying jcusolver-natives-10.2.0-windows-x86_64.jar to /home/user/systemds/target/lib/jcusolver-natives-10.2.0-windows-x86_64.jar [INFO] [INFO] Copying metrics-jvm-3.1.2.jar to /home/user/systemds/target/lib/metrics-jvm-3.1.2.jar [INFO] [INFO] Copying doxia-site-renderer-1.9.2.jar to /home/user/systemds/target/lib/doxia-site-renderer-1.9.2.jar [INFO] [INFO] Copying maven-reporting-api-3.0.jar to /home/user/systemds/target/lib/maven-reporting-api-3.0.jar [INFO] [INFO] Copying leveldbjni-all-1.8.jar to /home/user/systemds/target/lib/leveldbjni-all-1.8.jar [INFO] [INFO] Copying parquet-format-2.3.0-incubating.jar to /home/user/systemds/target/lib/parquet-format-2.3.0-incubating.jar [INFO] [INFO] Copying maven-model-builder-3.0.jar to /home/user/systemds/target/lib/maven-model-builder-3.0.jar [INFO] [INFO] Copying metrics-json-3.1.2.jar to /home/user/systemds/target/lib/metrics-json-3.1.2.jar [INFO] [INFO] Copying slf4j-log4j12-1.7.5.jar to /home/user/systemds/target/lib/slf4j-log4j12-1.7.5.jar [INFO] [INFO] Copying commons-compiler-3.0.8.jar to /home/user/systemds/target/lib/commons-compiler-3.0.8.jar [INFO] [INFO] Copying commons-io-2.4.jar to /home/user/systemds/target/lib/commons-io-2.4.jar [INFO] [INFO] Copying commons-lang3-3.5.jar to /home/user/systemds/target/lib/commons-lang3-3.5.jar [INFO] [INFO] Copying breeze_2.11-0.12.jar to /home/user/systemds/target/lib/breeze_2.11-0.12.jar [INFO] [INFO] Copying minlog-1.3.0.jar to /home/user/systemds/target/lib/minlog-1.3.0.jar [INFO] [INFO] Copying hadoop-annotations-2.6.0.jar to /home/user/systemds/target/lib/hadoop-annotations-2.6.0.jar [INFO] [INFO] Copying spark-streaming_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-streaming_2.11-2.1.0.jar [INFO] [INFO] Copying jackson-core-asl-1.9.13.jar to /home/user/systemds/target/lib/jackson-core-asl-1.9.13.jar [INFO] [INFO] Copying spark-sketch_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-sketch_2.11-2.1.0.jar [INFO] [INFO] Copying hadoop-yarn-common-2.6.0.jar to /home/user/systemds/target/lib/hadoop-yarn-common-2.6.0.jar [INFO] [INFO] Copying validation-api-1.1.0.Final.jar to /home/user/systemds/target/lib/validation-api-1.1.0.Final.jar [INFO] [INFO] Copying hadoop-mapreduce-client-app-2.6.0.jar to /home/user/systemds/target/lib/hadoop-mapreduce-client-app-2.6.0.jar [INFO] [INFO] Copying hadoop-yarn-api-2.6.0.jar to /home/user/systemds/target/lib/hadoop-yarn-api-2.6.0.jar [INFO] [INFO] Copying py4j-0.10.9.jar to /home/user/systemds/target/lib/py4j-0.10.9.jar [INFO] [INFO] Copying lz4-1.3.0.jar to /home/user/systemds/target/lib/lz4-1.3.0.jar [INFO] [INFO] Copying plexus-cipher-1.4.jar to /home/user/systemds/target/lib/plexus-cipher-1.4.jar [INFO] [INFO] Copying jtransforms-2.4.0.jar to /home/user/systemds/target/lib/jtransforms-2.4.0.jar [INFO] [INFO] Copying jersey-client-1.9.jar to /home/user/systemds/target/lib/jersey-client-1.9.jar [INFO] [INFO] Copying wink-json4j-1.4.jar to /home/user/systemds/target/lib/wink-json4j-1.4.jar [INFO] [INFO] Copying spark-mllib-local_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-mllib-local_2.11-2.1.0.jar [INFO] [INFO] Copying jsr305-1.3.9.jar to /home/user/systemds/target/lib/jsr305-1.3.9.jar [INFO] [INFO] Copying maven-settings-3.0.jar to /home/user/systemds/target/lib/maven-settings-3.0.jar [INFO] [INFO] Copying maven-plugin-api-3.0.jar to /home/user/systemds/target/lib/maven-plugin-api-3.0.jar [INFO] [INFO] Copying sisu-inject-bean-1.4.2.jar to /home/user/systemds/target/lib/sisu-inject-bean-1.4.2.jar [INFO] [INFO] Copying jaxb-api-2.2.2.jar to /home/user/systemds/target/lib/jaxb-api-2.2.2.jar [INFO] [INFO] Copying hk2-api-2.4.0-b34.jar to /home/user/systemds/target/lib/hk2-api-2.4.0-b34.jar [INFO] [INFO] Copying doxia-module-xhtml-1.9.1.jar to /home/user/systemds/target/lib/doxia-module-xhtml-1.9.1.jar [INFO] [INFO] Copying activation-1.1.jar to /home/user/systemds/target/lib/activation-1.1.jar [INFO] [INFO] Copying zookeeper-3.4.6.jar to /home/user/systemds/target/lib/zookeeper-3.4.6.jar [INFO] [INFO] Copying commons-chain-1.1.jar to /home/user/systemds/target/lib/commons-chain-1.1.jar [INFO] [INFO] Copying asm-3.1.jar to /home/user/systemds/target/lib/asm-3.1.jar [INFO] [INFO] Copying commons-codec-1.4.jar to /home/user/systemds/target/lib/commons-codec-1.4.jar [INFO] [INFO] Copying spark-catalyst_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-catalyst_2.11-2.1.0.jar [INFO] [INFO] Copying java-xmlbuilder-0.4.jar to /home/user/systemds/target/lib/java-xmlbuilder-0.4.jar [INFO] [INFO] Copying jcublas-10.2.0.jar to /home/user/systemds/target/lib/jcublas-10.2.0.jar [INFO] [INFO] Copying javax.servlet-api-3.1.0.jar to /home/user/systemds/target/lib/javax.servlet-api-3.1.0.jar [INFO] [INFO] Copying commons-beanutils-core-1.8.0.jar to /home/user/systemds/target/lib/commons-beanutils-core-1.8.0.jar [INFO] [INFO] Copying jcuda-natives-10.2.0-windows-x86_64.jar to /home/user/systemds/target/lib/jcuda-natives-10.2.0-windows-x86_64.jar [INFO] [INFO] Copying commons-math3-3.4.1.jar to /home/user/systemds/target/lib/commons-math3-3.4.1.jar [INFO] [INFO] Copying stax-api-1.0-2.jar to /home/user/systemds/target/lib/stax-api-1.0-2.jar [INFO] [INFO] Copying jcublas-natives-10.2.0-linux-x86_64.jar to /home/user/systemds/target/lib/jcublas-natives-10.2.0-linux-x86_64.jar [INFO] [INFO] Copying jcusolver-10.2.0.jar to /home/user/systemds/target/lib/jcusolver-10.2.0.jar [INFO] [INFO] Copying plexus-archiver-4.2.1.jar to /home/user/systemds/target/lib/plexus-archiver-4.2.1.jar [INFO] [INFO] Copying jsch-0.1.42.jar to /home/user/systemds/target/lib/jsch-0.1.42.jar [INFO] [INFO] Copying guava-11.0.2.jar to /home/user/systemds/target/lib/guava-11.0.2.jar [INFO] [INFO] Copying hk2-utils-2.4.0-b34.jar to /home/user/systemds/target/lib/hk2-utils-2.4.0-b34.jar [INFO] [INFO] Copying aopalliance-repackaged-2.4.0-b34.jar to /home/user/systemds/target/lib/aopalliance-repackaged-2.4.0-b34.jar [INFO] [INFO] Copying oro-2.0.8.jar to /home/user/systemds/target/lib/oro-2.0.8.jar [INFO] [INFO] Copying curator-framework-2.6.0.jar to /home/user/systemds/target/lib/curator-framework-2.6.0.jar [INFO] [INFO] Copying RoaringBitmap-0.5.11.jar to /home/user/systemds/target/lib/RoaringBitmap-0.5.11.jar [INFO] [INFO] Copying commons-daemon-1.0.13.jar to /home/user/systemds/target/lib/commons-daemon-1.0.13.jar [INFO] [INFO] Copying maven-settings-builder-3.0.jar to /home/user/systemds/target/lib/maven-settings-builder-3.0.jar [INFO] [INFO] Copying aether-util-1.7.jar to /home/user/systemds/target/lib/aether-util-1.7.jar [INFO] [INFO] Copying maven-core-3.0.jar to /home/user/systemds/target/lib/maven-core-3.0.jar [INFO] [INFO] Copying jackson-xc-1.8.3.jar to /home/user/systemds/target/lib/jackson-xc-1.8.3.jar [INFO] [INFO] Copying hadoop-mapreduce-client-jobclient-2.6.0.jar to /home/user/systemds/target/lib/hadoop-mapreduce-client-jobclient-2.6.0.jar [INFO] [INFO] Copying commons-compress-1.4.1.jar to /home/user/systemds/target/lib/commons-compress-1.4.1.jar [INFO] [INFO] Copying curator-recipes-2.6.0.jar to /home/user/systemds/target/lib/curator-recipes-2.6.0.jar [INFO] [INFO] Copying parquet-encoding-1.8.1.jar to /home/user/systemds/target/lib/parquet-encoding-1.8.1.jar [INFO] [INFO] Copying antlr4-4.5.3.jar to /home/user/systemds/target/lib/antlr4-4.5.3.jar [INFO] [INFO] Copying hadoop-mapreduce-client-common-2.6.0.jar to /home/user/systemds/target/lib/hadoop-mapreduce-client-common-2.6.0.jar [INFO] [INFO] Copying jetty-util-6.1.26.jar to /home/user/systemds/target/lib/jetty-util-6.1.26.jar [INFO] [INFO] Copying shapeless_2.11-2.0.0.jar to /home/user/systemds/target/lib/shapeless_2.11-2.0.0.jar [INFO] [INFO] Copying parquet-common-1.8.1.jar to /home/user/systemds/target/lib/parquet-common-1.8.1.jar [INFO] [INFO] Copying antlr4-runtime-4.5.3.jar to /home/user/systemds/target/lib/antlr4-runtime-4.5.3.jar [INFO] [INFO] Copying hamcrest-core-1.3.jar to /home/user/systemds/target/lib/hamcrest-core-1.3.jar [INFO] [INFO] Copying slf4j-api-1.7.5.jar to /home/user/systemds/target/lib/slf4j-api-1.7.5.jar [INFO] [INFO] Copying kryo-shaded-3.0.3.jar to /home/user/systemds/target/lib/kryo-shaded-3.0.3.jar [INFO] [INFO] Copying scala-parser-combinators_2.11-1.0.1.jar to /home/user/systemds/target/lib/scala-parser-combinators_2.11-1.0.1.jar [INFO] [INFO] Copying jcusparse-natives-10.2.0-linux-x86_64.jar to /home/user/systemds/target/lib/jcusparse-natives-10.2.0-linux-x86_64.jar [INFO] [INFO] Copying avro-mapred-1.7.7-hadoop2.jar to /home/user/systemds/target/lib/avro-mapred-1.7.7-hadoop2.jar [INFO] [INFO] Copying jackson-module-paranamer-2.6.5.jar to /home/user/systemds/target/lib/jackson-module-paranamer-2.6.5.jar [INFO] [INFO] Copying xmlenc-0.52.jar to /home/user/systemds/target/lib/xmlenc-0.52.jar [INFO] [INFO] Copying parquet-hadoop-1.8.1.jar to /home/user/systemds/target/lib/parquet-hadoop-1.8.1.jar [INFO] [INFO] Copying jasper-runtime-5.5.23.jar to /home/user/systemds/target/lib/jasper-runtime-5.5.23.jar [INFO] [INFO] Copying api-util-1.0.0-M20.jar to /home/user/systemds/target/lib/api-util-1.0.0-M20.jar [INFO] [INFO] Copying json4s-ast_2.11-3.2.11.jar to /home/user/systemds/target/lib/json4s-ast_2.11-3.2.11.jar [INFO] [INFO] Copying stream-2.7.0.jar to /home/user/systemds/target/lib/stream-2.7.0.jar [INFO] [INFO] Copying api-asn1-api-1.0.0-M20.jar to /home/user/systemds/target/lib/api-asn1-api-1.0.0-M20.jar [INFO] [INFO] Copying curator-client-2.6.0.jar to /home/user/systemds/target/lib/curator-client-2.6.0.jar [INFO] [INFO] Copying doxia-skin-model-1.9.2.jar to /home/user/systemds/target/lib/doxia-skin-model-1.9.2.jar [INFO] [INFO] Copying spark-network-shuffle_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-network-shuffle_2.11-2.1.0.jar [INFO] [INFO] Copying jersey-container-servlet-2.22.2.jar to /home/user/systemds/target/lib/jersey-container-servlet-2.22.2.jar [INFO] [INFO] Copying plexus-sec-dispatcher-1.4.jar to /home/user/systemds/target/lib/plexus-sec-dispatcher-1.4.jar [INFO] [INFO] Copying jcuda-natives-10.2.0-linux-x86_64.jar to /home/user/systemds/target/lib/jcuda-natives-10.2.0-linux-x86_64.jar [INFO] [INFO] Copying commons-beanutils-1.7.0.jar to /home/user/systemds/target/lib/commons-beanutils-1.7.0.jar [INFO] [INFO] Copying sisu-inject-plexus-1.4.2.jar to /home/user/systemds/target/lib/sisu-inject-plexus-1.4.2.jar [INFO] [INFO] Copying error_prone_annotations-2.3.4.jar to /home/user/systemds/target/lib/error_prone_annotations-2.3.4.jar [INFO] [INFO] Copying junit-4.11.jar to /home/user/systemds/target/lib/junit-4.11.jar [INFO] [INFO] Copying breeze-macros_2.11-0.12.jar to /home/user/systemds/target/lib/breeze-macros_2.11-0.12.jar [INFO] [INFO] Copying jackson-core-2.6.5.jar to /home/user/systemds/target/lib/jackson-core-2.6.5.jar [INFO] [INFO] Copying metrics-graphite-3.1.2.jar to /home/user/systemds/target/lib/metrics-graphite-3.1.2.jar [INFO] [INFO] Copying hadoop-auth-2.6.0.jar to /home/user/systemds/target/lib/hadoop-auth-2.6.0.jar [INFO] [INFO] Copying jackson-annotations-2.6.0.jar to /home/user/systemds/target/lib/jackson-annotations-2.6.0.jar [INFO] [INFO] Copying javax.annotation-api-1.2.jar to /home/user/systemds/target/lib/javax.annotation-api-1.2.jar [INFO] [INFO] Copying snappy-java-1.1.2.6.jar to /home/user/systemds/target/lib/snappy-java-1.1.2.6.jar [INFO] [INFO] Copying spark-launcher_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-launcher_2.11-2.1.0.jar [INFO] [INFO] Copying jersey-media-jaxb-2.22.2.jar to /home/user/systemds/target/lib/jersey-media-jaxb-2.22.2.jar [INFO] [INFO] Copying avro-ipc-1.7.7.jar to /home/user/systemds/target/lib/avro-ipc-1.7.7.jar [INFO] [INFO] Copying aether-spi-1.7.jar to /home/user/systemds/target/lib/aether-spi-1.7.jar [INFO] [INFO] Copying maven-profile-2.2.1.jar to /home/user/systemds/target/lib/maven-profile-2.2.1.jar [INFO] [INFO] Copying plexus-i18n-1.0-beta-10.jar to /home/user/systemds/target/lib/plexus-i18n-1.0-beta-10.jar [INFO] [INFO] Copying chill_2.11-0.8.0.jar to /home/user/systemds/target/lib/chill_2.11-0.8.0.jar [INFO] [INFO] Copying jettison-1.1.jar to /home/user/systemds/target/lib/jettison-1.1.jar [INFO] [INFO] Copying hk2-locator-2.4.0-b34.jar to /home/user/systemds/target/lib/hk2-locator-2.4.0-b34.jar [INFO] [INFO] Copying commons-logging-1.1.3.jar to /home/user/systemds/target/lib/commons-logging-1.1.3.jar [INFO] [INFO] Copying spark-sql_2.11-2.1.0.jar to /home/user/systemds/target/lib/spark-sql_2.11-2.1.0.jar [INFO] [INFO] Copying httpcore-4.1.2.jar to /home/user/systemds/target/lib/httpcore-4.1.2.jar [INFO] [INFO] Copying doxia-core-1.9.1.jar to /home/user/systemds/target/lib/doxia-core-1.9.1.jar [INFO] [INFO] Copying jcl-over-slf4j-1.7.16.jar to /home/user/systemds/target/lib/jcl-over-slf4j-1.7.16.jar [INFO] [INFO] Copying janino-3.0.8.jar to /home/user/systemds/target/lib/janino-3.0.8.jar [INFO] [INFO] Copying hadoop-mapreduce-client-core-2.6.0.jar to /home/user/systemds/target/lib/hadoop-mapreduce-client-core-2.6.0.jar [INFO] [INFO] Copying backport-util-concurrent-3.1.jar to /home/user/systemds/target/lib/backport-util-concurrent-3.1.jar [INFO] [INFO] Copying avro-1.7.4.jar to /home/user/systemds/target/lib/avro-1.7.4.jar [INFO] [INFO] Copying doxia-decoration-model-1.9.2.jar to /home/user/systemds/target/lib/doxia-decoration-model-1.9.2.jar [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ systemds --- [INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 8 resources [INFO] [INFO] [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ systemds --- [INFO] [INFO] Not copying test resources [INFO] [INFO] [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ systemds --- [INFO] [INFO] Not compiling test sources [INFO] [INFO] [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ systemds --- [INFO] [INFO] Tests are skipped. [INFO] [INFO] [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:report (generate-code-coverage-report) @ systemds --- [INFO] [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ systemds --- [INFO] [INFO] Building jar: /home/user/systemds/target/systemds-2.1.0.jar [INFO] [INFO] [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ systemds --- [INFO] [INFO] [INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ systemds --- [INFO] [INFO] Building zip: /home/user/systemds/target/systemds-2.1.0-source-release.zip [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.0.0:jar-no-fork (attach-sources) @ systemds --- [INFO] [INFO] Building jar: /home/user/systemds/target/systemds-2.1.0-sources.jar [INFO] [INFO] [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (unpack) @ systemds --- [INFO] [INFO] Configured Artifact: org.apache.hadoop:hadoop-test:1.2.1:jar [INFO] [INFO] Unpacking /home/user/.m2/repository/org/apache/hadoop/hadoop-test/1.2.1/hadoop-test-1.2.1.jar to /home/user/systemds/target/hadoop-test with includes "**/*" and excludes "" [INFO] [INFO] [INFO] [INFO] --- maven-shade-plugin:2.3:shade (default) @ systemds --- [INFO] [INFO] Excluding org.apache.spark:spark-mllib_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.spark:spark-core_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.avro:avro-mapred:jar:hadoop2:1.7.7 from the shaded jar. [INFO] [INFO] Excluding org.apache.avro:avro-ipc:jar:1.7.7 from the shaded jar. [INFO] [INFO] Excluding org.apache.avro:avro-ipc:jar:tests:1.7.7 from the shaded jar. [INFO] [INFO] Excluding com.twitter:chill_2.11:jar:0.8.0 from the shaded jar. [INFO] [INFO] Excluding com.esotericsoftware:kryo-shaded:jar:3.0.3 from the shaded jar. [INFO] [INFO] Excluding com.esotericsoftware:minlog:jar:1.3.0 from the shaded jar. [INFO] [INFO] Excluding org.objenesis:objenesis:jar:2.1 from the shaded jar. [INFO] [INFO] Excluding com.twitter:chill-java:jar:0.8.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.xbean:xbean-asm5-shaded:jar:4.4 from the shaded jar. [INFO] [INFO] Excluding org.apache.spark:spark-launcher_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.spark:spark-network-common_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding org.fusesource.leveldbjni:leveldbjni-all:jar:1.8 from the shaded jar. [INFO] [INFO] Excluding org.apache.spark:spark-network-shuffle_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.spark:spark-unsafe_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding javax.servlet:javax.servlet-api:jar:3.1.0 from the shaded jar. [INFO] [INFO] Excluding org.slf4j:jul-to-slf4j:jar:1.7.16 from the shaded jar. [INFO] [INFO] Excluding org.slf4j:jcl-over-slf4j:jar:1.7.16 from the shaded jar. [INFO] [INFO] Excluding com.ning:compress-lzf:jar:1.0.3 from the shaded jar. [INFO] [INFO] Excluding org.xerial.snappy:snappy-java:jar:1.1.2.6 from the shaded jar. [INFO] [INFO] Excluding net.jpountz.lz4:lz4:jar:1.3.0 from the shaded jar. [INFO] [INFO] Excluding org.roaringbitmap:RoaringBitmap:jar:0.5.11 from the shaded jar. [INFO] [INFO] Excluding org.scala-lang:scala-library:jar:2.11.8 from the shaded jar. [INFO] [INFO] Excluding org.json4s:json4s-jackson_2.11:jar:3.2.11 from the shaded jar. [INFO] [INFO] Excluding org.json4s:json4s-core_2.11:jar:3.2.11 from the shaded jar. [INFO] [INFO] Excluding org.json4s:json4s-ast_2.11:jar:3.2.11 from the shaded jar. [INFO] [INFO] Excluding org.scala-lang:scalap:jar:2.11.0 from the shaded jar. [INFO] [INFO] Excluding org.scala-lang:scala-compiler:jar:2.11.0 from the shaded jar. [INFO] [INFO] Excluding org.scala-lang.modules:scala-parser-combinators_2.11:jar:1.0.1 from the shaded jar. [INFO] [INFO] Excluding org.glassfish.jersey.core:jersey-client:jar:2.22.2 from the shaded jar. [INFO] [INFO] Excluding javax.ws.rs:javax.ws.rs-api:jar:2.0.1 from the shaded jar. [INFO] [INFO] Excluding org.glassfish.hk2:hk2-api:jar:2.4.0-b34 from the shaded jar. [INFO] [INFO] Excluding org.glassfish.hk2:hk2-utils:jar:2.4.0-b34 from the shaded jar. [INFO] [INFO] Excluding org.glassfish.hk2.external:aopalliance-repackaged:jar:2.4.0-b34 from the shaded jar. [INFO] [INFO] Excluding org.glassfish.hk2.external:javax.inject:jar:2.4.0-b34 from the shaded jar. [INFO] [INFO] Excluding org.glassfish.hk2:hk2-locator:jar:2.4.0-b34 from the shaded jar. [INFO] [INFO] Excluding org.javassist:javassist:jar:3.18.1-GA from the shaded jar. [INFO] [INFO] Excluding org.glassfish.jersey.core:jersey-common:jar:2.22.2 from the shaded jar. [INFO] [INFO] Excluding javax.annotation:javax.annotation-api:jar:1.2 from the shaded jar. [INFO] [INFO] Excluding org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.22.2 from the shaded jar. [INFO] [INFO] Excluding org.glassfish.hk2:osgi-resource-locator:jar:1.0.1 from the shaded jar. [INFO] [INFO] Excluding org.glassfish.jersey.core:jersey-server:jar:2.22.2 from the shaded jar. [INFO] [INFO] Excluding org.glassfish.jersey.media:jersey-media-jaxb:jar:2.22.2 from the shaded jar. [INFO] [INFO] Excluding javax.validation:validation-api:jar:1.1.0.Final from the shaded jar. [INFO] [INFO] Excluding org.glassfish.jersey.containers:jersey-container-servlet:jar:2.22.2 from the shaded jar. [INFO] [INFO] Excluding org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.22.2 from the shaded jar. [INFO] [INFO] Excluding com.clearspring.analytics:stream:jar:2.7.0 from the shaded jar. [INFO] [INFO] Excluding io.dropwizard.metrics:metrics-core:jar:3.1.2 from the shaded jar. [INFO] [INFO] Excluding io.dropwizard.metrics:metrics-jvm:jar:3.1.2 from the shaded jar. [INFO] [INFO] Excluding io.dropwizard.metrics:metrics-json:jar:3.1.2 from the shaded jar. [INFO] [INFO] Excluding io.dropwizard.metrics:metrics-graphite:jar:3.1.2 from the shaded jar. [INFO] [INFO] Excluding com.fasterxml.jackson.module:jackson-module-scala_2.11:jar:2.6.5 from the shaded jar. [INFO] [INFO] Excluding org.scala-lang:scala-reflect:jar:2.11.7 from the shaded jar. [INFO] [INFO] Excluding com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 from the shaded jar. [INFO] [INFO] Excluding org.apache.ivy:ivy:jar:2.4.0 from the shaded jar. [INFO] [INFO] Excluding oro:oro:jar:2.0.8 from the shaded jar. [INFO] [INFO] Excluding net.razorvine:pyrolite:jar:4.13 from the shaded jar. [INFO] [INFO] Excluding org.apache.commons:commons-crypto:jar:1.0.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.spark:spark-streaming_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.spark:spark-sql_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding com.univocity:univocity-parsers:jar:2.2.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.spark:spark-sketch_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.spark:spark-catalyst_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.parquet:parquet-column:jar:1.8.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.parquet:parquet-common:jar:1.8.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.parquet:parquet-encoding:jar:1.8.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.parquet:parquet-hadoop:jar:1.8.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.parquet:parquet-format:jar:2.3.0-incubating from the shaded jar. [INFO] [INFO] Excluding org.apache.parquet:parquet-jackson:jar:1.8.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.spark:spark-graphx_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding com.github.fommil.netlib:core:jar:1.1.2 from the shaded jar. [INFO] [INFO] Excluding net.sourceforge.f2j:arpack_combined_all:jar:0.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.spark:spark-mllib-local_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding org.scalanlp:breeze_2.11:jar:0.12 from the shaded jar. [INFO] [INFO] Excluding org.scalanlp:breeze-macros_2.11:jar:0.12 from the shaded jar. [INFO] [INFO] Excluding net.sf.opencsv:opencsv:jar:2.3 from the shaded jar. [INFO] [INFO] Excluding com.github.rwl:jtransforms:jar:2.4.0 from the shaded jar. [INFO] [INFO] Excluding org.spire-math:spire_2.11:jar:0.7.4 from the shaded jar. [INFO] [INFO] Excluding org.spire-math:spire-macros_2.11:jar:0.7.4 from the shaded jar. [INFO] [INFO] Excluding com.chuusai:shapeless_2.11:jar:2.0.0 from the shaded jar. [INFO] [INFO] Excluding org.jpmml:pmml-model:jar:1.2.15 from the shaded jar. [INFO] [INFO] Excluding org.jpmml:pmml-schema:jar:1.2.15 from the shaded jar. [INFO] [INFO] Excluding org.apache.spark:spark-tags_2.11:jar:2.1.0 from the shaded jar. [INFO] [INFO] Excluding org.scalatest:scalatest_2.11:jar:2.2.6 from the shaded jar. [INFO] [INFO] Excluding org.scala-lang.modules:scala-xml_2.11:jar:1.0.2 from the shaded jar. [INFO] [INFO] Excluding org.spark-project.spark:unused:jar:1.0.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-common:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-annotations:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding com.google.guava:guava:jar:11.0.2 from the shaded jar. [INFO] [INFO] Excluding commons-cli:commons-cli:jar:1.2 from the shaded jar. [INFO] [INFO] Excluding xmlenc:xmlenc:jar:0.52 from the shaded jar. [INFO] [INFO] Excluding commons-httpclient:commons-httpclient:jar:3.1 from the shaded jar. [INFO] [INFO] Excluding commons-codec:commons-codec:jar:1.4 from the shaded jar. [INFO] [INFO] Excluding commons-io:commons-io:jar:2.4 from the shaded jar. [INFO] [INFO] Excluding commons-net:commons-net:jar:3.1 from the shaded jar. [INFO] [INFO] Excluding commons-collections:commons-collections:jar:3.2.1 from the shaded jar. [INFO] [INFO] Excluding org.mortbay.jetty:jetty:jar:6.1.26 from the shaded jar. [INFO] [INFO] Excluding org.mortbay.jetty:jetty-util:jar:6.1.26 from the shaded jar. [INFO] [INFO] Excluding com.sun.jersey:jersey-core:jar:1.9 from the shaded jar. [INFO] [INFO] Excluding com.sun.jersey:jersey-json:jar:1.9 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.jettison:jettison:jar:1.1 from the shaded jar. [INFO] [INFO] Excluding com.sun.xml.bind:jaxb-impl:jar:2.2.3-1 from the shaded jar. [INFO] [INFO] Excluding javax.xml.bind:jaxb-api:jar:2.2.2 from the shaded jar. [INFO] [INFO] Excluding javax.xml.stream:stax-api:jar:1.0-2 from the shaded jar. [INFO] [INFO] Excluding javax.activation:activation:jar:1.1 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.jackson:jackson-xc:jar:1.8.3 from the shaded jar. [INFO] [INFO] Excluding com.sun.jersey:jersey-server:jar:1.9 from the shaded jar. [INFO] [INFO] Excluding asm:asm:jar:3.1 from the shaded jar. [INFO] [INFO] Excluding tomcat:jasper-compiler:jar:5.5.23 from the shaded jar. [INFO] [INFO] Excluding tomcat:jasper-runtime:jar:5.5.23 from the shaded jar. [INFO] [INFO] Excluding javax.servlet.jsp:jsp-api:jar:2.1 from the shaded jar. [INFO] [INFO] Excluding commons-el:commons-el:jar:1.0 from the shaded jar. [INFO] [INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar. [INFO] [INFO] Excluding net.java.dev.jets3t:jets3t:jar:0.9.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.httpcomponents:httpcore:jar:4.1.2 from the shaded jar. [INFO] [INFO] Excluding com.jamesmurty.utils:java-xmlbuilder:jar:0.4 from the shaded jar. [INFO] [INFO] Excluding commons-lang:commons-lang:jar:2.6 from the shaded jar. [INFO] [INFO] Excluding commons-configuration:commons-configuration:jar:1.6 from the shaded jar. [INFO] [INFO] Excluding commons-digester:commons-digester:jar:1.8 from the shaded jar. [INFO] [INFO] Excluding commons-beanutils:commons-beanutils:jar:1.7.0 from the shaded jar. [INFO] [INFO] Excluding commons-beanutils:commons-beanutils-core:jar:1.8.0 from the shaded jar. [INFO] [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.5 from the shaded jar. [INFO] [INFO] Excluding org.slf4j:slf4j-log4j12:jar:1.7.5 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.jackson:jackson-core-asl:jar:1.9.13 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 from the shaded jar. [INFO] [INFO] Excluding org.apache.avro:avro:jar:1.7.4 from the shaded jar. [INFO] [INFO] Excluding com.thoughtworks.paranamer:paranamer:jar:2.3 from the shaded jar. [INFO] [INFO] Excluding com.google.code.gson:gson:jar:2.2.4 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-auth:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 from the shaded jar. [INFO] [INFO] Excluding org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 from the shaded jar. [INFO] [INFO] Excluding org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 from the shaded jar. [INFO] [INFO] Excluding org.apache.directory.api:api-util:jar:1.0.0-M20 from the shaded jar. [INFO] [INFO] Excluding org.apache.curator:curator-framework:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding com.jcraft:jsch:jar:0.1.42 from the shaded jar. [INFO] [INFO] Excluding org.apache.curator:curator-client:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.curator:curator-recipes:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding com.google.code.findbugs:jsr305:jar:1.3.9 from the shaded jar. [INFO] [INFO] Excluding org.htrace:htrace-core:jar:3.0.4 from the shaded jar. [INFO] [INFO] Excluding org.apache.zookeeper:zookeeper:jar:3.4.6 from the shaded jar. [INFO] [INFO] Excluding org.apache.commons:commons-compress:jar:1.4.1 from the shaded jar. [INFO] [INFO] Excluding org.tukaani:xz:jar:1.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-hdfs:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding commons-daemon:commons-daemon:jar:1.0.13 from the shaded jar. [INFO] [INFO] Excluding io.netty:netty:jar:3.6.2.Final from the shaded jar. [INFO] [INFO] Excluding xerces:xercesImpl:jar:2.9.1 from the shaded jar. [INFO] [INFO] Excluding xml-apis:xml-apis:jar:1.3.04 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-client:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-yarn-client:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-yarn-server-common:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-yarn-api:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-yarn-common:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding javax.servlet:servlet-api:jar:2.5 from the shaded jar. [INFO] [INFO] Excluding com.sun.jersey:jersey-client:jar:1.9 from the shaded jar. [INFO] [INFO] Excluding org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding commons-logging:commons-logging:jar:1.1.3 from the shaded jar. [INFO] [INFO] Excluding org.apache.commons:commons-math3:jar:3.4.1 from the shaded jar. [INFO] [INFO] Including org.apache.wink:wink-json4j:jar:1.4 in the shaded jar. [INFO] [INFO] Excluding com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 from the shaded jar. [INFO] [INFO] Excluding com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0 from the shaded jar. [INFO] [INFO] Excluding com.fasterxml.jackson.core:jackson-core:jar:2.6.5 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.janino:commons-compiler:jar:3.0.8 from the shaded jar. [INFO] [INFO] Including org.antlr:antlr4-runtime:jar:4.5.3 in the shaded jar. [INFO] [INFO] Excluding net.sf.py4j:py4j:jar:0.10.9 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.plugins:maven-javadoc-plugin:jar:3.2.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-core:jar:3.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-settings-builder:jar:3.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-model-builder:jar:3.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-aether-provider:jar:3.0 from the shaded jar. [INFO] [INFO] Excluding org.sonatype.aether:aether-impl:jar:1.7 from the shaded jar. [INFO] [INFO] Excluding org.sonatype.aether:aether-spi:jar:1.7 from the shaded jar. [INFO] [INFO] Excluding org.sonatype.aether:aether-api:jar:1.7 from the shaded jar. [INFO] [INFO] Excluding org.sonatype.aether:aether-util:jar:1.7 from the shaded jar. [INFO] [INFO] Excluding org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2 from the shaded jar. [INFO] [INFO] Excluding org.sonatype.sisu:sisu-inject-bean:jar:1.4.2 from the shaded jar. [INFO] [INFO] Excluding org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.plexus:plexus-interpolation:jar:1.14 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.plexus:plexus-classworlds:jar:2.2.3 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.plexus:plexus-component-annotations:jar:1.5.5 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-model:jar:3.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-settings:jar:3.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-plugin-api:jar:3.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-artifact:jar:3.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.reporting:maven-reporting-api:jar:3.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-archiver:jar:3.5.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.shared:maven-shared-utils:jar:3.2.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.shared:maven-invoker:jar:3.0.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.0 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.shared:maven-artifact-transfer:jar:0.10.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.doxia:doxia-sink-api:jar:1.7 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.doxia:doxia-logging-api:jar:1.7 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.doxia:doxia-site-renderer:jar:1.9.2 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.doxia:doxia-core:jar:1.9.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.doxia:doxia-decoration-model:jar:1.9.2 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.doxia:doxia-skin-model:jar:1.9.2 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.doxia:doxia-module-xhtml:jar:1.9.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.doxia:doxia-module-xhtml5:jar:1.9.1 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.plexus:plexus-i18n:jar:1.0-beta-10 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.plexus:plexus-velocity:jar:1.2 from the shaded jar. [INFO] [INFO] Excluding org.apache.velocity:velocity:jar:1.7 from the shaded jar. [INFO] [INFO] Excluding org.apache.velocity:velocity-tools:jar:2.0 from the shaded jar. [INFO] [INFO] Excluding commons-chain:commons-chain:jar:1.1 from the shaded jar. [INFO] [INFO] Excluding dom4j:dom4j:jar:1.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.wagon:wagon-provider-api:jar:2.4 from the shaded jar. [INFO] [INFO] Excluding org.apache.commons:commons-lang3:jar:3.5 from the shaded jar. [INFO] [INFO] Excluding org.apache.httpcomponents:httpclient:jar:4.5.8 from the shaded jar. [INFO] [INFO] Excluding com.thoughtworks.qdox:qdox:jar:2.0-M10 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.plexus:plexus-java:jar:1.0.5 from the shaded jar. [INFO] [INFO] Excluding org.ow2.asm:asm:jar:7.2 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.plexus:plexus-archiver:jar:4.2.1 from the shaded jar. [INFO] [INFO] Excluding org.iq80.snappy:snappy:jar:0.4 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.plexus:plexus-io:jar:3.2.0 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.plexus:plexus-utils:jar:3.3.0 from the shaded jar. [INFO] [INFO] Excluding org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-6 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-project:jar:2.2.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-profile:jar:2.2.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-artifact-manager:jar:2.2.1 from the shaded jar. [INFO] [INFO] Excluding backport-util-concurrent:backport-util-concurrent:jar:3.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-plugin-registry:jar:2.2.1 from the shaded jar. [INFO] [INFO] Excluding org.apache.maven:maven-repository-metadata:jar:2.2.1 from the shaded jar. [INFO] [INFO] Excluding org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 from the shaded jar. [INFO] [INFO] Excluding org.sonatype.plexus:plexus-cipher:jar:1.4 from the shaded jar. [INFO] [INFO] Excluding com.google.protobuf:protobuf-java:jar:3.12.2 from the shaded jar. [INFO] [INFO] Excluding com.google.protobuf:protobuf-java-util:jar:3.12.2 from the shaded jar. [INFO] [INFO] Excluding com.google.errorprone:error_prone_annotations:jar:2.3.4 from the shaded jar. [INFO] [INFO] Replacing original artifact with shaded artifact. [INFO] [INFO] Replacing /home/user/systemds/target/systemds-2.1.0.jar with /home/user/systemds/target/systemds-2.1.0-shaded.jar [INFO] [INFO] [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-original-jar) @ systemds --- [INFO] [INFO] Deleting /home/user/systemds/target (includes = [original-*.jar], excludes = []) [INFO] [INFO] [INFO] [INFO] --- maven-antrun-plugin:1.8:run (copy) @ systemds --- [INFO] [INFO] Executing tasks [INFO] [INFO] copy and rename JAR: [INFO] [copy] Copying 1 file to /home/user/systemds/target [INFO] [INFO] Executed tasks [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ systemds --- [INFO] [INFO] Skipping javadoc generation [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ systemds --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 04:55 min [INFO] [INFO] Finished at: 2021-05-20T18:16:14+05:30 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd /home/user/systemds && git add -- pom.xml [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git rev-parse --show-toplevel [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git status --porcelain . [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git commit --verbose -F /tmp/maven-scm-50673815.commit pom.xml [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git symbolic-ref HEAD [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git push https://github.com/j143/systemds.git refs/heads/release-check-3:refs/heads/release-check-3 [INFO] Working directory: /home/user/systemds [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:08 min [INFO] Finished at: 2021-05-20T18:16:19+05:30 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project systemds: Unable to commit files [ERROR] Provider message: [ERROR] The git-push command failed. [ERROR] Command output: [ERROR] To https://github.com/j143/systemds.git [ERROR] ! [rejected] release-check-3 -> release-check-3 (non-fast-forward) [ERROR] error: failed to push some refs to 'https://github.com/j143/systemds.git' [ERROR] hint: Updates were rejected because the tip of your current branch is behind [ERROR] hint: its remote counterpart. Integrate the remote changes (e.g. [ERROR] hint: 'git pull ...') before pushing again. [ERROR] hint: See the 'Note about fast-forwards' in 'git push --help' for details. [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 user@idea:~/systemds$ mvn --batch-mode -Dtag=2.1.0-rc0 release:prepare -DreleaseVersion=2.1.0 -DdevelopmentVersion=2.1.1-SNAPSHOT [INFO] Scanning for projects... [INFO] [INFO] --------------------< org.apache.systemds:systemds >-------------------- [INFO] Building SystemDS 2.1.0 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ systemds --- [INFO] Resuming release from phase 'scm-commit-release' [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd /home/user/systemds && git add -- pom.xml [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git rev-parse --show-toplevel [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git status --porcelain . [INFO] Working directory: /home/user/systemds [INFO] Waiting for 10 seconds before tagging the release. [INFO] Tagging release with the label 2.1.0-rc0... [INFO] Executing: /bin/sh -c cd /home/user/systemds && git tag -F /tmp/maven-scm-1630694728.commit 2.1.0-rc0 [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git push https://github.com/j143/systemds.git refs/tags/2.1.0-rc0 [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git ls-files [INFO] Working directory: /home/user/systemds [INFO] Transforming 'SystemDS'... [INFO] Not removing release POMs [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd /home/user/systemds && git add -- pom.xml [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git rev-parse --show-toplevel [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git status --porcelain . [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git commit --verbose -F /tmp/maven-scm-122944692.commit pom.xml [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git symbolic-ref HEAD [INFO] Working directory: /home/user/systemds [INFO] Executing: /bin/sh -c cd /home/user/systemds && git push https://github.com/j143/systemds.git refs/heads/release-check-3:refs/heads/release-check-3 [INFO] Working directory: /home/user/systemds [INFO] Release preparation complete. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 27.251 s [INFO] Finished at: 2021-05-20T18:18:57+05:30 [INFO] ------------------------------------------------------------------------ ```
j143 commented 3 years ago

Useful options to explore

j143 commented 3 years ago

Is it possible to pause after the release tag for tagging docs and python along with pom.xml?

No need for this. a simpler workaround will be to

# 1.  Tag release version before `mvn release:prepare`
# tag python build

# change tags in docs

# 2. changes tags in pom.xml to release
# 3. changes tag in pom.xml to snapshot
mvn --batch-mode -DdryRun=false -Dtag=$RELEASE_TAG release:prepare \
                 -Dresume=false \
                 -DreleaseVersion=$RELEASE_VERSION \
                 -DdevelopmentVersion=$NEXT_VERSION 

# 4. tag snapshot version after `mvn release:prepare`
j143 commented 3 years ago

Docs with maven pom goal

https://github.com/xolstice/protobuf-maven-plugin/blob/fe8e6448dc6a5d58019b47a6fa7d348f8acd28e5/pom.xml#L86-L95

    <distributionManagement>
        <downloadUrl>https://bintray.com/xolstice/maven/protobuf-maven-plugin/view</downloadUrl>
        <site>
            <!--
                release:perform checks this element to determine whether site-deploy goal needs to be run.
                The actual site deployment is done by GitHub site-maven-plugin, so the URL here is not used.
            -->
            <id>gh-pages</id>
            <url>https://github.com/xolstice/protobuf-maven-plugin/tree/gh-pages</url>
        </site>