From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#39869: python-orator build fails Date: Mon, 02 Mar 2020 13:08:09 -0500 Message-ID: <87mu8y635i.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41275) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8pV1-0002k1-6J for bug-guix@gnu.org; Mon, 02 Mar 2020 13:09:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8pV0-0002K7-1C for bug-guix@gnu.org; Mon, 02 Mar 2020 13:09:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60588) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j8pUz-0002Jz-Tn for bug-guix@gnu.org; Mon, 02 Mar 2020 13:09:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j8pUz-0003zV-Nm for bug-guix@gnu.org; Mon, 02 Mar 2020 13:09:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:41150) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8pUD-0002Ww-NR for bug-guix@gnu.org; Mon, 02 Mar 2020 13:08:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8pUC-00028L-FB for bug-guix@gnu.org; Mon, 02 Mar 2020 13:08:13 -0500 Received: from mail-qk1-x730.google.com ([2607:f8b0:4864:20::730]:38554) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j8pUC-00028D-B4 for bug-guix@gnu.org; Mon, 02 Mar 2020 13:08:12 -0500 Received: by mail-qk1-x730.google.com with SMTP id h22so595935qke.5 for ; Mon, 02 Mar 2020 10:08:12 -0800 (PST) Received: from raisin ([2607:fad8:4:6:235e:8579:8464:aacc]) by smtp.gmail.com with ESMTPSA id o4sm10300419qki.26.2020.03.02.10.08.10 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Mar 2020 10:08:10 -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: 39869@debbugs.gnu.org Build log extract: --8<---------------cut here---------------start------------->8--- ====================================================================== ERROR: orator.commands.migrations (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: orator.commands.migrations Traceback (most recent call last): File "/gnu/store/78w7y0lxar70j512iqw8x3nimzj10yga-python-3.7.4/lib/python3.7/unittest/loader.py", line 470, in _find_test_path package = self._get_module_from_name(name) File "/gnu/store/78w7y0lxar70j512iqw8x3nimzj10yga-python-3.7.4/lib/python3.7/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/tmp/guix-build-python-orator-0.9.7.drv-0/orator-0.9.7/orator/commands/migrations/__init__.py", line 3, in from .install_command import InstallCommand File "/tmp/guix-build-python-orator-0.9.7.drv-0/orator-0.9.7/orator/commands/migrations/install_command.py", line 4, in from .base_command import BaseCommand File "/tmp/guix-build-python-orator-0.9.7.drv-0/orator-0.9.7/orator/commands/migrations/base_command.py", line 5, in from ..command import Command File "/tmp/guix-build-python-orator-0.9.7.drv-0/orator-0.9.7/orator/commands/command.py", line 4, in from cleo import Command as BaseCommand, InputOption, ListInput ImportError: cannot import name 'InputOption' from 'cleo' (/gnu/store/iwhbrhr49wf6gxhxlripjf4ij0y41r3x-python-cleo-0.7.6/lib/python3.7/site-packages/cleo/__init__.py) ====================================================================== ERROR: orator.commands.seeds (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: orator.commands.seeds Traceback (most recent call last): File "/gnu/store/78w7y0lxar70j512iqw8x3nimzj10yga-python-3.7.4/lib/python3.7/unittest/loader.py", line 470, in _find_test_path package = self._get_module_from_name(name) File "/gnu/store/78w7y0lxar70j512iqw8x3nimzj10yga-python-3.7.4/lib/python3.7/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/tmp/guix-build-python-orator-0.9.7.drv-0/orator-0.9.7/orator/commands/seeds/__init__.py", line 3, in from .make_command import SeedersMakeCommand File "/tmp/guix-build-python-orator-0.9.7.drv-0/orator-0.9.7/orator/commands/seeds/make_command.py", line 7, in from .base_command import BaseCommand File "/tmp/guix-build-python-orator-0.9.7.drv-0/orator-0.9.7/orator/commands/seeds/base_command.py", line 4, in from ..command import Command File "/tmp/guix-build-python-orator-0.9.7.drv-0/orator-0.9.7/orator/commands/command.py", line 4, in from cleo import Command as BaseCommand, InputOption, ListInput ImportError: cannot import name 'InputOption' from 'cleo' (/gnu/store/iwhbrhr49wf6gxhxlripjf4ij0y41r3x-python-cleo-0.7.6/lib/python3.7/site-packages/cleo/__init__.py) ---------------------------------------------------------------------- Ran 6 tests in 0.001s FAILED (errors=6) Test failed: error: Test failed: 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 --8<---------------cut here---------------end--------------->8--- Tested on master c1febbbf94ee794d7a97dbde12102634f2b13529.