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/09/29 17:01:08 UTC

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

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

Changes:

[blrunner] TAJO-1887: Disable the alter table add partition statement temporarily.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H6 (Mapreduce Falcon Hadoop Pig Zookeeper Tez 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 4564c37fa7a54888424134d75ec06adcbb8c10c0 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4564c37fa7a54888424134d75ec06adcbb8c10c0
 > git rev-list 3035b0143d1900439ac186480a748f36556aa72c # timeout=10
[Tajo-master-nightly] $ /bin/bash -x /tmp/hudson601151254359065309.sh
+ export MAVEN_HOME=/home/jenkins/tools/maven/latest
+ MAVEN_HOME=/home/jenkins/tools/maven/latest
+ export PATH=/home/jenkins/tools/java/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin/java
+ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) Server VM (build 23.25-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 PullServer
[INFO] Tajo Client
[INFO] Tajo CLI tools
[INFO] Tajo SQL Parser
[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 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 ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Detected JDK Version: 1.7.0-25 is not in the allowed range 1.8.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... FAILURE [  0.743 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 PullServer ................................... SKIPPED
[INFO] Tajo Client ....................................... SKIPPED
[INFO] Tajo CLI tools .................................... SKIPPED
[INFO] Tajo SQL Parser ................................... 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 Storage ...................................... SKIPPED
[INFO] Tajo Distribution ................................. SKIPPED
[INFO] Tajo Core Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.735 s
[INFO] Finished at: 2015-09-29T15:01:27+00:00
[INFO] Final Memory: 17M/156M
[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

Jenkins build is back to normal : Tajo-master-nightly #879

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tajo-master-nightly/879/changes>


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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tajo-master-nightly/878/changes>

Changes:

[hyunsik] TAJO-1895: Add a maven profile to skip the unit tests of

------------------------------------------
Started by user hyunsik
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H4 (Mapreduce zookeeper Hadoop Pig falcon 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 -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 356c48efa21a1e6b0c98791ccc3578393d96f5ff (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 356c48efa21a1e6b0c98791ccc3578393d96f5ff
 > git rev-list dd16f119c200b23e23e6859d6adf1b3e630bc825 # timeout=10
[Tajo-master-nightly] $ /bin/bash -x /tmp/hudson4325052569304314226.sh
+ export MAVEN_HOME=/home/jenkins/tools/maven/latest
+ MAVEN_HOME=/home/jenkins/tools/maven/latest
+ export PATH=/home/jenkins/tools/java/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin/java
+ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) Server VM (build 23.25-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 PullServer
[INFO] Tajo Client
[INFO] Tajo CLI tools
[INFO] Tajo SQL Parser
[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 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 ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Detected JDK Version: 1.7.0-25 is not in the allowed range 1.8.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... FAILURE [  0.660 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 PullServer ................................... SKIPPED
[INFO] Tajo Client ....................................... SKIPPED
[INFO] Tajo CLI tools .................................... SKIPPED
[INFO] Tajo SQL Parser ................................... 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 Storage ...................................... SKIPPED
[INFO] Tajo Distribution ................................. SKIPPED
[INFO] Tajo Core Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.727 s
[INFO] Finished at: 2015-10-06T04:47:50+00:00
[INFO] Final Memory: 17M/159M
[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
ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?


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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tajo-master-nightly/877/changes>

Changes:

[jihoonson] TAJO-1899: Calling 'Arrays.asList()' with too few arguments cause memory

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H3 (Mapreduce Hadoop Zookeeper 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 -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 dd16f119c200b23e23e6859d6adf1b3e630bc825 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dd16f119c200b23e23e6859d6adf1b3e630bc825
 > git rev-list f32804742541df21711d587223939c0de010a484 # timeout=10
[Tajo-master-nightly] $ /bin/bash -x /tmp/hudson8988498444759871120.sh
+ export MAVEN_HOME=/home/jenkins/tools/maven/latest
+ MAVEN_HOME=/home/jenkins/tools/maven/latest
+ export PATH=/home/jenkins/tools/java/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin/java
+ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) Server VM (build 23.25-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 PullServer
[INFO] Tajo Client
[INFO] Tajo CLI tools
[INFO] Tajo SQL Parser
[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 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 ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Detected JDK Version: 1.7.0-25 is not in the allowed range 1.8.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... FAILURE [  0.707 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 PullServer ................................... SKIPPED
[INFO] Tajo Client ....................................... SKIPPED
[INFO] Tajo CLI tools .................................... SKIPPED
[INFO] Tajo SQL Parser ................................... 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 Storage ...................................... SKIPPED
[INFO] Tajo Distribution ................................. SKIPPED
[INFO] Tajo Core Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.850 s
[INFO] Finished at: 2015-10-05T13:48:00+00:00
[INFO] Final Memory: 17M/158M
[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
ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?


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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tajo-master-nightly/876/changes>

Changes:

[jihoonson] TAJO-1893: Remove unused import.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H0 (Hadoop Tez) 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 -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 f32804742541df21711d587223939c0de010a484 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f32804742541df21711d587223939c0de010a484
 > git rev-list 8ae851cb3f1d6b13bdd9acca713727df866bd8ac # timeout=10
[Tajo-master-nightly] $ /bin/bash -x /tmp/hudson648990801095542002.sh
+ export MAVEN_HOME=/home/jenkins/tools/maven/latest
+ MAVEN_HOME=/home/jenkins/tools/maven/latest
+ export PATH=/home/jenkins/tools/java/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin/java
+ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) Server VM (build 23.25-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 PullServer
[INFO] Tajo Client
[INFO] Tajo CLI tools
[INFO] Tajo SQL Parser
[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 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 ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Detected JDK Version: 1.7.0-25 is not in the allowed range 1.8.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... FAILURE [  0.583 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 PullServer ................................... SKIPPED
[INFO] Tajo Client ....................................... SKIPPED
[INFO] Tajo CLI tools .................................... SKIPPED
[INFO] Tajo SQL Parser ................................... 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 Storage ...................................... SKIPPED
[INFO] Tajo Distribution ................................. SKIPPED
[INFO] Tajo Core Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.724 s
[INFO] Finished at: 2015-10-05T08:49:42+00:00
[INFO] Final Memory: 17M/118M
[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
ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?


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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tajo-master-nightly/875/changes>

Changes:

[hyunsik] TAJO-1901: Repair partition throws ArrayIndexOutOfBoundsException

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H0 (Hadoop Tez) 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 -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 8ae851cb3f1d6b13bdd9acca713727df866bd8ac (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8ae851cb3f1d6b13bdd9acca713727df866bd8ac
 > git rev-list 94197c38a5d2bf053f5bebcae4c524e8aa1b552e # timeout=10
[Tajo-master-nightly] $ /bin/bash -x /tmp/hudson4356272589933790078.sh
+ export MAVEN_HOME=/home/jenkins/tools/maven/latest
+ MAVEN_HOME=/home/jenkins/tools/maven/latest
+ export PATH=/home/jenkins/tools/java/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin/java
+ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) Server VM (build 23.25-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 PullServer
[INFO] Tajo Client
[INFO] Tajo CLI tools
[INFO] Tajo SQL Parser
[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 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 ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Detected JDK Version: 1.7.0-25 is not in the allowed range 1.8.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... FAILURE [  0.723 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 PullServer ................................... SKIPPED
[INFO] Tajo Client ....................................... SKIPPED
[INFO] Tajo CLI tools .................................... SKIPPED
[INFO] Tajo SQL Parser ................................... 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 Storage ...................................... SKIPPED
[INFO] Tajo Distribution ................................. SKIPPED
[INFO] Tajo Core Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.779 s
[INFO] Finished at: 2015-10-04T22:47:51+00:00
[INFO] Final Memory: 17M/118M
[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
ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?


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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tajo-master-nightly/874/changes>

Changes:

[hyunsik] TAJO-1461: Follow Protocol Buffer Style Guide. (Contributed by David

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H0 (Hadoop Tez) 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 -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 94197c38a5d2bf053f5bebcae4c524e8aa1b552e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 94197c38a5d2bf053f5bebcae4c524e8aa1b552e
 > git rev-list ef94bb38d225deaff2d1eeb3d916fbe765412c3a # timeout=10
[Tajo-master-nightly] $ /bin/bash -x /tmp/hudson1030552878374205262.sh
+ export MAVEN_HOME=/home/jenkins/tools/maven/latest
+ MAVEN_HOME=/home/jenkins/tools/maven/latest
+ export PATH=/home/jenkins/tools/java/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin/java
+ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) Server VM (build 23.25-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 PullServer
[INFO] Tajo Client
[INFO] Tajo CLI tools
[INFO] Tajo SQL Parser
[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 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 ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Detected JDK Version: 1.7.0-25 is not in the allowed range 1.8.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... FAILURE [  0.868 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 PullServer ................................... SKIPPED
[INFO] Tajo Client ....................................... SKIPPED
[INFO] Tajo CLI tools .................................... SKIPPED
[INFO] Tajo SQL Parser ................................... 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 Storage ...................................... SKIPPED
[INFO] Tajo Distribution ................................. SKIPPED
[INFO] Tajo Core Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.881 s
[INFO] Finished at: 2015-10-03T18:47:48+00:00
[INFO] Final Memory: 17M/159M
[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
ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?


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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Tajo-master-nightly/873/changes>

Changes:

[blrunner] TAJO-1902: Add line delimiter for repair partition in TajoDump.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H9 (Mapreduce Falcon Hadoop Pig Zookeeper Tez 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 -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 ef94bb38d225deaff2d1eeb3d916fbe765412c3a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef94bb38d225deaff2d1eeb3d916fbe765412c3a
 > git rev-list 4564c37fa7a54888424134d75ec06adcbb8c10c0 # timeout=10
[Tajo-master-nightly] $ /bin/bash -x /tmp/hudson3889763757321552510.sh
+ export MAVEN_HOME=/home/jenkins/tools/maven/latest
+ MAVEN_HOME=/home/jenkins/tools/maven/latest
+ export PATH=/home/jenkins/tools/java/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin:/home/jenkins/tools/maven/latest/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/latest1.7/bin/java
+ java -version
java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
Java HotSpot(TM) Server VM (build 23.25-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 PullServer
[INFO] Tajo Client
[INFO] Tajo CLI tools
[INFO] Tajo SQL Parser
[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 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 ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireJavaVersion failed with message:
Detected JDK Version: 1.7.0-25 is not in the allowed range 1.8.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... FAILURE [  0.751 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 PullServer ................................... SKIPPED
[INFO] Tajo Client ....................................... SKIPPED
[INFO] Tajo CLI tools .................................... SKIPPED
[INFO] Tajo SQL Parser ................................... 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 Storage ...................................... SKIPPED
[INFO] Tajo Distribution ................................. SKIPPED
[INFO] Tajo Core Tests ................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.778 s
[INFO] Finished at: 2015-09-30T22:47:47+00:00
[INFO] Final Memory: 18M/118M
[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
ERROR: Publisher 'Publish JUnit test result report' failed: No test report files were found. Configuration error?