From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15928 invoked by alias); 8 Sep 2017 02:10:09 -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 12301 invoked by uid 89); 8 Sep 2017 02:10:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=offer, dear, our, team X-HELO: mail-oi0-f53.google.com Received: from mail-oi0-f53.google.com (HELO mail-oi0-f53.google.com) (209.85.218.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Sep 2017 02:09:56 +0000 Received: by mail-oi0-f53.google.com with SMTP id x190so7796998oix.3 for ; Thu, 07 Sep 2017 19:09:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=+PY0QjWwStSvxPuym18o8S4xCEPadypzvQBP7R3yUOA=; b=NSq0EWozTdv23N6IlGPUxs1gTfOMmyF1ofC8BaHhR9r5x3M0+B0eT9MHe3BIIPf1i0 G5FB5yw78iJ8uNyKy/GUUAQZz9zTERC5RxPM7tc29wjIdChkDmKIcaXKgHv5ShYoIOOz N1FUtTTb+3EJCah3+rMCYO6N5NVwkTbJ/x6OShKZfriXlN1HLPTkSb/oQ7bAwIRFaADZ cBpnKS+nnwZWjPC7isCueHYpGv4AsrHw6fTfxhosio6kXthWd5emJe6DuJe52RXSvATU ptQB8ALw4HY25rB9VFsP6nA05gbOyjYNx90m3sleVCW809Eg8JmLmwu6n4AVoIPBgXWI pqOg== X-Gm-Message-State: AHPjjUguy6PE7CNHzWzGMg1o/qAn3fFwzW0qaH5BdzusjV+nKvJ404p2 EDRhF/utwDWJSkv9k4bNm9e+Vv0jhQ== X-Google-Smtp-Source: AOwi7QCgdcxYKqiirtPR6V8gJTuZ2wRQYYeRmgvmxFKZvwxd4Z4wiFkGSrdR9/hQ2GLcmM2aS8bc+NyNhPHgKhEzL3Q= X-Received: by 10.202.75.66 with SMTP id y63mr1279621oia.5.1504836594981; Thu, 07 Sep 2017 19:09:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.136.75 with HTTP; Thu, 7 Sep 2017 19:09:54 -0700 (PDT) In-Reply-To: <20170907233459.va2wfui2reysz3h2@adacore.com> References: <20170907233459.va2wfui2reysz3h2@adacore.com> From: "H.J. Lu" Date: Fri, 08 Sep 2017 02:10:00 -0000 Message-ID: Subject: Re: Oh dear. I regret to inform you that commit b1308d2c3749cc454f00b70768ee33724d919527 might be unfortunate To: Joel Brobecker Cc: Palmer Dabbelt , gdb-buildbot@sergiodj.net, GDB Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00198.txt.bz2 On Thu, Sep 7, 2017 at 4:34 PM, Joel Brobecker wrote: >> This bot is next to useless. I just ignore it. >> >> This bot shouldn't spam people when the new commit doesn't change >> the old error. > > Personally, I think it is great that we have a buildbot that tests > so many configurations and platforms. This is a great tool and > while there are issues today, I really don't think we should be > ignoring them. The right thing to do was to report/ask here, which > led to Sergio immediately jumping on it. Thank you Sergio! > > This buildbot is really there to help us out discover regressions > soon after we commit, when it's easier to investigate and adjust, > or revert if necessary. While we get annoyed sometime, it's still > going to benefit us all. Let's encourage its improvement, and offer > our help to its development team, rather than denigrate it. Sure. FWIW, I got another 5 bogus messsages from: https://sourceware.org/ml/binutils/2017-09/msg00070.html which has nothing to do with GDB build failure. I will put it in my spam filter if it doesn't stop. -- H.J.