From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Holland Subject: bug#40388: Calibre test suite fails Date: Thu, 02 Apr 2020 13:09:50 +0100 Message-ID: <87wo6yf5rl.fsf@inv.alid.pw> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56516) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJyga-0000ws-2i for bug-guix@gnu.org; Thu, 02 Apr 2020 08:11:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJygY-0005Vc-UZ for bug-guix@gnu.org; Thu, 02 Apr 2020 08:11:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56021) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJygY-0005VV-Qc for bug-guix@gnu.org; Thu, 02 Apr 2020 08:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJygY-0006Jt-KS for bug-guix@gnu.org; Thu, 02 Apr 2020 08:11:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:56315) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJyfV-0000EI-Ji for bug-guix@gnu.org; Thu, 02 Apr 2020 08:09:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJyfU-0004r4-D4 for bug-guix@gnu.org; Thu, 02 Apr 2020 08:09:57 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:47353) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jJyfT-0004p1-Sz for bug-guix@gnu.org; Thu, 02 Apr 2020 08:09:56 -0400 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 2A2116B5 for ; Thu, 2 Apr 2020 08:09:53 -0400 (EDT) Received: from spica (procyon.chrys.alid.pw [85.119.83.26]) by mail.messagingengine.com (Postfix) with ESMTPA id 3FD243280067 for ; Thu, 2 Apr 2020 08:09:52 -0400 (EDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: 40388@debbugs.gnu.org Hi, Both on my local machine and on the CI[0], the Calibre test suite has been failing with the following error: ====================================================================== ERROR: test_msgpack (calibre.test_build.BuildTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/guix-build-calibre-3.42.0.drv-0/calibre-3.42.0/src/calibre/test_build.py", line 124, in test_msgpack self.assertEqual(obj, msgpack_loads(s)) File "/tmp/guix-build-calibre-3.42.0.drv-0/calibre-3.42.0/src/calibre/utils/serialize.py", line 113, in msgpack_loads return msgpack.unpackb(dump, ext_hook=msgpack_decoder, raw=False, use_list=use_list) File "/gnu/store/z7dz4iiaivmadhk0x50qs5zv3rwykrmd-python2-msgpack-1.0.0/lib/python2.7/site-packages/msgpack/fallback.py", line 129, in unpackb ret = unpacker._unpack() File "/gnu/store/z7dz4iiaivmadhk0x50qs5zv3rwykrmd-python2-msgpack-1.0.0/lib/python2.7/site-packages/msgpack/fallback.py", line 666, in _unpack "%s is not allowed for map key" % str(type(key)) ValueError: is not allowed for map key ---------------------------------------------------------------------- This is happening on both staging and master. There have been no changes to the calibre package itself since January. I have run a git bisect and the offending change appears to be in commit 66ab2f5e3a0df665f6e39203aedd2bf4812e6a71, when python-msgpack was updated to version 1.0.0. [0]: e.g. http://ci.guix.gnu.org/build/2485977/details -- Josh Holland