Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-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 1283D10EA6 for ; Mon, 2 Dec 2013 11:43:33 +0000 (UTC) Received: (qmail 80243 invoked by uid 500); 2 Dec 2013 11:43:26 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 80198 invoked by uid 500); 2 Dec 2013 11:43:20 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 80181 invoked by uid 99); 2 Dec 2013 11:43:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2013 11:43:16 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,MIME_QP_LONG_LINE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [64.79.170.100] (HELO mc.internetmailserver.net) (64.79.170.100) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Dec 2013 11:43:08 +0000 Received: from smg02.internetmailserver.net (localhost [127.0.0.1]) by mc.internetmailserver.net (Postfix) with ESMTP id 9284A62017 for ; Mon, 2 Dec 2013 03:42:36 -0800 (PST) X-Sender-Id: rvesse@dotnetrdf.org Received: from smg02.internetmailserver.net (smg02.internetmailserver.net [216.32.60.11]) by 0.0.0.0:2501 (trex/4.8.90); Mon, 02 Dec 2013 11:42:36 GMT X-MC-Relay: Neutral Received: from sm06.internetmailserver.net (sm06.dotnetplayground.com [192.168.120.26]) by smg02.internetmailserver.net with SMTP; Mon, 2 Dec 2013 03:42:58 -0800 Received: from [192.168.1.65] (host31-50-86-94.range31-50.btcentralplus.com [31.50.86.94]) by sm06.internetmailserver.net with SMTP; Mon, 2 Dec 2013 03:42:38 -0800 User-Agent: Microsoft-MacOutlook/14.3.9.131030 Date: Mon, 02 Dec 2013 11:41:59 +0000 Subject: Is anyone monitoring Jenkins? From: Rob Vesse To: Message-ID: Thread-Topic: Is anyone monitoring Jenkins? Mime-version: 1.0 Content-type: multipart/alternative; boundary="B_3468829327_537188" X-Virus-Checked: Checked by ClamAV on apache.org --B_3468829327_537188 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Hi All I was wondering whether any of the Giraph developers are actually monitoring the Jenkins builds for Giraph? The reason I asked is I updated my personal fork with the latest changes from Trunk and ran into a build error because of the recent change to requiring Java 7. After fixing this by upgrading my JDK install I then ran into another error (filed as GIRAPH-807) which prompted me to look at the Jenkins builds for Giraph (https://builds.apache.org/user/rvesse/my-views/view/Giraph/) to see if they were actually passing. I notice that several of the builds haven't succeeded for several months which leads me to question is the project actually maintaining support for the different build profiles? Btw a couple of the builds appear to be down to trying to build with JDK 1.6 which fails because JDK 1.7 is now required, in those cases I have fixed the build configuration for you and kicked off fresh builds though with the contention on the Apache Jenkins servers it'll be a few hours before I can see whether this fixes those builds. Cheers, Rob --B_3468829327_537188--