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 51C606DE14BB for ; Tue, 5 Jun 2018 11:12:38 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.472 X-Spam-Level: X-Spam-Status: No, score=0.472 tagged_above=-999 required=5 tests=[AWL=-0.180, SPF_NEUTRAL=0.652] 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 LlFrDubCVXl9 for ; Tue, 5 Jun 2018 11:12:36 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 6DEC86DE14BA for ; Tue, 5 Jun 2018 11:12:36 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id BD90610006A; Tue, 5 Jun 2018 21:12:22 +0300 (EEST) From: Tomi Ollila To: Daniel Kahn Gillmor , debian mipsel buildd maintainers , Notmuch Mail Subject: Re: build failures on mipsel In-Reply-To: <87wove9q35.fsf@fifthhorseman.net> References: <87wove9q35.fsf@fifthhorseman.net> User-Agent: Notmuch/0.26.1+22~g888240d (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Tue, 05 Jun 2018 18:12:38 -0000 On Mon, Jun 04 2018, Daniel Kahn Gillmor wrote: > 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=3Dnotmuch&arch=3Dmipsel&ve= r=3D0.27%7Erc0-1&stamp=3D1527466396&raw=3D0 > https://buildd.debian.org/status/fetch.php?pkg=3Dnotmuch&arch=3Dmipsel&ve= r=3D0.27%7Erc1-1&stamp=3D1528017305&raw=3D0 > > 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 enc= rypted 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=3D > +(test/test-lib.sh:961): test_emacs(): test_require_external_prereq dtach > +(test/test-lib.sh:674): test_require_external_prereq(): binary=3Ddtach > +(test/test-lib.sh:675): test_require_external_prereq(): [[ '' =3D=3D 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=3Demacs > +(test/test-lib.sh:675): test_require_external_prereq(): [[ '' =3D=3D t ]] > +(test/test-lib.sh:679): test_require_external_prereq(): true > +(test/test-lib.sh:963): test_emacs(): test_require_external_prereq emacs= client > +(test/test-lib.sh:674): test_require_external_prereq(): binary=3Demacscl= ient > +(test/test-lib.sh:675): test_require_external_prereq(): [[ '' =3D=3D 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=3Dnotmu= ch-test-suite-1593 --eval '(notmuch-test-progn ())' > > can anyone suggest a good next debugging step? emacs did not start for some reason. You could try changing the line sh -c "stty rows 24 cols 80; exec '$TMP_DIRECTORY/run_emacs' \ to script -c "stty rows 24 cols 80; exec '$TMP_DIRECTORY/run_emacs' \ in test-lib.sh and then see what you get in 'typescript=C3=A4 file > > --dkg Tomi