From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#39871: python-hacking build fails Date: Mon, 02 Mar 2020 14:12:21 -0500 Message-ID: <87eeua606i.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53911) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8qUx-0007uz-TO for bug-guix@gnu.org; Mon, 02 Mar 2020 14:13:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8qUw-0006mM-GX for bug-guix@gnu.org; Mon, 02 Mar 2020 14:13:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60622) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j8qUw-0006mE-8S for bug-guix@gnu.org; Mon, 02 Mar 2020 14:13:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j8qUw-0005bJ-3c for bug-guix@gnu.org; Mon, 02 Mar 2020 14:13:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:53863) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8qUQ-0007Fc-U5 for bug-guix@gnu.org; Mon, 02 Mar 2020 14:12:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8qUP-0006cO-R4 for bug-guix@gnu.org; Mon, 02 Mar 2020 14:12:30 -0500 Received: from mail-qk1-x729.google.com ([2607:f8b0:4864:20::729]:45054) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j8qUP-0006bh-Mg for bug-guix@gnu.org; Mon, 02 Mar 2020 14:12:29 -0500 Received: by mail-qk1-x729.google.com with SMTP id f198so759795qke.11 for ; Mon, 02 Mar 2020 11:12:28 -0800 (PST) Received: from raisin ([2607:fad8:4:6:235e:8579:8464:aacc]) by smtp.gmail.com with ESMTPSA id j17sm1558059qki.123.2020.03.02.11.12.22 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Mar 2020 11:12:22 -0800 (PST) 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: 39871@debbugs.gnu.org Build log extract: --8<---------------cut here---------------start------------->8--- OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ . --load-list /tmp/guix-build-python-hacking-1.0.0.drv-0/tmp0b3_dkul running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ . --load-list /tmp/guix-build-python-hacking-1.0.0.drv-0/tmput8xgx54 running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ ${PYTHON:-python} -m subunit.run discover -t ./ . --load-list /tmp/guix-build-python-hacking-1.0.0.drv-0/tmpv10yr5p9 ====================================================================== FAIL: hacking.tests.test_local.HackingTestCase.test_local_check tags: worker-16 ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/guix-build-python-hacking-1.0.0.drv-0/hacking-1.0.0/hacking/tests/test_local.py", line 35, in test_local_check checker.check_all() File "/gnu/store/nk07kycilsspl02pg8jp3j3n9l6c6x6a-python-pep8-1.5.7/lib/python3.7/site-packages/pep8.py", line 1438, in check_all self.check_logical() File "/gnu/store/nk07kycilsspl02pg8jp3j3n9l6c6x6a-python-pep8-1.5.7/lib/python3.7/site-packages/pep8.py", line 1328, in check_logical (start_row, start_col) = mapping[0][1] TypeError: 'NoneType' object is not subscriptable Ran 185 tests in 0.100s FAILED (id=0, failures=1) command "python" "-c" "import setuptools, tokenize;__file__='setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))" "test" failed with status 1 builder for `/gnu/store/cb7v3aq2a26350ha85k5lynmgzbsyaip-python-hacking-1.0.0.drv' failed with exit code 1 --8<---------------cut here---------------end--------------->8--- On master c1febbbf94ee794d7a97dbde12102634f2b13529.