Package: src:python-microversion-parse
Version: 1.0.1-2
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules build
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh build --with python3,sphinxdoc --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.13 setup.py config 
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in 
future
        versions. Please use the underscore name 'description_file' instead.

[... snipped ...]

{1} 
microversion_parse.tests.test_get_version.TestStandardHeader.test_match_extra_whitespace
 [0.000081s] ... ok
{1} 
microversion_parse.tests.test_get_version.TestStandardHeader.test_match_multiple_same_service
 [0.000079s] ... ok
{1} 
microversion_parse.tests.test_get_version.TestStandardHeader.test_simple_match 
[0.000079s] ... ok
{1} 
microversion_parse.tests.test_headers_from_wsgi_environ.TestHeadersFromWSGIEnviron.test_get_version_from_environ
 [0.000087s] ... ok
{1} 
microversion_parse.tests.test_headers_from_wsgi_environ.TestHeadersFromWSGIEnviron.test_get_version_from_environ_legacy
 [0.000090s] ... ok
{1} microversion_parse.tests.test_webob.TestWebobHeaders.test_simple_match 
[0.000089s] ... ok

======
Totals
======
Ran: 48 tests in 0.0110 sec.
 - Passed: 48
 - Skipped: 0
 - Expected Fail: 0
 - Unexpected Success: 0
 - Failed: 0
Sum of execute time for each test: 0.0031 sec.

==============
Worker Balance
==============
 - Worker 0 (24 tests) => 0:00:00.001324
 - Worker 1 (24 tests) => 0:00:00.005857
   create-stamp debian/debhelper-build-stamp
 fakeroot debian/rules binary
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh binary --with python3,sphinxdoc --buildsystem=pybuild
   dh_testroot -O--buildsystem=pybuild
   dh_prep -O--buildsystem=pybuild
   dh_auto_install -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3.13 setup.py install --root 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse 
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in 
future
        versions. Please use the underscore name 'description_file' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'author-email' will not be supported in future
        versions. Please use the underscore name 'author_email' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'home-page' will not be supported in future
        versions. Please use the underscore name 'home_page' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'python-requires' will not be supported in 
future
        versions. Please use the underscore name 'python_requires' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/command/develop.py:41: 
EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

        
********************************************************************************
        Please avoid running ``setup.py`` and ``easy_install``.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://github.com/pypa/setuptools/issues/917 for details.
        
********************************************************************************

!!
  easy_install.initialize_options(self)
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        
********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
for details.
        
********************************************************************************

!!
  self.initialize_options()
/usr/lib/python3/dist-packages/pbr/core.py:140: UserWarning: Unknown 
distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in 
future
        versions. Please use the underscore name 'description_file' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'author-email' will not be supported in future
        versions. Please use the underscore name 'author_email' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'home-page' will not be supported in future
        versions. Please use the underscore name 'home_page' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'python-requires' will not be supported in 
future
        versions. Please use the underscore name 'python_requires' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
running install
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.0s)
running build
running build_py
running egg_info
writing microversion_parse.egg-info/PKG-INFO
writing dependency_links to microversion_parse.egg-info/dependency_links.txt
writing requirements to microversion_parse.egg-info/requires.txt
writing top-level names to microversion_parse.egg-info/top_level.txt
[pbr] Reusing existing SOURCES.txt
running install_lib
creating 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages
creating 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/meta.dbm.dir
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/failing
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/meta.dbm.dat
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/times.dbm.dat
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/times.dbm.bak
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/next-stream
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/0 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/format 
-> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/.stestr/times.dbm.dir
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/.stestr
creating 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse
creating 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/test_extract_version.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
creating 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__pycache__/test_headers_from_wsgi_environ.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__pycache__/test_extract_version.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__pycache__/test_webob.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__pycache__/test_middleware.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__pycache__/test_get_version.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__pycache__/__init__.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/test_webob.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/test_get_version.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/test_headers_from_wsgi_environ.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/__init__.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/tests/test_middleware.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests
creating 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/__pycache__/middleware.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/__pycache__/__init__.cpython-313.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/__init__.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_microversion-parse/build/microversion_parse/middleware.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/test_extract_version.py
 to test_extract_version.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/test_webob.py
 to test_webob.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/test_get_version.py
 to test_get_version.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/test_headers_from_wsgi_environ.py
 to test_headers_from_wsgi_environ.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/__init__.py
 to __init__.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/tests/test_middleware.py
 to test_middleware.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/__init__.py
 to __init__.cpython-313.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse/middleware.py
 to middleware.cpython-313.pyc
