From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gandi.kataplop.net (gandi.kataplop.net [46.226.111.114]) by sourceware.org (Postfix) with ESMTPS id BAC3B385703F for ; Wed, 2 Jun 2021 20:13:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BAC3B385703F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kataplop.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kataplop.net DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kataplop.net; s=rsa1; h=Content-Type:MIME-Version:Message-ID:In-Reply-To: Date:References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ustUj7klPYuAmk6xOle35V767NgjAb5C7yc2Y966dKY=; b=PRU2U8yiOQag5UcI0DFiLgbkMB IbMLw1h3Z37JMM2/DLbE2mjgxMZ7xKmZSYIRHxS/THUxGCkKlD+boIpGKQDpx9LlZeOe01uVBXvKw 2zi6tx6Wm5zn2BnkNvLCE1b4oqgP6j+c9iON0lLU0Q69ahFdkroNZxImpRzJJwU7alE4=; Received: from [176.191.105.132] (helo=arrakis) by gandi.kataplop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1loXEs-0005Dw-08; Wed, 02 Jun 2021 22:13:18 +0200 From: Marc To: John Paul Adrian Glaubitz Cc: gcc-rust@gcc.gnu.org Subject: Re: Test results for gccrs on Debian unstable s390x References: Date: Wed, 02 Jun 2021 22:13:01 +0200 In-Reply-To: (John Paul Adrian Glaubitz's message of "Wed, 2 Jun 2021 21:48:39 +0200") Message-ID: <87fsy0yqia.fsf@arrakis.kataplop.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam_score: -1.0 X-Spam_bar: - X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-rust@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: gcc-rust mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2021 20:13:22 -0000 John Paul Adrian Glaubitz writes: > Hello! > > Just built gccrs revision 59b417323b25072aff2662f1f54f417f7b7ded61 on Debian unstable s390x. > > The testsuite fails with the following failures. Attaching the log file. > > Adrian Hi again! looks like all errors here (ICE) are the same as seen on 32-bits debian, see https://github.com/Rust-GCC/gccrs/issues/467 . Thanks for these tests! Marc