Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4AEB0200D26 for ; Fri, 20 Oct 2017 21:40:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4975E160BCB; Fri, 20 Oct 2017 19:40:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 909381609ED for ; Fri, 20 Oct 2017 21:40:07 +0200 (CEST) Received: (qmail 98537 invoked by uid 500); 20 Oct 2017 19:40:06 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 98526 invoked by uid 99); 20 Oct 2017 19:40:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2017 19:40:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 08450180235 for ; Fri, 20 Oct 2017 19:40:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id UuRX7OVp-I10 for ; Fri, 20 Oct 2017 19:40:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 10F915F566 for ; Fri, 20 Oct 2017 19:40:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D43BEE045B for ; Fri, 20 Oct 2017 19:40:03 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9E3FD21EE5 for ; Fri, 20 Oct 2017 19:40:01 +0000 (UTC) Date: Fri, 20 Oct 2017 19:40:00 +0000 (UTC) From: "Mike Drob (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-19058) The wget isn't installed in building docker image MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 20 Oct 2017 19:40:08 -0000 [ https://issues.apache.org/jira/browse/HBASE-19058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213107#comment-16213107 ] Mike Drob commented on HBASE-19058: ----------------------------------- Jenkins is having issue, I think we should just push this now and then when Jenkins comes back all the other precommit runs will have this and be happy. > The wget isn't installed in building docker image > ------------------------------------------------- > > Key: HBASE-19058 > URL: https://issues.apache.org/jira/browse/HBASE-19058 > Project: HBase > Issue Type: Bug > Components: build > Reporter: Chia-Ping Tsai > Assignee: Chia-Ping Tsai > Fix For: 3.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7, 1.1.13, 2.0.0-alpha-4 > > Attachments: HBASE-19058.v0.patch, HBASE-19058.v0.tests.patch > > > see [console|https://builds.apache.org/job/PreCommit-HBASE-Build/9259/consoleFull]. > {quote} > 05:38:19 /testptch/patchprocess/precommit/personality/provided.sh: line 121: wget: command not found > 05:38:19 Wget error 127 in fetching excludes file from url https://builds.apache.org/job/HBase-Find-Flaky-Tests/lastSuccessfulBuild/artifact/excludes/. Ignoring and proceeding. > 05:38:22 cd /testptch/hbase/hbase-server > {quote} > We don't force docker to install {{wget}} before because {{wget}} is in the pre-depends of oracle-java8-installer. > {code} > $ sudo apt-rdepends oracle-java8-installer | grep "wget" > Reading package lists... Done > Building dependency tree > Reading state information... Done > PreDepends: wget > wget > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)