Your message dated Fri, 20 Nov 2020 10:36:11 +0100
with message-id <7ae25ff6-4366-cc3c-267c-258240f4b...@debian.org>
and subject line Fixed
has caused the Debian Bug report #973239,
regarding python-fixtures: FTBFS: ValueError: not enough values to unpack
(expected 2, got 1)
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 ow...@bugs.debian.org
immediately.)
--
973239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973239
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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.
--- End Message ---
--- Begin Message ---
Fixed, somehow this bug didn't close itself after upload.
--- End Message ---