Your message dated Wed, 15 Feb 2023 16:21:13 +0000
with message-id <e1pskwv-00a8vo...@fasolo.debian.org>
and subject line Bug#1030437: fixed in refstack-client 
0.0.0~2021.08.18.fa73ef2524-4
has caused the Debian Bug report #1030437,
regarding refstack-client: FTBFS: 
pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: 
'0.0.0.02021.08.18.fa73ef2524'
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.)


-- 
1030437: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030437
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: refstack-client
Version: 0.0.0~2021.08.18.fa73ef2524-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20230203 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> make[1]: pyversions: No such file or directory
> py3versions: no X-Python3-Version in control file, using supported versions
> pkgos-dh_auto_install --no-py2 --in-tmp
> + PKGOS_IN_TMP=no
> + echo WARNING: --no-py2 is deprecated and always on.
> WARNING: --no-py2 is deprecated and always on.
> + shift
> + PKGOS_IN_TMP=yes
> + shift
> + dpkg-parsechangelog -SSource
> + SRC_PKG_NAME=refstack-client
> + echo refstack-client
> + sed s/python-//
> + PY_MODULE_NAME=refstack-client
> + py3versions -vr
> + PYTHON3S=3.11
> + [ yes = yes ]
> + TARGET_DIR=tmp
> + pwd
> + python3.11 setup.py install --install-layout=deb --root 
> /<<PKGBUILDDIR>>/debian/tmp
> /usr/lib/python3/dist-packages/setuptools/dist.py:775: UserWarning: Usage of 
> dash-separated 'description-file' will not be supported in future versions. 
> Please use the underscore name 'description_file' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:775: UserWarning: Usage of 
> dash-separated 'author-email' will not be supported in future versions. 
> Please use the underscore name 'author_email' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:775: UserWarning: Usage of 
> dash-separated 'home-page' will not be supported in future versions. Please 
> use the underscore name 'home_page' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:146: 
> EasyInstallDeprecationWarning: easy_install command is deprecated. Use build 
> and pip and other standards-based tools.
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34: 
> SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and 
> pip and other standards-based tools.
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:548: UserWarning: The 
> version specified ('0.0.0.02021.08.18.fa73ef2524') is an invalid version, 
> this may not work as expected with newer versions of setuptools, pip, and 
> PyPI. Please see PEP 440 for more details.
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:775: UserWarning: Usage of 
> dash-separated 'description-file' will not be supported in future versions. 
> Please use the underscore name 'description_file' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:775: UserWarning: Usage of 
> dash-separated 'author-email' will not be supported in future versions. 
> Please use the underscore name 'author_email' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:775: UserWarning: Usage of 
> dash-separated 'home-page' will not be supported in future versions. Please 
> use the underscore name 'home_page' instead
>   warnings.warn(
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/refstack_client
> creating build/lib/refstack_client/tests
> creating build/lib/refstack_client/tests/unit
> copying refstack_client/tests/unit/__init__.py -> 
> build/lib/refstack_client/tests/unit
> copying refstack_client/tests/unit/test_list_parser.py -> 
> build/lib/refstack_client/tests/unit
> copying refstack_client/tests/unit/test_client.py -> 
> build/lib/refstack_client/tests/unit
> creating build/lib/refstack_client/tests/smoke
> copying refstack_client/tests/smoke/__init__.py -> 
> build/lib/refstack_client/tests/smoke
> copying refstack_client/tests/smoke/test_distros.py -> 
> build/lib/refstack_client/tests/smoke
> copying refstack_client/tests/__init__.py -> build/lib/refstack_client/tests
> copying refstack_client/__init__.py -> build/lib/refstack_client
> copying refstack_client/subunit_processor.py -> build/lib/refstack_client
> copying refstack_client/refstack_client.py -> build/lib/refstack_client
> copying refstack_client/list_parser.py -> build/lib/refstack_client
> running egg_info
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/setup.py", line 27, in <module>
>     setuptools.setup(
>   File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 108, in 
> setup
>     return distutils.core.setup(**attrs)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 185, in setup
>     return run_commands(dist)
>            ^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/core.py", line 
> 201, in run_commands
>     dist.run_commands()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 969, in run_commands
>     self.run_command(cmd)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in 
> run_command
>     super().run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 988, in run_command
>     cmd_obj.run()
>   File "/usr/lib/python3/dist-packages/pbr/packaging.py", line 243, in run
>     return du_install.install.run(self)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/usr/lib/python3/dist-packages/setuptools/_distutils/command/install.py", 
> line 698, in run
>     self.run_command('build')
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 
> 318, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in 
> run_command
>     super().run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 988, in run_command
>     cmd_obj.run()
>   File 
> "/usr/lib/python3/dist-packages/setuptools/_distutils/command/build.py", line 
> 132, in run
>     self.run_command(cmd_name)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 
> 318, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in 
> run_command
>     super().run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 988, in run_command
>     cmd_obj.run()
>   File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line 
> 63, in run
>     self.build_package_data()
>   File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line 
> 159, in build_package_data
>     for target, srcfile in self._get_package_data_output_mapping():
>   File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line 
> 151, in _get_package_data_output_mapping
>     for package, src_dir, build_dir, filenames in self.data_files:
>                                                   ^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line 
> 72, in __getattr__
>     self.data_files = self._get_data_files()
>                       ^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line 
> 84, in _get_data_files
>     self.analyze_manifest()
>   File "/usr/lib/python3/dist-packages/setuptools/command/build_py.py", line 
> 181, in analyze_manifest
>     self.run_command('egg_info')
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 
> 318, in run_command
>     self.distribution.run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 1213, in 
> run_command
>     super().run_command(command)
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py", line 
> 987, in run_command
>     cmd_obj.ensure_finalized()
>   File "/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py", line 
> 111, in ensure_finalized
>     self.finalize_options()
>   File "/usr/lib/python3/dist-packages/setuptools/command/egg_info.py", line 
> 219, in finalize_options
>     parsed_version = parse_version(self.egg_version)
>                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File 
> "/usr/lib/python3/dist-packages/pkg_resources/_vendor/packaging/version.py", 
> line 266, in __init__
>     raise InvalidVersion(f"Invalid version: '{version}'")
> pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: 
> '0.0.0.02021.08.18.fa73ef2524'
> make[1]: *** [debian/rules:16: override_dh_auto_install] Error 1


The full build log is available from:
http://qa-logs.debian.net/2023/02/03/refstack-client_0.0.0~2021.08.18.fa73ef2524-3_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230203;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230203&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: refstack-client
Source-Version: 0.0.0~2021.08.18.fa73ef2524-4
Done: Thomas Goirand <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
refstack-client, 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 1030...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated refstack-client 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: SHA256

Format: 1.8
Date: Tue, 14 Feb 2023 14:17:48 +0100
Source: refstack-client
Architecture: source
Version: 0.0.0~2021.08.18.fa73ef2524-4
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1030437
Changes:
 refstack-client (0.0.0~2021.08.18.fa73ef2524-4) unstable; urgency=medium
 .
   * Fix egg-info version when building (Closes: #1030437).
Checksums-Sha1:
 419da5fd9c3387dbc22e813646347310ac67a03f 2598 
refstack-client_0.0.0~2021.08.18.fa73ef2524-4.dsc
 f964a43a494f15a0a2c66ff17248a7946dd7a8d4 3876 
refstack-client_0.0.0~2021.08.18.fa73ef2524-4.debian.tar.xz
 07abfbf23a78881f9fc5a83e331a424ac868508b 11969 
refstack-client_0.0.0~2021.08.18.fa73ef2524-4_amd64.buildinfo
Checksums-Sha256:
 6fc26a22771c60e81d63624f9b5122fe32087d0c92edcc0781600fe577db43b5 2598 
refstack-client_0.0.0~2021.08.18.fa73ef2524-4.dsc
 ed4e0a9bafee962e3e18317f5d8aef53f3ad49c2778dc33b7132920bf6dcb437 3876 
refstack-client_0.0.0~2021.08.18.fa73ef2524-4.debian.tar.xz
 2e8ae6d30c6e616eb5f860c286cc3b9a69d07d5839df230a281d61f08c0b3af2 11969 
refstack-client_0.0.0~2021.08.18.fa73ef2524-4_amd64.buildinfo
Files:
 422cb0df3e402abb592d40e19319330d 2598 python optional 
refstack-client_0.0.0~2021.08.18.fa73ef2524-4.dsc
 d9592f5a4c1556f75cb8e3be6b17fe5f 3876 python optional 
refstack-client_0.0.0~2021.08.18.fa73ef2524-4.debian.tar.xz
 612287348d27630cb674b581b414a17b 11969 python optional 
refstack-client_0.0.0~2021.08.18.fa73ef2524-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmPtAXwACgkQ1BatFaxr
Q/5G7xAAjPV5PlaueNfod6Ee34DGxrZxfi2zgR4MSwPKqTyze5jK/f9eCqJbsXLU
a55AeVSrQ3Evmnz6ZGAgBHT2tjn/LtQ7/K2hlBgoI86WQmKDw+EScE7NhwRJFwjR
KcIKFSoq5Gm6owbZFQZ9UTWXQmL/CNyuNcwPmb2jTwY9tYmZXUIVvw9HaX+zo7eR
Hd6cn0LOuvKG3xtj4Geds9JjgJwU/TZKnH4u3T01r+MEcxX47ji2s0c0mzpxA40X
TpTWDCbdS7cve/diSWpX6b0XAfLgWTRYodg38QB2pkit/7E6S+QOjyo5QKsvSetm
kxlU55+WL3kxFvAnzee9f7Y/1869hjTHvS99ffY8D5kh5S0IfIQ5wUYX7eGhzJha
g1afVhPay6EzhA321L7szMraOOox3n30g5KBG3RWh0PJi0sMJy6c+Fs4HARSYqV5
q58R5imNrOmrykR7nLdaJu5gdJvx5Q6m5vXtx3Y/vfwsFnPMYOsaevQx6tWF82m/
dCIepAYj4UJPx7RsDwbsofCIA2EDgLMMYwJAULmf6vZkmhixHCSHntSJ2Gcys+8h
/JnvNjY9LQjEUpexQDDvJbRycXZNesPoRVRyD0eEKLpKsbMBIkLHSTzV0JHiicqy
PhSU0wrSSas86OS1hWXFuj69Nys2XKJqLX/7TV4x6MfM9vbpgUY=
=xsMq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to