From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVkDa-0008EK-4q for qemu-devel@nongnu.org; Sun, 12 Jun 2011 08:56:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QVkDY-0002ot-SK for qemu-devel@nongnu.org; Sun, 12 Jun 2011 08:56:42 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:57308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QVkDY-0002oo-NC for qemu-devel@nongnu.org; Sun, 12 Jun 2011 08:56:40 -0400 Received: by yia25 with SMTP id 25so779531yia.4 for ; Sun, 12 Jun 2011 05:56:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20110611022325.0634A3FC03@buildbot.b1-systems.de> Date: Sun, 12 Jun 2011 13:56:39 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] buildbot failure in qemu on pci_i386_debian_5_0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: gollub@b1-systems.de, qemu-devel@nongnu.org, "Michael S. Tsirkin" On Sun, Jun 12, 2011 at 9:26 AM, Peter Maydell w= rote: > On 11 June 2011 14:34, Stefan Hajnoczi wrote: >> On Sat, Jun 11, 2011 at 3:23 AM, =A0 wrote: >>> The Buildbot has detected a new failure on builder pci_i386_debian_5_0 = while building qemu. >>> Full details are available at: >>> =A0http://buildbot.b1-systems.de/qemu/builders/pci_i386_debian_5_0/buil= ds/0 >> >> This is the first email notification from the QEMU buildbot, which >> automatically builds qemu.git and several subsystem repositories (pci, >> block, qmp, ppc, s390, agraf's xen, and trivial-patches). =A0Builds run >> every day and the goal is to catch build breakages before they enter >> qemu.git. >> >> To see the build errors relating to this failure, follow the link >> above and select compile stdio output: > > Is it possible to make the emails include the last 10 lines or > so of stdio for the failed stage? That would (usually) mean you > didn't have to bounce through the web pages to know what broke... Yes, but I think it requires writing a customer formatter function. Here is the documentation including an example of a custom message formatter: http://buildbot.net/buildbot/docs/current/MailNotifier.html#MailNotifier Perhaps someone has time to write the Python function that does what Peter suggests? As an additional customization it would be nice to ignore git update errors since they are likely to be transient network or git daemon issues - no email notifications need to be sent to the mailing list. Stefan