See <https://builds.apache.org/job/Tajo-master-build/1116/changes>
Changes: [hyunsik] Update the site for 0.11.2 release. ------------------------------------------ Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on H3 (Mapreduce Hadoop Zookeeper Hdfs yahoo-not-h2) in workspace <https://builds.apache.org/job/Tajo-master-build/ws/> Cloning the remote Git repository Cloning repository http://git-wip-us.apache.org/repos/asf/tajo.git > git init <https://builds.apache.org/job/Tajo-master-build/ws/> # timeout=10 Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/tajo.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress > http://git-wip-us.apache.org/repos/asf/tajo.git > +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url http://git-wip-us.apache.org/repos/asf/tajo.git > # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # > timeout=10 > 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 No valid HEAD. Skipping the resetting > git clean -fdx # timeout=10 Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/tajo.git > git -c core.askpass=true 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 1e40b6ee7d2a2a9269e688f48f8c269e38c506f1 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 1e40b6ee7d2a2a9269e688f48f8c269e38c506f1 > git rev-list 394ce580b42319ff7bd9727f3316315d5cd27b50 # timeout=10 [Tajo-master-build] $ /bin/bash -x /tmp/hudson2593687254073415960.sh + uname -a Linux asf903.gq1.ygridcore.net 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux + export MAVEN_HOME=/home/jenkins/tools/maven/latest + MAVEN_HOME=/home/jenkins/tools/maven/latest + export PATH=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_45/bin:/home/jenkins/tools/maven/latest/bin:/home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_45/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + PATH=/home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_45/bin:/home/jenkins/tools/maven/latest/bin:/home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_45/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + which java /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_45/bin/java + protoc --version libprotoc 2.5.0 + mvn --version Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T17:37:52+00:00) Maven home: /home/jenkins/tools/maven/latest Java version: 1.8.0_45, vendor: Oracle Corporation Java home: /home/jenkins/jenkins-slave/tools/hudson.model.JDK/jdk1.8.0_45/jre Default locale: en_US, platform encoding: ISO-8859-1 OS name: "linux", version: "3.13.0-36-lowlatency", arch: "amd64", family: "unix" + cd <https://builds.apache.org/job/Tajo-master-build/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 PullServer [INFO] Tajo Client [INFO] Tajo SQL Parser [INFO] Tajo CLI tools [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 Client Example [INFO] Tajo HBase Storage [INFO] Tajo Cluster Tests [INFO] Tajo JDBC Driver [INFO] Tajo JDBC storage common [INFO] Tajo PostgreSQL JDBC storage [INFO] Tajo S3 storage [INFO] Tajo Storage [INFO] Tajo Distribution [INFO] Tajo Core Tests [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.12.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (clean) @ tajo-main --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-main --- [INFO] [INFO] --- maven-enforcer-plugin:1.4: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] --- maven-install-plugin:2.5.2:install (default-install) @ tajo-main --- [INFO] Installing <https://builds.apache.org/job/Tajo-master-build/ws/pom.xml> to /home/jenkins/.m2/repository/org/apache/tajo/tajo-main/0.12.0-SNAPSHOT/tajo-main-0.12.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Tajo Project POM 0.12.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (clean) @ tajo-project --- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-project --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (default) @ tajo-project --- [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ tajo-project --- [INFO] Source directory: <https://builds.apache.org/job/Tajo-master-build/ws/tajo-project/src/main/hadoop-2.3.0> added. [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ tajo-project --- [INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source-2.3) @ tajo-project --- [INFO] Source directory: <https://builds.apache.org/job/Tajo-master-build/ws/tajo-project/src/main/hadoop-2.3.0> added. [INFO] [INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ tajo-project --- [INFO] [INFO] --- maven-enforcer-plugin:1.4:enforce (dist-enforce) @ tajo-project --- [INFO] [INFO] --- apache-rat-plugin:0.8:check (default) @ tajo-project --- [INFO] No excludes [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Tajo Main ......................................... SUCCESS [ 5.027 s] [INFO] Tajo Project POM .................................. FAILURE [ 3.615 s] [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 PullServer ................................... SKIPPED [INFO] Tajo Client ....................................... SKIPPED [INFO] Tajo SQL Parser ................................... SKIPPED [INFO] Tajo CLI tools .................................... 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 Client Example ............................... SKIPPED [INFO] Tajo HBase Storage ................................ SKIPPED [INFO] Tajo Cluster Tests ................................ SKIPPED [INFO] Tajo JDBC Driver .................................. SKIPPED [INFO] Tajo JDBC storage common .......................... SKIPPED [INFO] Tajo PostgreSQL JDBC storage ...................... SKIPPED [INFO] Tajo S3 storage ................................... SKIPPED [INFO] Tajo Storage ...................................... SKIPPED [INFO] Tajo Distribution ................................. SKIPPED [INFO] Tajo Core Tests ................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.223 s [INFO] Finished at: 2016-04-07T03:08:50+00:00 [INFO] Final Memory: 29M/560M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check (default) on project tajo-project: 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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :tajo-project Build step 'Execute shell' marked build as failure
