From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18411 invoked by alias); 7 Sep 2017 18:00:32 -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 18306 invoked by uid 89); 7 Sep 2017 18:00:32 -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=HX-Google-Smtp-Source:sk:AOwi7QA, dear X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 07 Sep 2017 18:00:26 +0000 Received: by mail-oi0-f48.google.com with SMTP id x190so2514817oix.3 for ; Thu, 07 Sep 2017 11:00:26 -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=ngIzAum7bTUr/qDJIofOobucMaBQl1/4yKxlofs4Npw=; b=NzUIxZztjAuNfdAc3rWJ+NMdUvbAqltIPu9Lp/go7QL3u9hbdEwB+ndMedSayTj5SW pH53NQ25OxVGryEOpJIG6vsGyCorwSfUe3Ii5vuKJzj8GXnUxGAqeZ30Kt9xMIk0dkeO eSERypmbuQE8QY4Az/HrRV50hFdY+o+Y0iyHEcYJbWccYD8Dg0iOhcKLosmlE7GVnZw0 1J1W9nLD0kUj84p/tP3mGxsvuRlDem9VBbmDXTuYqoHWNVpyK9brVstaGLBGQQO3JJZD MQhbgTudG5L3J7x9MAE0TYLDsm0yP7/2221V2h30jCg4dwIHC/0aiQxpUGhs+aAIsbWD ztsQ== X-Gm-Message-State: AHPjjUg67b1zUApdh8fiGVW055stuWr+sxE6+NM/XT4OFvxLEQ7O4X/6 FsbP/7QnzPQUVRGwvVtjeiPZv0Pu9A== X-Google-Smtp-Source: AOwi7QAwVU8U16J68TRt4Q4ZCO+CYCVTcMltnfg6SMkvj8WbLIVP6t0y9U7hXwEZrKpMfTjQVnlRF8TXdfCY3DtrqAU= X-Received: by 10.202.227.21 with SMTP id a21mr164318oih.194.1504807223597; Thu, 07 Sep 2017 11:00:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.74.136.75 with HTTP; Thu, 7 Sep 2017 11:00:22 -0700 (PDT) In-Reply-To: References: From: "H.J. Lu" Date: Thu, 07 Sep 2017 18:00:00 -0000 Message-ID: Subject: Re: Oh dear. I regret to inform you that commit b1308d2c3749cc454f00b70768ee33724d919527 might be unfortunate To: Palmer Dabbelt Cc: gdb-buildbot@sergiodj.net, GDB Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00187.txt.bz2 On Thu, Sep 7, 2017 at 10:56 AM, Palmer Dabbelt wrote: > I think this wasn't my commits, as it seems to be broken as of 63c99141deff > ("remove QStartupWithShell entry from NEWS::Changes in GDB 7.11"). Also, I > haven't touched anything in aarch64 GDB land > > https://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-native-gdbserver-m64/builds/2745 > > I can't find any other mention of this on "gdb-patches", though I'm not a GDB > maintainer (we don't have a RISC-V GDB port yet) so I had to poke around the > archives and therefor may be missing something. According to here > > https://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-native-gdbserver-m64?numbuilds=400 > > This has been broken since 34d16ea2a144 ("gdb.base/commands.exp: Test > loop_break and loop_continue in nested loops"), but that failure isn't relevant > to this one as it's a test failure not a build failure. > > https://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-native-gdbserver-m64/builds/2671 > > I poked around and there was at least one compilation failure in > between the one I just got emailed about and the test failure above, caused by > 7022349d5c86 ("Stop assuming no-debug-info functions return int"). > > https://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-native-gdbserver-m64/builds/2673/steps/compile%20gdb/logs/stdio > > Given that there's two different failures in three commits and I'm pretty sure > I didn't cause this bug, I don't want to dig through the rest of the history to > figure out what's going on. This has been broken for a while, is everyone else > just ignoring these messages? > 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. -- H.J.