See <https://builds.apache.org/job/Tajo-master-build/214/changes>
Changes: [hyunsik] TAJO-800: CLI's meta command should be aware "TABLE_NAME" style. (Hyoungjun Kim via hyunsik) ------------------------------------------ Started by an SCM change Building remotely on hadoop9 (Zookeeper Hadoop Hadoop9 hadoop) in workspace <https://builds.apache.org/job/Tajo-master-build/ws/> > git rev-parse --is-inside-work-tree Fetching changes from the remote Git repository > git config remote.origin.url http://git-wip-us.apache.org/repos/asf/tajo.git Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/tajo.git > git --version > 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} Checking out Revision eb4e54a14a0f62749c4163d7192bdd547bc64e12 (origin/master) > git config core.sparsecheckout > git checkout -f eb4e54a14a0f62749c4163d7192bdd547bc64e12 > git rev-list 3ffb4ee24499865720eef518d8ccb1948c274d65 [Tajo-master-build] $ /bin/bash -x /tmp/hudson3121485108259714933.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/hudson/tools/java/latest1.6/bin:/home/hudson/tools/java/latest1.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + PATH=/home/jenkins/tools/java/latest/bin:/home/jenkins/tools/maven/latest/bin:/home/hudson/tools/java/latest1.6/bin:/home/hudson/tools/java/latest1.6/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + which java /home/jenkins/tools/java/latest/bin/java + protoc --version libprotoc 2.5.0 + mvn --version Apache Maven 3.0.3 (r1075438; 2011-02-28 17:31:09+0000) Maven home: /home/jenkins/tools/maven/latest Java version: 1.6.0_26, vendor: Sun Microsystems Inc. Java home: /home/jenkins/tools/java/jdk1.6.0_26/jre Default locale: en_US, platform encoding: ISO-8859-1 OS name: "linux", version: "2.6.32-33-server", arch: "i386", family: "unix" + cd <https://builds.apache.org/job/Tajo-master-build/ws/> + /home/jenkins/tools/maven/latest/bin/mvn clean install [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 Rpc [INFO] Tajo Catalog Client [INFO] Tajo Catalog Server [INFO] Tajo Storage [INFO] Tajo Core PullServer [INFO] Tajo Client [INFO] Tajo JDBC Driver [INFO] Tajo Core [INFO] Tajo Catalog Drivers [INFO] Tajo Catalog [INFO] Tajo Distribution [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Tajo Main 0.9.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (clean) @ tajo-main --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-main --- [INFO] Deleting <https://builds.apache.org/job/Tajo-master-build/ws/target> [INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (default) @ tajo-main --- [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-main --- [INFO] [INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ tajo-main --- [INFO] [INFO] --- apache-rat-plugin:0.8:check (default) @ tajo-main --- [INFO] Exclude: CHANGES [INFO] Exclude: **/workers [INFO] Exclude: **/querymasters [INFO] Exclude: **/*.sql [INFO] Exclude: **/*.hiveql [INFO] Exclude: **/*.schema [INFO] Exclude: **/*.tbl [INFO] Exclude: **/*.js [INFO] Exclude: **/*.result [INFO] Exclude: **/*.avsc [INFO] Exclude: **/target/** [INFO] Exclude: **/*.log [INFO] Exclude: .git/** [INFO] Exclude: .gitignore [INFO] Exclude: *.patch [INFO] Exclude: .idea/** [INFO] Exclude: **/*.iml [INFO] Exclude: **/*.ipr [INFO] Exclude: **/.project [INFO] Exclude: **/.classpath [INFO] Exclude: **/.settings/** [INFO] Exclude: atlassian-ide-plugin.xml [INFO] Exclude: .reviewboardrc [INFO] Exclude: **/sphinx_rtd_theme/**/* [INFO] Exclude: **/*.rst [INFO] Exclude: **/resources/* [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Tajo Main ......................................... FAILURE [45.024s] [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 Rpc .......................................... SKIPPED [INFO] Tajo Catalog Client ............................... SKIPPED [INFO] Tajo Catalog Server ............................... SKIPPED [INFO] Tajo Storage ...................................... SKIPPED [INFO] Tajo Core PullServer .............................. SKIPPED [INFO] Tajo Client ....................................... SKIPPED [INFO] Tajo JDBC Driver .................................. SKIPPED [INFO] Tajo Core ......................................... SKIPPED [INFO] Tajo Catalog Drivers .............................. SKIPPED [INFO] Tajo Catalog ...................................... SKIPPED [INFO] Tajo Distribution ................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 45.960s [INFO] Finished at: Thu May 08 04:26:54 UTC 2014 [INFO] Final Memory: 13M/122M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check (default) on project tajo-main: Too many unapproved licenses: 1 -> [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 Build step 'Execute shell' marked build as failure Updating TAJO-800
