I changed a machine and this time it compiles, so it might be my env issue, 
please ignore my previous email.

> On Jan 31, 2016, at 6:00 PM, ShaoFeng Shi <[email protected] 
> <mailto:[email protected]>> wrote:
> 
> Hello,
> 
> I couldn't build the artifacts on master branch with maven (error log copied 
> below); 
> 
> After several tries (re-clone), it still doesn't work; Then I followed the 
> doc to checkout the tags/helix-0.7.1, then it builds successfully. Usually 
> the master branch points to the latest stable version, and most users will 
> use that directly, so if someone can fix the issue, that would be great. I 'm 
> using JDK 1.7 and Maven 3.2.3. Thank you;
> 
> LM-SHC-00950687:workspace shaoshi$ git clone 
> https://github.com/apache/helix.git <https://github.com/apache/helix.git>
> Cloning into 'helix'...
> 
> remote: Counting objects: 53045, done.
> 
> remote: Total 53045 (delta 0), reused 0 (delta 0), pack-reused 53045
> 
> Receiving objects: 100% (53045/53045), 71.89 MiB | 691.00 KiB/s, done.
> 
> Resolving deltas: 100% (31332/31332), done.
> 
> Checking connectivity... done.
> 
> LM-SHC-00950687:workspace shaoshi$ cd helix
> 
> LM-SHC-00950687:helix shaoshi$ ./build 
> 
> [INFO] Scanning for projects...
> 
> [INFO] 
> ------------------------------------------------------------------------
> 
> [INFO] Reactor Build Order:
> 
> [INFO] 
> 
> [INFO] Apache Helix
> 
> [INFO] Apache Helix :: Core
> 
> [INFO] Apache Helix :: Admin Webapp
> 
> [INFO] Apache Helix :: HelixAgent
> 
> [INFO] Apache Helix :: HelixProvisioning
> 
> [INFO] Apache Helix :: Helix Examples
> 
> [INFO] Apache Helix :: IPC
> 
> [INFO] Apache Helix :: UI
> 
> [INFO] Apache Helix :: Archetype
> 
> [INFO] Apache Helix :: Recipes
> 
> [INFO] Apache Helix :: Recipes :: Rabbitmq Consumer Group
> 
> [INFO] Apache Helix :: Recipes :: Rsync Replicated File Store
> 
> [INFO] Apache Helix :: Recipes :: distributed lock manager
> 
> [INFO] Apache Helix :: Recipes :: user-defined-rebalancer
> 
> [INFO] Apache Helix :: Recipes :: distributed task execution
> 
> [INFO] Apache Helix :: Recipes :: service discovery
> 
> [INFO] Apache Helix :: Recipes :: Provisioning :: YARN :: Hello World
> 
> [INFO] Apache Helix :: Recipes :: Provisioning :: YARN :: Job Runner
> 
> [INFO]                                                                        
>  
> 
> [INFO] 
> ------------------------------------------------------------------------
> 
> [INFO] Building Apache Helix 0.7.2-SNAPSHOT
> 
> [INFO] 
> ------------------------------------------------------------------------
> 
> [INFO] 
> 
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helix ---
> 
> [INFO] 
> 
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ helix ---
> 
> [INFO] 
> 
> [INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ helix ---
> 
> [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, war, 
> bundle]
> 
> [INFO] 
> 
> [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ 
> helix ---
> 
> [INFO] 
> 
> [INFO] >>> maven-source-plugin:2.3:jar (attach-sources) > generate-sources @ 
> helix >>>
> 
> [INFO] 
> 
> [INFO] <<< maven-source-plugin:2.3:jar (attach-sources) < generate-sources @ 
> helix <<<
> 
> [INFO] 
> 
> [INFO] --- maven-source-plugin:2.3:jar (attach-sources) @ helix ---
> 
> [INFO] 
> 
> [INFO] --- maven-surefire-plugin:2.18.1:test (integration-tests) @ helix ---
> 
> [INFO] Tests are skipped.
> 
> [INFO] 
> 
> [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ helix ---
> 
> [INFO] Installing /Users/shaoshi/Documents/workspace/helix/pom.xml to 
> /Users/shaoshi/.m2/repository/org/apache/helix/helix/0.7.2-SNAPSHOT/helix-0.7.2-SNAPSHOT.pom
> 
> [INFO]                                                                        
>  
> 
> [INFO] 
> ------------------------------------------------------------------------
> 
> [INFO] Building Apache Helix :: Core 0.7.2-SNAPSHOT
> 
> [INFO] 
> ------------------------------------------------------------------------
> 
> [INFO] 
> 
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ helix-core ---
> 
> [INFO] 
> 
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ helix-core 
> ---
> 
> [INFO] 
> 
> [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
> helix-core ---
> 
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> 
> [INFO] Copying 1 resource
> 
> [INFO] Copying 0 resource
> 
> [INFO] Copying 3 resources
> 
> [INFO] 
> 
> [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ helix-core 
> ---
> 
> [INFO] Compiling 390 source files to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/classes
> 
> [INFO] 
> 
> [INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ helix-core 
> ---
> 
> [INFO] 
> 
> [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
> helix-core ---
> 
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> 
> [INFO] Copying 2 resources
> 
> [INFO] Copying 3 resources
> 
> [INFO] 
> 
> [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ 
> helix-core ---
> 
> [INFO] Compiling 217 source files to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/test-classes
> 
> [INFO] 
> 
> [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ helix-core ---
> 
> [INFO] Tests are skipped.
> 
> [INFO] 
> 
> [INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ helix-core ---
> 
> [INFO] 
> 
> [INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ 
> helix-core ---
> 
> [INFO] 
> 
> [INFO] >>> maven-source-plugin:2.3:jar (attach-sources) > generate-sources @ 
> helix-core >>>
> 
> [INFO] 
> 
> [INFO] <<< maven-source-plugin:2.3:jar (attach-sources) < generate-sources @ 
> helix-core <<<
> 
> [INFO] 
> 
> [INFO] --- maven-source-plugin:2.3:jar (attach-sources) @ helix-core ---
> 
> [INFO] Building jar: 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-0.7.2-SNAPSHOT-sources.jar
> 
> [INFO] 
> 
> [INFO] --- maven-jar-plugin:2.6:test-jar (default) @ helix-core ---
> 
> [INFO] Building jar: 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-0.7.2-SNAPSHOT-tests.jar
> 
> [INFO] 
> 
> [INFO] --- appassembler-maven-plugin:1.1.1:assemble (default) @ helix-core ---
> 
> [INFO] Installing 
> /Users/shaoshi/.m2/repository/log4j/log4j/1.2.15/log4j-1.2.15.jar to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/log4j/log4j/1.2.15/log4j-1.2.15.jar
> 
> [INFO] Installing 
> /Users/shaoshi/.m2/repository/org/apache/zookeeper/zookeeper/3.3.4/zookeeper-3.3.4.jar
>  to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/org/apache/zookeeper/zookeeper/3.3.4/zookeeper-3.3.4.jar
> 
> [INFO] Installing 
> /Users/shaoshi/.m2/repository/jline/jline/0.9.94/jline-0.9.94.jar to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/jline/jline/0.9.94/jline-0.9.94.jar
> 
> [INFO] Installing 
> /Users/shaoshi/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.8.5/jackson-core-asl-1.8.5.jar
>  to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/org/codehaus/jackson/jackson-core-asl/1.8.5/jackson-core-asl-1.8.5.jar
> 
> [INFO] Installing 
> /Users/shaoshi/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.8.5/jackson-mapper-asl-1.8.5.jar
>  to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/org/codehaus/jackson/jackson-mapper-asl/1.8.5/jackson-mapper-asl-1.8.5.jar
> 
> [INFO] Installing 
> /Users/shaoshi/.m2/repository/commons-io/commons-io/2.2/commons-io-2.2.jar to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/commons-io/commons-io/2.2/commons-io-2.2.jar
> 
> [INFO] Installing 
> /Users/shaoshi/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar 
> to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
> 
> [INFO] Installing 
> /Users/shaoshi/.m2/repository/com/github/sgroschupf/zkclient/0.1/zkclient-0.1.jar
>  to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/com/github/sgroschupf/zkclient/0.1/zkclient-0.1.jar
> 
> [INFO] Installing 
> /Users/shaoshi/.m2/repository/org/apache/commons/commons-math/2.1/commons-math-2.1.jar
>  to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/org/apache/commons/commons-math/2.1/commons-math-2.1.jar
> 
> [INFO] Installing 
> /Users/shaoshi/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
>  to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
> 
> [INFO] Installing 
> /Users/shaoshi/.m2/repository/com/google/guava/guava/15.0/guava-15.0.jar to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/com/google/guava/guava/15.0/guava-15.0.jar
> 
> [INFO] Installing 
> /Users/shaoshi/.m2/repository/org/yaml/snakeyaml/1.12/snakeyaml-1.12.jar to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/org/yaml/snakeyaml/1.12/snakeyaml-1.12.jar
> 
> [INFO] Installing 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-0.7.2-SNAPSHOT.jar
>  to 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-pkg/repo/org/apache/helix/helix-core/0.7.2-SNAPSHOT/helix-core-0.7.2-SNAPSHOT.jar
> 
> [INFO] 
> 
> [INFO] --- maven-assembly-plugin:2.5.3:single (default) @ helix-core ---
> 
> [INFO] Reading assembly descriptor: src/assemble/assembly.xml
> 
> [WARNING] The assembly descriptor contains a filesystem-root relative 
> reference,which is not cross platform compatible /
> 
> [INFO] Building tar: 
> /Users/shaoshi/Documents/workspace/helix/helix-core/target/helix-core-0.7.2-SNAPSHOT-pkg.tar
> 
> [INFO] 
> ------------------------------------------------------------------------
> 
> [INFO] Reactor Summary:
> 
> [INFO] 
> 
> [INFO] Apache Helix ....................................... SUCCESS [  1.380 
> s]
> 
> [INFO] Apache Helix :: Core ............................... FAILURE [  7.905 
> s]
> 
> [INFO] Apache Helix :: Admin Webapp ....................... SKIPPED
> 
> [INFO] Apache Helix :: HelixAgent ......................... SKIPPED
> 
> [INFO] Apache Helix :: HelixProvisioning .................. SKIPPED
> 
> [INFO] Apache Helix :: Helix Examples ..................... SKIPPED
> 
> [INFO] Apache Helix :: IPC ................................ SKIPPED
> 
> [INFO] Apache Helix :: UI ................................. SKIPPED
> 
> [INFO] Apache Helix :: Archetype .......................... SKIPPED
> 
> [INFO] Apache Helix :: Recipes ............................ SKIPPED
> 
> [INFO] Apache Helix :: Recipes :: Rabbitmq Consumer Group . SKIPPED
> 
> [INFO] Apache Helix :: Recipes :: Rsync Replicated File Store SKIPPED
> 
> [INFO] Apache Helix :: Recipes :: distributed lock manager  SKIPPED
> 
> [INFO] Apache Helix :: Recipes :: user-defined-rebalancer . SKIPPED
> 
> [INFO] Apache Helix :: Recipes :: distributed task execution SKIPPED
> 
> [INFO] Apache Helix :: Recipes :: service discovery ....... SKIPPED
> 
> [INFO] Apache Helix :: Recipes :: Provisioning :: YARN :: Hello World SKIPPED
> 
> [INFO] Apache Helix :: Recipes :: Provisioning :: YARN :: Job Runner SKIPPED
> 
> [INFO] 
> ------------------------------------------------------------------------
> 
> [INFO] BUILD FAILURE
> 
> [INFO] 
> ------------------------------------------------------------------------
> 
> [INFO] Total time: 9.956 s
> 
> [INFO] Finished at: 2016-01-31T17:47:54+08:00
> 
> [INFO] Final Memory: 41M/704M
> 
> [INFO] 
> ------------------------------------------------------------------------
> 
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-assembly-plugin:2.5.3:single (default) on 
> project helix-core: Execution default of goal 
> org.apache.maven.plugins:maven-assembly-plugin:2.5.3:single failed: group id 
> '110217519' is too big ( > 2097151 ) -> [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/PluginExecutionException 
> <http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException>
> [ERROR] 
> 
> [ERROR] After correcting the problems, you can resume the build with the 
> command
> 
> [ERROR]   mvn <goals> -rf :helix-core
> 
> 
> -- 
> Best regards,
> 
> Shaofeng Shi
> 

Reply via email to