[
https://issues.apache.org/jira/browse/HADOOP-12586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15013239#comment-15013239
]
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 6s
{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
51s {color} | {color:green} trunk passed {color} |
| {color:green}+1{color} | {color:green} mvnsite {color} | {color:green} 10m
57s {color} | {color:green} the patch passed {color} |
| {color:green}+1{color} | {color:green} shellcheck {color} | {color:green} 0m
9s {color} | {color:green} There were no new shellcheck issues. {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 56s
{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 12s
{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 51s {color}
| {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Image:yetus/hadoop:date2015-11-19 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12773210/HADOOP-12586.002.patch
|
| JIRA Issue | HADOOP-12586 |
| Optional Tests | asflicense mvnsite unit shellcheck |
| uname | Linux 4f1abe1c08da 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 / 25e82b4 |
| shellcheck | v0.4.1 |
| whitespace |
https://builds.apache.org/job/PreCommit-HADOOP-Build/8096/artifact/patchprocess/whitespace-eol.txt
|
| whitespace |
https://builds.apache.org/job/PreCommit-HADOOP-Build/8096/artifact/patchprocess/whitespace-tabs.txt
|
| JDK v1.7.0_85 Test Results |
https://builds.apache.org/job/PreCommit-HADOOP-Build/8096/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/8096/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, HADOOP-12586.002.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)