• Bug#1067260: python-wsme: FTBFS: make[1]: pyversions: No such file or d

    From Lucas Nussbaum@21:1/5 to All on Wed Mar 20 22:10:03 2024
    Source: python-wsme
    Version: 0.11.0-5
    Severity: serious
    Justification: FTBFS
    Tags: trixie sid ftbfs
    User: lucas@debian.org
    Usertags: ftbfs-20240319 ftbfs-trixie

    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 debian/rules:31: warning: overriding recipe for target 'override_dh_gencontrol'
    /usr/share/openstack-pkg-tools/pkgos.make:132: warning: ignoring old recipe for target 'override_dh_gencontrol'
    pkgos-dh_auto_install --no-py2
    + PKGOS_IN_TMP=no
    + echo WARNING: --no-py2 is deprecated and always on.
    WARNING: --no-py2 is deprecated and always on.
    + shift
    + dpkg-parsechangelog -SSource
    + SRC_PKG_NAME=python-wsme
    + echo python-wsme
    + sed s/python-//
    + PY_MODULE_NAME=wsme
    + py3versions -vr
    + PYTHON3S=3.12 3.11
    + [ no = yes ]
    + TARGET_DIR=python3-wsme
    + pwd
    + python3.12 setup.py install --install-layout=deb --root /<<PKGBUILDDIR>>/debian/python3-wsme
    /usr/lib/python3/dist-packages/setuptools/dist.py:744: 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.

    This deprecation is overdue, please update your project and remove deprecated
    calls to avoid build errors in the future.

    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:744: 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.

    This deprecation is overdue, please update your project and remove deprecated
    calls to avoid build errors in the future.

    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:84: _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:40: 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/setuptools/dist.py:744: 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.

    This deprecation is overdue, please update your project and remove deprecated
    calls to avoid build errors in the future.

    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:744: 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.

    This deprecation is overdue, please update your project and remove deprecated
    calls to avoid build errors in the future.

    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
    creating build
    creating build/lib
    creating build/lib/wsme
    creating build/lib/wsme/tests
    copying wsme/tests/__init__.py -> build/lib/wsme/tests
    copying wsme/tests/test_exc.py -> build/lib/wsme/tests
    copying wsme/tests/test_types.py -> build/lib/wsme/tests
    copying wsme/tests/test_protocols.py -> build/lib/wsme/tests
    copying wsme/tests/test_api.py -> build/lib/wsme/tests
    copying wsme/tests/test_restxml.py -> build/lib/wsme/tests
    copying wsme/tests/test_protocols_commons.py -> build/lib/wsme/tests
    copying wsme/tests/test_utils.py -> build/lib/wsme/tests
    copying wsme/tests/protocol.py -> build/lib/wsme/tests
    copying wsme/tests/test_restjson.py -> build/lib/wsme/tests
    copying wsme/tests/test_root.py -> build/lib/wsme/tests
    copying wsme/utils.py -> build/lib/wsme
    copying wsme/root.py -> build/lib/wsme
    copying wsme/__init__.py -> build/lib/wsme
    copying wsme/exc.py -> build/lib/wsme
    copying wsme/types.py -> build/lib/wsme
    copying wsme/api.py -> build/lib/wsme
    copying wsme/protocol.py -> build/lib/wsme
    copying wsme/runtime.py -> build/lib/wsme
    creating build/lib/wsme/rest
    copying wsme/rest/__init__.py -> build/lib/wsme/rest
    copying wsme/rest/xml.py -> build/lib/wsme/rest
    copying wsme/rest/json.py -> build/lib/wsme/rest
    copying wsme/rest/protocol.py -> build/lib/wsme/rest
    copying wsme/rest/args.py -> build/lib/wsme/rest
    creating build/lib/wsmeext
    copying wsmeext/__init__.py -> build/lib/wsmeext
    copying wsmeext/flask.py -> build/lib/wsmeext
    copying wsmeext/sphinxext.py -> build/lib/wsmeext
    copying wsmeext/pecan.py -> build/lib/wsmeext
    running egg_info
    creating WSME.egg-info
    writing WSME.egg-info/PKG-INFO
    writing dependency_links to WSME.egg-info/dependency_links.txt
    writing entry points to WSME.egg-info/entry_points.txt
    writing namespace_packages to WSME.egg-info/namespace_packages.txt
    writing requirements to WSME.egg-info/requires.txt
    writing top-level names to WSME.egg-info/top_level.txt
    [pbr] Processing SOURCES.txt
    writing manifest file 'WSME.egg-info/SOURCES.txt'
    warning: no files found matching 'AUTHORS'
    warning: no files found matching 'ChangeLog'
    warning: no previously-included files found matching '.gitignore'
    warning: no previously-included files found matching '.gitreview'
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    adding license file 'LICENSE'
    writing manifest file 'WSME.egg-info/SOURCES.txt'
    running install_lib
    copying wsme/utils.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/root.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/exc.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/types.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/api.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/protocol.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/runtime.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_exc.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_types.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_protocols.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_api.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_restxml.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_protocols_commons.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_utils.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/protocol.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_restjson.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_root.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/rest/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest
    copying wsme/rest/xml.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest
    copying wsme/rest/json.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest
    copying wsme/rest/protocol.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest
    copying wsme/rest/args.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest
    Skipping installation of /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/__init__.py (namespace package)
    copying wsmeext/flask.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext
    copying wsmeext/sphinxext.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext
    copying wsmeext/pecan.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/utils.py to utils.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/root.py to root.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/__init__.py to __init__.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/exc.py to exc.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/types.py to types.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/api.py to api.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/protocol.py to protocol.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/runtime.py to runtime.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/__init__.py to __init__.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_exc.py to test_exc.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_types.py to test_types.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_protocols.py to test_protocols.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_api.py to test_api.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_restxml.py to test_restxml.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_protocols_commons.py to test_protocols_commons.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_utils.py to test_utils.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/protocol.py to protocol.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_restjson.py to test_restjson.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_root.py to test_root.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/__init__.py to __init__.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/xml.py to xml.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/json.py to json.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/protocol.py to protocol.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/args.py to args.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/flask.py to flask.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/sphinxext.py to sphinxext.cpython-312.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/pecan.py to pecan.cpython-312.pyc
    running install_egg_info
    Copying WSME.egg-info to /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/WSME-0.11.0.egg-info
    Skipping SOURCES.txt
    Installing /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/WSME-0.11.0-nspkg.pth
    running install_scripts
    + pwd
    + python3.11 setup.py install --install-layout=deb --root /<<PKGBUILDDIR>>/debian/python3-wsme
    /usr/lib/python3/dist-packages/setuptools/dist.py:744: 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.

    This deprecation is overdue, please update your project and remove deprecated
    calls to avoid build errors in the future.

    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:744: 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.

    This deprecation is overdue, please update your project and remove deprecated
    calls to avoid build errors in the future.

    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:84: _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:40: 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/setuptools/dist.py:744: 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.

    This deprecation is overdue, please update your project and remove deprecated
    calls to avoid build errors in the future.

    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:744: 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.

    This deprecation is overdue, please update your project and remove deprecated
    calls to avoid build errors in the future.

    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 WSME.egg-info/PKG-INFO
    writing dependency_links to WSME.egg-info/dependency_links.txt
    writing entry points to WSME.egg-info/entry_points.txt
    writing namespace_packages to WSME.egg-info/namespace_packages.txt
    writing requirements to WSME.egg-info/requires.txt
    writing top-level names to WSME.egg-info/top_level.txt
    [pbr] Reusing existing SOURCES.txt
    running install_lib
    copying wsme/utils.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/root.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/exc.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/types.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/api.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/protocol.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/runtime.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
    copying wsme/tests/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_exc.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_types.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_protocols.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_api.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_restxml.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_protocols_commons.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_utils.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/protocol.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_restjson.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/tests/test_root.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests
    copying wsme/rest/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest
    copying wsme/rest/xml.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest
    copying wsme/rest/json.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest
    copying wsme/rest/protocol.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest
    copying wsme/rest/args.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest
    Skipping installation of /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/__init__.py (namespace package)
    copying wsmeext/flask.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext
    copying wsmeext/sphinxext.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext
    copying wsmeext/pecan.py -> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/utils.py to utils.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/root.py to root.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/__init__.py to __init__.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/exc.py to exc.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/types.py to types.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/api.py to api.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/protocol.py to protocol.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/runtime.py to runtime.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/__init__.py to __init__.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_exc.py to test_exc.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_types.py to test_types.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_protocols.py to test_protocols.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_api.py to test_api.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_restxml.py to test_restxml.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_protocols_commons.py to test_protocols_commons.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_utils.py to test_utils.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/protocol.py to protocol.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_restjson.py to test_restjson.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_root.py to test_root.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/__init__.py to __init__.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/xml.py to xml.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/json.py to json.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/protocol.py to protocol.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/args.py to args.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/flask.py to flask.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/sphinxext.py to sphinxext.cpython-311.pyc
    byte-compiling /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/pecan.py to pecan.cpython-311.pyc
    running install_egg_info
    removing '/<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/WSME-0.11.0.egg-info' (and everything under it)
    Copying WSME.egg-info to /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/WSME-0.11.0.egg-info
    Skipping SOURCES.txt
    Installing /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/WSME-0.11.0-nspkg.pth
    running install_scripts
    + pwd
    + rm -rf /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/WSME-0.11.0-nspkg.pth
    + pwd
    + rm -rf /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python*/dist-packages/*.pth
    set -e ; set -x ; for pyvers in 3.12 3.11 ; do \
    PYTHONPATH=. python$pyvers -m pytest -v tests ; \
    done
    + PYTHONPATH=. python3.12 -m pytest -v tests
    ============================= test session starts ==============================
    platform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0 -- /usr/bin/python3.12
    cachedir: .pytest_cache
    rootdir: /<<PKGBUILDDIR>>
    collecting ... collected 39 items

    tests/pecantest/test/tests/test_ws.py::TestWS::test_body_parameter PASSED [ 2%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_clientsideerror PASSED [ 5%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_clientsideerror_status_code PASSED [ 7%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_custom_clientside_error PASSED [ 10%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_custom_non_http_clientside_error PASSED [ 12%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_get_all PASSED [ 15%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_get_author PASSED [ 17%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_json_only PASSED [ 20%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_no_content_type_if_no_return_type PASSED [ 23%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_non_default_response PASSED [ 25%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_non_default_response_return_type PASSED [ 28%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_non_default_response_return_type_no_content PASSED [ 30%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_optional_array_param PASSED [ 33%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_optional_indexed_array_param PASSED [ 35%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_options_indexed_object_array_param PASSED [ 38%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_options_object_array_param PASSED [ 41%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_post_body_parameter PASSED [ 43%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_post_body_parameter_validation PASSED [ 46%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_put_parameter_validate PASSED [ 48%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_serversideerror PASSED [ 51%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_serversideerror_with_debug PASSED [ 53%]
    tests/pecantest/test/tests/test_ws.py::TestWS::test_xml_only PASSED [ 56%]
    tests/rest/test_args.py::TestArgs::test_args_from_body PASSED [ 58%]
    tests/test_flask.py::FlaskrTestCase::test_array_parameter PASSED [ 61%]
    tests/test_flask.py::FlaskrTestCase::test_custom_clientside_error PASSED [ 64%]
    tests/test_flask.py::FlaskrTestCase::test_custom_non_http_clientside_error PASSED [ 66%]
    tests/test_flask.py::FlaskrTestCase::test_get_model PASSED [ 69%]
    tests/test_flask.py::FlaskrTestCase::test_get_status_response PASSED [ 71%]
    tests/test_flask.py::FlaskrTestCase::test_get_status_sig PASSED [ 74%]
    tests/test_flask.py::FlaskrTestCase::test_list_models PASSED [ 76%]
    tests/test_flask.py::FlaskrTestCase::test_multiply PASSED [ 79%]
    tests/test_flask.py::FlaskrTestCase::test_post_model FAILED [ 82%]
    tests/test_flask.py::FlaskrTestCase::test_restful_get PASSED [ 84%]
    tests/test_flask.py::FlaskrTestCase::test_restful_post FAILED [ 87%]
    tests/test_flask.py::FlaskrTestCase::test_serversideerror PASSED [ 89%]
    tests/test_sphinxext.py::TestSphinxExt::test_buildhtml PASSED [ 92%]
    tests/test_sphinxext.py::TestDataTypeName::test_array_type PASSED [ 94%]
    tests/test_sphinxext.py::TestDataTypeName::test_dict_type PASSED [ 97%]

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas Goirand@21:1/5 to All on Thu Mar 28 11:30:01 2024
    Control: tag -1 pending

    Hello,

    Bug #1067260 in python-wsme reported by you has been fixed in the
    Git repository and is awaiting an upload. You can see the commit
    message below and you can check the diff of the fix at:

    https://salsa.debian.org/openstack-team/python/python-wsme/-/commit/b5e347a7567b2a6e22d7328795b5604b63545434

    ------------------------------------------------------------------------ Uploading to unstable, fixing FTBFS (Closes: #1067260). ------------------------------------------------------------------------

    (this message was generated automatically)
    --
    Greetings

    https://bugs.debian.org/1067260

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Thu Mar 28 11:30:01 2024
    Processing control commands:

    tag -1 pending
    Bug #1067260 [src:python-wsme] python-wsme: FTBFS: make[1]: pyversions: No such file or directory
    Added tag(s) pending.

    --
    1067260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067260
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Debian Bug Tracking System@21:1/5 to All on Thu Mar 28 11:40:01 2024
    This is a multi-part message in MIME format...

    Your message dated Thu, 28 Mar 2024 10:34:32 +0000
    with message-id <E1rpn5c-00AdXj-9k@fasolo.debian.org>
    and subject line Bug#1067260: fixed in python-wsme 0.12.1-2
    has caused the Debian Bug report #1067260,
    regarding python-wsme: FTBFS: make[1]: pyversions: No such file or directory
    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 owner@bugs.debian.org
    immediately.)


    --
    1067260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067260
    Debian Bug Tracking System
    Contact owner@bugs.debian.org with problems

    Received: (at submit) by bugs.debian.org; 20 Mar 2024 21:06:13 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.6-bugs.debian.org_2005_01_02
    (2021-04-09) on buxtehude.debian.org
    X-Spam-Level:
    X-Spam-Status: No, score=-105.5 required=4.0 tests=BAYES_00,DKIMWL_WL_HIGH,
    DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FOURLA,
    FROMDEVELOPER,FVGT_m_MULTI_ODD,SPF_HELO_NONE,SPF_NONE,
    T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST,
    USER_IN_DKIM_WHITELIST,WEIRD_PORT autolearn=ham autolearn_force=no
    version=3.4.6-bugs.debian.org_2005_01_02
    X-Spam-Bayes: score:0.0000 Tokens: new, 205; hammy, 150; neutral, 743; spammy,
    0. spammytokens: hammytokens:0.000-+--python3,
    0.000-+--Hx-spam-relays-external:sk:stravin, 0.000-+--H*RT:sk:stravin,
    0.000-+--Hx-spam-relays-external:311, 0.000-+--H*RT:311
    Return-path: <lucas@debian.org>
    Received: from