From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 78108 invoked by alias); 24 Aug 2015 18:30:29 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 78088 invoked by uid 89); 24 Aug 2015 18:30:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 24 Aug 2015 18:30:26 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 894F8F929FC9; Mon, 24 Aug 2015 19:30:20 +0100 (IST) Received: from hhmail02.hh.imgtec.org (10.100.10.20) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 24 Aug 2015 19:30:23 +0100 Received: from BAMAIL02.ba.imgtec.org (10.20.40.28) by hhmail02.hh.imgtec.org (10.100.10.20) with Microsoft SMTP Server (TLS) id 14.3.235.1; Mon, 24 Aug 2015 19:30:23 +0100 Received: from [10.20.3.68] (10.20.3.68) by bamail02.ba.imgtec.org (10.20.40.28) with Microsoft SMTP Server (TLS) id 14.3.174.1; Mon, 24 Aug 2015 11:30:20 -0700 Message-ID: <55DB62BC.5000203@imgtec.com> Date: Mon, 24 Aug 2015 18:30:00 -0000 From: Brendan Kirby User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Sergio Durigan Junior , Pedro Alves CC: Peter Schauer , Simon Marchi , , Matthew Fortune , "Maciej W. Rozycki" , Rich Fuhler Subject: Re: [PATCH obv/pushed] MIPS ptrace build fixes References: <201508241459.t7OEx5rP011772@licht.localdomain> <55DB3236.4090400@redhat.com> <55DB59BD.6030304@imgtec.com> <55DB5C8D.7030603@redhat.com> <87io84d0bn.fsf@redhat.com> <55DB5FBB.1020900@redhat.com> <87egisczve.fsf@redhat.com> <87wpwkbl3x.fsf@redhat.com> In-Reply-To: <87wpwkbl3x.fsf@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-SW-Source: 2015-08/txt/msg00707.txt.bz2 On 08/24/2015 11:24 AM, Sergio Durigan Junior wrote: > On Monday, August 24 2015, I wrote: > >> On Monday, August 24 2015, Pedro Alves wrote: >> >>> On 08/24/2015 07:10 PM, Sergio Durigan Junior wrote: >>>> On Monday, August 24 2015, Pedro Alves wrote: >>>> >>>>> FYI, this triggers quite often. For the past couple weeks alone, >>>>> I got personally nagged with spurious build failures 5 times. And >>>>> of course everyone else has been getting their share as well. >>>> I'm looking for a way to disable e-mail notifications for this specific >>>> buildslave. This is not trivial, but I'll see what I can do. >>> I think we should also disable the test regressions >>> notifications too. If building is unreliable, so must testing be. >>> Maybe it's simpler to disable the builder until this is sorted out? >> Yeah, I thought about that. I'll disable it for now, then. > Done. The buildslave is still connected to the BuildBot, but there are > no builders assigned to it, and therefore no e-mails will be generated > by it. > > FWIW, I think I figure out a way to disable e-mail notifications > (entirely) from a builder, so if Brendan wants to test other machines to > see if the problem is solved, it can be done. I spoke with Rich and he thinks there might be a patch to the kernel that may help with the earlier issues. When I get that patch installed, I'll let you know and we can turn it on again with e-mail notification off to see how it does. Brendan