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 72A153850400 for ; Wed, 2 Jun 2021 13:05:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 72A153850400 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=UDx3CSD+5irIqQOWdds7ZWNzSNCsAABEF6irnXhiv1Q=; b=i6Ygi/m195KPcBw9MDY9nq/sGJ WC3j1s6fFWGrTogmHrpGKpW6ceCsBEfs+M6raLhz+ABCLLW0y+Ck8z5mrh1zEeJ9xS/lEUPdntUsO sgUhggqNL7mAvsTbE0xG3CBSq7iswohE8C6j+9FcVwT7zmPIycAFwmtPxWpba/2XsTz0=; 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 1loQYP-0005s3-IV; Wed, 02 Jun 2021 15:05:05 +0200 From: Marc To: John Paul Adrian Glaubitz Cc: gcc-rust@gcc.gnu.org Subject: Re: Test results for gccrs on Debian unstable ia64 References: <478d9956-a97f-5da2-b684-31d791c54fa3@physik.fu-berlin.de> <87zgw8zbeb.fsf@arrakis.kataplop.net> Date: Wed, 02 Jun 2021 15:05:00 +0200 In-Reply-To: (John Paul Adrian Glaubitz's message of "Wed, 2 Jun 2021 14:47:11 +0200") Message-ID: <87v96wzabn.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.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, 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 13:05:17 -0000 John Paul Adrian Glaubitz writes: > Hi Marc! > > On 6/2/21 2:41 PM, Marc wrote: >>> # of expected passes 2347 >>> # of unexpected failures 21 >>> # of expected failures 26 >> >> Would it be possible to have the corresponding .log file ? Looks like >> nearly all execution tests are KO (3 out of 4...). > > Sure, just found the log file. Didn't know that there was one ;). Thanks! Looks like something is missing : ./block_expr1.exe: error while loading shared libraries: libunwind.so.7: cannot open shared object file: No such file or directory Is libunwind installed ? Not sure why your exe needs it, maybe that's a particularity of ia64? Marc