From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73805 invoked by alias); 6 Dec 2018 19:41:18 -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 73789 invoked by uid 89); 6 Dec 2018 19:41:18 -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=cancelled, logs 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; Thu, 06 Dec 2018 19:41:17 +0000 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id wB6Jc1hg100315 for ; Thu, 6 Dec 2018 14:41:15 -0500 Received: from e36.co.us.ibm.com (e36.co.us.ibm.com [32.97.110.154]) by mx0a-001b2d01.pphosted.com with ESMTP id 2p79pa9jhv-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 06 Dec 2018 14:41:15 -0500 Received: from localhost by e36.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 6 Dec 2018 19:41:14 -0000 Received: from b03cxnp08026.gho.boulder.ibm.com (9.17.130.18) by e36.co.us.ibm.com (192.168.1.136) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Thu, 6 Dec 2018 19:41:12 -0000 Received: from b03ledav006.gho.boulder.ibm.com (b03ledav006.gho.boulder.ibm.com [9.17.130.237]) by b03cxnp08026.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id wB6JfB0615925320 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 6 Dec 2018 19:41:11 GMT Received: from b03ledav006.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 7D160C605B; Thu, 6 Dec 2018 19:41:11 +0000 (GMT) Received: from b03ledav006.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 4826CC6057; Thu, 6 Dec 2018 19:41:11 +0000 (GMT) Received: from pedro.localdomain (unknown [9.18.235.137]) by b03ledav006.gho.boulder.ibm.com (Postfix) with ESMTP; Thu, 6 Dec 2018 19:41:11 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id CB6D43C053F; Thu, 6 Dec 2018 17:41:08 -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: <87efavbu02.fsf@redhat.com> References: <87va47ojas.fsf@linux.vnet.ibm.com> <87a7ljdaax.fsf@redhat.com> <87sgzbohzb.fsf@linux.vnet.ibm.com> <87efavbu02.fsf@redhat.com> Date: Thu, 06 Dec 2018 19:41:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 18120619-0020-0000-0000-00000E95E9CE X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00010183; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000270; SDB=6.01127943; UDB=6.00585911; IPR=6.00908074; MB=3.00024509; MTD=3.00000008; XFM=3.00000015; UTC=2018-12-06 19:41:13 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18120619-0021-0000-0000-000063F65598 Message-Id: <87o99yo33f.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00076.txt.bz2 Sergio Durigan Junior writes: > I've now cancelled the builds; let's see how things go. Thanks! The LE builder seem to be going faster now (a bit more than one hour). They still fail sometimes with a timeout for make. From the logs of the ones that didn't fail it seems that gdb.threads/trace-condition.exp and gdb.threads/tspeed.exp are the ones taking long, and could be causing this, but I haven't looked into them yet. -- Pedro Franco de Carvalho