From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94128 invoked by alias); 27 Feb 2018 12:53:34 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 94076 invoked by uid 89); 27 Feb 2018 12:53:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Paulo, paulo X-HELO: mail-qk0-f180.google.com Received: from mail-qk0-f180.google.com (HELO mail-qk0-f180.google.com) (209.85.220.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Feb 2018 12:53:31 +0000 Received: by mail-qk0-f180.google.com with SMTP id s188so23318768qkb.2 for ; Tue, 27 Feb 2018 04:53:31 -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:from:date:message-id:subject:to:cc :content-transfer-encoding; bh=ieeGRzumOHwF9j59kShfV1EEtW7TxPmEBA99n8UMIvY=; b=JKtPYi0UY90+d84p1KUrllswyj0GmMHc/BaGrDrAUIBTTjwSQFAjI136+DYaawU/yi XKcy0SCOozlvRxmm5toxrKV+8uZqGCZF6buX4T+5emoqq7LowhzPv2uZjOIwsUow7/NN CkchlNcL9eFOlwAu8i1MCtM/05IaJDAEQVWYzYz6Ki9/ZMBfT2FaN5W5mbmqb3Rg0uH+ BfBShzLCg9U6sdKsJegUTtPkb9JjrcUx69n4y3hGCH3ExIAIw3rcR2tjhiIJzrJNeej3 fcMeCJCFOZgbeLoAF2wahDLx6A6TVlrChZAfm3m7csUn5Ocnlur1skSWVBvtcNtQ7uSq IjuQ== X-Gm-Message-State: APf1xPCL60YET4ZTDHhtY3MNg4KFZOkv7oAQhcFdkSpZ/v2ASaHucRWy lAnfefRVUQuhDj/loT5QPPo9+N4SbsEaOVezH2w= X-Google-Smtp-Source: AG47ELteWspSt7Blnc+YypL85YRxlM1Ik9LjH3MkYV0yVet8YIA4AMYORc2XHKdWoaNzMIsEUbMJTHsoGB56sLgtpvQ= X-Received: by 10.55.79.75 with SMTP id d72mr22447625qkb.109.1519736009769; Tue, 27 Feb 2018 04:53:29 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.217.57 with HTTP; Tue, 27 Feb 2018 04:53:29 -0800 (PST) From: Yao Qi Date: Tue, 27 Feb 2018 12:53:00 -0000 Message-ID: Subject: Both GCC and GDB buildbot use gcc114 To: pmatos@linki.tools Cc: gcc@gcc.gnu.org, GDB , Sergio Durigan Junior Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00106.txt.bz2 Hi Paulo, I noticed that GDB buildbot pending build queue on aarch64-linux becomes longer and longer, https://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-m64 as it takes longer to finish each build and test. Looks that you deployed aarch64-linux buildslave for GCC buildbot on gcc114 as well, that is reason that GDB build and test is slowed down (GCC build and test is slowed down too). We'd better avoid using the same machine for two buildbots. Are there any easy way to move one buildslave to a different machine like gcc115 or gcc116. As far as I know, they are identical. --=20 Yao (=E9=BD=90=E5=B0=A7)