From issues-return-40498-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Fri Oct 11 10:23:58 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 39AB3180656 for ; Fri, 11 Oct 2019 12:23:58 +0200 (CEST) Received: (qmail 54178 invoked by uid 500); 11 Oct 2019 10:23:57 -0000 Mailing-List: contact issues-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list issues@openwhisk.apache.org Received: (qmail 54169 invoked by uid 99); 11 Oct 2019 10:23:57 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Oct 2019 10:23:57 +0000 From: GitBox To: issues@openwhisk.apache.org Subject: [GitHub] [openwhisk] neerajmangal edited a comment on issue #4683: Fix Travis build pip install issue in pre installation step Message-ID: <157078943746.28564.18363923018679055871.gitbox@gitbox.apache.org> Date: Fri, 11 Oct 2019 10:23:57 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit neerajmangal edited a comment on issue #4683: Fix Travis build pip install issue in pre installation step URL: https://github.com/apache/openwhisk/pull/4683#issuecomment-541008227 All test passed, one system test is failing. ```bash services.KafkaConnectorTests > Kafka connector should send and receive a kafka message even after shutdown one of instances STANDARD_OUT expected exit code = 0 exit code = 1 stdout: stderr: Cannot connect to the Docker daemon at tcp://172.17.0.1:4243. Is the docker daemon running? services.KafkaConnectorTests > Kafka connector should send and receive a kafka message even after shutdown one of instances FAILED ``` Looking at it (thanks @chetanmeh ), found that docker version is not honoring `DOCKER_OPTS`. We are working on a fix to via `daemon.json` file https://docs.docker.com/config/daemon/systemd/#custom-docker-daemon-options which will have all the `DOCKER_OPTS` in it. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services