From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from butterfly.birch.relay.mailchannels.net (butterfly.birch.relay.mailchannels.net [23.83.209.27]) by sourceware.org (Postfix) with ESMTPS id 006C2386F434 for ; Tue, 12 Jan 2021 17:40:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 006C2386F434 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=siddhesh@gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id AC84B481D3E; Tue, 12 Jan 2021 17:40:13 +0000 (UTC) Received: from pdx1-sub0-mail-a98.g.dreamhost.com (100-100-138-63.trex.outbound.svc.cluster.local [100.100.138.63]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 25F6E48213D; Tue, 12 Jan 2021 17:40:03 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a98.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 17:40:13 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Befitting-Chief: 4ea0790a5ff93e46_1610473213511_1511602376 X-MC-Loop-Signature: 1610473213511:2538861118 X-MC-Ingress-Time: 1610473213510 Received: from pdx1-sub0-mail-a98.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a98.g.dreamhost.com (Postfix) with ESMTP id A142D8270F; Tue, 12 Jan 2021 09:40:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :cc:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=Emp8ur puCD658Vf607J3f0g/x2k=; b=XoFk5vhXwo63Zs8vOE/q5nOFHaW+sNARf4YsAl vFfDDyJGr9VEI9ybc0g7tGSFIMuwxTv6ojiRbsOBKfS+8jh0zy7ylR3+x0jlU5xA QmpL0bm+ChNYvrKFR/ynbsyMYIXUePArXk474R8ApHmGPq93aU86dwrV+xwVPExC BoaZw= Received: from [192.168.86.152] (unknown [103.199.172.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a98.g.dreamhost.com (Postfix) with ESMTPSA id 388167E75B; Tue, 12 Jan 2021 09:39:58 -0800 (PST) Subject: Re: New math test failures on Fedora/33 To: Adhemerval Zanella , Paul Zimmermann Cc: hjl.tools@gmail.com, libc-alpha@sourceware.org, Tulio Magno Quites Machado Filho References: <4b0af99b-8353-7201-ec79-aae1b8eada70@linaro.org> <44e1b250-8946-4d8a-614e-f2e20c3f1f33@linaro.org> <6eead3d5-56c7-1332-a978-8663bd296522@linaro.org> X-DH-BACKEND: pdx1-sub0-mail-a98 From: Siddhesh Poyarekar Message-ID: Date: Tue, 12 Jan 2021 23:09:33 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <6eead3d5-56c7-1332-a978-8663bd296522@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3026.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_ABUSEAT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, RCVD_IN_SBL_CSS, 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 17:40:16 -0000 On 1/12/21 10:59 PM, Adhemerval Zanella wrote: > 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. > > Afaik the infra of the waterfall server itself was done by Siddhesh. > > I personally thing to have a working CI for at least the most usual architectures > would be a great thing, however I think we are lacking resources here. I only did the DNS redirect I think; the server was set up by someone else, either Roland or Tulio. Siddhesh