Your message dated Sat, 28 Apr 2018 05:51:30 +0000
with message-id <e1fcile-000e2q...@fasolo.debian.org>
and subject line Bug#896808: fixed in sortedcollections 0.6.1-1
has caused the Debian Bug report #896808,
regarding sortedcollections FTBFS: test failures
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.)
--
896808: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896808
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sortedcollections
Version: 0.5.3-1
Severity: serious
Some recent change in unstable makes sortedcollections FTBFS:
https://tests.reproducible-builds.org/debian/history/sortedcollections.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/sortedcollections.html
...
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:217: cd
/build/1st/sortedcollections-0.5.3/.pybuild/cpython3_3.6_sortedcollections/build;
python3.6 -m nose tests
.......E.............................................EEE
======================================================================
ERROR: tests.test_itemsorteddict.test_copy
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File
"/build/1st/sortedcollections-0.5.3/.pybuild/cpython3_3.6_sortedcollections/build/tests/test_itemsorteddict.py",
line 59, in test_copy
that = temp.copy()
File
"/build/1st/sortedcollections-0.5.3/.pybuild/cpython3_3.6_sortedcollections/build/sortedcollections/recipes.py",
line 94, in copy
return self.__class__(self._func, self._load, self.iteritems())
AttributeError: 'ItemSortedDict' object has no attribute '_load'
======================================================================
ERROR: tests.test_valuesorteddict.test_copy
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File
"/build/1st/sortedcollections-0.5.3/.pybuild/cpython3_3.6_sortedcollections/build/tests/test_valuesorteddict.py",
line 57, in test_copy
that = temp.copy()
File
"/build/1st/sortedcollections-0.5.3/.pybuild/cpython3_3.6_sortedcollections/build/sortedcollections/recipes.py",
line 160, in copy
return self.__class__(self._func, self._load, self.iteritems())
AttributeError: 'ValueSortedDict' object has no attribute '_load'
======================================================================
ERROR: tests.test_valuesorteddict.test_pickle
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File
"/build/1st/sortedcollections-0.5.3/.pybuild/cpython3_3.6_sortedcollections/build/tests/test_valuesorteddict.py",
line 63, in test_pickle
data = pickle.dumps(original)
File
"/build/1st/sortedcollections-0.5.3/.pybuild/cpython3_3.6_sortedcollections/build/sortedcollections/recipes.py",
line 166, in __reduce__
args = (self._func, self._load, items)
AttributeError: 'ValueSortedDict' object has no attribute '_load'
======================================================================
ERROR: tests.test_valuesorteddict.test_repr
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File
"/build/1st/sortedcollections-0.5.3/.pybuild/cpython3_3.6_sortedcollections/build/tests/test_valuesorteddict.py",
line 75, in test_repr
assert repr(temp) == 'ValueSortedDict(negate, 1000, {})'
File "/usr/lib/python3/dist-packages/sortedcontainers/sortedlist.py", line
48, in wrapper
return func(self)
File
"/build/1st/sortedcollections-0.5.3/.pybuild/cpython3_3.6_sortedcollections/build/sortedcollections/recipes.py",
line 177, in __repr__
repr(self._load),
AttributeError: 'ValueSortedDict' object has no attribute '_load'
----------------------------------------------------------------------
Ran 56 tests in 0.030s
FAILED (errors=4)
E: pybuild pybuild:336: test: plugin distutils failed with: exit code=1: cd
/build/1st/sortedcollections-0.5.3/.pybuild/cpython3_3.6_sortedcollections/build;
python3.6 -m nose tests
dh_auto_test: pybuild --test --test-nose -i python{version} -p 3.6 returned
exit code 13
make: *** [debian/rules:5: build] Error 25
--- End Message ---
--- Begin Message ---
Source: sortedcollections
Source-Version: 0.6.1-1
We believe that the bug you reported is fixed in the latest version of
sortedcollections, 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 896...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Diane Trout <di...@ghic.org> (supplier of updated sortedcollections 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 27 Apr 2018 21:35:43 -0700
Source: sortedcollections
Binary: python3-sortedcollections python-sortedcollections-doc
Architecture: source
Version: 0.6.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Diane Trout <di...@ghic.org>
Description:
python-sortedcollections-doc - Python documentation for Sorted Collections
python3-sortedcollections - Python 3 Sorted Collections
Closes: 896808
Changes:
sortedcollections (0.6.1-1) unstable; urgency=medium
.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
.
[ Diane Trout ]
* New upstream release (Closes: #896808)
* Update Standards-Version to 4.1.4 no changes needed
* Fix typos
* Update to debhelper 11
* Refresh patch
* Add 0002-remove-github-buttons.patch to close privacy leak
Checksums-Sha1:
ab85e05bd5526886a9a990ecf5e4e4afa9c73ef3 2293 sortedcollections_0.6.1-1.dsc
dac912aaf10183aad1f779656c6c0967808bac8d 112488
sortedcollections_0.6.1.orig.tar.gz
ee892868634e75a60cc41667cfea676363537120 3628
sortedcollections_0.6.1-1.debian.tar.xz
0a7d32ad5ec17cd5e3b42bb1cb1a4b61bbcc8281 7266
sortedcollections_0.6.1-1_source.buildinfo
Checksums-Sha256:
44a31717a758909b39c0d6a85f802ae967fbef340233fb9067dec138a7b0b2d9 2293
sortedcollections_0.6.1-1.dsc
d2c29abea402c6eca79282b995a78b8f8ac1fd6c14f1f166009bd57ba2ce50f8 112488
sortedcollections_0.6.1.orig.tar.gz
b40237573b5c13b0ca24c1ce2771c70a6e9015cefc74ff2a8dfad61f243bce2a 3628
sortedcollections_0.6.1-1.debian.tar.xz
355ee8b92248f3ead4f403a87eb60219d3fd460671c4a69102ce4210ac796a6c 7266
sortedcollections_0.6.1-1_source.buildinfo
Files:
8f71842efd8ee9d008b4b2ab9119d467 2293 python optional
sortedcollections_0.6.1-1.dsc
dddd2be6a91989827fd1520c10c700dd 112488 python optional
sortedcollections_0.6.1.orig.tar.gz
e86e8ff668fcdec656687aed964038f9 3628 python optional
sortedcollections_0.6.1-1.debian.tar.xz
35807651481440d9a7ee4e559f2316e6 7266 python optional
sortedcollections_0.6.1-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEETQVcMeSBIEX5AQ11mQ04NnM013AFAlrkByYACgkQmQ04NnM0
13ADNw//e/UojPQGHmEgAva98Uyi4MW5gByf0jV+lrUewaDDeuE3uQLIcSAEcHxl
0Wi1Dn11dsDrcR+IkR9ba+Gda8+Fs17i/5IxhHbDmKKIRdvZF/SawKkUyUfqC23g
T10to050HxMIH8vGEO+H9P+4rKABHXpkTddMywIkp9ZduCac6ok+FChB1NiG8+7r
fw+axzU3M+q9aI+qoK69nhdQttXlMp4ByMR/9EmNt497FEoyZG12yBynStScpiWV
JFUa+5c1ds3EYwd0KqUTkDg6nh5WHr1xJkamZ90BVerTdSv5sVQ9CB672xhQHJhb
BbNaydnjxC7w6ivTS/lfdXtAsEvD01zlHyly3dS+3GHvBPG/NyTlzYkAVQYTYKuf
0x65KG6NFMEEm5ywXrtzbA92qKMj5XWCW+oxQ07SvYSC1bj08NIelMZw+qLsdLoM
sSV54oTyqBi5388PWp9DM0lP2uZ6iUGzUkEuoqE29vRKwX15GpyDbgH/64smrHg3
q1fWZl+MV1H8WMT0LIW0AQD2RcQ3T8RwBXAhLyNzgJZKplEzlBIdRPsyj87ykuHg
er9yUYssyC20dwJlkW1iAzOAyMblVn4QDv5Tp7NE/H0QrJWOgXVaUk04ewOiaVxW
ZJgNcaI6DTkSkGheDG3BWTwCH4OdWg9+fsRZiKelfyWpIC0kBm0=
=Jf+N
-----END PGP SIGNATURE-----
--- End Message ---