Your message dated Fri, 26 Dec 2025 09:18:58 +0000
with message-id <[email protected]>
and subject line Bug#1123460: fixed in python-tooz 7.0.0-3
has caused the Debian Bug report #1123460,
regarding python-tooz: FTBFS: TypeError: ToozError.__init__() missing 1 
required positional argument: 'message'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1123460: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123460
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-tooz
Source-Version: 7.0.0-3
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-tooz, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <[email protected]> (supplier of updated python-tooz package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 26 Dec 2025 09:31:25 +0100
Source: python-tooz
Architecture: source
Version: 7.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1123460
Changes:
 python-tooz (7.0.0-3) unstable; urgency=medium
 .
   * Add display-message-when-not-implemented.patch (Closes: #1123460).
   * Skip test: test_get_lock_serial_locking_two_lock_process().
Checksums-Sha1:
 199cb1d1d3eed6f041db6b84f6ca448f72090029 2871 python-tooz_7.0.0-3.dsc
 bdcdd17db398c5ff4e0d8b7284c53bc7038f0689 7672 python-tooz_7.0.0-3.debian.tar.xz
 d5ae3205a92f8bafd8bc76c60486670e73708c9c 14621 
python-tooz_7.0.0-3_amd64.buildinfo
Checksums-Sha256:
 6c72c49816a8f1cc00d677f598f2ca80c11b0780a3106d60c11b764a9e9f5e50 2871 
python-tooz_7.0.0-3.dsc
 4f929e413e023e4638fec71ffc8e60875eba2e87c801c582360e109aac7bc18e 7672 
python-tooz_7.0.0-3.debian.tar.xz
 74312bdf6d37ea3e6963b04f2e3738d430f576cee51bc611300348ebad81ee8d 14621 
python-tooz_7.0.0-3_amd64.buildinfo
Files:
 805bf67c03eb9c35310e87ab98fa33a9 2871 python optional python-tooz_7.0.0-3.dsc
 2b2a4cebfb7972942b16c1505b7b452f 7672 python optional 
python-tooz_7.0.0-3.debian.tar.xz
 3e426586d902b688f2f112365b9464b2 14621 python optional 
python-tooz_7.0.0-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmlOTzAACgkQ1BatFaxr
Q/789g//YIAscPXlf4c1EzcFS2hV/qFhhRekAjK/mCdRfhbrCJG4gG823C59vQBQ
fyvwOMQkjKY1F0UwwFmD9NBhHbo5Pes/TkZfYrvNf/99YwAJY7BIuy88U9kRm9Vk
6Z8xlgOlsfIBFyJIHYgLSglsLWr0My4KBzVZTZR8kjzidQPHYiTf+tzJI7iJJRch
Kup+lpHNfvdv2hgBENxpLxUauh280URTVYwkWmUGiMn2L21vABRcC9iMZ/IIu98V
Wb06scLygqZJRBwRLEdQ0pQ9hYEw4YTaSL+wdpc6ySCvh1wzL+OAeg3Mvn28tjdW
RsU1jqFxeOQghwCGy7qmYIzbMvHeQ1gbc0Gkf/rFXIyRgtvV7susnGnVkCIrigKs
ZWvLFPriVUBKjk80EFLbBtmQv0DMpwYEKaLHG+YToatUvJEHCoLLf0d8RSoMsj4g
49eONFgykrRFJyQv/urW9/XSaato5GbtAZ6/l8FqkA7ng/mP7x2f6fgyl8m0PMmy
LwakXJg8JZ/0s3VOA5FDaHugVEAOp3grbivaEigibZakG1Vu1cOI8y+jANTYxDat
yScUk3nU/Qdm0qUKPJST0vl2hrn8ZshubeRlQFSDEAv7n+H7JfsPuJnuOEQuJV9d
zy/gU5AJLyomPSDDpp5t8GolXY7vXiVLCcg4IEVF6TE4FFLTqC8=
=l7QT
-----END PGP SIGNATURE-----

Attachment: pgpf2ealNs81d.pgp
Description: PGP signature


--- End Message ---

Reply via email to