[Python-modules-team] Bug#1057660: fastdtw: autopkgtest failure

Adrian Bunk bunk at debian.org
Wed Dec 6 20:27:57 GMT 2023


Source: fastdtw
Version: 0.3.4-2
Severity: serious

https://tracker.debian.org/pkg/fastdtw

Issues preventing migration:
∙ ∙ autopkgtest for fastdtw/0.3.4-2: amd64: Regression ♻ , arm64: Regression ♻ , armel: Regression ♻ , armhf: Regression ♻ , i386: Regression ♻ , ppc64el: Regression ♻ , s390x: Regression ♻

...
48s autopkgtest [15:11:13]: test pybuild-autopkgtest: pybuild-autopkgtest
 48s autopkgtest [15:11:13]: test pybuild-autopkgtest: [-----------------------
 48s pybuild-autopkgtest
 49s I: pybuild base:310: python3.11 setup.py test 
 49s /usr/lib/python3/dist-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/autopkgtest-lxc.nv65t9ym/downtmp/build.LqL/src/fastdtw/_fastdtw.pyx
 49s   tree = Parsing.p_module(s, pxd, full_module_name)
 49s Compiling fastdtw/_fastdtw.pyx because it depends on /usr/lib/python3/dist-packages/Cython/Includes/numpy/math.pxd.
 49s [1/1] Cythonizing fastdtw/_fastdtw.pyx
 49s /usr/lib/python3/dist-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
 49s !!
 49s 
 49s         ********************************************************************************
 49s         Requirements should be satisfied by a PEP 517 installer.
 49s         If you are using pip, you can try `pip install --use-pep517`.
 49s         ********************************************************************************
 49s 
 49s !!
 49s   dist.fetch_build_eggs(dist.setup_requires)
 50s WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fe317a824d0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/pytest-runner/
 50s WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fe3191e9690>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/pytest-runner/
 51s WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fe317a83850>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/pytest-runner/
 53s WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fe317a83f90>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/pytest-runner/
 57s WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7fe317a888d0>: Failed to establish a new connection: [Errno 111] Connection refused'))': /simple/pytest-runner/
 57s ERROR: Could not find a version that satisfies the requirement pytest-runner (from versions: none)
 57s ERROR: No matching distribution found for pytest-runner
 57s Traceback (most recent call last):
 57s   File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 101, in _fetch_build_egg_no_warn
 57s     subprocess.check_call(cmd)
 57s   File "/usr/lib/python3.11/subprocess.py", line 413, in check_call
 57s     raise CalledProcessError(retcode, cmd)
 57s subprocess.CalledProcessError: Command '['/usr/bin/python3.11', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpx6wpjq2f', '--quiet', 'pytest-runner']' returned non-zero exit status 1.
 57s 
 57s The above exception was the direct cause of the following exception:
 57s 
 57s Traceback (most recent call last):
 57s   File "/tmp/autopkgtest-lxc.nv65t9ym/downtmp/build.LqL/src/setup.py", line 81, in <module>
 57s     setup(**kwargs)
 57s   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 106, in setup
 57s     _install_setup_requires(attrs)
 57s   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 79, in _install_setup_requires
 57s     _fetch_build_eggs(dist)
 57s   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 84, in _fetch_build_eggs
 57s     dist.fetch_build_eggs(dist.setup_requires)
 57s   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 908, in fetch_build_eggs
 57s     return _fetch_build_eggs(self, requires)
 57s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 57s   File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 38, in _fetch_build_eggs
 57s     resolved_dists = pkg_resources.working_set.resolve(
 57s                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 57s   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 829, in resolve
 57s     dist = self._resolve_dist(
 57s            ^^^^^^^^^^^^^^^^^^^
 57s   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 865, in _resolve_dist
 57s     dist = best[req.key] = env.best_match(
 57s                            ^^^^^^^^^^^^^^^
 57s   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1135, in best_match
 57s     return self.obtain(req, installer)
 57s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 57s   File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1147, in obtain
 57s     return installer(requirement)
 57s            ^^^^^^^^^^^^^^^^^^^^^^
 57s   File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 103, in _fetch_build_egg_no_warn
 57s     raise DistutilsError(str(e)) from e
 57s distutils.errors.DistutilsError: Command '['/usr/bin/python3.11', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpx6wpjq2f', '--quiet', 'pytest-runner']' returned non-zero exit status 1.
 57s E: pybuild pybuild:395: test: plugin distutils failed with: exit code=1: python3.11 setup.py test 
 57s pybuild-autopkgtest: error: pybuild --autopkgtest -i python{version} -p 3.11 returned exit code 13
 57s make: *** [/tmp/rzGhDqgO01/run:4: pybuild-autopkgtest] Error 25
 57s pybuild-autopkgtest: error: /tmp/rzGhDqgO01/run pybuild-autopkgtest returned exit code 2
 58s autopkgtest [15:11:23]: test pybuild-autopkgtest: -----------------------]
 58s autopkgtest [15:11:23]: test pybuild-autopkgtest:  - - - - - - - - - - results - - - - - - - - - -
 58s pybuild-autopkgtest  FAIL non-zero exit status 25


More information about the Python-modules-team mailing list