running install_egg_info
Copying microversion_parse.egg-info to 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.13/dist-packages/microversion_parse-1.0.1.egg-info
Skipping SOURCES.txt
running install_scripts
I: pybuild base:311: /usr/bin/python3 setup.py install --root 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse 
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in 
future
        versions. Please use the underscore name 'description_file' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'author-email' will not be supported in future
        versions. Please use the underscore name 'author_email' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'home-page' will not be supported in future
        versions. Please use the underscore name 'home_page' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'python-requires' will not be supported in 
future
        versions. Please use the underscore name 'python_requires' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/command/develop.py:41: 
EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

        
********************************************************************************
        Please avoid running ``setup.py`` and ``easy_install``.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://github.com/pypa/setuptools/issues/917 for details.
        
********************************************************************************

!!
  easy_install.initialize_options(self)
/usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: 
SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        
********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html 
for details.
        
********************************************************************************

!!
  self.initialize_options()
/usr/lib/python3/dist-packages/pbr/core.py:140: UserWarning: Unknown 
distribution option: 'tests_require'
  warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'description-file' will not be supported in 
future
        versions. Please use the underscore name 'description_file' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'author-email' will not be supported in future
        versions. Please use the underscore name 'author_email' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'home-page' will not be supported in future
        versions. Please use the underscore name 'home_page' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
/usr/lib/python3/dist-packages/setuptools/dist.py:491: 
SetuptoolsDeprecationWarning: Invalid dash-separated options
!!

        
********************************************************************************
        Usage of dash-separated 'python-requires' will not be supported in 
future
        versions. Please use the underscore name 'python_requires' instead.

        By 2025-Mar-03, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for 
details.
        
********************************************************************************

!!
  opt = self.warn_dash_deprecation(opt, section)
running install
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.0s)
running build
running build_py
running egg_info
writing microversion_parse.egg-info/PKG-INFO
writing dependency_links to microversion_parse.egg-info/dependency_links.txt
writing requirements to microversion_parse.egg-info/requires.txt
writing top-level names to microversion_parse.egg-info/top_level.txt
[pbr] Reusing existing SOURCES.txt
running install_lib
creating 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages
creating 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/meta.dbm.dir
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/failing
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/meta.dbm.dat
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/times.dbm.dat
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/times.dbm.bak
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/next-stream
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/0 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/format 
-> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/.stestr/times.dbm.dir
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/.stestr
creating 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse
creating 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/test_extract_version.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
creating 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__pycache__/test_webob.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__pycache__/test_middleware.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__pycache__/__init__.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__pycache__/test_headers_from_wsgi_environ.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__pycache__/test_get_version.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__pycache__/test_extract_version.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/test_webob.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/test_get_version.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/test_headers_from_wsgi_environ.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/__init__.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/tests/test_middleware.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests
creating 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/__pycache__/middleware.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/__pycache__/__init__.cpython-312.pyc
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/__pycache__
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/__init__.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse
copying 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_microversion-parse/build/microversion_parse/middleware.py
 -> 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/test_extract_version.py
 to test_extract_version.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/test_webob.py
 to test_webob.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/test_get_version.py
 to test_get_version.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/test_headers_from_wsgi_environ.py
 to test_headers_from_wsgi_environ.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/tests/test_middleware.py
 to test_middleware.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/__init__.py
 to __init__.cpython-312.pyc
byte-compiling 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse/middleware.py
 to middleware.cpython-312.pyc
running install_egg_info
Copying microversion_parse.egg-info to 
/<<PKGBUILDDIR>>/debian/python3-microversion-parse/usr/lib/python3.12/dist-packages/microversion_parse-1.0.1.egg-info
Skipping SOURCES.txt
running install_scripts
   dh_installdocs -O--buildsystem=pybuild
   debian/rules override_dh_sphinxdoc
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
python3 -m sphinx -b html doc/source 
debian/python-microversion-parse-doc/usr/share/doc/python-microversion-parse-doc/html
Running Sphinx v8.1.3
WARNING: Invalid configuration value found: 'language = None'. Update your 
configuration to a valid language code. Falling back to 'en' (English).
loading translations [en]... done
[openstackdocstheme] version: 3.2.0
[openstackdocstheme] connecting html-page-context event handler
making output directory... done
[openstackdocstheme] overriding configured project name (microversion-parse) 
with name extracted from the package (microversion_parse); you can disable this 
behavior with the 'openstackdocs_auto_name' option
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 
'restructuredtext'}`.
ERROR: Invalid value `None` in intersphinx_mapping['https://docs.python.org/']. 
Expected a two-element tuple or list.

Configuration error:
Invalid `intersphinx_mapping` configuration (1 error).
make[1]: *** [debian/rules:12: override_dh_sphinxdoc] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202412/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

Reply via email to