From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id D9A3A3858D1E; Fri, 23 Dec 2022 16:06:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D9A3A3858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 9531B3000340; Fri, 23 Dec 2022 17:06:51 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id D6E93413CD0E; Fri, 23 Dec 2022 17:06:50 +0100 (CET) Message-ID: <2d4ddd8267a092589bf706dcb825845b685b96b7.camel@klomp.org> Subject: Re: libsframe builder (Was: [PATCH 0/2] libsframe: fix some memory leaks) From: Mark Wielaard To: "Frank Ch. Eigler" Cc: Indu Bhagat , binutils@sourceware.org, buildbot@sourceware.org Date: Fri, 23 Dec 2022 17:06:50 +0100 In-Reply-To: References: <20221222225457.1095930-1-indu.bhagat@oracle.com> <98617b373993a3c6054b9389cddfde56b9aec7d1.camel@klomp.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-3032.5 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Frank, On Fri, 2022-12-23 at 09:41 -0500, Frank Ch. Eigler wrote: > (For the record, all of those .log/.sum files, and more, are pulled > into the bunsen database automagically, so listing them all here for > storage and presentation in the buildbot system is not really > necessary.) You are of course right. But the bunsen link is not easily found. We really need to tweak the web-interface and emails sent to prominently feature the bunsen results link. They can be found in the stdio log output of the "upload to bunsen" step as https://builder.sourceware.org/testrun/ Cheers, Mark