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

Hadoop QA commented on HBASE-16740:
-----------------------------------

| (/) *{color:green}+1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 23s 
{color} | {color:blue} Docker mode activated. {color} |
| {color:blue}0{color} | {color:blue} shelldocs {color} | {color:blue} 0m 8s 
{color} | {color:blue} Shelldocs was not available. {color} |
| {color:green}+1{color} | {color:green} hbaseanti {color} | {color:green} 0m 
0s {color} | {color:green} Patch does not have any anti-patterns. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s 
{color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:green}+1{color} | {color:green} hbaseprotoc {color} | {color:green} 0m 
2s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} shellcheck {color} | {color:green} 0m 
5s {color} | {color:green} There were no new shellcheck issues. {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 
0s {color} | {color:green} The patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} hadoopcheck {color} | {color:green} 
31m 29s {color} | {color:green} Patch does not cause any errors with Hadoop 
2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.1 2.6.2 2.6.3 2.7.1. {color} |
| {color:green}+1{color} | {color:green} hbaseprotoc {color} | {color:green} 0m 
3s {color} | {color:green} the patch passed {color} |
| {color:black}{color} | {color:black} {color} | {color:black} 32m 12s {color} 
| {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.11.2 Server=1.11.2 Image:yetus/hbase:date2016-10-04 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12831461/HBASE-16740-HBASE-14850.000.patch
 |
| JIRA Issue | HBASE-16740 |
| Optional Tests |  shellcheck  shelldocs  |
| uname | Linux fbc2777009bb 3.13.0-92-generic #139-Ubuntu SMP Tue Jun 28 
20:42:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | nobuild |
| Personality | 
/home/jenkins/jenkins-slave/workspace/PreCommit-HBASE-Build@2/component/dev-support/hbase-personality.sh
 |
| git revision | HBASE-14850 / 6cadc38 |
| shellcheck | v0.4.4 |
| modules | C: . U: . |
| Console output | 
https://builds.apache.org/job/PreCommit-HBASE-Build/3805/console |
| Powered by | Apache Yetus 0.3.0   http://yetus.apache.org |


This message was automatically generated.



> start-docker.sh fails to run by complaining bzip2 error
> -------------------------------------------------------
>
>                 Key: HBASE-16740
>                 URL: https://issues.apache.org/jira/browse/HBASE-16740
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Xiaobing Zhou
>            Assignee: Xiaobing Zhou
>         Attachments: HBASE-16740-HBASE-14850.000.patch
>
>
> ./bin/start-docker.sh fails to run correctly by prompting
> {noformat} 
> Google Test not present.  Fetching gtest-1.5.0 from the web...
>   % Total    % Received % Xferd  Average Speed   Time    Time     Time  
> Current
>                                  Dload  Upload   Total   Spent    Left  Speed
> 100  1586  100  1586    0     0   7821      0 --:--:-- --:--:-- --:--:--  7851
> bzip2: (stdin) is not a bzip2 file.
> tar: Child returned status 2
> tar: Error is not recoverable: exiting now
> {noformat} 
> It turns out protobuf autogen.sh tries to download gtest but fail with 
> incorrect url
> {noformat}
> if test ! -e gtest; then
>   echo "Google Test not present.  Fetching gtest-1.5.0 from the web..."
>   curl http://googletest.googlecode.com/files/gtest-1.5.0.tar.bz2 | tar jx
>   mv gtest-1.5.0 gtest
> fi
> {noformat}
> This needs to be fixed to have docker-based build infra work smoothly.



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

Reply via email to