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 CC0C3200D22 for ; Sat, 21 Oct 2017 11:12:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CA6981609DF; Sat, 21 Oct 2017 09:12:06 +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 1B13A160BD5 for ; Sat, 21 Oct 2017 11:12:05 +0200 (CEST) Received: (qmail 44676 invoked by uid 500); 21 Oct 2017 09:12:05 -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 44659 invoked by uid 99); 21 Oct 2017 09:12:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Oct 2017 09:12:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 414641A0922 for ; Sat, 21 Oct 2017 09:12:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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 (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 5McRfDCKi5jg for ; Sat, 21 Oct 2017 09:12:03 +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 4B5155FBE6 for ; Sat, 21 Oct 2017 09:12:03 +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 CC108E0536 for ; Sat, 21 Oct 2017 09:12:02 +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 3221721EE5 for ; Sat, 21 Oct 2017 09:12:01 +0000 (UTC) Date: Sat, 21 Oct 2017 09:12:00 +0000 (UTC) From: "Hudson (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: Sat, 21 Oct 2017 09:12:07 -0000 [ https://issues.apache.org/jira/browse/HBASE-19058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213823#comment-16213823 ] Hudson commented on HBASE-19058: -------------------------------- FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #3923 (See [https://builds.apache.org/job/HBase-Trunk_matrix/3923/]) HBASE-19058. The wget isn't installed in building docker image (busbey: rev cb5c4776deee270ea21afc52d4ba70d9474d8a8a) * (edit) dev-support/docker/Dockerfile > 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)