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

Hive QA commented on HIVE-19532:
--------------------------------



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

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

Test results: 
https://builds.apache.org/job/PreCommit-HIVE-Build/12258/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/12258/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-12258/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Tests exited with: NonZeroExitCodeException
Command 'bash /data/hiveptest/working/scratch/source-prep.sh' failed with exit 
status 1 and output '+ date '+%Y-%m-%d %T.%3N'
2018-06-30 00:05:18.796
+ [[ -n /usr/lib/jvm/java-8-openjdk-amd64 ]]
+ export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+ JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
+ export 
PATH=/usr/lib/jvm/java-8-openjdk-amd64/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
+ 
PATH=/usr/lib/jvm/java-8-openjdk-amd64/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 'MAVEN_OPTS=-Xmx1g '
+ MAVEN_OPTS='-Xmx1g '
+ cd /data/hiveptest/working/
+ tee /data/hiveptest/logs/PreCommit-HIVE-Build-12258/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'
2018-06-30 00:05:18.800
+ cd apache-github-source-source
+ git fetch origin
>From https://github.com/apache/hive
   7eac7f6..761597f  master     -> origin/master
+ git reset --hard HEAD
HEAD is now at 7eac7f6 HIVE-19989: Metastore uses wrong application name for 
HADOOP2 metrics (Vineet Garg, reviewed by Alan Gates)
+ git clean -f -d
+ git checkout master
Already on '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 761597f HIVE-19764: Add --SORT_QUERY_RESULTS to 
hive-blobstore/map_join.q.out (Sahil Takiar, reviewed by Vihang Karajgaonkar)
+ git merge --ff-only origin/master
Already up-to-date.
+ date '+%Y-%m-%d %T.%3N'
2018-06-30 00:05:20.441
+ rm -rf ../yetus_PreCommit-HIVE-Build-12258
+ mkdir ../yetus_PreCommit-HIVE-Build-12258
+ git gc
+ cp -R . ../yetus_PreCommit-HIVE-Build-12258
+ mkdir /data/hiveptest/logs/PreCommit-HIVE-Build-12258/yetus
+ patchCommandPath=/data/hiveptest/working/scratch/smart-apply-patch.sh
+ patchFilePath=/data/hiveptest/working/scratch/build.patch
+ [[ -f /data/hiveptest/working/scratch/build.patch ]]
+ chmod +x /data/hiveptest/working/scratch/smart-apply-patch.sh
+ /data/hiveptest/working/scratch/smart-apply-patch.sh 
/data/hiveptest/working/scratch/build.patch
error: patch failed: 
ql/src/java/org/apache/hadoop/hive/ql/exec/ColumnStatsUpdateTask.java:46
Falling back to three-way merge...
Applied patch to 
'ql/src/java/org/apache/hadoop/hive/ql/exec/ColumnStatsUpdateTask.java' with 
conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out:665
Falling back to three-way merge...
Applied patch to 
'ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out' 
with conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/llap/dynpart_sort_optimization_acid.q.out:95
Falling back to three-way merge...
Applied patch to 
'ql/src/test/results/clientpositive/llap/dynpart_sort_optimization_acid.q.out' 
with conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/llap/insert_values_orig_table_use_metadata.q.out:168
Falling back to three-way merge...
Applied patch to 
'ql/src/test/results/clientpositive/llap/insert_values_orig_table_use_metadata.q.out'
 with conflicts.
error: patch failed: ql/src/test/results/clientpositive/row__id.q.out:62
Falling back to three-way merge...
Applied patch to 'ql/src/test/results/clientpositive/row__id.q.out' with 
conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out:680
Falling back to three-way merge...
Applied patch to 
'ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out' 
with conflicts.
Going to apply patch with: git apply -p0
/data/hiveptest/working/scratch/build.patch:1209: trailing whitespace.
explain insert into table stats_nonpartitioned select * from mysource where p 
== 100; 
/data/hiveptest/working/scratch/build.patch:1210: trailing whitespace.
insert into table stats_nonpartitioned select * from mysource where p == 100; 
/data/hiveptest/working/scratch/build.patch:1313: trailing whitespace.
--delete from stats_part where key in (20, 41); 
/data/hiveptest/working/scratch/build.patch:1417: trailing whitespace.
delete from stats_part where key in (20, 41); 
/data/hiveptest/working/scratch/build.patch:1472: trailing whitespace.
explain insert into table stats_nonpartitioned select * from mysource where p 
== 100; 
error: patch failed: 
ql/src/java/org/apache/hadoop/hive/ql/exec/ColumnStatsUpdateTask.java:46
Falling back to three-way merge...
Applied patch to 
'ql/src/java/org/apache/hadoop/hive/ql/exec/ColumnStatsUpdateTask.java' with 
conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out:665
Falling back to three-way merge...
Applied patch to 
'ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out' 
with conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/llap/dynpart_sort_optimization_acid.q.out:95
Falling back to three-way merge...
Applied patch to 
'ql/src/test/results/clientpositive/llap/dynpart_sort_optimization_acid.q.out' 
with conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/llap/insert_values_orig_table_use_metadata.q.out:168
Falling back to three-way merge...
Applied patch to 
'ql/src/test/results/clientpositive/llap/insert_values_orig_table_use_metadata.q.out'
 with conflicts.
error: patch failed: ql/src/test/results/clientpositive/row__id.q.out:62
Falling back to three-way merge...
Applied patch to 'ql/src/test/results/clientpositive/row__id.q.out' with 
conflicts.
error: patch failed: 
ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out:680
Falling back to three-way merge...
Applied patch to 
'ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out' 
with conflicts.
U ql/src/java/org/apache/hadoop/hive/ql/exec/ColumnStatsUpdateTask.java
U ql/src/test/results/clientpositive/llap/acid_vectorization_original.q.out
U ql/src/test/results/clientpositive/llap/dynpart_sort_optimization_acid.q.out
U 
ql/src/test/results/clientpositive/llap/insert_values_orig_table_use_metadata.q.out
U ql/src/test/results/clientpositive/row__id.q.out
U ql/src/test/results/clientpositive/tez/acid_vectorization_original_tez.q.out
warning: squelched 865 whitespace errors
warning: 870 lines add whitespace errors.
+ result=1
+ '[' 1 -ne 0 ']'
+ rm -rf yetus_PreCommit-HIVE-Build-12258
+ exit 1
'
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12929501 - PreCommit-HIVE-Build

> fix tests for master-txnstats branch
> ------------------------------------
>
>                 Key: HIVE-19532
>                 URL: https://issues.apache.org/jira/browse/HIVE-19532
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Transactions
>    Affects Versions: 3.0.0
>            Reporter: Steve Yeom
>            Assignee: Sergey Shelukhin
>            Priority: Major
>             Fix For: 3.2.0
>
>         Attachments: HIVE-19532.01.patch, HIVE-19532.01.prepatch, 
> HIVE-19532.02.patch, HIVE-19532.02.prepatch, HIVE-19532.03.patch, 
> HIVE-19532.04.patch, HIVE-19532.05.patch, HIVE-19532.06.patch, 
> HIVE-19532.07.patch, HIVE-19532.08.patch, HIVE-19532.09.patch, 
> HIVE-19532.10.patch, HIVE-19532.11.patch, HIVE-19532.12.patch, 
> HIVE-19532.13.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to