Source: python-zake Version: 0.1.6-1 Severity: serious Tags: buster sid Some recent change in unstable makes python-zake FTBFS:
https://tests.reproducible-builds.org/debian/history/python-zake.html https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-zake.html ... debian/rules override_dh_auto_test make[1]: Entering directory '/build/1st/python-zake-0.1.6' pyversions: missing X(S)-Python-Version in control file, fall back to debian/pyversions pyversions: missing debian/pyversions file, fall back to supported versions py3versions: no X-Python3-Version in control file, using supported versions dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=python_distutils --with python2,python3 dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep) set -ex && for pyvers in 2.7; do \ PYTHON=python$pyvers nosetests ; \ done + PYTHON=python2.7 nosetests ...F........................................ ====================================================================== FAIL: zake.tests.test_client.TestClient.test_child_watch_no_create ---------------------------------------------------------------------- _StringException: Traceback (most recent call last): File "/build/1st/python-zake-0.1.6/zake/tests/test_client.py", line 462, in test_child_watch_no_create self.client, "/b", cb) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 485, in assertRaises self.assertThat(our_callable, matcher) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 498, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: <class 'kazoo.recipe.watchers.ChildrenWatch'> returned <kazoo.recipe.watchers.ChildrenWatch object at 0x7f70e28ed690> ---------------------------------------------------------------------- Ran 44 tests in 5.276s FAILED (failures=1) make[1]: *** [debian/rules:27: override_dh_auto_test] Error 1