Source: python-tooz
Version: 2.9.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220212 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
> for i in 3.10 3.9 ; do \
>       python3 setup.py install -f --install-layout=deb 
> --root=/<<PKGBUILDDIR>>/debian/tmp ; \
> done
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: 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:723: UserWarning: Usage of 
> dash-separated 'description-file' will not be supported in future versions. 
> Please use the underscore name 'description_file' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of 
> dash-separated 'home-page' will not be supported in future versions. Please 
> use the underscore name 'home_page' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of 
> dash-separated 'python-requires' will not be supported in future versions. 
> Please use the underscore name 'python_requires' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:158: 
> 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:723: 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:723: UserWarning: Usage of 
> dash-separated 'description-file' will not be supported in future versions. 
> Please use the underscore name 'description_file' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of 
> dash-separated 'home-page' will not be supported in future versions. Please 
> use the underscore name 'home_page' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of 
> dash-separated 'python-requires' will not be supported in future versions. 
> Please use the underscore name 'python_requires' 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/tooz
> creating build/lib/tooz/tests
> copying tooz/tests/__init__.py -> build/lib/tooz/tests
> copying tooz/tests/test_etcd.py -> build/lib/tooz/tests
> copying tooz/tests/test_memcache.py -> build/lib/tooz/tests
> copying tooz/tests/test_mysql.py -> build/lib/tooz/tests
> copying tooz/tests/test_coordination.py -> build/lib/tooz/tests
> copying tooz/tests/test_utils.py -> build/lib/tooz/tests
> copying tooz/tests/test_postgresql.py -> build/lib/tooz/tests
> copying tooz/tests/test_hashring.py -> build/lib/tooz/tests
> copying tooz/tests/test_partitioner.py -> build/lib/tooz/tests
> creating build/lib/tooz/tests/drivers
> copying tooz/tests/drivers/__init__.py -> build/lib/tooz/tests/drivers
> copying tooz/tests/drivers/test_etcd3.py -> build/lib/tooz/tests/drivers
> copying tooz/tests/drivers/test_etcd3gw.py -> build/lib/tooz/tests/drivers
> copying tooz/tests/drivers/test_file.py -> build/lib/tooz/tests/drivers
> creating build/lib/tooz/drivers
> copying tooz/drivers/__init__.py -> build/lib/tooz/drivers
> copying tooz/drivers/zake.py -> build/lib/tooz/drivers
> copying tooz/drivers/memcached.py -> build/lib/tooz/drivers
> copying tooz/drivers/ipc.py -> build/lib/tooz/drivers
> copying tooz/drivers/consul.py -> build/lib/tooz/drivers
> copying tooz/drivers/pgsql.py -> build/lib/tooz/drivers
> copying tooz/drivers/etcd3gw.py -> build/lib/tooz/drivers
> copying tooz/drivers/etcd.py -> build/lib/tooz/drivers
> copying tooz/drivers/file.py -> build/lib/tooz/drivers
> copying tooz/drivers/etcd3.py -> build/lib/tooz/drivers
> copying tooz/drivers/zookeeper.py -> build/lib/tooz/drivers
> copying tooz/drivers/redis.py -> build/lib/tooz/drivers
> copying tooz/drivers/mysql.py -> build/lib/tooz/drivers
> copying tooz/__init__.py -> build/lib/tooz
> copying tooz/locking.py -> build/lib/tooz
> copying tooz/hashring.py -> build/lib/tooz
> copying tooz/_retry.py -> build/lib/tooz
> copying tooz/partitioner.py -> build/lib/tooz
> copying tooz/coordination.py -> build/lib/tooz
> copying tooz/utils.py -> build/lib/tooz
> running egg_info
> creating tooz.egg-info
> writing tooz.egg-info/PKG-INFO
> writing dependency_links to tooz.egg-info/dependency_links.txt
> writing entry points to tooz.egg-info/entry_points.txt
> writing requirements to tooz.egg-info/requires.txt
> writing top-level names to tooz.egg-info/top_level.txt
> [pbr] Processing SOURCES.txt
> writing manifest file 'tooz.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 'tooz.egg-info/SOURCES.txt'
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/tmp
> creating /<<PKGBUILDDIR>>/debian/tmp/usr
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> copying build/lib/tooz/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> copying build/lib/tooz/locking.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> copying build/lib/tooz/hashring.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/zake.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/memcached.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/ipc.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/consul.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/pgsql.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/etcd3gw.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/etcd.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/file.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/etcd3.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/zookeeper.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/redis.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/mysql.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/_retry.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> creating /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_etcd.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> creating 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers
> copying build/lib/tooz/tests/drivers/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers
> copying build/lib/tooz/tests/drivers/test_etcd3.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers
> copying build/lib/tooz/tests/drivers/test_etcd3gw.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers
> copying build/lib/tooz/tests/drivers/test_file.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers
> copying build/lib/tooz/tests/test_memcache.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_mysql.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_coordination.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_postgresql.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_hashring.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_partitioner.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/partitioner.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> copying build/lib/tooz/coordination.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> copying build/lib/tooz/utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/__init__.py to 
> __init__.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/locking.py to 
> locking.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/hashring.py to 
> hashring.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/__init__.py
>  to __init__.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/zake.py
>  to zake.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/memcached.py
>  to memcached.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/ipc.py 
> to ipc.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/consul.py
>  to consul.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/pgsql.py
>  to pgsql.cpython-39.pyc
> /usr/lib/python3/dist-packages/tooz/drivers/pgsql.py:74: SyntaxWarning: 'str' 
> object is not callable; perhaps you missed a comma?
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/etcd3gw.py
>  to etcd3gw.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/etcd.py
>  to etcd.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/file.py
>  to file.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/etcd3.py
>  to etcd3.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/zookeeper.py
>  to zookeeper.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/redis.py
>  to redis.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/mysql.py
>  to mysql.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/_retry.py to 
> _retry.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/__init__.py
>  to __init__.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_etcd.py
>  to test_etcd.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers/__init__.py
>  to __init__.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers/test_etcd3.py
>  to test_etcd3.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers/test_etcd3gw.py
>  to test_etcd3gw.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers/test_file.py
>  to test_file.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_memcache.py
>  to test_memcache.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_mysql.py
>  to test_mysql.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_coordination.py
>  to test_coordination.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_utils.py
>  to test_utils.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_postgresql.py
>  to test_postgresql.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_hashring.py
>  to test_hashring.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_partitioner.py
>  to test_partitioner.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/partitioner.py 
> to partitioner.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/coordination.py
>  to coordination.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/utils.py to 
> utils.cpython-39.pyc
> running install_egg_info
> Copying tooz.egg-info to 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz-2.9.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: 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:723: UserWarning: Usage of 
> dash-separated 'description-file' will not be supported in future versions. 
> Please use the underscore name 'description_file' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of 
> dash-separated 'home-page' will not be supported in future versions. Please 
> use the underscore name 'home_page' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of 
> dash-separated 'python-requires' will not be supported in future versions. 
> Please use the underscore name 'python_requires' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:158: 
> 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:723: 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:723: UserWarning: Usage of 
> dash-separated 'description-file' will not be supported in future versions. 
> Please use the underscore name 'description_file' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of 
> dash-separated 'home-page' will not be supported in future versions. Please 
> use the underscore name 'home_page' instead
>   warnings.warn(
> /usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of 
> dash-separated 'python-requires' will not be supported in future versions. 
> Please use the underscore name 'python_requires' instead
>   warnings.warn(
> running install
> [pbr] Generating AUTHORS
> [pbr] AUTHORS complete (0.0s)
> running build
> running build_py
> running egg_info
> writing tooz.egg-info/PKG-INFO
> writing dependency_links to tooz.egg-info/dependency_links.txt
> writing entry points to tooz.egg-info/entry_points.txt
> writing requirements to tooz.egg-info/requires.txt
> writing top-level names to tooz.egg-info/top_level.txt
> [pbr] Reusing existing SOURCES.txt
> running install_lib
> copying build/lib/tooz/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> copying build/lib/tooz/locking.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> copying build/lib/tooz/hashring.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> copying build/lib/tooz/drivers/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/zake.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/memcached.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/ipc.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/consul.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/pgsql.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/etcd3gw.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/etcd.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/file.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/etcd3.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/zookeeper.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/redis.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/drivers/mysql.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers
> copying build/lib/tooz/_retry.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> copying build/lib/tooz/tests/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_etcd.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/drivers/__init__.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers
> copying build/lib/tooz/tests/drivers/test_etcd3.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers
> copying build/lib/tooz/tests/drivers/test_etcd3gw.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers
> copying build/lib/tooz/tests/drivers/test_file.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers
> copying build/lib/tooz/tests/test_memcache.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_mysql.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_coordination.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_postgresql.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_hashring.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/tests/test_partitioner.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests
> copying build/lib/tooz/partitioner.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> copying build/lib/tooz/coordination.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> copying build/lib/tooz/utils.py -> 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/__init__.py to 
> __init__.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/locking.py to 
> locking.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/hashring.py to 
> hashring.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/__init__.py
>  to __init__.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/zake.py
>  to zake.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/memcached.py
>  to memcached.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/ipc.py 
> to ipc.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/consul.py
>  to consul.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/pgsql.py
>  to pgsql.cpython-39.pyc
> /usr/lib/python3/dist-packages/tooz/drivers/pgsql.py:74: SyntaxWarning: 'str' 
> object is not callable; perhaps you missed a comma?
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/etcd3gw.py
>  to etcd3gw.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/etcd.py
>  to etcd.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/file.py
>  to file.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/etcd3.py
>  to etcd3.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/zookeeper.py
>  to zookeeper.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/redis.py
>  to redis.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/drivers/mysql.py
>  to mysql.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/_retry.py to 
> _retry.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/__init__.py
>  to __init__.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_etcd.py
>  to test_etcd.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers/__init__.py
>  to __init__.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers/test_etcd3.py
>  to test_etcd3.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers/test_etcd3gw.py
>  to test_etcd3gw.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/drivers/test_file.py
>  to test_file.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_memcache.py
>  to test_memcache.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_mysql.py
>  to test_mysql.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_coordination.py
>  to test_coordination.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_utils.py
>  to test_utils.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_postgresql.py
>  to test_postgresql.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_hashring.py
>  to test_hashring.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/tests/test_partitioner.py
>  to test_partitioner.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/partitioner.py 
> to partitioner.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/coordination.py
>  to coordination.cpython-39.pyc
> byte-compiling 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz/utils.py to 
> utils.cpython-39.pyc
> running install_egg_info
> removing 
> '/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz-2.9.0.egg-info'
>  (and everything under it)
> Copying tooz.egg-info to 
> /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages/tooz-2.9.0.egg-info
> Skipping SOURCES.txt
> running install_scripts
> chmod +x /<<PKGBUILDDIR>>/debian/check-memcached-off 
> /<<PKGBUILDDIR>>/debian/check-memcached-runs
> /<<PKGBUILDDIR>>/debian/check-memcached-runs
> + netstat -anle
> + grep LISTEN
> + grep 127.0.0.1:11211
> + awk {print $4}
> + IS_UP=
> + [  = 127.0.0.1:11211 ]
> + pwd
> + /sbin/start-stop-daemon --start --background --quiet --make-pidfile 
> --pidfile /<<PKGBUILDDIR>>/TEST_PID_MEMCACHE.pid --exec /usr/bin/memcached -- 
> /etc/memcached.conf
> PYTHONPATH=/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages 
> TOOZ_TEST_URL="ipc://" pkgos-dh_auto_test --no-py2 
> 'tooz\.tests\.(?!(.*test_coordination\.TestAPI\.test_get_lock_multiple_coords.*))'
> + PKGOS_USE_PY2=yes
> + PKGOS_USE_PY3=yes
> + PKGOS_TEST_PARALLEL=yes
> + PKGOS_TEST_SERIAL=no
> + PYTHONS=disabled
> + PYTHON3S=disabled
> + TEST_PARALLEL_OPT=--parallel
> + TEST_SERIAL_OPT=
> + PKGOS_USE_PY2=no
> + shift
> + [ no = yes ]
> + [ yes = yes ]
> + py3versions -vr
> + PYTHON3S=3.10 3.9
> + [ yes = no ]
> + [ no = yes ]
> + [ disabled = disabled ]
> + continue
> + [ 3.10 = disabled ]
> + echo 3.10
> + cut -d. -f1
> + PYMAJOR=3
> + echo ===> Testing with python (python3)
> ===> Testing with python (python3)
> + [ 3 = 3 ]
> + pwd
> + [ -d /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -z /<<PKGBUILDDIR>>/debian/tmp/usr/lib/python3/dist-packages ]
> + [ -e .stestr.conf ]
> + [ -x /usr/bin/python3-stestr ]
> + STESTR=stestr
> + rm -rf .stestr
> + PYTHON=python3.10 stestr run --parallel --subunit 
> tooz\.tests\.(?!(.*test_coordination\.TestAPI\.test_get_lock_multiple_coords.*))
> + subunit2pyunit
> tooz.tests.drivers.test_etcd3gw.TestEtcd3Gw.test_etcd3gw_client_init_1
> tooz.tests.drivers.test_etcd3gw.TestEtcd3Gw.test_etcd3gw_client_init_1 ... ok
> tooz.tests.drivers.test_etcd3.TestEtcd3.test_etcd3_client_init_1
> tooz.tests.drivers.test_etcd3.TestEtcd3.test_etcd3_client_init_1 ... ok
> tooz.tests.drivers.test_etcd3gw.TestEtcd3Gw.test_etcd3gw_client_init_2
> tooz.tests.drivers.test_etcd3gw.TestEtcd3Gw.test_etcd3gw_client_init_2 ... ok
> tooz.tests.drivers.test_etcd3.TestEtcd3.test_etcd3_client_init_2
> tooz.tests.drivers.test_etcd3.TestEtcd3.test_etcd3_client_init_2 ... ok
> tooz.tests.test_coordination.TestHook.test_register_hook
> tooz.tests.test_coordination.TestHook.test_register_hook ... ok
> tooz.tests.test_coordination.TestHook.test_unregister_hook
> tooz.tests.test_coordination.TestHook.test_unregister_hook ... ok
> tooz.tests.test_etcd.TestEtcd.test_multiple_locks_etcd_wait_index
> tooz.tests.test_etcd.TestEtcd.test_multiple_locks_etcd_wait_index ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_add_node
> tooz.tests.test_hashring.HashRingTestCase.test_add_node ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_add_node_bytes
> tooz.tests.test_hashring.HashRingTestCase.test_add_node_bytes ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_add_node_unicode
> tooz.tests.test_hashring.HashRingTestCase.test_add_node_unicode ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_add_node_weight
> tooz.tests.test_hashring.HashRingTestCase.test_add_node_weight ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_add_nodes_weight
> tooz.tests.test_hashring.HashRingTestCase.test_add_nodes_weight ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_add_then_removenode
> tooz.tests.test_hashring.HashRingTestCase.test_add_then_removenode ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_create_ring
> tooz.tests.test_hashring.HashRingTestCase.test_create_ring ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_distribution_more_replica
> tooz.tests.test_hashring.HashRingTestCase.test_distribution_more_replica ... 
> ok
> tooz.tests.test_hashring.HashRingTestCase.test_distribution_one_replica
> tooz.tests.test_hashring.HashRingTestCase.test_distribution_one_replica ... ok
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_heartbeat
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_heartbeat
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_acquire_twice_no_deadlock_releasing
> tooz.tests.test_coordination.TestAPI.test_acquire_twice_no_deadlock_releasing 
> ... ok
> tooz.tests.test_coordination.TestAPI.test_connection_error_bad_host
> tooz.tests.test_coordination.TestAPI.test_connection_error_bad_host ... 
> skipped 'This driver is not distributed across hosts'
> tooz.tests.test_coordination.TestAPI.test_create_group
> tooz.tests.test_coordination.TestAPI.test_create_group ... ok
> tooz.tests.test_coordination.TestAPI.test_create_group_already_exist
> tooz.tests.test_coordination.TestAPI.test_create_group_already_exist ... ok
> tooz.tests.test_coordination.TestAPI.test_delete_group
> tooz.tests.test_coordination.TestAPI.test_delete_group ... skipped ''
> tooz.tests.test_hashring.HashRingTestCase.test_hash2int_returns_int
> tooz.tests.test_hashring.HashRingTestCase.test_hash2int_returns_int ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_ignore_nodes
> tooz.tests.test_hashring.HashRingTestCase.test_ignore_nodes ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_ignore_non_existent_node
> tooz.tests.test_hashring.HashRingTestCase.test_ignore_non_existent_node ... ok
> tooz.tests.drivers.test_file.TestFileDriver.test_base_dir
> tooz.tests.drivers.test_file.TestFileDriver.test_base_dir ... ok
> tooz.tests.test_coordination.TestAPI.test_delete_group_non_empty
> tooz.tests.test_coordination.TestAPI.test_delete_group_non_empty ... skipped 
> ''
> tooz.tests.drivers.test_file.TestFileDriver.test_base_dir_win32
> tooz.tests.drivers.test_file.TestFileDriver.test_base_dir_win32 ... ok
> tooz.tests.test_coordination.TestAPI.test_delete_group_non_existent
> tooz.tests.test_coordination.TestAPI.test_delete_group_non_existent ... ok
> tooz.tests.test_coordination.TestAPI.test_disconnect_leave_group
> tooz.tests.test_coordination.TestAPI.test_disconnect_leave_group ... skipped 
> ''
> tooz.tests.test_coordination.TestAPI.test_ensure_acquire_release_return
> tooz.tests.test_coordination.TestAPI.test_ensure_acquire_release_return ... ok
> tooz.tests.drivers.test_file.TestFileDriver.test_leftover_file
> tooz.tests.drivers.test_file.TestFileDriver.test_leftover_file ... ok
> tooz.tests.test_coordination.TestAPI.test_get_groups
> tooz.tests.test_coordination.TestAPI.test_get_groups ... ok
> tooz.tests.test_coordination.TestAPI.test_get_leader
> tooz.tests.test_coordination.TestAPI.test_get_leader ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_get_lock
> tooz.tests.test_coordination.TestAPI.test_get_lock ... ok
> tooz.tests.test_partitioner.TestPartitioner.test_hashring_size
> tooz.tests.test_partitioner.TestPartitioner.test_hashring_size ... FAIL
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_join
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_join 
> ... FAIL
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_leave
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_leave 
> ... FAIL
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_start
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_start 
> ... ok
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_run_watchers_mixin
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_run_watchers_mixin
>  ... ok
> tooz.tests.test_partitioner.TestPartitioner.test_hashring_weight
> tooz.tests.test_partitioner.TestPartitioner.test_hashring_weight ... FAIL
> tooz.tests.test_coordination.TestAPI.test_get_lock_concurrency_locking2
> tooz.tests.test_coordination.TestAPI.test_get_lock_concurrency_locking2 ... ok
> tooz.tests.test_partitioner.TestPartitioner.test_join_partitioned_group
> tooz.tests.test_partitioner.TestPartitioner.test_join_partitioned_group ... 
> FAIL
> tooz.tests.test_partitioner.TestPartitioner.test_members_of_object_and_others
> tooz.tests.test_partitioner.TestPartitioner.test_members_of_object_and_others 
> ... FAIL
> tooz.tests.test_partitioner.TestPartitioner.test_stop
> tooz.tests.test_partitioner.TestPartitioner.test_stop ... FAIL
> /<<PKGBUILDDIR>>/tooz/drivers/pgsql.py:74: SyntaxWarning: 'str' object is not 
> callable; perhaps you missed a comma?
>   diagnostic_lines.append("  %s = %s" (attr_name, attr_value))
> tooz.tests.test_postgresql.TestPostgreSQLFailures.test_connect_failure
> tooz.tests.test_postgresql.TestPostgreSQLFailures.test_connect_failure ... ok
> tooz.tests.test_postgresql.TestPostgreSQLFailures.test_connect_failure_operational
> tooz.tests.test_postgresql.TestPostgreSQLFailures.test_connect_failure_operational
>  ... ok
> tooz.tests.test_postgresql.TestPostgreSQLFailures.test_failure_acquire_lock
> tooz.tests.test_postgresql.TestPostgreSQLFailures.test_failure_acquire_lock 
> ... FAIL
> tooz.tests.test_postgresql.TestPostgreSQLFailures.test_failure_release_lock
> tooz.tests.test_postgresql.TestPostgreSQLFailures.test_failure_release_lock 
> ... FAIL
> tooz.tests.test_utils.TestUtilsSafePath.test_join
> tooz.tests.test_utils.TestUtilsSafePath.test_join ... ok
> tooz.tests.test_utils.TestUtilsSafePath.test_unsafe_join
> tooz.tests.test_utils.TestUtilsSafePath.test_unsafe_join ... ok
> unreleased lock b'test-lock' garbage collected
> tooz.tests.test_hashring.HashRingTestCase.test_rebalance_stability_join
> tooz.tests.test_hashring.HashRingTestCase.test_rebalance_stability_join ... ok
> tooz.tests.test_coordination.TestAPI.test_get_lock_concurrency_locking_same_lock
> tooz.tests.test_coordination.TestAPI.test_get_lock_concurrency_locking_same_lock
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_get_lock_concurrency_locking_two_lock_process
> tooz.tests.test_coordination.TestAPI.test_get_lock_concurrency_locking_two_lock_process
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_get_lock_concurrency_locking_two_lock_thread1
> tooz.tests.test_coordination.TestAPI.test_get_lock_concurrency_locking_two_lock_thread1
>  ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_rebalance_stability_leave
> tooz.tests.test_hashring.HashRingTestCase.test_rebalance_stability_leave ... 
> ok
> tooz.tests.test_hashring.HashRingTestCase.test_remove_node
> tooz.tests.test_hashring.HashRingTestCase.test_remove_node ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_remove_node_bytes
> tooz.tests.test_hashring.HashRingTestCase.test_remove_node_bytes ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_remove_node_unknown
> tooz.tests.test_hashring.HashRingTestCase.test_remove_node_unknown ... ok
> tooz.tests.test_hashring.HashRingTestCase.test_wrong_hash_function
> tooz.tests.test_hashring.HashRingTestCase.test_wrong_hash_function ... ok
> tooz.tests.test_coordination.TestAPI.test_get_lock_concurrency_locking_two_lock_thread2
> tooz.tests.test_coordination.TestAPI.test_get_lock_concurrency_locking_two_lock_thread2
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_get_lock_context_check_value
> tooz.tests.test_coordination.TestAPI.test_get_lock_context_check_value ... ok
> tooz.tests.test_coordination.TestAPI.test_get_lock_context_fails
> tooz.tests.test_coordination.TestAPI.test_get_lock_context_fails ... ok
> tooz.tests.test_coordination.TestAPI.test_get_lock_locked_twice
> tooz.tests.test_coordination.TestAPI.test_get_lock_locked_twice ... ok
> tooz.tests.test_coordination.TestAPI.test_get_lock_locking_exclusive_and_shared
> tooz.tests.test_coordination.TestAPI.test_get_lock_locking_exclusive_and_shared
>  ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_get_lock_locking_shared_and_exclusive
> tooz.tests.test_coordination.TestAPI.test_get_lock_locking_shared_and_exclusive
>  ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_get_lock_release_broken
> tooz.tests.test_coordination.TestAPI.test_get_lock_release_broken ... ok
> tooz.tests.test_coordination.TestAPI.test_get_lock_serial_locking_two_lock_process
> tooz.tests.test_coordination.TestAPI.test_get_lock_serial_locking_two_lock_process
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_get_lock_twice_locked_one_released_two
> tooz.tests.test_coordination.TestAPI.test_get_lock_twice_locked_one_released_two
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_get_lock_twice_locked_twice
> tooz.tests.test_coordination.TestAPI.test_get_lock_twice_locked_twice ... ok
> tooz.tests.test_coordination.TestAPI.test_get_member_capabilities
> tooz.tests.test_coordination.TestAPI.test_get_member_capabilities ... skipped 
> ''
> tooz.tests.test_coordination.TestAPI.test_get_member_capabilities_complex
> tooz.tests.test_coordination.TestAPI.test_get_member_capabilities_complex ... 
> skipped ''
> tooz.tests.test_coordination.TestAPI.test_get_member_capabilities_nonexistent_group
> tooz.tests.test_coordination.TestAPI.test_get_member_capabilities_nonexistent_group
>  ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_get_member_capabilities_nonjoined_member
> tooz.tests.test_coordination.TestAPI.test_get_member_capabilities_nonjoined_member
>  ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_get_member_info
> tooz.tests.test_coordination.TestAPI.test_get_member_info ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_get_member_info_complex
> tooz.tests.test_coordination.TestAPI.test_get_member_info_complex ... skipped 
> ''
> tooz.tests.test_mysql.TestMySQLDriver.test_connect_failure_invalid_hostname_and_port_provided
> tooz.tests.test_mysql.TestMySQLDriver.test_connect_failure_invalid_hostname_and_port_provided
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_get_member_info_nonexistent_group
> tooz.tests.test_coordination.TestAPI.test_get_member_info_nonexistent_group 
> ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_get_member_info_nonjoined_member
> tooz.tests.test_coordination.TestAPI.test_get_member_info_nonjoined_member 
> ... skipped ''
> tooz.tests.test_mysql.TestMySQLDriver.test_connect_failure_invalid_hostname_provided
> tooz.tests.test_mysql.TestMySQLDriver.test_connect_failure_invalid_hostname_provided
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_get_members
> tooz.tests.test_coordination.TestAPI.test_get_members ... skipped ''
> tooz.tests.test_mysql.TestMySQLDriver.test_connect_failure_invalid_port_provided
> tooz.tests.test_mysql.TestMySQLDriver.test_connect_failure_invalid_port_provided
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_get_multiple_locks_with_same_coord
> tooz.tests.test_coordination.TestAPI.test_get_multiple_locks_with_same_coord 
> ... ok
> tooz.tests.test_coordination.TestAPI.test_get_shared_lock
> tooz.tests.test_coordination.TestAPI.test_get_shared_lock ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_get_shared_lock_locking_same_lock_twice
> tooz.tests.test_coordination.TestAPI.test_get_shared_lock_locking_same_lock_twice
>  ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_get_shared_lock_locking_two_lock
> tooz.tests.test_coordination.TestAPI.test_get_shared_lock_locking_two_lock 
> ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_get_started_status
> tooz.tests.test_coordination.TestAPI.test_get_started_status ... ok
> tooz.tests.test_coordination.TestAPI.test_heartbeat
> tooz.tests.test_coordination.TestAPI.test_heartbeat ... skipped 'Test not 
> applicable (heartbeating not required)'
> tooz.tests.test_coordination.TestAPI.test_heartbeat_lock_not_acquired
> tooz.tests.test_coordination.TestAPI.test_heartbeat_lock_not_acquired ... ok
> tooz.tests.test_coordination.TestAPI.test_heartbeat_loop
> tooz.tests.test_coordination.TestAPI.test_heartbeat_loop ... skipped 'Test 
> not applicable (heartbeating not required)'
> tooz.tests.test_coordination.TestAPI.test_join_group
> tooz.tests.test_coordination.TestAPI.test_join_group ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_join_group_create
> tooz.tests.test_coordination.TestAPI.test_join_group_create ... FAIL
> tooz.tests.test_coordination.TestAPI.test_join_group_with_member_id_already_exists
> tooz.tests.test_coordination.TestAPI.test_join_group_with_member_id_already_exists
>  ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_join_nonexistent_group
> tooz.tests.test_coordination.TestAPI.test_join_nonexistent_group ... skipped 
> ''
> tooz.tests.test_coordination.TestAPI.test_leave_group
> tooz.tests.test_coordination.TestAPI.test_leave_group ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_leave_group_not_joined_by_member
> tooz.tests.test_coordination.TestAPI.test_leave_group_not_joined_by_member 
> ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_leave_nonexistent_group
> tooz.tests.test_coordination.TestAPI.test_leave_nonexistent_group ... skipped 
> ''
> tooz.tests.test_coordination.TestAPI.test_lock_context_manager_acquire_argument
> tooz.tests.test_coordination.TestAPI.test_lock_context_manager_acquire_argument
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_lock_context_manager_acquire_argument_release_within
> tooz.tests.test_coordination.TestAPI.test_lock_context_manager_acquire_argument_release_within
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_lock_context_manager_acquire_argument_return_value
> tooz.tests.test_coordination.TestAPI.test_lock_context_manager_acquire_argument_return_value
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_lock_context_manager_acquire_argument_timeout
> tooz.tests.test_coordination.TestAPI.test_lock_context_manager_acquire_argument_timeout
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_lock_context_manager_acquire_no_argument
> tooz.tests.test_coordination.TestAPI.test_lock_context_manager_acquire_no_argument
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_run_for_election
> tooz.tests.test_coordination.TestAPI.test_run_for_election ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_run_for_election_multiple_clients
> tooz.tests.test_coordination.TestAPI.test_run_for_election_multiple_clients 
> ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_run_for_election_multiple_clients_stand_down
> tooz.tests.test_coordination.TestAPI.test_run_for_election_multiple_clients_stand_down
>  ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_stop_first
> tooz.tests.test_coordination.TestAPI.test_stop_first ... ok
> tooz.tests.test_coordination.TestAPI.test_timeout
> tooz.tests.test_coordination.TestAPI.test_timeout ... skipped 'This driver is 
> not based on timeout'
> tooz.tests.test_coordination.TestAPI.test_unwatch_elected_as_leader
> tooz.tests.test_coordination.TestAPI.test_unwatch_elected_as_leader ... ok
> tooz.tests.test_coordination.TestAPI.test_unwatch_elected_as_leader_callback_not_found
> tooz.tests.test_coordination.TestAPI.test_unwatch_elected_as_leader_callback_not_found
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_unwatch_join_group_callback_not_found
> tooz.tests.test_coordination.TestAPI.test_unwatch_join_group_callback_not_found
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_unwatch_leave_group
> tooz.tests.test_coordination.TestAPI.test_unwatch_leave_group ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_unwatch_leave_group_callback_not_found
> tooz.tests.test_coordination.TestAPI.test_unwatch_leave_group_callback_not_found
>  ... ok
> tooz.tests.test_coordination.TestAPI.test_update_capabilities
> tooz.tests.test_coordination.TestAPI.test_update_capabilities ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_update_capabilities_with_group_id_nonexistent
> tooz.tests.test_coordination.TestAPI.test_update_capabilities_with_group_id_nonexistent
>  ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_watch_group_join
> tooz.tests.test_coordination.TestAPI.test_watch_group_join ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_watch_join_group_booted_out
> tooz.tests.test_coordination.TestAPI.test_watch_join_group_booted_out ... 
> skipped ''
> tooz.tests.test_coordination.TestAPI.test_watch_join_group_disappear
> tooz.tests.test_coordination.TestAPI.test_watch_join_group_disappear ... 
> skipped 'This test only works with coordinators that have the ability to 
> destroy groups.'
> tooz.tests.test_coordination.TestAPI.test_watch_join_group_non_existent
> tooz.tests.test_coordination.TestAPI.test_watch_join_group_non_existent ... 
> skipped ''
> tooz.tests.test_coordination.TestAPI.test_watch_leave_group
> tooz.tests.test_coordination.TestAPI.test_watch_leave_group ... skipped ''
> tooz.tests.test_coordination.TestAPI.test_watch_leave_group_non_existent
> tooz.tests.test_coordination.TestAPI.test_watch_leave_group_non_existent ... 
> skipped ''
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_hashring_size
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_hashring_size ... FAIL
> tooz.tests.test_partitioner.FileTestPartitioner.test_hashring_size
> tooz.tests.test_partitioner.FileTestPartitioner.test_hashring_size ... FAIL
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_hashring_weight
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_hashring_weight ... FAIL
> tooz.tests.test_partitioner.FileTestPartitioner.test_hashring_weight
> tooz.tests.test_partitioner.FileTestPartitioner.test_hashring_weight ... FAIL
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_join_partitioned_group
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_join_partitioned_group 
> ... FAIL
> tooz.tests.test_partitioner.FileTestPartitioner.test_join_partitioned_group
> tooz.tests.test_partitioner.FileTestPartitioner.test_join_partitioned_group 
> ... FAIL
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_members_of_object_and_others
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_members_of_object_and_others
>  ... FAIL
> tooz.tests.test_partitioner.FileTestPartitioner.test_members_of_object_and_others
> tooz.tests.test_partitioner.FileTestPartitioner.test_members_of_object_and_others
>  ... FAIL
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_stop
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_stop ... FAIL
> tooz.tests.test_partitioner.FileTestPartitioner.test_stop
> tooz.tests.test_partitioner.FileTestPartitioner.test_stop ... FAIL
> tooz.tests.test_partitioner.IPCTestPartitioner.test_hashring_size
> tooz.tests.test_partitioner.IPCTestPartitioner.test_hashring_size ... FAIL
> tooz.tests.test_partitioner.IPCTestPartitioner.test_hashring_weight
> tooz.tests.test_partitioner.IPCTestPartitioner.test_hashring_weight ... FAIL
> tooz.tests.test_partitioner.IPCTestPartitioner.test_join_partitioned_group
> tooz.tests.test_partitioner.IPCTestPartitioner.test_join_partitioned_group 
> ... FAIL
> tooz.tests.test_partitioner.IPCTestPartitioner.test_members_of_object_and_others
> tooz.tests.test_partitioner.IPCTestPartitioner.test_members_of_object_and_others
>  ... FAIL
> tooz.tests.test_partitioner.IPCTestPartitioner.test_stop
> tooz.tests.test_partitioner.IPCTestPartitioner.test_stop ... FAIL
> tooz.tests.test_utils.TestProxyExecutor.test_fetch_check_executor
> tooz.tests.test_utils.TestProxyExecutor.test_fetch_check_executor ... ok
> tooz.tests.test_utils.TestProxyExecutor.test_fetch_default_executor
> tooz.tests.test_utils.TestProxyExecutor.test_fetch_default_executor ... ok
> tooz.tests.test_utils.TestProxyExecutor.test_fetch_unknown_executor
> tooz.tests.test_utils.TestProxyExecutor.test_fetch_unknown_executor ... ok
> tooz.tests.test_utils.TestProxyExecutor.test_no_submit_stopped
> tooz.tests.test_utils.TestProxyExecutor.test_no_submit_stopped ... ok
> tooz.tests.test_utils.TestUtilsCollapse.test_bad_type
> tooz.tests.test_utils.TestUtilsCollapse.test_bad_type ... ok
> tooz.tests.test_utils.TestUtilsCollapse.test_collapse_exclusions
> tooz.tests.test_utils.TestUtilsCollapse.test_collapse_exclusions ... ok
> tooz.tests.test_utils.TestUtilsCollapse.test_collapse_simple
> tooz.tests.test_utils.TestUtilsCollapse.test_collapse_simple ... ok
> tooz.tests.test_utils.TestUtilsCollapse.test_custom_selector
> tooz.tests.test_utils.TestUtilsCollapse.test_custom_selector ... ok
> tooz.tests.test_utils.TestUtilsCollapse.test_empty_lists
> tooz.tests.test_utils.TestUtilsCollapse.test_empty_lists ... ok
> tooz.tests.test_utils.TestUtilsCollapse.test_no_collapse
> tooz.tests.test_utils.TestUtilsCollapse.test_no_collapse ... ok
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.TestPartitioner.test_hashring_size
> tooz.tests.test_partitioner.TestPartitioner.test_hashring_size
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 55, in 
> test_hashring_size
>     p = self._coord.join_partitioned_group(self.group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: 
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_join
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_join
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
>     return func(*newargs, **newkeywargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_memcache.py", line 46, in 
> test_client_failure_join
>     self.assertRaises(coordination.ToozConnectionError, fut.get)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 467, in 
> assertRaises
>     self.assertThat(our_callable, matcher)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 478, in 
> assertThat
>     mismatch_error = self._matchHelper(matchee, matcher, message, verbose)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 530, in 
> _matchHelper
>     mismatch = matcher.match(matchee)
>   File "/usr/lib/python3/dist-packages/testtools/matchers/_exception.py", 
> line 104, in match
>     mismatch = self.exception_matcher.match(exc_info)
>   File "/usr/lib/python3/dist-packages/testtools/matchers/_higherorder.py", 
> line 62, in match
>     mismatch = matcher.match(matchee)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 457, in 
> match
>     reraise(*matchee)
>   File "/usr/lib/python3/dist-packages/testtools/compat.py", line 27, in 
> reraise
>     raise exc_obj.with_traceback(exc_tb)
>   File "/usr/lib/python3/dist-packages/testtools/matchers/_exception.py", 
> line 97, in match
>     result = matchee()
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 1039, in 
> __call__
>     return self._callable_object(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 664, in get
>     return self._fut.result(timeout=timeout)
>   File "/usr/lib/python3.10/concurrent/futures/_base.py", line 446, in result
>     return self.__get_result()
>   File "/usr/lib/python3.10/concurrent/futures/_base.py", line 391, in 
> __get_result
>     raise self._exception
>   File "/usr/lib/python3/dist-packages/futurist/_utils.py", line 49, in run
>     result = self.fn(*self.args, **self.kwargs)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: 
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_leave
> tooz.tests.test_memcache.TestMemcacheDriverFailures.test_client_failure_leave
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
>     return func(*newargs, **newkeywargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_memcache.py", line 57, in 
> test_client_failure_leave
>     self.assertRaises(coordination.ToozConnectionError, fut.get)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 467, in 
> assertRaises
>     self.assertThat(our_callable, matcher)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 478, in 
> assertThat
>     mismatch_error = self._matchHelper(matchee, matcher, message, verbose)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 530, in 
> _matchHelper
>     mismatch = matcher.match(matchee)
>   File "/usr/lib/python3/dist-packages/testtools/matchers/_exception.py", 
> line 104, in match
>     mismatch = self.exception_matcher.match(exc_info)
>   File "/usr/lib/python3/dist-packages/testtools/matchers/_higherorder.py", 
> line 62, in match
>     mismatch = matcher.match(matchee)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 457, in 
> match
>     reraise(*matchee)
>   File "/usr/lib/python3/dist-packages/testtools/compat.py", line 27, in 
> reraise
>     raise exc_obj.with_traceback(exc_tb)
>   File "/usr/lib/python3/dist-packages/testtools/matchers/_exception.py", 
> line 97, in match
>     result = matchee()
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 1039, in 
> __call__
>     return self._callable_object(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 664, in get
>     return self._fut.result(timeout=timeout)
>   File "/usr/lib/python3.10/concurrent/futures/_base.py", line 446, in result
>     return self.__get_result()
>   File "/usr/lib/python3.10/concurrent/futures/_base.py", line 391, in 
> __get_result
>     raise self._exception
>   File "/usr/lib/python3/dist-packages/futurist/_utils.py", line 49, in run
>     result = self.fn(*self.args, **self.kwargs)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.TestPartitioner.test_hashring_weight
> tooz.tests.test_partitioner.TestPartitioner.test_hashring_weight
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 66, in 
> test_hashring_weight
>     p = self._coord.join_partitioned_group(self.group_id, weight=5)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.TestPartitioner.test_join_partitioned_group
> tooz.tests.test_partitioner.TestPartitioner.test_join_partitioned_group
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 52, in 
> test_join_partitioned_group
>     self._coord.join_partitioned_group(group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: 
> tooz.tests.test_partitioner.TestPartitioner.test_members_of_object_and_others
> tooz.tests.test_partitioner.TestPartitioner.test_members_of_object_and_others
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 80, in 
> test_members_of_object_and_others
>     p = self._coord.join_partitioned_group(self.group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.TestPartitioner.test_stop
> tooz.tests.test_partitioner.TestPartitioner.test_stop
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 74, in 
> test_stop
>     p = self._coord.join_partitioned_group(self.group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: 
> tooz.tests.test_postgresql.TestPostgreSQLFailures.test_failure_acquire_lock
> tooz.tests.test_postgresql.TestPostgreSQLFailures.test_failure_acquire_lock
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
>     return func(*newargs, **newkeywargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_postgresql.py", line 88, in 
> test_failure_acquire_lock
>     self.assertRaises(tooz.ToozError, test_lock.acquire)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 467, in 
> assertRaises
>     self.assertThat(our_callable, matcher)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 478, in 
> assertThat
>     mismatch_error = self._matchHelper(matchee, matcher, message, verbose)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 530, in 
> _matchHelper
>     mismatch = matcher.match(matchee)
>   File "/usr/lib/python3/dist-packages/testtools/matchers/_exception.py", 
> line 104, in match
>     mismatch = self.exception_matcher.match(exc_info)
>   File "/usr/lib/python3/dist-packages/testtools/matchers/_higherorder.py", 
> line 62, in match
>     mismatch = matcher.match(matchee)
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 457, in 
> match
>     reraise(*matchee)
>   File "/usr/lib/python3/dist-packages/testtools/compat.py", line 27, in 
> reraise
>     raise exc_obj.with_traceback(exc_tb)
>   File "/usr/lib/python3/dist-packages/testtools/matchers/_exception.py", 
> line 97, in match
>     result = matchee()
>   File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 1039, in 
> __call__
>     return self._callable_object(*self._args, **self._kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/drivers/pgsql.py", line 143, in acquire
>     return _lock()
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: 
> tooz.tests.test_postgresql.TestPostgreSQLFailures.test_failure_release_lock
> tooz.tests.test_postgresql.TestPostgreSQLFailures.test_failure_release_lock
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/usr/lib/python3.10/unittest/mock.py", line 1369, in patched
>     return func(*newargs, **newkeywargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_postgresql.py", line 109, in 
> test_failure_release_lock
>     self.assertTrue(test_lock.acquire())
>   File "/<<PKGBUILDDIR>>/tooz/drivers/pgsql.py", line 143, in acquire
>     return _lock()
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_coordination.TestAPI.test_join_group_create
> tooz.tests.test_coordination.TestAPI.test_join_group_create
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_coordination.py", line 142, in 
> test_join_group_create
>     self._coord.join_group_create(self.group_id)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.ZakeTestPartitioner.test_hashring_size
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_hashring_size
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 55, in 
> test_hashring_size
>     p = self._coord.join_partitioned_group(self.group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.FileTestPartitioner.test_hashring_size
> tooz.tests.test_partitioner.FileTestPartitioner.test_hashring_size
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 55, in 
> test_hashring_size
>     p = self._coord.join_partitioned_group(self.group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.ZakeTestPartitioner.test_hashring_weight
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_hashring_weight
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 66, in 
> test_hashring_weight
>     p = self._coord.join_partitioned_group(self.group_id, weight=5)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.FileTestPartitioner.test_hashring_weight
> tooz.tests.test_partitioner.FileTestPartitioner.test_hashring_weight
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 66, in 
> test_hashring_weight
>     p = self._coord.join_partitioned_group(self.group_id, weight=5)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: 
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_join_partitioned_group
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_join_partitioned_group
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 52, in 
> test_join_partitioned_group
>     self._coord.join_partitioned_group(group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: 
> tooz.tests.test_partitioner.FileTestPartitioner.test_join_partitioned_group
> tooz.tests.test_partitioner.FileTestPartitioner.test_join_partitioned_group
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 52, in 
> test_join_partitioned_group
>     self._coord.join_partitioned_group(group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: 
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_members_of_object_and_others
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_members_of_object_and_others
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 80, in 
> test_members_of_object_and_others
>     p = self._coord.join_partitioned_group(self.group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: 
> tooz.tests.test_partitioner.FileTestPartitioner.test_members_of_object_and_others
> tooz.tests.test_partitioner.FileTestPartitioner.test_members_of_object_and_others
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 80, in 
> test_members_of_object_and_others
>     p = self._coord.join_partitioned_group(self.group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.ZakeTestPartitioner.test_stop
> tooz.tests.test_partitioner.ZakeTestPartitioner.test_stop
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 74, in 
> test_stop
>     p = self._coord.join_partitioned_group(self.group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.FileTestPartitioner.test_stop
> tooz.tests.test_partitioner.FileTestPartitioner.test_stop
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 74, in 
> test_stop
>     p = self._coord.join_partitioned_group(self.group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.IPCTestPartitioner.test_hashring_size
> tooz.tests.test_partitioner.IPCTestPartitioner.test_hashring_size
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 55, in 
> test_hashring_size
>     p = self._coord.join_partitioned_group(self.group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.IPCTestPartitioner.test_hashring_weight
> tooz.tests.test_partitioner.IPCTestPartitioner.test_hashring_weight
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 66, in 
> test_hashring_weight
>     p = self._coord.join_partitioned_group(self.group_id, weight=5)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: 
> tooz.tests.test_partitioner.IPCTestPartitioner.test_join_partitioned_group
> tooz.tests.test_partitioner.IPCTestPartitioner.test_join_partitioned_group
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 52, in 
> test_join_partitioned_group
>     self._coord.join_partitioned_group(group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: 
> tooz.tests.test_partitioner.IPCTestPartitioner.test_members_of_object_and_others
> tooz.tests.test_partitioner.IPCTestPartitioner.test_members_of_object_and_others
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 80, in 
> test_members_of_object_and_others
>     p = self._coord.join_partitioned_group(self.group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ======================================================================
> FAIL: tooz.tests.test_partitioner.IPCTestPartitioner.test_stop
> tooz.tests.test_partitioner.IPCTestPartitioner.test_stop
> ----------------------------------------------------------------------
> testtools.testresult.real._StringException: Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tooz/tests/__init__.py", line 35, in 
> skip_if_not_implemented
>     return func(*args, **kwargs)
>   File "/<<PKGBUILDDIR>>/tooz/tests/test_partitioner.py", line 74, in 
> test_stop
>     p = self._coord.join_partitioned_group(self.group_id)
>   File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 283, in 
> join_partitioned_group
>     self.join_group_create(group_id, capabilities={'weight': weight})
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 324, in 
> wrapped_f
>     return self(f, *args, **kw)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 404, in 
> __call__
>     do = self.iter(retry_state=retry_state)
>   File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 348, in 
> iter
>     if not (is_explicit_retry or self.retry(retry_state=retry_state)):
> TypeError: retry.<locals>.<lambda>() got an unexpected keyword argument 
> 'retry_state'
> 
> 
> ----------------------------------------------------------------------
> Ran 145 tests in 6.692s
> 
> FAILED (failures=25, skipped=40)
> + echo ======> STESTR TEST SUITE FAILED FOR python3.10: displaying pip3 
> freeze output...
> ======> STESTR TEST SUITE FAILED FOR python3.10: displaying pip3 freeze 
> output...
> + [ -x /usr/bin/pip3 ]
> + pip3 freeze
> alabaster==0.7.12
> attrs==21.2.0
> autopage==0.4.0
> Babel==2.8.0
> certifi==2020.6.20
> chardet==4.0.0
> cliff==3.9.0
> cmd2==0.0.0
> coverage==6.2
> ddt==1.4.2
> debtcollector==2.3.0
> dnspython==2.2.0
> docutils==0.17.1
> dulwich==0.20.31
> etcd3==0.12.0
> etcd3gw==0.2.5
> eventlet==0.30.2
> extras==1.0.0
> fasteners==0.14.1
> fixtures==3.0.0
> future==0.18.2
> futurist==2.4.0
> gevent==21.8.0
> greenlet==1.1.2
> grpcio==1.30.2
> idna==3.2
> imagesize==1.3.0
> importlib-metadata==4.6.4
> iso8601==0.1.16
> Jinja2==3.0.3
> kazoo==2.7.0.dev0
> MarkupSafe==2.0.1
> monotonic==1.6
> more-itertools==8.10.0
> msgpack==1.0.2
> netaddr==0.8.0
> netifaces==0.11.0
> nose==1.3.7
> openstackdocstheme==1.20.0
> oslo.i18n==5.1.0
> oslo.serialization==4.2.0
> oslo.utils==4.10.1
> packaging==21.3
> pbr==5.6.0
> prettytable==0.0.0
> protobuf==3.12.4
> psycopg2==2.9.2
> pure-sasl==0.5.1
> Pygments==2.10.0
> pykerberos==1.1.14
> pymemcache==3.5.0
> PyMySQL==1.0.2
> pyparsing==3.0.7
> pyperclip==1.8.2
> python-consul==0.7.1
> python-subunit==1.4.0
> pytz==2021.3
> PyYAML==5.4.1
> redis==3.5.3
> requests==2.25.1
> roman==3.3
> six==1.16.0
> snowballstemmer==2.2.0
> Sphinx==4.3.2
> stestr==3.2.1
> stevedore==3.4.0
> sysv-ipc==1.0.0
> tenacity==8.0.1
> testscenarios==0.5.0
> testtools==2.5.0
> tooz==2.9.0
> urllib3==1.26.5
> voluptuous==0.12.1
> wcwidth==0.2.5
> wrapt==1.13.3
> zake==0.2.2
> zipp==1.0.0
> zope.event==4.4
> zope.interface==5.4.0
> + exit 1
> make[1]: *** [debian/rules:19: override_dh_auto_install] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/02/12/python-tooz_2.9.0-2_unstable.log

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 marking 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