You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/08/13 05:17:08 UTC

Build failed in Jenkins: Tajo-master-nightly #797

See <https://builds.apache.org/job/Tajo-master-nightly/797/changes>

Changes:

[jhkim] TAJO-1750: Upgrade hadoop dependency to 2.7.1.

[jihoonson] TAJO-1752: NameResolver cannot find nested records properly.

------------------------------------------
Started by timer
Building remotely on H1 (Mapreduce Hadoop Pig Hdfs) in workspace <https://builds.apache.org/job/Tajo-master-nightly/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://git-wip-us.apache.org/repos/asf/tajo.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/tajo.git
 > git --version # timeout=10
 > git fetch --tags --progress http://git-wip-us.apache.org/repos/asf/tajo.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision fd6a95180ecfa05df7cd0b1a8a957057c9788ad6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fd6a95180ecfa05df7cd0b1a8a957057c9788ad6
 > git rev-list 7d060837703244c40eff5c1e3b62f165de0887d3 # timeout=10
[Tajo-master-nightly] $ /bin/bash -x /tmp/hudson8869636345953943864.sh
+ export JAVA_HOME=/home/jenkins/tools/java/latest
+ JAVA_HOME=/home/jenkins/tools/java/latest
+ export MAVEN_HOME=/home/jenkins/tools/maven/latest
+ MAVEN_HOME=/home/jenkins/tools/maven/latest
+ export PATH=/home/jenkins/tools/java/latest/bin:/home/jenkins/tools/maven/latest/bin:/home/jenkins/tools/java/latest1.7/bin:/home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ PATH=/home/jenkins/tools/java/latest/bin:/home/jenkins/tools/maven/latest/bin:/home/jenkins/tools/java/latest1.7/bin:/home/jenkins/tools/java/latest1.7/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
+ which java
/home/jenkins/tools/java/latest/bin/java
+ java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
+ protoc --version
libprotoc 2.5.0
+ cd <https://builds.apache.org/job/Tajo-master-nightly/ws/>
+ /home/jenkins/tools/maven/latest/bin/mvn clean install -Pdist -Dtar
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Tajo Main
[INFO] Tajo Project POM
[INFO] Tajo Maven Plugins
[INFO] Tajo Common
[INFO] Tajo Algebra
[INFO] Tajo Catalog Common
[INFO] Tajo Plan
[INFO] Tajo Rpc Common
[INFO] Tajo Protocol Buffer Rpc
[INFO] Tajo Catalog Client
[INFO] Tajo Catalog Server
[INFO] Tajo Storage Common
[INFO] Tajo HDFS Storage
[INFO] Tajo HBase Storage
[INFO] Tajo PullServer
[INFO] Tajo Client
[INFO] Tajo CLI tools
[INFO] Tajo JDBC Driver
[INFO] ASM (thirdparty)
[INFO] Tajo RESTful Container
[INFO] Tajo Metrics
[INFO] Tajo Core
[INFO] Tajo RPC
[INFO] Tajo Catalog Drivers Hive
[INFO] Tajo Catalog Drivers
[INFO] Tajo Catalog
[INFO] Tajo Storage
[INFO] Tajo Distribution
[INFO] 
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tajo Main 0.11.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4:enforce (clean) @ tajo-main ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Detected JDK Version: 1.6.0-45 is not in the allowed range 1.7.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... FAILURE [  0.557 s]
[INFO] Tajo Project POM .................................. SKIPPED
[INFO] Tajo Maven Plugins ................................ SKIPPED
[INFO] Tajo Common ....................................... SKIPPED
[INFO] Tajo Algebra ...................................... SKIPPED
[INFO] Tajo Catalog Common ............................... SKIPPED
[INFO] Tajo Plan ......................................... SKIPPED
[INFO] Tajo Rpc Common ................................... SKIPPED
[INFO] Tajo Protocol Buffer Rpc .......................... SKIPPED
[INFO] Tajo Catalog Client ............................... SKIPPED
[INFO] Tajo Catalog Server ............................... SKIPPED
[INFO] Tajo Storage Common ............................... SKIPPED
[INFO] Tajo HDFS Storage ................................. SKIPPED
[INFO] Tajo HBase Storage ................................ SKIPPED
[INFO] Tajo PullServer ................................... SKIPPED
[INFO] Tajo Client ....................................... SKIPPED
[INFO] Tajo CLI tools .................................... SKIPPED
[INFO] Tajo JDBC Driver .................................. SKIPPED
[INFO] ASM (thirdparty) .................................. SKIPPED
[INFO] Tajo RESTful Container ............................ SKIPPED
[INFO] Tajo Metrics ...................................... SKIPPED
[INFO] Tajo Core ......................................... SKIPPED
[INFO] Tajo RPC .......................................... SKIPPED
[INFO] Tajo Catalog Drivers Hive ......................... SKIPPED
[INFO] Tajo Catalog Drivers .............................. SKIPPED
[INFO] Tajo Catalog ...................................... SKIPPED
[INFO] Tajo Storage ...................................... SKIPPED
[INFO] Tajo Distribution ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.609 s
[INFO] Finished at: 2015-08-13T03:17:58+00:00
[INFO] Final Memory: 16M/723M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.4:enforce (clean) on project tajo-main: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [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
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results