Source: refstack-client
Version: 0.0.0~2021.08.18.fa73ef2524-3
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
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;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230203&[email protected]&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.