[ 
https://issues.apache.org/jira/browse/HIVE-14721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15546535#comment-15546535
 ] 

Hive QA commented on HIVE-14721:
--------------------------------



Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12831573/HIVE-14721.3.patch

{color:red}ERROR:{color} -1 due to build exiting with an error

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/1389/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/1389/console
Test logs: 
http://ec2-204-236-174-241.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-Build-1389/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Tests exited with: NonZeroExitCodeException
Command 'bash /data/hive-ptest/working/scratch/source-prep.sh' failed with exit 
status 1 and output '+ date '+%Y-%m-%d %T.%3N'
2016-10-04 20:16:30.241
+ [[ -n /usr/java/jdk1.8.0_25 ]]
+ export JAVA_HOME=/usr/java/jdk1.8.0_25
+ JAVA_HOME=/usr/java/jdk1.8.0_25
+ export 
PATH=/usr/java/jdk1.8.0_25/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ 
PATH=/usr/java/jdk1.8.0_25/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ export 'ANT_OPTS=-Xmx1g -XX:MaxPermSize=256m '
+ ANT_OPTS='-Xmx1g -XX:MaxPermSize=256m '
+ export 'M2_OPTS=-Xmx1g -XX:MaxPermSize=256m -Dhttp.proxyHost=localhost 
-Dhttp.proxyPort=3128'
+ M2_OPTS='-Xmx1g -XX:MaxPermSize=256m -Dhttp.proxyHost=localhost 
-Dhttp.proxyPort=3128'
+ cd /data/hive-ptest/working/
+ tee /data/hive-ptest/logs/PreCommit-HIVE-Build-1389/source-prep.txt
+ [[ false == \t\r\u\e ]]
+ mkdir -p maven ivy
+ [[ git = \s\v\n ]]
+ [[ git = \g\i\t ]]
+ [[ -z master ]]
+ [[ -d apache-github-source-source ]]
+ [[ ! -d apache-github-source-source/.git ]]
+ [[ ! -d apache-github-source-source ]]
+ date '+%Y-%m-%d %T.%3N'
2016-10-04 20:16:30.243
+ cd apache-github-source-source
+ git fetch origin
>From https://github.com/apache/hive
   ad3df23..0ce24b9  hive-14535 -> origin/hive-14535
   21a0142..efe9c84  master     -> origin/master
+ git reset --hard HEAD
HEAD is now at 868d257 HIVE-13587: Set Hive pom to use Hadoop 2.6.1 (Mohit 
Sabharwal, reviewd by Sergio Pena)
+ git clean -f -d
Removing druid-handler/
Removing itests/custom-udfs/udf-vectorized-badexample/
Removing 
ql/src/test/results/clientnegative/columnstats_partlvl_invalid_values.q.out
Removing ql/src/test/results/clientpositive/authorization_explain.q.out
Removing ql/src/test/results/clientpositive/avro_date.q.out
Removing ql/src/test/results/clientpositive/avro_deserialize_map_null.q.out
Removing ql/src/test/results/clientpositive/avro_nullable_fields.q.out
Removing ql/src/test/results/clientpositive/avro_timestamp.q.out
Removing ql/src/test/results/clientpositive/cbo_rp_outer_join_ppr.q.out
Removing ql/src/test/results/clientpositive/char_udf1.q.out
Removing ql/src/test/results/clientpositive/input4.q.out
Removing ql/src/test/results/clientpositive/join0.q.out
Removing ql/src/test/results/clientpositive/list_bucket_dml_10.q.out
Removing ql/src/test/results/clientpositive/list_bucket_dml_11.q.out
Removing ql/src/test/results/clientpositive/list_bucket_dml_12.q.out
Removing ql/src/test/results/clientpositive/list_bucket_dml_13.q.out
Removing ql/src/test/results/clientpositive/list_bucket_dml_2.q.out
Removing ql/src/test/results/clientpositive/list_bucket_dml_4.q.out
Removing ql/src/test/results/clientpositive/list_bucket_dml_5.q.out
Removing ql/src/test/results/clientpositive/list_bucket_dml_6.q.out
Removing ql/src/test/results/clientpositive/list_bucket_dml_8.q.out
Removing ql/src/test/results/clientpositive/list_bucket_dml_9.q.out
Removing ql/src/test/results/clientpositive/llap/join0.q.out
Removing ql/src/test/results/clientpositive/llap/vector_cast_constant.q.out
Removing ql/src/test/results/clientpositive/outer_join_ppr.q.out
Removing ql/src/test/results/clientpositive/parquet_map_null.q.out
Removing ql/src/test/results/clientpositive/plan_json.q.out
Removing ql/src/test/results/clientpositive/spark/list_bucket_dml_10.q.out
Removing ql/src/test/results/clientpositive/stats_list_bucket.q.out
Removing ql/src/test/results/clientpositive/str_to_map.q.out
Removing ql/src/test/results/clientpositive/subquery_multiinsert.q.out
Removing ql/src/test/results/clientpositive/subquery_notin_having.q.out
Removing ql/src/test/results/clientpositive/tez/join0.q.out
Removing ql/src/test/results/clientpositive/tez/vector_cast_constant.q.out
Removing ql/src/test/results/clientpositive/varchar_udf1.q.out
+ git checkout master
Switched to branch 'master'
Your branch is behind 'origin/master' by 1 commit, and can be fast-forwarded.
  (use "git pull" to update your local branch)
+ git reset --hard origin/master
HEAD is now at efe9c84 HIVE-14806: Support UDTF in CBO (AST return path) 
(Pengcheng Xiong, reviewed by Ashutosh Chauhan)
+ git merge --ff-only origin/master
Already up-to-date.
+ date '+%Y-%m-%d %T.%3N'
2016-10-04 20:16:33.225
+ patchCommandPath=/data/hive-ptest/working/scratch/smart-apply-patch.sh
+ patchFilePath=/data/hive-ptest/working/scratch/build.patch
+ [[ -f /data/hive-ptest/working/scratch/build.patch ]]
+ chmod +x /data/hive-ptest/working/scratch/smart-apply-patch.sh
+ /data/hive-ptest/working/scratch/smart-apply-patch.sh 
/data/hive-ptest/working/scratch/build.patch
fatal: git diff header lacks filename information when removing 0 leading 
pathname components (line 4)
The patch does not appear to apply with p0, p1, or p2
+ exit 1
'
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12831573 - PreCommit-HIVE-Build

> Fix TestJdbcWithMiniHS2 runtime
> -------------------------------
>
>                 Key: HIVE-14721
>                 URL: https://issues.apache.org/jira/browse/HIVE-14721
>             Project: Hive
>          Issue Type: Sub-task
>    Affects Versions: 2.1.0
>            Reporter: Vaibhav Gumashta
>            Assignee: Vaibhav Gumashta
>         Attachments: HIVE-14721.1.patch, HIVE-14721.2.patch, 
> HIVE-14721.3.patch, HIVE-14721.3.patch
>
>
> Currently 450s



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to