Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 833A2113B9 for ; Thu, 31 Jul 2014 09:58:36 +0000 (UTC) Received: (qmail 56291 invoked by uid 500); 31 Jul 2014 09:58:36 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 56239 invoked by uid 500); 31 Jul 2014 09:58:36 -0000 Mailing-List: contact dev-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list dev@flink.incubator.apache.org Received: (qmail 56228 invoked by uid 99); 31 Jul 2014 09:58:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 09:58:36 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of u.celebi@fu-berlin.de designates 130.133.4.66 as permitted sender) Received: from [130.133.4.66] (HELO outpost1.zedat.fu-berlin.de) (130.133.4.66) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 09:58:31 +0000 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.82) for dev@flink.incubator.apache.org with esmtp (envelope-from ) id <1XCn7i-000mvU-0x>; Thu, 31 Jul 2014 11:58:10 +0200 Received: from wlan-141-23-97-224.tubit.tu-berlin.de ([141.23.97.224]) by inpost2.zedat.fu-berlin.de (Exim 4.82) for dev@flink.incubator.apache.org with esmtpsa (envelope-from ) id <1XCn7h-002u3I-W8>; Thu, 31 Jul 2014 11:58:10 +0200 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: Maven Verify failing on java6 From: Ufuk Celebi In-Reply-To: Date: Thu, 31 Jul 2014 11:58:09 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <5FE1CEAB-6C1E-452F-A5EB-0C08CF02F47E@fu-berlin.de> References: To: dev@flink.incubator.apache.org X-Mailer: Apple Mail (2.1874) X-Originating-IP: 141.23.97.224 X-Virus-Checked: Checked by ClamAV on apache.org I've changed this. Could you checkout the current master and then report back? :) On 31 Jul 2014, at 10:40, Stephan Ewen wrote: > Or try "boolean hasRequestedClose =3D = Whitebox.getInternalState(queue, > "hasRequestedClose");" >=20 >=20 > On Thu, Jul 31, 2014 at 10:35 AM, Ufuk Celebi = wrote: >=20 >> I think the problem is with the way I use PowerMock in the test: >>=20 >> boolean hasRequestedClose =3D Whitebox.getInternalState(queue, >> "hasRequestedClose"); >>=20 >> Could you try whether changing it to Boolean works? >>=20 >> Best, >>=20 >> Ufuk >>=20 >> On 31 Jul 2014, at 09:45, Robert Metzger wrote: >>=20 >>> Hi, >>> are you using OpenJDK or OracleJDK? There is a unfixed bug in Oracle = JDK >> 6, >>> but I think that leads to a null pointer exception in the compiler. >>> Travis was able to build the current master with OpenJDK6 yesterday: >>> https://travis-ci.org/apache/incubator-flink/jobs/31142009 >>>=20 >>> Robert >>>=20 >>>=20 >>>=20 >>> On Thu, Jul 31, 2014 at 9:13 AM, Aljoscha Krettek = >>> wrote: >>>=20 >>>> Hi Guys, >>>> I just noticed that "mvn verify" is failing on master: >>>>=20 >>>> [ERROR] Failed to execute goal >>>> org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile >>>> (default-testCompile) on project flink-runtime: Compilation failure >>>>=20 >>>> [ERROR] >>>>=20 >>>>=20 >> = /home/travis/build/aljoscha/incubator-flink/flink-runtime/src/test/java/or= g/apache/flink/runtime/io/network/netty/OutboundConnectionQueueTest.java:[= 157,70] >>>> type parameters of T cannot be determined; no unique maximal = instance >>>> exists for type variable T with upper bounds = boolean,java.lang.Object >>>>=20 >>>> We had this problem before, does anyone remember what the problem = is >> with >>>> java6 here? Also, I'm not filing a bug but posting this here since = it >>>> should be handled quickly because a failing build looks bad. >>>>=20 >>>> -- >>>>=20 >>>> aljoscha >>>>=20 >>=20 >>=20