From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 835C36DE0BF6 for ; Wed, 5 Oct 2016 19:51:12 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.82 X-Spam-Level: X-Spam-Status: No, score=-0.82 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled 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 k-Vm4dbUarp2 for ; Wed, 5 Oct 2016 19:51:12 -0700 (PDT) X-Greylist: delayed 391 seconds by postgrey-1.35 at arlo; Wed, 05 Oct 2016 19:51:11 PDT Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by arlo.cworth.org (Postfix) with ESMTPS id DC3F46DE0297 for ; Wed, 5 Oct 2016 19:51:11 -0700 (PDT) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id CF75C20869 for ; Wed, 5 Oct 2016 22:44:37 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Wed, 05 Oct 2016 22:44:37 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-type:date:from:message-id:mime-version:subject:to :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=nqqpnO+LqJa4BZVwp0H4psI8/T8 =; b=E8AzxfCLhvavd+QfS7E3fSGOCOJbnIh7emVWkhckIk3YdrkcK/gKLxuKCbt 0LATpaTLXA3zlb6EUDJwbV9Oimwbhz1vsZV3EG0Yu4WQi3eqYBpxjqdbpsLvpWum y4ZLXSy383Ujl8LbGo0o9Okmsf6Rk2eg+7sCh7hyuIEc2nfo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=nq qpnO+LqJa4BZVwp0H4psI8/T8=; b=buDmHZGM9BCCHbXmxX8LpIzaFkuqaEKQxn meaH/B/Y4w7bgREQNaLl/ftoMC6hFs2aBR7zkhMYBgJ13ZLFklyYFoF8fBvwJcxp kKH1nrTWVuJWweAOpLdXzk8/WmusZY+H1FIwtp38AfLn0AYO5p35HBZGS5VDSMR0 QlvdW4avE= X-Sasl-enc: jAonJHkzh+tZB50V/hUDmlOtFnMzKKdu+eX7OCrT9XVP 1475721877 Received: from localhost (169.243.187.81.in-addr.arpa [81.187.243.169]) by mail.messagingengine.com (Postfix) with ESMTPA id 6B8B5CC080 for ; Wed, 5 Oct 2016 22:44:37 -0400 (EDT) From: Marius Bakke To: notmuch@notmuchmail.org Subject: "id buttonization" test failure Date: Thu, 06 Oct 2016 03:44:25 +0100 Message-ID: <8737ka19iu.fsf@guixsd.i-did-not-set--mail-host-address--so-tickle-me> MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Wed, 05 Oct 2016 23:32:32 -0700 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2016 02:51:12 -0000 Hi, I'm trying to run the test suite on GNU Guix and get a mysterious test failure in T450-emacs-show.sh: T450-emacs-show: Testing emacs notmuch-show view [...] PASS [11] notmuch-show: disable indentation of thread content (w/ notmuch-show-toggle-thread-indentation) FAIL [12] id buttonization --- T450-emacs-show.13.OUTPUT 2016-10-06 01:42:21.329950576 +0000 +++ T450-emacs-show.13.EXPECTED 2016-10-06 01:42:21.329950576 +0000 @@ -23,4 +23,4 @@ cid:xxx <> <> <> -<>bc. <>, <>; +<>. <>, <>; nil PASS [13] Show handles subprocess errors Any idea what's going on here? It's using emacs-25.1. Thanks!