Source: python-wsme
Version: 0.11.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 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
> debian/rules:28: 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.11 3.10
> + [ no = yes ]
> + TARGET_DIR=python3-wsme
> + pwd
> + python3.11 setup.py install --install-layout=deb --root 
> /<<PKGBUILDDIR>>/debian/python3-wsme
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: 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:771: 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/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:286: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, 
> consider using implicit namespaces instead (PEP 420).
>   warnings.warn(msg, SetuptoolsDeprecationWarning)
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: 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:771: UserWarning: Usage of 
> dash-separated 'description-file' will not be supported in future versions. 
> Please use the underscore name 'description_file' 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/wsme
> creating build/lib/wsme/tests
> copying wsme/tests/__init__.py -> build/lib/wsme/tests
> copying wsme/tests/test_restxml.py -> build/lib/wsme/tests
> copying wsme/tests/test_api.py -> build/lib/wsme/tests
> copying wsme/tests/test_utils.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_root.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_protocols_commons.py -> build/lib/wsme/tests
> copying wsme/tests/test_exc.py -> build/lib/wsme/tests
> creating build/lib/wsme/rest
> copying wsme/rest/__init__.py -> build/lib/wsme/rest
> copying wsme/rest/args.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/xml.py -> build/lib/wsme/rest
> copying wsme/__init__.py -> build/lib/wsme
> copying wsme/api.py -> build/lib/wsme
> copying wsme/root.py -> build/lib/wsme
> copying wsme/runtime.py -> build/lib/wsme
> copying wsme/protocol.py -> build/lib/wsme
> copying wsme/exc.py -> build/lib/wsme
> copying wsme/types.py -> build/lib/wsme
> copying wsme/utils.py -> build/lib/wsme
> creating build/lib/wsmeext
> copying wsmeext/__init__.py -> build/lib/wsmeext
> copying wsmeext/pecan.py -> build/lib/wsmeext
> copying wsmeext/sphinxext.py -> build/lib/wsmeext
> copying wsmeext/flask.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/__init__.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/root.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/protocol.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/utils.py -> 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
> copying wsme/rest/__init__.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
> 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/xml.py -> 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest
> copying wsme/tests/__init__.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_api.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/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_root.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_protocols_commons.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
> Skipping installation of 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/__init__.py
>  (namespace package)
> copying wsmeext/pecan.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/flask.py -> 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext
> 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/api.py
>  to api.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/runtime.py
>  to runtime.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/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/utils.py
>  to utils.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/args.py
>  to args.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/xml.py
>  to xml.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_restxml.py
>  to test_restxml.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_utils.py
>  to test_utils.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_root.py
>  to test_root.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_protocols_commons.py
>  to test_protocols_commons.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/wsmeext/pecan.py
>  to pecan.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/flask.py
>  to flask.cpython-311.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.10 setup.py install --install-layout=deb --root 
> /<<PKGBUILDDIR>>/debian/python3-wsme
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: 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:771: 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/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:286: 
> SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, 
> consider using implicit namespaces instead (PEP 420).
>   warnings.warn(msg, SetuptoolsDeprecationWarning)
> /usr/lib/python3/dist-packages/setuptools/dist.py:771: 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:771: UserWarning: Usage of 
> dash-separated 'description-file' will not be supported in future versions. 
> Please use the underscore name 'description_file' instead
>   warnings.warn(
> 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/__init__.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/root.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/protocol.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/utils.py -> 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme
> copying wsme/rest/__init__.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
> 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/xml.py -> 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest
> copying wsme/tests/__init__.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_api.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/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_root.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_protocols_commons.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
> Skipping installation of 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/__init__.py
>  (namespace package)
> copying wsmeext/pecan.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/flask.py -> 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/api.py
>  to api.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/root.py
>  to root.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/runtime.py
>  to runtime.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/protocol.py
>  to protocol.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/exc.py
>  to exc.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/types.py
>  to types.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/utils.py
>  to utils.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/args.py
>  to args.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/json.py
>  to json.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/protocol.py
>  to protocol.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/rest/xml.py
>  to xml.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/__init__.py
>  to __init__.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_restxml.py
>  to test_restxml.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_api.py
>  to test_api.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_utils.py
>  to test_utils.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_types.py
>  to test_types.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_protocols.py
>  to test_protocols.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_root.py
>  to test_root.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/protocol.py
>  to protocol.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_restjson.py
>  to test_restjson.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_protocols_commons.py
>  to test_protocols_commons.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsme/tests/test_exc.py
>  to test_exc.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/pecan.py
>  to pecan.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/sphinxext.py
>  to sphinxext.cpython-310.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/python3-wsme/usr/lib/python3/dist-packages/wsmeext/flask.py
>  to flask.cpython-310.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.11 3.10 ; do \
>       PYTHONPATH=. python$pyvers -m nose -v ; \
> done
> + PYTHONPATH=. python3.11 -m nose -v
> test_double_expose (wsme.tests.test_api.TestController.test_double_expose) 
> ... ok
> test_expose (wsme.tests.test_api.TestController.test_expose) ... ok
> test_handle_request (wsme.tests.test_api.TestController.test_handle_request) 
> ... ok
> test_multiple_expose 
> (wsme.tests.test_api.TestController.test_multiple_expose) ... ok
> test_no_available_protocol 
> (wsme.tests.test_api.TestController.test_no_available_protocol) ... ok
> test_return_content_type_guess 
> (wsme.tests.test_api.TestController.test_return_content_type_guess) ... ok
> test_scan_api (wsme.tests.test_api.TestController.test_scan_api) ... ok
> test_scan_api_too_deep 
> (wsme.tests.test_api.TestController.test_scan_api_too_deep) ... ok
> test_scan_subclass (wsme.tests.test_api.TestController.test_scan_subclass) 
> ... ok
> test_validate (wsme.tests.test_api.TestController.test_validate) ... ok
> test_validate_enum_mandatory 
> (wsme.tests.test_api.TestController.test_validate_enum_mandatory) ... ok
> test_validate_enum_with_none 
> (wsme.tests.test_api.TestController.test_validate_enum_with_none) ... ok
> test_validate_enum_with_wrong_type 
> (wsme.tests.test_api.TestController.test_validate_enum_with_wrong_type) ... ok
> test_wsattr_default (wsme.tests.test_api.TestController.test_wsattr_default) 
> ... ok
> test_wsattr_mandatory 
> (wsme.tests.test_api.TestController.test_wsattr_mandatory) ... ok
> test_wsattr_readonly 
> (wsme.tests.test_api.TestController.test_wsattr_readonly) ... ok
> test_wsproperty_mandatory 
> (wsme.tests.test_api.TestController.test_wsproperty_mandatory) ... ok
> test_format_client_exception 
> (wsme.tests.test_api.TestFormatException.test_format_client_exception) ... ok
> test_format_client_exception_unicode 
> (wsme.tests.test_api.TestFormatException.test_format_client_exception_unicode)
>  ... ok
> test_format_client_exception_with_faultcode 
> (wsme.tests.test_api.TestFormatException.test_format_client_exception_with_faultcode)
>  ... ok
> test_format_server_exception 
> (wsme.tests.test_api.TestFormatException.test_format_server_exception) ... ok
> test_format_server_exception_debug 
> (wsme.tests.test_api.TestFormatException.test_format_server_exception_debug) 
> ... ok
> test_format_server_exception_unicode 
> (wsme.tests.test_api.TestFormatException.test_format_server_exception_unicode)
>  ... ok
> test_format_server_exception_with_faultcode 
> (wsme.tests.test_api.TestFormatException.test_format_server_exception_with_faultcode)
>  ... ok
> test_get_arg (wsme.tests.test_api.TestFunctionDefinition.test_get_arg) ... ok
> wsme.tests.test_exc.test_clientside_error ... ok
> wsme.tests.test_exc.test_unicode_clientside_error ... ok
> wsme.tests.test_exc.test_invalidinput ... ok
> wsme.tests.test_exc.test_missingargument ... ok
> wsme.tests.test_exc.test_unknownargument ... ok
> test_Protocol (wsme.tests.test_protocols.TestProtocols.test_Protocol) ... ok
> test_register_protocol 
> (wsme.tests.test_protocols.TestProtocols.test_register_protocol) ... ok
> wsme.tests.test_protocols.test_getprotocol ... ok
> test_float_none 
> (wsme.tests.test_protocols_commons.ArgTypeConversion.test_float_none) ... ok
> test_float_nonzero 
> (wsme.tests.test_protocols_commons.ArgTypeConversion.test_float_nonzero) ... 
> ok
> test_float_zero 
> (wsme.tests.test_protocols_commons.ArgTypeConversion.test_float_zero) ... ok
> test_int_none 
> (wsme.tests.test_protocols_commons.ArgTypeConversion.test_int_none) ... ok
> test_int_nonzero 
> (wsme.tests.test_protocols_commons.ArgTypeConversion.test_int_nonzero) ... ok
> test_int_zero 
> (wsme.tests.test_protocols_commons.ArgTypeConversion.test_int_zero) ... ok
> test_args_from_args_array_type 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_args_from_args_array_type)
>  ... ok
> test_args_from_args_custom_exc 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_args_from_args_custom_exc)
>  ... ok
> test_args_from_args_usertype 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_args_from_args_usertype)
>  ... ok
> test_from_param_date 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_from_param_date) 
> ... ok
> test_from_param_datetime 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_from_param_datetime)
>  ... ok
> test_from_param_time 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_from_param_time) 
> ... ok
> test_from_param_usertype 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_from_param_usertype)
>  ... ok
> test_from_params_dict 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_from_params_dict)
>  ... ok
> test_from_params_dict_unset 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_from_params_dict_unset)
>  ... ok
> test_from_params_empty 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_from_params_empty)
>  ... ok
> test_from_params_empty_array 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_from_params_empty_array)
>  ... ok
> test_from_params_native_array 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_from_params_native_array)
>  ... ok
> test_from_params_usertype 
> (wsme.tests.test_protocols_commons.TestProtocolsCommons.test_from_params_usertype)
>  ... ok
> test_DELETE (wsme.tests.test_restjson.TestRestJson.test_DELETE) ... ok
> test_GET (wsme.tests.test_restjson.TestRestJson.test_GET) ... ok
> test_GET_bad_simple_accept 
> (wsme.tests.test_restjson.TestRestJson.test_GET_bad_simple_accept) ... ok
> test_GET_complex_accept 
> (wsme.tests.test_restjson.TestRestJson.test_GET_complex_accept) ... ok
> test_GET_complex_accept_no_match 
> (wsme.tests.test_restjson.TestRestJson.test_GET_complex_accept_no_match) ... 
> ok
> test_GET_complex_choose_xml 
> (wsme.tests.test_restjson.TestRestJson.test_GET_complex_choose_xml) ... ok
> test_None_fromjson (wsme.tests.test_restjson.TestRestJson.test_None_fromjson) 
> ... ok
> test_None_tojson (wsme.tests.test_restjson.TestRestJson.test_None_tojson) ... 
> ok
> test_POST (wsme.tests.test_restjson.TestRestJson.test_POST) ... ok
> test_POST_bad_content_type 
> (wsme.tests.test_restjson.TestRestJson.test_POST_bad_content_type) ... ok
> test_PUT (wsme.tests.test_restjson.TestRestJson.test_PUT) ... ok
> test_ambiguous_to_bool 
> (wsme.tests.test_restjson.TestRestJson.test_ambiguous_to_bool) ... ok
> test_array_tojson (wsme.tests.test_restjson.TestRestJson.test_array_tojson) 
> ... ok
> test_body_and_params 
> (wsme.tests.test_restjson.TestRestJson.test_body_and_params) ... ok
> test_body_arg (wsme.tests.test_restjson.TestRestJson.test_body_arg) ... ok
> test_body_dict (wsme.tests.test_restjson.TestRestJson.test_body_dict) ... ok
> test_body_list (wsme.tests.test_restjson.TestRestJson.test_body_list) ... ok
> test_bytes_tojson (wsme.tests.test_restjson.TestRestJson.test_bytes_tojson) 
> ... ok
> test_dict_tojson (wsme.tests.test_restjson.TestRestJson.test_dict_tojson) ... 
> ok
> test_empty_body (wsme.tests.test_restjson.TestRestJson.test_empty_body) ... ok
> test_encode_sample_params 
> (wsme.tests.test_restjson.TestRestJson.test_encode_sample_params) ... ok
> test_encode_sample_result 
> (wsme.tests.test_restjson.TestRestJson.test_encode_sample_result) ... ok
> test_encode_sample_value 
> (wsme.tests.test_restjson.TestRestJson.test_encode_sample_value) ... ok
> test_extra_arguments 
> (wsme.tests.test_restjson.TestRestJson.test_extra_arguments) ... ok
> test_false_ints_to_bool 
> (wsme.tests.test_restjson.TestRestJson.test_false_ints_to_bool) ... ok
> test_false_strings_to_bool 
> (wsme.tests.test_restjson.TestRestJson.test_false_strings_to_bool) ... ok
> test_form_urlencoded_args 
> (wsme.tests.test_restjson.TestRestJson.test_form_urlencoded_args) ... ok
> test_fromjson (wsme.tests.test_restjson.TestRestJson.test_fromjson) ... ok
> test_html_format (wsme.tests.test_restjson.TestRestJson.test_html_format) ... 
> ok
> test_inline_body (wsme.tests.test_restjson.TestRestJson.test_inline_body) ... 
> ok
> test_invalid_content_type_body 
> (wsme.tests.test_restjson.TestRestJson.test_invalid_content_type_body) ... ok
> test_invalid_date_fromjson 
> (wsme.tests.test_restjson.TestRestJson.test_invalid_date_fromjson) ... ok
> test_invalid_date_fromjson_bodyarg 
> (wsme.tests.test_restjson.TestRestJson.test_invalid_date_fromjson_bodyarg) 
> ... ok
> test_invalid_dict_fromjson 
> (wsme.tests.test_restjson.TestRestJson.test_invalid_dict_fromjson) ... ok
> test_invalid_json_body 
> (wsme.tests.test_restjson.TestRestJson.test_invalid_json_body) ... ok
> test_invalid_list_fromjson 
> (wsme.tests.test_restjson.TestRestJson.test_invalid_list_fromjson) ... ok
> test_invalid_path (wsme.tests.test_restjson.TestRestJson.test_invalid_path) 
> ... ok
> test_invalid_root_dict_fromjson 
> (wsme.tests.test_restjson.TestRestJson.test_invalid_root_dict_fromjson) ... ok
> test_invalid_simple_custom_type_fromjson 
> (wsme.tests.test_restjson.TestRestJson.test_invalid_simple_custom_type_fromjson)
>  ... ok
> test_invalid_str_to_buitin_fromjson 
> (wsme.tests.test_restjson.TestRestJson.test_invalid_str_to_buitin_fromjson) 
> ... ok
> test_keyargs (wsme.tests.test_restjson.TestRestJson.test_keyargs) ... ok
> test_misc_multiply (wsme.tests.test_restjson.TestRestJson.test_misc_multiply) 
> ... ok
> test_missing_argument 
> (wsme.tests.test_restjson.TestRestJson.test_missing_argument) ... ok
> test_nest_result (wsme.tests.test_restjson.TestRestJson.test_nest_result) ... 
> ok
> test_nested_api (wsme.tests.test_restjson.TestRestJson.test_nested_api) ... ok
> test_parse_unexpected_attribute 
> (wsme.tests.test_restjson.TestRestJson.test_parse_unexpected_attribute) ... ok
> test_parse_unexpected_nested_attribute 
> (wsme.tests.test_restjson.TestRestJson.test_parse_unexpected_nested_attribute)
>  ... ok
> test_parse_valid_date 
> (wsme.tests.test_restjson.TestRestJson.test_parse_valid_date) ... ok
> test_parse_valid_date_bodyarg 
> (wsme.tests.test_restjson.TestRestJson.test_parse_valid_date_bodyarg) ... ok
> test_return_binary (wsme.tests.test_restjson.TestRestJson.test_return_binary) 
> ... ok
> test_return_bool_false 
> (wsme.tests.test_restjson.TestRestJson.test_return_bool_false) ... ok
> test_return_bool_true 
> (wsme.tests.test_restjson.TestRestJson.test_return_bool_true) ... ok
> test_return_bytes (wsme.tests.test_restjson.TestRestJson.test_return_bytes) 
> ... ok
> test_return_bytesarray 
> (wsme.tests.test_restjson.TestRestJson.test_return_bytesarray) ... ok
> test_return_date (wsme.tests.test_restjson.TestRestJson.test_return_date) ... 
> ok
> test_return_datetime 
> (wsme.tests.test_restjson.TestRestJson.test_return_datetime) ... ok
> test_return_decimal 
> (wsme.tests.test_restjson.TestRestJson.test_return_decimal) ... ok
> test_return_enum (wsme.tests.test_restjson.TestRestJson.test_return_enum) ... 
> ok
> test_return_float (wsme.tests.test_restjson.TestRestJson.test_return_float) 
> ... ok
> test_return_int (wsme.tests.test_restjson.TestRestJson.test_return_int) ... ok
> test_return_namedattrsobj 
> (wsme.tests.test_restjson.TestRestJson.test_return_namedattrsobj) ... ok
> test_return_nested (wsme.tests.test_restjson.TestRestJson.test_return_nested) 
> ... ok
> test_return_nestedarray 
> (wsme.tests.test_restjson.TestRestJson.test_return_nestedarray) ... ok
> test_return_nesteddict 
> (wsme.tests.test_restjson.TestRestJson.test_return_nesteddict) ... ok
> test_return_objectarrayattribute 
> (wsme.tests.test_restjson.TestRestJson.test_return_objectarrayattribute) ... 
> ok
> test_return_objectdictattribute 
> (wsme.tests.test_restjson.TestRestJson.test_return_objectdictattribute) ... ok
> test_return_text (wsme.tests.test_restjson.TestRestJson.test_return_text) ... 
> ok
> test_return_time (wsme.tests.test_restjson.TestRestJson.test_return_time) ... 
> ok
> test_serverside_error 
> (wsme.tests.test_restjson.TestRestJson.test_serverside_error) ... ok
> test_serverside_error_nodebug 
> (wsme.tests.test_restjson.TestRestJson.test_serverside_error_nodebug) ... ok
> test_set_custom_object 
> (wsme.tests.test_restjson.TestRestJson.test_set_custom_object) ... ok
> test_set_extended_int 
> (wsme.tests.test_restjson.TestRestJson.test_set_extended_int) ... ok
> test_setbinary (wsme.tests.test_restjson.TestRestJson.test_setbinary) ... ok
> test_setbool_false (wsme.tests.test_restjson.TestRestJson.test_setbool_false) 
> ... ok
> test_setbool_true (wsme.tests.test_restjson.TestRestJson.test_setbool_true) 
> ... ok
> test_setbytes (wsme.tests.test_restjson.TestRestJson.test_setbytes) ... ok
> test_setbytesarray (wsme.tests.test_restjson.TestRestJson.test_setbytesarray) 
> ... ok
> test_setdate (wsme.tests.test_restjson.TestRestJson.test_setdate) ... ok
> test_setdatetime (wsme.tests.test_restjson.TestRestJson.test_setdatetime) ... 
> ok
> test_setdatetimearray 
> (wsme.tests.test_restjson.TestRestJson.test_setdatetimearray) ... ok
> test_setdecimal (wsme.tests.test_restjson.TestRestJson.test_setdecimal) ... ok
> test_setenum (wsme.tests.test_restjson.TestRestJson.test_setenum) ... ok
> test_setfloat (wsme.tests.test_restjson.TestRestJson.test_setfloat) ... ok
> test_setint (wsme.tests.test_restjson.TestRestJson.test_setint) ... ok
> test_setnamedattrsobj 
> (wsme.tests.test_restjson.TestRestJson.test_setnamedattrsobj) ... ok
> test_setnested (wsme.tests.test_restjson.TestRestJson.test_setnested) ... ok
> test_setnested_nullobj 
> (wsme.tests.test_restjson.TestRestJson.test_setnested_nullobj) ... ok
> test_setnestedarray 
> (wsme.tests.test_restjson.TestRestJson.test_setnestedarray) ... ok
> test_setnesteddict (wsme.tests.test_restjson.TestRestJson.test_setnesteddict) 
> ... ok
> test_settext (wsme.tests.test_restjson.TestRestJson.test_settext) ... ok
> test_settext_empty (wsme.tests.test_restjson.TestRestJson.test_settext_empty) 
> ... ok
> test_settext_none (wsme.tests.test_restjson.TestRestJson.test_settext_none) 
> ... ok
> test_settextarray (wsme.tests.test_restjson.TestRestJson.test_settextarray) 
> ... ok
> test_settime (wsme.tests.test_restjson.TestRestJson.test_settime) ... ok
> test_touch (wsme.tests.test_restjson.TestRestJson.test_touch) ... ok
> test_true_ints_to_bool 
> (wsme.tests.test_restjson.TestRestJson.test_true_ints_to_bool) ... ok
> test_true_strings_to_bool 
> (wsme.tests.test_restjson.TestRestJson.test_true_strings_to_bool) ... ok
> test_unexpected_extra_arg 
> (wsme.tests.test_restjson.TestRestJson.test_unexpected_extra_arg) ... ok
> Expect a failure if we send an unexpected object attribute. ... ok
> test_unknown_arg (wsme.tests.test_restjson.TestRestJson.test_unknown_arg) ... 
> ok
> test_unset_attrs (wsme.tests.test_restjson.TestRestJson.test_unset_attrs) ... 
> ok
> test_valid_int_fromjson 
> (wsme.tests.test_restjson.TestRestJson.test_valid_int_fromjson) ... ok
> test_valid_num_to_float_fromjson 
> (wsme.tests.test_restjson.TestRestJson.test_valid_num_to_float_fromjson) ... 
> ok
> test_valid_simple_custom_type_fromjson 
> (wsme.tests.test_restjson.TestRestJson.test_valid_simple_custom_type_fromjson)
>  ... ok
> test_valid_str_to_builtin_fromjson 
> (wsme.tests.test_restjson.TestRestJson.test_valid_str_to_builtin_fromjson) 
> ... ok
> test_body_dict (wsme.tests.test_restxml.TestRestXML.test_body_dict) ... ok
> test_body_list (wsme.tests.test_restxml.TestRestXML.test_body_list) ... ok
> test_encode_sample_params 
> (wsme.tests.test_restxml.TestRestXML.test_encode_sample_params) ... ok
> test_encode_sample_result 
> (wsme.tests.test_restxml.TestRestXML.test_encode_sample_result) ... ok
> test_encode_sample_value 
> (wsme.tests.test_restxml.TestRestXML.test_encode_sample_value) ... ok
> test_html_format (wsme.tests.test_restxml.TestRestXML.test_html_format) ... ok
> test_invalid_path (wsme.tests.test_restxml.TestRestXML.test_invalid_path) ... 
> ok
> test_misc_multiply (wsme.tests.test_restxml.TestRestXML.test_misc_multiply) 
> ... ok
> test_missing_argument 
> (wsme.tests.test_restxml.TestRestXML.test_missing_argument) ... ok
> test_nested_api (wsme.tests.test_restxml.TestRestXML.test_nested_api) ... ok
> test_nil_fromxml (wsme.tests.test_restxml.TestRestXML.test_nil_fromxml) ... ok
> test_nil_toxml (wsme.tests.test_restxml.TestRestXML.test_nil_toxml) ... ok
> test_return_binary (wsme.tests.test_restxml.TestRestXML.test_return_binary) 
> ... ok
> test_return_bool_false 
> (wsme.tests.test_restxml.TestRestXML.test_return_bool_false) ... ok
> test_return_bool_true 
> (wsme.tests.test_restxml.TestRestXML.test_return_bool_true) ... ok
> test_return_bytes (wsme.tests.test_restxml.TestRestXML.test_return_bytes) ... 
> ok
> test_return_bytesarray 
> (wsme.tests.test_restxml.TestRestXML.test_return_bytesarray) ... ok
> test_return_date (wsme.tests.test_restxml.TestRestXML.test_return_date) ... ok
> test_return_datetime 
> (wsme.tests.test_restxml.TestRestXML.test_return_datetime) ... ok
> test_return_decimal (wsme.tests.test_restxml.TestRestXML.test_return_decimal) 
> ... ok
> test_return_enum (wsme.tests.test_restxml.TestRestXML.test_return_enum) ... ok
> test_return_float (wsme.tests.test_restxml.TestRestXML.test_return_float) ... 
> ok
> test_return_int (wsme.tests.test_restxml.TestRestXML.test_return_int) ... ok
> test_return_namedattrsobj 
> (wsme.tests.test_restxml.TestRestXML.test_return_namedattrsobj) ... ok
> test_return_nested (wsme.tests.test_restxml.TestRestXML.test_return_nested) 
> ... ok
> test_return_nestedarray 
> (wsme.tests.test_restxml.TestRestXML.test_return_nestedarray) ... ok
> test_return_nesteddict 
> (wsme.tests.test_restxml.TestRestXML.test_return_nesteddict) ... ok
> test_return_objectarrayattribute 
> (wsme.tests.test_restxml.TestRestXML.test_return_objectarrayattribute) ... ok
> test_return_objectdictattribute 
> (wsme.tests.test_restxml.TestRestXML.test_return_objectdictattribute) ... ok
> test_return_text (wsme.tests.test_restxml.TestRestXML.test_return_text) ... ok
> test_return_time (wsme.tests.test_restxml.TestRestXML.test_return_time) ... ok
> test_serverside_error 
> (wsme.tests.test_restxml.TestRestXML.test_serverside_error) ... ok
> test_serverside_error_nodebug 
> (wsme.tests.test_restxml.TestRestXML.test_serverside_error_nodebug) ... ok
> test_setbinary (wsme.tests.test_restxml.TestRestXML.test_setbinary) ... ok
> test_setbool_false (wsme.tests.test_restxml.TestRestXML.test_setbool_false) 
> ... ok
> test_setbool_true (wsme.tests.test_restxml.TestRestXML.test_setbool_true) ... 
> ok
> test_setbytes (wsme.tests.test_restxml.TestRestXML.test_setbytes) ... ok
> test_setbytesarray (wsme.tests.test_restxml.TestRestXML.test_setbytesarray) 
> ... ok
> test_setdate (wsme.tests.test_restxml.TestRestXML.test_setdate) ... ok
> test_setdatetime (wsme.tests.test_restxml.TestRestXML.test_setdatetime) ... ok
> test_setdatetimearray 
> (wsme.tests.test_restxml.TestRestXML.test_setdatetimearray) ... ok
> test_setdecimal (wsme.tests.test_restxml.TestRestXML.test_setdecimal) ... ok
> test_setenum (wsme.tests.test_restxml.TestRestXML.test_setenum) ... ok
> test_setfloat (wsme.tests.test_restxml.TestRestXML.test_setfloat) ... ok
> test_setint (wsme.tests.test_restxml.TestRestXML.test_setint) ... ok
> test_setnamedattrsobj 
> (wsme.tests.test_restxml.TestRestXML.test_setnamedattrsobj) ... ok
> test_setnested (wsme.tests.test_restxml.TestRestXML.test_setnested) ... ok
> test_setnested_nullobj 
> (wsme.tests.test_restxml.TestRestXML.test_setnested_nullobj) ... ok
> test_setnestedarray (wsme.tests.test_restxml.TestRestXML.test_setnestedarray) 
> ... ok
> test_setnesteddict (wsme.tests.test_restxml.TestRestXML.test_setnesteddict) 
> ... ok
> test_settext (wsme.tests.test_restxml.TestRestXML.test_settext) ... ok
> test_settext_empty (wsme.tests.test_restxml.TestRestXML.test_settext_empty) 
> ... ok
> test_settext_none (wsme.tests.test_restxml.TestRestXML.test_settext_none) ... 
> ok
> test_settextarray (wsme.tests.test_restxml.TestRestXML.test_settextarray) ... 
> ok
> test_settime (wsme.tests.test_restxml.TestRestXML.test_settime) ... ok
> test_touch (wsme.tests.test_restxml.TestRestXML.test_touch) ... ok
> test_unset_attrs (wsme.tests.test_restxml.TestRestXML.test_unset_attrs) ... ok
> test_default_prepare_response_body 
> (wsme.tests.test_root.TestRoot.test_default_prepare_response_body) ... ok
> test_default_transaction 
> (wsme.tests.test_root.TestRoot.test_default_transaction) ... ok
> Verify that we get a 406 error on wrong Accept header. ... ok
> Verify that we get a 415 error on wrong Content-Type header. ... ok
> test_protocol_selection_error 
> (wsme.tests.test_root.TestRoot.test_protocol_selection_error) ... ok
> test_protocol_selection_get_method 
> (wsme.tests.test_root.TestRoot.test_protocol_selection_get_method) ... ok
> test_protocol_selection_post_method 
> (wsme.tests.test_root.TestRoot.test_protocol_selection_post_method) ... ok
> test_array_eq (wsme.tests.test_types.TestTypes.test_array_eq) ... ok
> test_array_sample (wsme.tests.test_types.TestTypes.test_array_sample) ... ok
> test_attribute_order (wsme.tests.test_types.TestTypes.test_attribute_order) 
> ... ok
> test_attribute_validation 
> (wsme.tests.test_types.TestTypes.test_attribute_validation) ... ok
> test_attribute_validation_minimum 
> (wsme.tests.test_types.TestTypes.test_attribute_validation_minimum) ... ok
> test_base (wsme.tests.test_types.TestTypes.test_base) ... ok
> test_base_init (wsme.tests.test_types.TestTypes.test_base_init) ... ok
> test_binary_from_base (wsme.tests.test_types.TestTypes.test_binary_from_base) 
> ... ok
> test_binary_to_base (wsme.tests.test_types.TestTypes.test_binary_to_base) ... 
> ok
> test_cross_referenced_types 
> (wsme.tests.test_types.TestTypes.test_cross_referenced_types) ... ok
> test_default_usertype (wsme.tests.test_types.TestTypes.test_default_usertype) 
> ... ok
> test_dict_sample (wsme.tests.test_types.TestTypes.test_dict_sample) ... ok
> test_dynamicbase_add_attributes 
> (wsme.tests.test_types.TestTypes.test_dynamicbase_add_attributes) ... ok
> test_dynamicbase_add_attributes_second 
> (wsme.tests.test_types.TestTypes.test_dynamicbase_add_attributes_second) ... 
> ok
> test_enum (wsme.tests.test_types.TestTypes.test_enum) ... ok
> test_file_content_overrides_file 
> (wsme.tests.test_types.TestTypes.test_file_content_overrides_file) ... ok
> test_file_field_storage 
> (wsme.tests.test_types.TestTypes.test_file_field_storage) ... ok
> test_file_field_storage_value 
> (wsme.tests.test_types.TestTypes.test_file_field_storage_value) ... ok
> test_file_get_content_by_reading 
> (wsme.tests.test_types.TestTypes.test_file_get_content_by_reading) ... ok
> test_file_property_content 
> (wsme.tests.test_types.TestTypes.test_file_property_content) ... ok
> test_file_property_file 
> (wsme.tests.test_types.TestTypes.test_file_property_file) ... ok
> test_file_setting_content_discards_file 
> (wsme.tests.test_types.TestTypes.test_file_setting_content_discards_file) ... 
> ok
> test_flat_type (wsme.tests.test_types.TestTypes.test_flat_type) ... ok
> test_inspect_with_inheritance 
> (wsme.tests.test_types.TestTypes.test_inspect_with_inheritance) ... ok
> test_inspect_with_property 
> (wsme.tests.test_types.TestTypes.test_inspect_with_property) ... ok
> test_list_attribute_no_auto_register 
> (wsme.tests.test_types.TestTypes.test_list_attribute_no_auto_register) ... ok
> test_list_of_complextypes 
> (wsme.tests.test_types.TestTypes.test_list_of_complextypes) ... ok
> test_named_attribute (wsme.tests.test_types.TestTypes.test_named_attribute) 
> ... ok
> test_nested (wsme.tests.test_types.TestTypes.test_nested) ... ok
> test_non_registered_complex_type 
> (wsme.tests.test_types.TestTypes.test_non_registered_complex_type) ... ok
> test_private_attr (wsme.tests.test_types.TestTypes.test_private_attr) ... ok
> test_register_invalid_array 
> (wsme.tests.test_types.TestTypes.test_register_invalid_array) ... ok
> test_register_invalid_dict 
> (wsme.tests.test_types.TestTypes.test_register_invalid_dict) ... ok
> test_reregister (wsme.tests.test_types.TestTypes.test_reregister) ... ok
> test_reregister_and_add_attr 
> (wsme.tests.test_types.TestTypes.test_reregister_and_add_attr) ... ok
> test_selfreftype (wsme.tests.test_types.TestTypes.test_selfreftype) ... ok
> test_text_attribute_conversion 
> (wsme.tests.test_types.TestTypes.test_text_attribute_conversion) ... ok
> test_unregister (wsme.tests.test_types.TestTypes.test_unregister) ... ok
> test_unregister_array_type 
> (wsme.tests.test_types.TestTypes.test_unregister_array_type) ... ok
> test_unregister_array_type_twice 
> (wsme.tests.test_types.TestTypes.test_unregister_array_type_twice) ... ok
> test_unregister_dict_type 
> (wsme.tests.test_types.TestTypes.test_unregister_dict_type) ... ok
> test_unregister_dict_type_twice 
> (wsme.tests.test_types.TestTypes.test_unregister_dict_type_twice) ... ok
> test_unregister_twice (wsme.tests.test_types.TestTypes.test_unregister_twice) 
> ... ok
> test_unset (wsme.tests.test_types.TestTypes.test_unset) ... ok
> test_validate_dict (wsme.tests.test_types.TestTypes.test_validate_dict) ... ok
> test_validate_float (wsme.tests.test_types.TestTypes.test_validate_float) ... 
> ok
> test_validate_int (wsme.tests.test_types.TestTypes.test_validate_int) ... ok
> test_validate_integer_type 
> (wsme.tests.test_types.TestTypes.test_validate_integer_type) ... ok
> test_validate_ipv4_address_type 
> (wsme.tests.test_types.TestTypes.test_validate_ipv4_address_type) ... ok
> test_validate_ipv6_address_type 
> (wsme.tests.test_types.TestTypes.test_validate_ipv6_address_type) ... ok
> test_validate_list_empty 
> (wsme.tests.test_types.TestTypes.test_validate_list_empty) ... ok
> test_validate_list_invalid_member 
> (wsme.tests.test_types.TestTypes.test_validate_list_invalid_member) ... ok
> test_validate_list_invalid_type 
> (wsme.tests.test_types.TestTypes.test_validate_list_invalid_type) ... ok
> test_validate_list_none 
> (wsme.tests.test_types.TestTypes.test_validate_list_none) ... ok
> test_validate_list_valid 
> (wsme.tests.test_types.TestTypes.test_validate_list_valid) ... ok
> test_validate_string_type 
> (wsme.tests.test_types.TestTypes.test_validate_string_type) ... ok
> test_validate_string_type_pattern_exception_message 
> (wsme.tests.test_types.TestTypes.test_validate_string_type_pattern_exception_message)
>  ... ok
> test_validate_string_type_precompile 
> (wsme.tests.test_types.TestTypes.test_validate_string_type_precompile) ... ok
> test_validate_uuid_type 
> (wsme.tests.test_types.TestTypes.test_validate_uuid_type) ... ok
> test_wsattr_del (wsme.tests.test_types.TestTypes.test_wsattr_del) ... ok
> test_wsattr_list_datatype 
> (wsme.tests.test_types.TestTypes.test_wsattr_list_datatype) ... ok
> test_wsattr_weakref_datatype 
> (wsme.tests.test_types.TestTypes.test_wsattr_weakref_datatype) ... ok
> test_wsproperty (wsme.tests.test_types.TestTypes.test_wsproperty) ... ok
> test_parse_isodate (wsme.tests.test_utils.TestUtils.test_parse_isodate) ... ok
> test_parse_isodatetime 
> (wsme.tests.test_utils.TestUtils.test_parse_isodatetime) ... ok
> test_parse_isotime (wsme.tests.test_utils.TestUtils.test_parse_isotime) ... ok
> test_validator_with_invalid_int_code 
> (wsme.tests.test_utils.TestUtils.test_validator_with_invalid_int_code) ... ok
> test_validator_with_invalid_str_code 
> (wsme.tests.test_utils.TestUtils.test_validator_with_invalid_str_code) ... ok
> test_validator_with_valid_code 
> (wsme.tests.test_utils.TestUtils.test_validator_with_valid_code) ... ok
> Failure: AttributeError (module 'inspect' has no attribute 'getargspec') ... 
> ERROR
> test_array_type (test_sphinxext.TestDataTypeName.test_array_type) ... ok
> test_dict_type (test_sphinxext.TestDataTypeName.test_dict_type) ... ok
> test_user_type (test_sphinxext.TestDataTypeName.test_user_type) ... ok
> test_buildhtml (test_sphinxext.TestSphinxExt.test_buildhtml) ... WARNING: 
> while setting up extension wsmeext.sphinxext: directive 'autoattribute' is 
> already registered, it will be overridden
> WARNING: while setting up extension wsmeext.sphinxext: directive 
> 'autofunction' is already registered, it will be overridden
> /usr/lib/python3/dist-packages/sphinx/domains/python.py:516: 
> RemovedInSphinx60Warning: Python directive method get_signature_prefix() 
> returning a string is deprecated. It must now return a list of nodes. Return 
> value was 'function '.
>   warnings.warn(
> 
> Exception occurred:
>   File "/<<PKGBUILDDIR>>/wsmeext/sphinxext.py", line 231, in add_docstring
>     super(TypeDocumenter, self).add_content(
> TypeError: ClassDocumenter.add_content() takes 2 positional arguments but 3 
> were given
> The full traceback has been saved in /tmp/sphinx-err-v5nelq6f.log, if you 
> want to report the issue to the developers.
> Please also report this if it was a user error, so that a better error 
> message can be provided next time.
> A bug report can be filed in the tracker at 
> <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
> ok
> 
> ======================================================================
> ERROR: Failure: AttributeError (module 'inspect' has no attribute 
> 'getargspec')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest
>     raise self.exc_val.with_traceback(self.tb)
>   File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in 
> loadTestsFromName
>     module = self.importer.importFromPath(
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in 
> importFromPath
>     return self.importFromDir(dir_path, fqname)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in 
> importFromDir
>     mod = load_module(part_fqname, fh, filename, desc)
>           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/imp.py", line 235, in load_module
>     return load_source(name, filename, file)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.11/imp.py", line 172, in load_source
>     module = _load(spec)
>              ^^^^^^^^^^^
>   File "<frozen importlib._bootstrap>", line 721, in _load
>   File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 940, in exec_module
>   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
>   File "/<<PKGBUILDDIR>>/tests/test_flask.py", line 26, in <module>
>     @signature(int, int, int)
>      ^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/<<PKGBUILDDIR>>/wsmeext/flask.py", line 45, in decorator
>     args = inspect.getargspec(f)[0]
>            ^^^^^^^^^^^^^^^^^^
> AttributeError: module 'inspect' has no attribute 'getargspec'
> 
> ----------------------------------------------------------------------
> Ran 295 tests in 1.600s
> 
> FAILED (errors=1)
> make[1]: *** [debian/rules:20: override_dh_auto_install] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/python-wsme_0.11.0-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&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.

Reply via email to