Source: python-fixtures Version: 3.0.0-3 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20201027 ftbfs-bullseye
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 > set -x ; set -e ; for i in 3.9 3.8 ; do \ > python$i -m testtools.run fixtures.test_suite ; \ > done > + set -e > + python3.9 -m testtools.run fixtures.test_suite > /usr/lib/python3.9/runpy.py:127: RuntimeWarning: 'testtools.run' found in > sys.modules after import of package 'testtools', but prior to execution of > 'testtools.run'; this may result in unpredictable behaviour > warn(RuntimeWarning(msg)) > Tests running... > ====================================================================== > ERROR: > fixtures.tests._fixtures.test_monkeypatch.TestMonkeyPatch.test_patch_classmethod_with_boundmethod > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/fixtures/tests/_fixtures/test_monkeypatch.py", line > 223, in test_patch_classmethod_with_boundmethod > slf, cls = C.foo_cls() > TypeError: bar_two_args() missing 1 required positional argument: 'arg' > ====================================================================== > ERROR: > fixtures.tests._fixtures.test_monkeypatch.TestMonkeyPatch.test_patch_classmethod_with_classmethod > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/fixtures/tests/_fixtures/test_monkeypatch.py", line > 191, in test_patch_classmethod_with_classmethod > cls, target_class = C.foo_cls() > ValueError: not enough values to unpack (expected 2, got 1) > > Ran 128 tests in 2.017s > FAILED (failures=2) > make[1]: *** [debian/rules:21: override_dh_auto_test] Error 1 The full build log is available from: http://qa-logs.debian.net/2020/10/27/python-fixtures_3.0.0-3_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! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.