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 9D2C818321 for ; Fri, 31 Jul 2015 12:31:25 +0000 (UTC) Received: (qmail 41986 invoked by uid 500); 31 Jul 2015 12:31:25 -0000 Delivered-To: apmail-zest-dev-archive@zest.apache.org Received: (qmail 41948 invoked by uid 500); 31 Jul 2015 12:31:25 -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 41933 invoked by uid 99); 31 Jul 2015 12:31:25 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2015 12:31:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id D054D196161 for ; Fri, 31 Jul 2015 12:31:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.98 X-Spam-Level: X-Spam-Status: No, score=0.98 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id hWf4P05eAafG for ; Fri, 31 Jul 2015 12:31:18 +0000 (UTC) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id DF768428DC for ; Fri, 31 Jul 2015 12:31:17 +0000 (UTC) Received: from mfilter24-d.gandi.net (mfilter24-d.gandi.net [217.70.178.152]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id E4389172081 for ; Fri, 31 Jul 2015 14:30:50 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter24-d.gandi.net Received: from relay4-d.mail.gandi.net ([IPv6:::ffff:217.70.183.196]) by mfilter24-d.gandi.net (mfilter24-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 7A1yeS4GjAuk for ; Fri, 31 Jul 2015 14:30:49 +0200 (CEST) X-Originating-IP: 80.215.247.154 Received: from [192.168.42.123] (unknown [80.215.247.154]) (Authenticated sender: paul@nosphere.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 7D130172092 for ; Fri, 31 Jul 2015 14:30:49 +0200 (CEST) Message-ID: <55BB6A77.6070301@nosphere.org> Date: Fri, 31 Jul 2015 14:30:47 +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 - Check develop branch on Java8 (OpenJDK) #74 References: <1386440743.5486.1438334956143.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 : > Paul, > > those exceptions that seems to be related to honker, come locally here = as > well... a lot. What's that? > > // Niclas They are not failures but contingencies in honker. So, nothing fails but too much exceptions are logged. They are due to a dependency resolution rule I added recently to ensure Jackson dependencies resolve to a known version accross the SDK (see bottom of libraries.gradle). This rule don't take into account that jackson-parent release cycle is not the same as other modules. I'll fix that. /Paul