From dev-return-28049-archive-asf-public=cust-asf.ponee.io@geode.apache.org Fri Feb 23 01:07:46 2018 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 F31A518064E for ; Fri, 23 Feb 2018 01:07:45 +0100 (CET) Received: (qmail 24673 invoked by uid 500); 23 Feb 2018 00:07:45 -0000 Mailing-List: contact dev-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list dev@geode.apache.org Received: (qmail 24656 invoked by uid 99); 23 Feb 2018 00:07:45 -0000 Received: from mail-relay.apache.org (HELO mailrelay2-lw-us.apache.org) (207.244.88.137) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Feb 2018 00:07:45 +0000 Received: from mail-qk0-f171.google.com (mail-qk0-f171.google.com [209.85.220.171]) by mailrelay2-lw-us.apache.org (ASF Mail Server at mailrelay2-lw-us.apache.org) with ESMTPSA id D9BA318F8 for ; Fri, 23 Feb 2018 00:07:43 +0000 (UTC) Received: by mail-qk0-f171.google.com with SMTP id s198so8798391qke.5 for ; Thu, 22 Feb 2018 16:07:43 -0800 (PST) X-Gm-Message-State: APf1xPAQEnZNrzVfa9RK/lMs8WZs8b2JRK7Ovx9P6/tZyP4s+NTWSEEB XBi66bX+lwueaizY/2ja6wPmAvCSoTlzUFLdhQWU8w== X-Google-Smtp-Source: AG47ELuSSbp6auuWm3Bco++lLC1UpN0s2mRuOlerg+7bCeNhPGNbSSOlsODVfGmI8pJpLz85Pls5Wjw+qpnmo+m2sgA= X-Received: by 10.55.215.21 with SMTP id m21mr14241449qki.123.1519344462591; Thu, 22 Feb 2018 16:07:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.200.7.76 with HTTP; Thu, 22 Feb 2018 16:07:42 -0800 (PST) From: Kirk Lund Date: Thu, 22 Feb 2018 16:07:42 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Broken build? To: geode Content-Type: multipart/alternative; boundary="001a11499dc8fc0c200565d5f257" --001a11499dc8fc0c200565d5f257 Content-Type: text/plain; charset="UTF-8" My latest precheckin failed to compile with the following. This is on a branch that I rebased on latest develop HEAD. Has this already been fixed? :gemfire-test:compileTestJava/tmp/build/ae3c03f4/gemfire/closed/gemfire-test/src/test/java/parReg/execute/FunctionServiceTest.java:500: error: cannot find symbol keySet.addAll(((PartitionedRegion) aRegion).getSomeKeys(rand)); ^ symbol: method getSomeKeys(Random) location: class PartitionedRegion /tmp/build/ae3c03f4/gemfire/closed/gemfire-test/src/test/java/parReg/execute/FunctionServiceTest.java:501: error: cannot find symbol keySet.addAll(((PartitionedRegion) aRegion).getSomeKeys(rand)); ^ symbol: method getSomeKeys(Random) location: class PartitionedRegion /tmp/build/ae3c03f4/gemfire/closed/gemfire-test/src/test/java/parReg/execute/FunctionServiceTest.java:502: error: cannot find symbol keySet.addAll(((PartitionedRegion) aRegion).getSomeKeys(rand)); ^ symbol: method getSomeKeys(Random) location: class PartitionedRegion /tmp/build/ae3c03f4/gemfire/closed/gemfire-test/src/test/java/parReg/execute/HAExceptionHandlingTest.java:301: error: cannot find symbol filterSet = ((PartitionedRegion) region).getSomeKeys(new Random(20)); ^ symbol: method getSomeKeys(Random) location: class PartitionedRegion /tmp/build/ae3c03f4/gemfire/closed/gemfire-test/src/test/java/parReg/execute/HAExceptionHandlingTest.java:586: error: cannot find symbol new HashSet(((PartitionedRegion) region).getSomeKeys(new Random(20))); ^ symbol: method getSomeKeys(Random) location: class PartitionedRegion /tmp/build/ae3c03f4/gemfire/closed/gemfire-test/src/test/java/parReg/execute/HAExceptionHandlingTest.java:697: error: cannot find symbol keySet = ((PartitionedRegion) region).getSomeKeys(new Random(20)); ^ symbol: method getSomeKeys(Random) location: class PartitionedRegion /tmp/build/ae3c03f4/gemfire/closed/gemfire-test/src/test/java/distcache/rest/RESTCache.java:96: error: constructor RestAgent in class RestAgent cannot be applied to given types; ra = new RestAgent(cache.getInternalDistributedSystem().getConfig(), null); ^ required: DistributionConfig found: DistributionConfig, reason: actual and formal argument lists differ in length /tmp/build/ae3c03f4/gemfire/closed/gemfire-test/src/test/java/restTest/RestConfigHelper.java:95: error: constructor RestAgent in class RestAgent cannot be applied to given types; ra = new RestAgent(gfci.getInternalDistributedSystem().getConfig(), null); ^ required: DistributionConfig found: DistributionConfig, reason: actual and formal argument lists differ in length --001a11499dc8fc0c200565d5f257--