From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id EJUFCuI68V4LOAAA0tVLHw (envelope-from ) for ; Mon, 22 Jun 2020 23:12:34 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id +KfcBeI68V4AYgAAB5/wlQ (envelope-from ) for ; Mon, 22 Jun 2020 23:12:34 +0000 Received: from arlo.cworth.org (arlo.cworth.org [50.126.95.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2868C94005D for ; Mon, 22 Jun 2020 23:12:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 9540F6DE13C1; Mon, 22 Jun 2020 16:12:27 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JbLsnJU4edmk; Mon, 22 Jun 2020 16:12:27 -0700 (PDT) Received: from arlo.cworth.org (localhost [IPv6:::1]) by arlo.cworth.org (Postfix) with ESMTP id 742206DE13CC; Mon, 22 Jun 2020 16:12:26 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 584266DE13CC for ; Mon, 22 Jun 2020 16:12:25 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Lxl2I8pdXrIx for ; Mon, 22 Jun 2020 16:12:23 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTP id 629296DE13C1 for ; Mon, 22 Jun 2020 16:12:23 -0700 (PDT) Received: by fethera.tethera.net (Postfix, from userid 1001) id 75F3E613A9; Mon, 22 Jun 2020 19:12:21 -0400 (EDT) Received: (nullmailer pid 3144857 invoked by uid 1000); Mon, 22 Jun 2020 23:12:20 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: test failures on 32 bit architectures. In-Reply-To: <87mu4vqj4d.fsf@tethera.net> References: <87mu4vqj4d.fsf@tethera.net> Date: Mon, 22 Jun 2020 20:12:20 -0300 Message-ID: <87bllar8yz.fsf@tethera.net> MIME-Version: 1.0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: notmuch-bounces@notmuchmail.org Sender: "notmuch" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 50.126.95.6 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Spam-Score: -1.01 X-TUID: o/AxuakqXz4N David Bremner writes: > I know, I know, I don't use 32 bit architectures either. However... > > Looking at [1], it looks like there two tests consistently failing on 32 > bit architectures (and also mips64el, FWIW). Hmm. Somewhere between when I sent this message and now, some upgrade in debian unstable made these failures go away for me on i386. So maybe I'll wait a day or so for the autobuilders to catch up, and retry the more exotic architectures. d