From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126847 invoked by alias); 15 Dec 2017 15:53:05 -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 126838 invoked by uid 89); 15 Dec 2017 15:53:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Third, representative X-HELO: mail-qk0-f174.google.com Received: from mail-qk0-f174.google.com (HELO mail-qk0-f174.google.com) (209.85.220.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Dec 2017 15:53:03 +0000 Received: by mail-qk0-f174.google.com with SMTP id d141so10861070qkc.12 for ; Fri, 15 Dec 2017 07:53:03 -0800 (PST) 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=nOKiJSSai4CeexkID8wm3ZTWDa7kPNP09ygBtTGTwSc=; b=dsjWt2DRuzzHDQkDRUzqpViRXEaYqzeBuuEGWXYayH4qIcI4Z/Ks9gg838MbMT1SaF nbtcJzZnjHYbHro6ESYU6H0SQHqIUk00/LsAW1dsvnzwtOBn5KoqiO0hXp8BvdjFcBuS Gp1400j/TWiglCgpj9y+ICUHvgsChOKnlW35+MW/a3EuCcbpRZkVaq5eWcIduOndxcCY uOY4QRZRA7etwXB9FHMpYnF4yXU1AyC+/OKu1IRea7j0JkiCjgMJe2iW305v+RZKKbkg 9wvIksyJGQQ9MlDKuIZ/Wajae8i4QH9xPe+QNGem6rIssjZIIjSed1FB+ooR5TJ7dK+U gObA== X-Gm-Message-State: AKGB3mIzN3JwLk5jkHVX3DRjbcj9YZrMmsAK2j/3MxSOjTU8LlSNT44n mN0V5NENWGND8ldFLCDjagwTwGwNB105UVz2ss8= X-Google-Smtp-Source: ACJfBounhzJbQ758wE9WZzMl65wMOxKHr9NFgBzBABd4oQG/rS25qAarv777Uaz0nhmx8FdVydq6PGX1QQ3PxYkbpdM= X-Received: by 10.55.43.89 with SMTP id r86mr2887843qkh.33.1513353181551; Fri, 15 Dec 2017 07:53:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.196.134 with HTTP; Fri, 15 Dec 2017 07:53:00 -0800 (PST) In-Reply-To: References: <87d13g6r5t.fsf@redhat.com> <878te46pk4.fsf@redhat.com> <3808c9ac-450e-3d53-d5c6-ddd7f4b8d1df@redhat.com> From: David Edelsohn Date: Fri, 15 Dec 2017 15:53:00 -0000 Message-ID: Subject: Re: [BuildBot] Notifications disabled for Debian-s390x-* and Fedora-ppc64*-* builders To: Pedro Alves Cc: Sergio Durigan Junior , GDB Patches , Edjunior Machado Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-12/txt/msg00382.txt.bz2 On Fri, Dec 15, 2017 at 10:42 AM, Pedro Alves wrote: > On 12/15/2017 03:06 PM, David Edelsohn wrote: > >> Third, the testsuite summaries that no one from the GDB community >> monitored show that the testsuite runtime jumped from a relatively >> short amount of time to over 9 hours for each run, which points to a >> newly introduced problem in GDB or in the testsuite (timeouts?). > > That may well be. Can you point at some representative builds, > before/after the jump? The testsuite runs for 6 minutes on RHEL7 s390x buildslave and 9 hours on Debian Jessie s390x buildslave. The Debian Jessie system also runs a Python buildslave without problem. The system has 4 virtual cpus and 16GB of memory, which should be more than adequately sized. Thanks, David