You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/11/19 09:44:10 UTC

[jira] [Commented] (HADOOP-12586) Dockerfile cannot work correctly behind a proxy

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

Hadoop QA commented on HADOOP-12586:
------------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 5s {color} | {color:blue} docker + precommit patch detected. {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:red}-1{color} | {color:red} test4tests {color} | {color:red} 0m 0s {color} | {color:red} The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color} |
| {color:green}+1{color} | {color:green} mvnsite {color} | {color:green} 10m 47s {color} | {color:green} trunk passed {color} |
| {color:green}+1{color} | {color:green} mvnsite {color} | {color:green} 10m 52s {color} | {color:green} the patch passed {color} |
| {color:red}-1{color} | {color:red} shellcheck {color} | {color:red} 0m 10s {color} | {color:red} The applied patch generated 6 new shellcheck issues (total was 96, now 102). {color} |
| {color:red}-1{color} | {color:red} whitespace {color} | {color:red} 0m 0s {color} | {color:red} The patch has 253 line(s) that end in whitespace. Use git apply --whitespace=fix. {color} |
| {color:red}-1{color} | {color:red} whitespace {color} | {color:red} 0m 6s {color} | {color:red} The patch has 1 line(s) with tabs. {color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green} 10m 59s {color} | {color:green} root in the patch passed with JDK v1.8.0_66. {color} |
| {color:green}+1{color} | {color:green} unit {color} | {color:green} 11m 7s {color} | {color:green} root in the patch passed with JDK v1.7.0_85. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 25s {color} | {color:green} Patch does not generate ASF License warnings. {color} |
| {color:black}{color} | {color:black} {color} | {color:black} 44m 38s {color} | {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker |  Image:yetus/hadoop:date2015-11-19 |
| JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12773200/HADOOP-12586.001.patch |
| JIRA Issue | HADOOP-12586 |
| Optional Tests |  asflicense  mvnsite  unit  shellcheck  |
| uname | Linux ab394de9871d 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | maven |
| Personality | /home/jenkins/jenkins-slave/workspace/PreCommit-HADOOP-Build/patchprocess/apache-yetus-3f4279a/precommit/personality/hadoop.sh |
| git revision | trunk / 23a130a |
| shellcheck | v0.4.1 |
| shellcheck | https://builds.apache.org/job/PreCommit-HADOOP-Build/8092/artifact/patchprocess/diff-patch-shellcheck.txt |
| whitespace | https://builds.apache.org/job/PreCommit-HADOOP-Build/8092/artifact/patchprocess/whitespace-eol.txt |
| whitespace | https://builds.apache.org/job/PreCommit-HADOOP-Build/8092/artifact/patchprocess/whitespace-tabs.txt |
| JDK v1.7.0_85  Test Results | https://builds.apache.org/job/PreCommit-HADOOP-Build/8092/testReport/ |
| modules | C: . U: . |
| Max memory used | 120MB |
| Powered by | Apache Yetus   http://yetus.apache.org |
| Console output | https://builds.apache.org/job/PreCommit-HADOOP-Build/8092/console |


This message was automatically generated.



> Dockerfile cannot work correctly behind a proxy
> -----------------------------------------------
>
>                 Key: HADOOP-12586
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12586
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: build
>            Reporter: Tsuyoshi Ozawa
>            Assignee: Tsuyoshi Ozawa
>         Attachments: HADOOP-12586.001.patch
>
>
> {{apt-get}} command fails because there are not way to change proxy.
> {quote}
> Step 7 : RUN apt-get update && apt-get install --no-install-recommends -y     git curl ant make maven     cmake gcc g++     protobuf-compiler libprotoc-dev     protobuf-c-compiler libprotobuf-dev     build-essential libtool     zlib1g-dev pkg-config libssl-dev     snappy libsnappy-dev     bzip2 libbz2-dev     libjansson-dev     fuse libfuse-dev     libcurl4-openssl-dev     python python2.7 pylint     openjdk-7-jdk doxygen
>  ---> Running in 072a97b7fa45
> Err http://archive.ubuntu.com trusty InRelease
>   
> Err http://archive.ubuntu.com trusty-updates InRelease
>   
> Err http://archive.ubuntu.com trusty-security InRelease
>   
> Err http://archive.ubuntu.com trusty Release.gpg
>   Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8c01::19). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::19 80]
> Err http://archive.ubuntu.com trusty-updates Release.gpg
>   Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8c01::19). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::19 80]
> Err http://archive.ubuntu.com trusty-security Release.gpg
>   Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8c01::19). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::19 80]
> Reading package lists...
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/InRelease  
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/InRelease  
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-security/InRelease  
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty/Release.gpg  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8c01::19). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::19 80]
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-updates/Release.gpg  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8c01::19). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::19 80]
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/trusty-security/Release.gpg  Cannot initiate the connection to archive.ubuntu.com:80 (2001:67c:1360:8c01::19). - connect (101: Network is unreachable) [IP: 2001:67c:1360:8c01::19 80]
> W: Some index files failed to download. They have been ignored, or old ones used instead.
> {quote}



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