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 2014/03/11 08:33:22 UTC

Build failed in Jenkins: Tajo-0.8.0-build #18

See <https://builds.apache.org/job/Tajo-0.8.0-build/18/changes>

Changes:

[hyunsik] TAJO-681: Embed sphinx rtd theme into tajo-docs. (hyunsik)

------------------------------------------
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
Started by an SCM change
Building remotely on hadoop2 in workspace <https://builds.apache.org/job/Tajo-0.8.0-build/ws/>
Fetching changes from the remote Git repository
Fetching upstream changes from http://git-wip-us.apache.org/repos/asf/incubator-tajo.git
Checking out Revision 3bba0ecef5b1d56b78c9514f321cd2947acef34a (origin/branch-0.8.0)
[Tajo-0.8.0-build] $ /bin/bash -x /tmp/hudson2749856297070411995.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-0.8.0-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 Common
[INFO] Tajo Algebra
[INFO] Tajo Rpc
[INFO] Tajo Catalog Common
[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 Backend
[INFO] Tajo Core
[INFO] Tajo Catalog Drivers
[INFO] Tajo Catalog
[INFO] Tajo Distribution
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tajo Main 0.8.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (clean) @ tajo-main ---
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ tajo-main ---
[INFO] Deleting <https://builds.apache.org/job/Tajo-0.8.0-build/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ tajo-main ---
[INFO] 
[INFO] --- apache-rat-plugin:0.8:check (default) @ tajo-main ---
[INFO] Exclude: CHANGES.txt
[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: **/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: **/*.rst
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... FAILURE [10.818s]
[INFO] Tajo Project POM .................................. SKIPPED
[INFO] Tajo Common ....................................... SKIPPED
[INFO] Tajo Algebra ...................................... SKIPPED
[INFO] Tajo Rpc .......................................... SKIPPED
[INFO] Tajo Catalog Common ............................... 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 Backend ................................. 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: 11.649s
[INFO] Finished at: Tue Mar 11 07:33:20 UTC 2014
[INFO] Final Memory: 11M/160M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check (default) on project tajo-main: Too many unapproved licenses: 12 -> [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-681

Jenkins build is back to normal : Tajo-0.8.0-build #19

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tajo-0.8.0-build/19/changes>