From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95685 invoked by alias); 5 Dec 2018 20:07: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 95567 invoked by uid 89); 5 Dec 2018 20:07:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=disabling, Hx-languages-length:829, you! X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Dec 2018 20:07:30 +0000 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id wB5K4KJR046332 for ; Wed, 5 Dec 2018 15:07:27 -0500 Received: from e11.ny.us.ibm.com (e11.ny.us.ibm.com [129.33.205.201]) by mx0b-001b2d01.pphosted.com with ESMTP id 2p6ktp4n56-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 05 Dec 2018 15:07:26 -0500 Received: from localhost by e11.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 5 Dec 2018 20:07:25 -0000 Received: from b01cxnp22034.gho.pok.ibm.com (9.57.198.24) by e11.ny.us.ibm.com (146.89.104.198) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Wed, 5 Dec 2018 20:07:23 -0000 Received: from b01ledav005.gho.pok.ibm.com (b01ledav005.gho.pok.ibm.com [9.57.199.110]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id wB5K7MSL18153514 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 5 Dec 2018 20:07:22 GMT Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id A4FE0AE05C; Wed, 5 Dec 2018 20:07:22 +0000 (GMT) Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 8217DAE064; Wed, 5 Dec 2018 20:07:22 +0000 (GMT) Received: from pedro.localdomain (unknown [9.18.235.147]) by b01ledav005.gho.pok.ibm.com (Postfix) with ESMTP; Wed, 5 Dec 2018 20:07:22 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id 403BB3C0426; Wed, 5 Dec 2018 18:07:20 -0200 (-02) From: Pedro Franco de Carvalho To: Sergio Durigan Junior Cc: GDB Patches Subject: Re: [PATCH] Implement timestamp'ed output on "make check" In-Reply-To: <87a7ljdaax.fsf@redhat.com> References: <87va47ojas.fsf@linux.vnet.ibm.com> <87a7ljdaax.fsf@redhat.com> Date: Wed, 05 Dec 2018 20:07:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18120520-2213-0000-0000-00000325419D X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00010177; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000270; SDB=6.01127472; UDB=6.00585628; IPR=6.00907606; MB=3.00024464; MTD=3.00000008; XFM=3.00000015; UTC=2018-12-05 20:07:24 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18120520-2214-0000-0000-00005C7FB86C Message-Id: <87sgzbohzb.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00064.txt.bz2 Sergio Durigan Junior writes: > From my recollection, ISTR that the gdbserver builders were *very* slow > even before this commit. I was even talking to Edjunior about disabling > the gdbserver builders, because they were just contributing to making > the queue larger for the native builder. It seems they were taking about one hour before, at least on the LE builders, although I think the BE ones were taking longer. Is one hour more than expected for the gdbserver builders? If not, I'll see if I can figure out what's taking long. > Alright. I'll try to cancel the builds up until > 80e24d09860dbeba7d435b4a4f0990f85dbc084e and see how things go. > > Thanks for taking the time to investigate this! Thank you! -- Pedro Franco de Carvalho