Your message dated Fri, 08 Dec 2023 19:34:05 +0000
with message-id <e1rbgbt-00gjqd...@fasolo.debian.org>
and subject line Bug#1057660: fixed in fastdtw 0.3.4-3
has caused the Debian Bug report #1057660,
regarding fastdtw: autopkgtest failure
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1057660: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1057660
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: fastdtw
Source-Version: 0.3.4-3
Done: Roland Mas <lola...@debian.org>
We believe that the bug you reported is fixed in the latest version of
fastdtw, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1057...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Roland Mas <lola...@debian.org> (supplier of updated fastdtw package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 08 Dec 2023 20:14:10 +0100
Source: fastdtw
Architecture: source
Version: 0.3.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<python-modules-t...@alioth-lists.debian.net>
Changed-By: Roland Mas <lola...@debian.org>
Closes: 1057660
Changes:
fastdtw (0.3.4-3) unstable; urgency=medium
.
* Bug fix: "autopkgtest failure", thanks to Adrian Bunk (Closes: #1057660).
Checksums-Sha1:
33e98f7f5bb665e1976628f337c56a0a1aa35edd 1914 fastdtw_0.3.4-3.dsc
63274600e04ef917136f46ea7cd2f7f1e7986c7b 2148 fastdtw_0.3.4-3.debian.tar.xz
cd0e98295ee86781c29a73a95f7e1cb772bdc7c5 7848 fastdtw_0.3.4-3_amd64.buildinfo
Checksums-Sha256:
4df87ce5ff785f6810f916e0c7dc153b88d55d4f6586a752f76d322013bcba65 1914
fastdtw_0.3.4-3.dsc
c59d3a2c7c12fd0c9d50950f46a7981273d7dad33cc95ae7f5af514e73bed0dd 2148
fastdtw_0.3.4-3.debian.tar.xz
096eeb1539e2105d8523ac1c0ba6ff59fd6b3528e7613dea1d6cf79a68f1f242 7848
fastdtw_0.3.4-3_amd64.buildinfo
Files:
11da315b0efe2f29fcfe82d6145f9f11 1914 python optional fastdtw_0.3.4-3.dsc
cfb45bec15c4c578cf4f8b1a1fbb7df3 2148 python optional
fastdtw_0.3.4-3.debian.tar.xz
27c90bb0d96c3b36c8c7c35f2740a544 7848 python optional
fastdtw_0.3.4-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEtBU2D1kett1zr/uD0w3s0lmTIvwFAmVzbGcACgkQ0w3s0lmT
IvxAGg//QLg5AERfom2AtOtX12WuS0Wxbw6E+PLQWQbN+AwwTZ4L9lYtcXe8s+yM
nyVqWfsNlJiLxKA98F8RSyBQ8arcc+MslPKv/TAyPSPglaX1KLMrUvLKjRNWtypV
37T5pBVOahrg9J4CU3b08x9CjTkek3XC8CYKghzP0Au68dgcxvvaIh3T9WNZgn6i
dgJCoF56kbXBmhKHoVouhNFdRo9mBbkV3CfJ1ss6699M/FtSFZBDDyIkZFBxEBqZ
guKsiL0Ol1gQCiJuNTUlFDHqh2TYjqoKJ91Ayr6cGXA5it0+1lyUNASEqPr4aL9G
/TDjNM8mgVZvRI7OLvcVW8xktBeZWfdz17lWmERBH9o67Z4wZ3HZKt2tSB0IdXkA
Yq//JoOLyY1nPpdTSFdjKZ9cRgeTLrMjQmy1Zojq3zb6EwbkTVEkwfGW2Y7jlwKk
WIObrRYO5IzocZXUeCf5mrtgokd4/ySeLQwZA5XxvKvLlGPHBrg278aX/niU7i11
es6HYFEOsAY/mAN1UyYbaJ2/y0NXE4L8PBsfd9vFeQGxkwzAI8aWfZIncDE4UzZJ
8Jc9wyphY/t7R4JynP6lVK9kIefgeIhwyjOkeyfIKO9v8G0r8xWn/rXl31EGsVX9
WXdYC2Dzh9Z63BsXcgHVAP2yxu+LEd7D0z/iBJPunYLW/hFm92w=
=6wkO
-----END PGP SIGNATURE-----
--- End Message ---