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 B62E46DE092F for ; Mon, 4 Jun 2018 14:52:56 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.01 X-Spam-Level: X-Spam-Status: No, score=0.01 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_NONE=-0.0001, T_SPF_PERMERROR=0.01] 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 Qyy0pYkN2Bpd for ; Mon, 4 Jun 2018 14:52:56 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id E4A036DE0352 for ; Mon, 4 Jun 2018 14:52:55 -0700 (PDT) Received: from fifthhorseman.net (c-24-0-142-144.hsd1.nj.comcast.net [24.0.142.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id 6ADDCF99A; Mon, 4 Jun 2018 17:52:52 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id 2F8CD209E7; Mon, 4 Jun 2018 17:52:49 -0400 (EDT) From: Daniel Kahn Gillmor To: debian mipsel buildd maintainers , Notmuch Mail Subject: build failures on mipsel Date: Mon, 04 Jun 2018 17:52:46 -0400 Message-ID: <87wove9q35.fsf@fifthhorseman.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 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: Mon, 04 Jun 2018 21:52:56 -0000 --=-=-= Content-Type: text/plain hey folks-- the notmuch 0.27 release candidates are failing to build on the debian mipsel build daemons: https://buildd.debian.org/status/fetch.php?pkg=notmuch&arch=mipsel&ver=0.27%7Erc0-1&stamp=1527466396&raw=0 https://buildd.debian.org/status/fetch.php?pkg=notmuch&arch=mipsel&ver=0.27%7Erc1-1&stamp=1528017305&raw=0 They both fail the test suite here: T357-index-decryption: Testing indexing decrypted mail FAIL stash decryption during show --- T357-index-decryption.9.expected 2018-06-03 09:13:02.472009180 +0000 +++ T357-index-decryption.9.output 2018-06-03 09:13:02.472009180 +0000 @@ -1 +1 @@ -This is a test encrypted message with a wumpus. + FAIL search should now find the contents --- T357-index-decryption.10.expected 2018-06-03 09:13:02.528010019 +0000 +++ T357-index-decryption.10.output 2018-06-03 09:13:02.528010019 +0000 @@ -1 +1 @@ -thread:0000000000000003 2000-01-01 [1/1] Notmuch Test Suite; test encrypted message for cleartext index 002 (encrypted inbox unread) + I've tried to replicate the problem over on eller.debian.org (the mipsel porterbox) but when i build 0.27~rc1 over there in an schroot, i don't even get to T357 because the emacs_fcc_message() function hangs in this loop (is this known to not work in an schroot or under similar situations?): +(test/test-lib.sh:988): test_emacs(): sleep 1 +(test/test-lib.sh:987): test_emacs(): test_emacs '()' +(test/test-lib.sh:960): test_emacs(): missing_dependencies= +(test/test-lib.sh:961): test_emacs(): test_require_external_prereq dtach +(test/test-lib.sh:674): test_require_external_prereq(): binary=dtach +(test/test-lib.sh:675): test_require_external_prereq(): [[ '' == t ]] +(test/test-lib.sh:679): test_require_external_prereq(): true +(test/test-lib.sh:962): test_emacs(): test_require_external_prereq emacs +(test/test-lib.sh:674): test_require_external_prereq(): binary=emacs +(test/test-lib.sh:675): test_require_external_prereq(): [[ '' == t ]] +(test/test-lib.sh:679): test_require_external_prereq(): true +(test/test-lib.sh:963): test_emacs(): test_require_external_prereq emacsclient +(test/test-lib.sh:674): test_require_external_prereq(): binary=emacsclient +(test/test-lib.sh:675): test_require_external_prereq(): [[ '' == t ]] +(test/test-lib.sh:679): test_require_external_prereq(): true +(test/test-lib.sh:964): test_emacs(): test -z '' +(test/test-lib.sh:966): test_emacs(): '[' -z notmuch-test-suite-1593 ']' +(test/test-lib.sh:997): test_emacs(): rm -f OUTPUT +(test/test-lib.sh:998): test_emacs(): touch OUTPUT +(test/test-lib.sh:1000): test_emacs(): emacsclient --socket-name=notmuch-test-suite-1593 --eval '(notmuch-test-progn ())' can anyone suggest a good next debugging step? --dkg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQTTaP514aqS9uSbmdJsHx7ezFD6UwUCWxW0rgAKCRBsHx7ezFD6 U8U9AP9P+dwE2WnBYWwaKMg47sRQwwr+7PKlrq2NoaloR4Dr5gEAi5KvbKvPsyOq 9cKSOIyKDZulNRAN1lQlB1xhn9UJUgI= =awys -----END PGP SIGNATURE----- --=-=-=--