Package: src:python-tooz
Version: 7.0.0-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

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

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

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

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

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh clean --buildsystem=pybuild --with python3,sphinxdoc
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
rm -rf build .stestr TEST_PID_MEMCACHE.pid .stestr *.egg-info
find . -iname '*.pyc' -delete
for i in $(find . -type d -iname __pycache__) ; do rm -rf $i ; done
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary

[... snipped ...]

  File "/usr/lib/python3.14/concurrent/futures/_base.py", line 395, in 
__get_result
    raise self._exception
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 480, in 
__call__
    result = fn(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 512, in join_group_create
    req = self.join_group(group_id, capabilities)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 496, in join_group
    raise tooz.NotImplemented
TypeError: ToozError.__init__() missing 1 required positional argument: 
'message'


======================================================================
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 65, in 
test_hashring_weight
    p = self._coord.join_partitioned_group(self.group_id, weight=5)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 281, in 
join_partitioned_group
    self.join_group_create(group_id, capabilities={'weight': weight})
    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 338, in 
wrapped_f
    return copy(f, *args, **kw)
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 477, in 
__call__
    do = self.iter(retry_state=retry_state)
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 378, in iter
    result = action(retry_state)
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 400, in 
<lambda>
    self._add_action_func(lambda rs: rs.outcome.result())
                                     ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/concurrent/futures/_base.py", line 443, in result
    return self.__get_result()
           ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/concurrent/futures/_base.py", line 395, in 
__get_result
    raise self._exception
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 480, in 
__call__
    result = fn(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 512, in join_group_create
    req = self.join_group(group_id, capabilities)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 496, in join_group
    raise tooz.NotImplemented
TypeError: ToozError.__init__() missing 1 required positional argument: 
'message'


======================================================================
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 51, in 
test_join_partitioned_group
    self._coord.join_partitioned_group(group_id)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 281, in 
join_partitioned_group
    self.join_group_create(group_id, capabilities={'weight': weight})
    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 338, in 
wrapped_f
    return copy(f, *args, **kw)
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 477, in 
__call__
    do = self.iter(retry_state=retry_state)
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 378, in iter
    result = action(retry_state)
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 400, in 
<lambda>
    self._add_action_func(lambda rs: rs.outcome.result())
                                     ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/concurrent/futures/_base.py", line 443, in result
    return self.__get_result()
           ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/concurrent/futures/_base.py", line 395, in 
__get_result
    raise self._exception
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 480, in 
__call__
    result = fn(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 512, in join_group_create
    req = self.join_group(group_id, capabilities)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 496, in join_group
    raise tooz.NotImplemented
TypeError: ToozError.__init__() missing 1 required positional argument: 
'message'


======================================================================
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 79, in 
test_members_of_object_and_others
    p = self._coord.join_partitioned_group(self.group_id)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 281, in 
join_partitioned_group
    self.join_group_create(group_id, capabilities={'weight': weight})
    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 338, in 
wrapped_f
    return copy(f, *args, **kw)
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 477, in 
__call__
    do = self.iter(retry_state=retry_state)
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 378, in iter
    result = action(retry_state)
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 400, in 
<lambda>
    self._add_action_func(lambda rs: rs.outcome.result())
                                     ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/concurrent/futures/_base.py", line 443, in result
    return self.__get_result()
           ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/concurrent/futures/_base.py", line 395, in 
__get_result
    raise self._exception
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 480, in 
__call__
    result = fn(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 512, in join_group_create
    req = self.join_group(group_id, capabilities)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 496, in join_group
    raise tooz.NotImplemented
TypeError: ToozError.__init__() missing 1 required positional argument: 
'message'


======================================================================
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 73, in test_stop
    p = self._coord.join_partitioned_group(self.group_id)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 281, in 
join_partitioned_group
    self.join_group_create(group_id, capabilities={'weight': weight})
    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 338, in 
wrapped_f
    return copy(f, *args, **kw)
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 477, in 
__call__
    do = self.iter(retry_state=retry_state)
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 378, in iter
    result = action(retry_state)
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 400, in 
<lambda>
    self._add_action_func(lambda rs: rs.outcome.result())
                                     ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/concurrent/futures/_base.py", line 443, in result
    return self.__get_result()
           ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.14/concurrent/futures/_base.py", line 395, in 
__get_result
    raise self._exception
  File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 480, in 
__call__
    result = fn(*args, **kwargs)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 512, in join_group_create
    req = self.join_group(group_id, capabilities)
  File "/<<PKGBUILDDIR>>/tooz/coordination.py", line 496, in join_group
    raise tooz.NotImplemented
TypeError: ToozError.__init__() missing 1 required positional argument: 
'message'


----------------------------------------------------------------------
Ran 143 tests in 50.374s

FAILED (failures=47, skipped=5)
+ echo ======> STESTR TEST SUITE FAILED FOR python3.14: displaying pip3 freeze 
output...
======> STESTR TEST SUITE FAILED FOR python3.14: displaying pip3 freeze 
output...
+ [ -x /usr/bin/pip3 ]
+ pip3 freeze
WARNING: The directory '/sbuild-nonexistent/.cache/pip' or its parent directory 
is not owned or is not writable by the current user. The cache has been 
disabled. Check the permissions and owner of that directory. If executing pip 
with sudo, you should use sudo's -H flag.
aiohappyeyeballs==2.6.1
aiohttp==3.13.1
aiosignal==1.4.0
alabaster==0.7.16
async-timeout==5.0.1
attrs==25.4.0
autocommand==2.2.2
autopage==0.4.0
babel==2.17.0
bcrypt==5.0.0
blinker==1.9.0
cachetools==5.3.3
certifi==2025.11.12
chardet==5.2.0
charset-normalizer==3.4.4
cliff==4.11.0
cmd2==2.5.11+ds
coverage==7.8.2
cryptography==46.0.1
ddt==1.7.2
debtcollector==3.0.0
defusedxml==0.7.1
dnspython==2.7.0
docutils==0.22.3
dulwich==0.24.10
etcd3gw==2.4.2
eventlet==0.40.3
fasteners==0.19
filelock==3.20.0
fixtures==4.2.5
frozenlist==1.8.0
futurist==3.2.0
gevent==24.11.1
google-auth==2.40.3
greenlet==3.2.4
idna==3.10
imagesize==1.4.1
inflect==7.5.0
iso8601==2.1.0
jaraco.context==6.0.1
jaraco.functools==4.1.0
jaraco.text==4.0.0
Jinja2==3.1.6
kazoo==2.10.0.dev0
kubernetes==30.1.0
MarkupSafe==3.0.3
monotonic==1.6
more-itertools==10.8.0
msgpack==1.1.2
multidict==6.4.3
netaddr==1.3.0
oauthlib==3.3.1
openstackdocstheme==3.2.0
oslo.i18n==6.6.0
oslo.serialization==5.8.0
oslo.utils==9.1.0
packaging==25.0
pbr==7.0.3
prettytable==3.16.0
propcache==0.3.1
psutil==7.1.0
psycopg2==2.9.11
pure-sasl==0.5.1
py-consul==1.6.0
pyasn1==0.6.1
pyasn1_modules==0.4.1
Pygments==2.18.0
PyJWT==2.10.1
pykerberos==1.1.14
pylibmc==1.6.3
pymemcache==4.0.0
PyMySQL==1.1.1
pyOpenSSL==25.3.0
pyparsing==3.1.3
pyperclip==1.11.0
python-dateutil==2.9.0
python-etcd==0.4.5
python-subunit==1.4.4
pyu2f==0.1.5
PyYAML==6.0.2
redis==6.4.0
requests==2.32.5
requests-oauthlib==1.3.1
responses==0.25.8
roman-numerals==4.0.0
rsa==4.9
setuptools==78.1.1
sherlock==0.4.1
six==1.17.0
snowballstemmer==3.0.1
Sphinx==8.2.3
stestr==4.2.0
stevedore==5.5.0
sysv_ipc==1.1.0
tenacity==9.1.2
testscenarios==0.5.0
testtools==2.7.2
tomlkit==0.13.3
tooz==7.0.0
typeguard==4.4.4
typing_extensions==4.15.0
urllib3==2.5.0
voluptuous==0.15.2
wcwidth==0.2.14
websocket-client==1.8.0
wheel==0.46.1
wrapt==1.17.3
yarl==1.22.0
zake==0.2.2
zipp==3.23.0
zope.event==6.0
zope.interface==8.1
+ exit 1
make[1]: *** [debian/rules:21: override_dh_auto_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to