Return-Path: X-Original-To: apmail-zest-dev-archive@minotaur.apache.org Delivered-To: apmail-zest-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0DAB418484 for ; Sun, 2 Aug 2015 10:32:43 +0000 (UTC) Received: (qmail 75098 invoked by uid 500); 2 Aug 2015 10:32:43 -0000 Delivered-To: apmail-zest-dev-archive@zest.apache.org Received: (qmail 75058 invoked by uid 500); 2 Aug 2015 10:32:42 -0000 Mailing-List: contact dev-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list dev@zest.apache.org Received: (qmail 75047 invoked by uid 99); 2 Aug 2015 10:32:42 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2015 10:32:42 +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 4F323D99FD for ; Sun, 2 Aug 2015 10:32:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1 X-Spam-Level: * X-Spam-Status: No, score=1 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 2hqtaBQYc3ec for ; Sun, 2 Aug 2015 10:32:35 +0000 (UTC) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 63AB842E74 for ; Sun, 2 Aug 2015 10:32:35 +0000 (UTC) Received: from mfilter22-d.gandi.net (mfilter22-d.gandi.net [217.70.178.150]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 5ED3FFB883 for ; Sun, 2 Aug 2015 12:32:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter22-d.gandi.net Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter22-d.gandi.net (mfilter22-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id ApV4u58_-Mum for ; Sun, 2 Aug 2015 12:32:07 +0200 (CEST) X-Originating-IP: 212.195.187.94 Received: from [192.168.1.3] (bne75-h07-212-195-187-94.dsl.sta.abo.bbox.fr [212.195.187.94]) (Authenticated sender: paul@nosphere.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 08227FB87D for ; Sun, 2 Aug 2015 12:32:06 +0200 (CEST) Message-ID: <55BDF1A5.7020103@nosphere.org> Date: Sun, 02 Aug 2015 12:32:05 +0200 From: Paul Merlin User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: dev@zest.apache.org Subject: Re: Build failed in Jenkins: Zest(JavaEdition)-develop-java8-check #81 References: <1437962229.6135.1438508347955.JavaMail.jenkins@crius> In-Reply-To: X-Enigmail-Version: 1.2.3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Niclas Hedhman a =C3=A9crit : > I get this problem locally as well, if these 'text.exec' files remains = from > a previous build. Can't even do 'clean' since it crashes during the > building of the Gradle model. > > No idea what to do about it. It happens before 'clean' because the gradle task coverageReport on the root project is wrong, it runs the report on gradle configuration phase..= . I'll fix that so it runs on execution phase.