From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cyan.elm.relay.mailchannels.net (cyan.elm.relay.mailchannels.net [23.83.212.47]) by sourceware.org (Postfix) with ESMTPS id 5B7F2386F032 for ; Tue, 12 Jan 2021 19:14:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5B7F2386F032 X-Sender-Id: dreamhost|x-authsender|tuliom@ascii.art.br Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 422F32303D; Tue, 12 Jan 2021 19:14:12 +0000 (UTC) Received: from pdx1-sub0-mail-a45.g.dreamhost.com (100-96-12-179.trex.outbound.svc.cluster.local [100.96.12.179]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 814BA22E38; Tue, 12 Jan 2021 19:14:11 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|tuliom@ascii.art.br Received: from pdx1-sub0-mail-a45.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.11); Tue, 12 Jan 2021 19:14:11 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|tuliom@ascii.art.br X-MailChannels-Auth-Id: dreamhost X-Turn-Squirrel: 5734dc1c3688f095_1610478851793_3575313341 X-MC-Loop-Signature: 1610478851793:817147052 X-MC-Ingress-Time: 1610478851793 Received: from pdx1-sub0-mail-a45.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a45.g.dreamhost.com (Postfix) with ESMTP id 1ECA97F12A; Tue, 12 Jan 2021 11:14:11 -0800 (PST) Received: from ascii.art.br (unknown [189.40.84.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: tuliom@ascii.art.br) by pdx1-sub0-mail-a45.g.dreamhost.com (Postfix) with ESMTPSA id 965C47F11D; Tue, 12 Jan 2021 11:14:08 -0800 (PST) X-DH-BACKEND: pdx1-sub0-mail-a45 From: Tulio Magno Quites Machado Filho To: Adhemerval Zanella , Paul Zimmermann Cc: libc-alpha@sourceware.org Subject: Re: New math test failures on Fedora/33 In-Reply-To: <6eead3d5-56c7-1332-a978-8663bd296522@linaro.org> References: <4b0af99b-8353-7201-ec79-aae1b8eada70@linaro.org> <44e1b250-8946-4d8a-614e-f2e20c3f1f33@linaro.org> <6eead3d5-56c7-1332-a978-8663bd296522@linaro.org> User-Agent: Notmuch/0.31.3 (http://notmuchmail.org) Emacs/27.1 (x86_64-redhat-linux-gnu) Date: Tue, 12 Jan 2021 16:14:02 -0300 Message-ID: <87eeiq0xz9.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2021 19:14:15 -0000 Adhemerval Zanella via Libc-alpha writes: > Currently we only have aarch64/armhf that provide any meaningful information. > Maybe Tulio can give us a better idea of the current status of the powerpc > ones. I lost access to the 3 servers I had a while ago. It's been difficult to find 32-bit powerpc servers after that. During the pandemic, I also lost access to the ansible playbooks I used to create the controller and the ppc workers. I've just recovered them, but I'm able to add just ppc64le and ppc64 servers. Not optimal, but better than what we have now. During the last 2 Cauldrons, we've also discussed improvements that are necessary to make this BuildBot useful. They're all still pending. In case there is anyone willing to help, the repository is available at: https://sourceware.org/git/?p=glibc-buildbot.git;a=summary -- Tulio Magno