Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id A785AB7E for ; Wed, 21 Dec 2016 18:40:16 +0000 (UTC) X-Greylist: delayed 00:06:57 by SQLgrey-1.7.6 Received: from postout1.mail.lrz.de (postout1.mail.lrz.de [129.187.255.137]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 80DBC221 for ; Wed, 21 Dec 2016 18:40:15 +0000 (UTC) Received: from lxmhs51.srv.lrz.de (localhost [127.0.0.1]) by postout1.mail.lrz.de (Postfix) with ESMTP id 3tkNZN4LKhzyTt for ; Wed, 21 Dec 2016 19:33:16 +0100 (CET) Authentication-Results: postout.lrz.de (amavisd-new); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=tum.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tum.de; h= content-type:content-type:subject:subject:message-id:date:date :from:from:references:in-reply-to:received:mime-version:received :received:received; s=postout; t=1482345196; bh=rOy/qOYfNbJ886ev OcFDaMg/LXUT5ksqG++V8qqgz0M=; b=oPe+Mi7BKN/DCCE5NIJc96zfkyE55ZTG KUGWruSX1bgKsujHUgAPY+31T2vg6gpcdtu22xVi0/GRjRmRCORd2FLmo/f2PNCK zC27flr7PM4bzJlfChvpD5/2OvPC3fjedowbFw5KMAiBiuPcnkYNqY6ILMH/KDl0 uuVG5RXLdSy7M3d3sfpWIWESrjyVCblTidAkU9cDO3T3v62/+l0TNYaY0fF1GIxR nJzoZsCCy0mq8+CX7y7PIDLi2TrOKujtmbTlKkT9H4JVZ4fuHKLaffMmfSgvT+tQ zGwiTTfovdGwu35Xx4yUc+2DS1zt3eeLMmrBjvDwQeALvgaKDju3sA== X-Virus-Scanned: by amavisd-new at lrz.de in lxmhs51.srv.lrz.de X-Spam-Score: -2.792 X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from postout1.mail.lrz.de ([127.0.0.1]) by lxmhs51.srv.lrz.de (lxmhs51.srv.lrz.de [127.0.0.1]) (amavisd-new, port 20024) with LMTP id xTm5sBPLGc7s for ; Wed, 21 Dec 2016 19:33:16 +0100 (CET) Received: from mail-wj0-f170.google.com (mail-wj0-f170.google.com [209.85.210.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by postout1.mail.lrz.de (Postfix) with ESMTPSA id 3tkNZM691kzyTq for ; Wed, 21 Dec 2016 19:33:15 +0100 (CET) Received: by mail-wj0-f170.google.com with SMTP id sd9so24116299wjb.1 for ; Wed, 21 Dec 2016 10:33:15 -0800 (PST) X-Gm-Message-State: AIkVDXIqkNSUvLip3B1oLJbBipDiXGIcm5mW3KRED+/G152HRkqayWEowUzDCJvH5amAM/3F+/c8zgWb2OWtNA== X-Received: by 10.194.136.146 with SMTP id qa18mr5544087wjb.215.1482345195513; Wed, 21 Dec 2016 10:33:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.44.8 with HTTP; Wed, 21 Dec 2016 10:33:14 -0800 (PST) In-Reply-To: References: <615c88d2a1263810923705c170b25d33@112bit.com> <7f51525a-6aeb-e1cd-060c-2f7f34700b6b@vt.edu> From: Marco Falke Date: Wed, 21 Dec 2016 19:33:14 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Alice Wonder , Bitcoin Protocol Discussion Content-Type: text/plain; charset=UTF-8 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Wed, 21 Dec 2016 18:41:06 +0000 Subject: Re: [bitcoin-dev] Python test suite failures (was Re: Planned Obsolescence) X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2016 18:40:16 -0000 > In 0.13.1 the error is > > > Running test/bitcoin-util-test.py... > Traceback (most recent call last): > File "./test/bitcoin-util-test.py", line 12, in > "bitcoin-util-test.json",buildenv) > File "/builddir/build/BUILD/bitcoin-0.13.1/src/test/bctest.py", line 54, > in bctester > bctest(testDir, testObj, buildenv.exeext) > File "/builddir/build/BUILD/bitcoin-0.13.1/src/test/bctest.py", line 26, > in bctest > outputData = open(testDir + "/" + outputFn).read() > FileNotFoundError: [Errno 2] No such file or directory: > './test/data/blanktx.json' This was a known problem on the *master* branch. If you still encounter any issues on the current 0.13.2 release candidate, please let us know in https://github.com/bitcoin/bitcoin/issues/9394. (Make sure to include the version of centos you are running)