From dev-return-78583-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Mon Feb 18 10:21:06 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 86433180647 for ; Mon, 18 Feb 2019 11:21:05 +0100 (CET) Received: (qmail 49469 invoked by uid 500); 18 Feb 2019 10:21:04 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 49449 invoked by uid 99); 18 Feb 2019 10:21:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2019 10:21:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 4E18DC83F4 for ; Mon, 18 Feb 2019 10:21:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.799 X-Spam-Level: * X-Spam-Status: No, score=1.799 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=cloudera.com Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id UgHeVj3iIsp7 for ; Mon, 18 Feb 2019 10:21:00 +0000 (UTC) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id BB4BD5FB39 for ; Mon, 18 Feb 2019 10:20:59 +0000 (UTC) Received: by mail-wr1-f65.google.com with SMTP id n2so5534441wrw.8 for ; Mon, 18 Feb 2019 02:20:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=75peQk2Uq4RjxzuP4ebk7+kmuBX6bv10Vn0SGoP4RWo=; b=PJzssp7N7Ce186zeGm4NI5wiU+fYipfBfcUECaCLN6i3EPr0diyUYIZH/uhBxt8QxD wfh/h71BGddPZJBZJKCvVpJ8HvyvboCMIqZzLELwjFBO42yKNVA3DCIMUJAoHbYAq4SI txqgRIsvi8gb6jZxfXMnyMsRG29GrukP7jBA0IplFLUEW92EHYbmJD6ov/EWBwt45vaJ Ug4Ik0xP8enuvFWTbI8OBdlsJ6QXE3h1ocgZrrtHStydBgAtJVxRUDd4wACGLzWhFVpY DOLVQ743ml6IV5HyG2+DXR93jUwdjqnYiNQO0C4BcZ8oFxtkSiLtsj5g1pY7GnSjxkQt +r4Q== X-Gm-Message-State: AHQUAubkcI6KbBQoALsEi+rbNNdp2/suh7su2VFjIqNJY1Kq/0mP5M/H x3xYIQCrO0MjHszGzANx2F92/ctubC6XWNSlSwaHuLNkAN4= X-Google-Smtp-Source: AHgI3Ia1JQMAOJPt06ppk8VASd1FqBxlSdP4vSg+aZsyQ10nVI++brlZt4tmf/euntGAlbuYOHyLvvlTOcG2FJWYfIs= X-Received: by 2002:adf:9d85:: with SMTP id p5mr16024217wre.215.1550485252440; Mon, 18 Feb 2019 02:20:52 -0800 (PST) MIME-Version: 1.0 From: Andor Molnar Date: Mon, 18 Feb 2019 11:20:41 +0100 Message-ID: Subject: Test failure on branch-3.4 Java 11 build To: DevZooKeeper Content-Type: multipart/alternative; boundary="000000000000b3bcad0582287a6e" --000000000000b3bcad0582287a6e Content-Type: text/plain; charset="UTF-8" Hi team, I cannot repro the build error which has been happening since I applied the following patch: https://github.com/apache/zookeeper/commit/e22883c6d2f6e9068e2105fc072d9b6a39ac9a2d It should not have anything to do with testing and the error message doesn't make sense to me either: java.rmi.ConnectException: Connection refused to host: 67.195.81.178; nested exception is: java.net.ConnectException: Connection refused (Connection refused) It looks like somehow related to JMX connection in the tearDown() method of various tests. However, tests work just fine for me on my Mac and CentOS 7.5. Regards, Andor --000000000000b3bcad0582287a6e--