[Python-modules-team] Bug#902757: blist FTBFS with Python 3.7

Adrian Bunk bunk at debian.org
Sat Jun 30 14:41:02 BST 2018


Source: blist
Version: 1.3.6-4
Severity: serious
Tags: buster sid ftbfs

https://buildd.debian.org/status/package.php?p=blist&suite=sid

...
test_copy (blist.test.test_set.TestCopyingEmpty) ... ERROR
test_copy (blist.test.test_set.TestCopyingEmpty) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingEmpty) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingEmpty) ... ERROR
test_copy (blist.test.test_set.TestCopyingSingleton) ... ERROR
test_copy (blist.test.test_set.TestCopyingSingleton) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingSingleton) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingSingleton) ... ERROR
test_copy (blist.test.test_set.TestCopyingTriple) ... ERROR
test_copy (blist.test.test_set.TestCopyingTriple) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingTriple) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingTriple) ... ERROR
test_copy (blist.test.test_set.TestCopyingTuple) ... ERROR
test_copy (blist.test.test_set.TestCopyingTuple) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingTuple) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingTuple) ... ERROR
test_copy (blist.test.test_set.TestCopyingNested) ... ERROR
test_copy (blist.test.test_set.TestCopyingNested) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingNested) ... ERROR
test_deep_copy (blist.test.test_set.TestCopyingNested) ... ERROR
test_binopsVsSubsets (blist.test.test_set.TestIdentities) ... ERROR
test_binopsVsSubsets (blist.test.test_set.TestIdentities) ... ERROR
test_commutativity (blist.test.test_set.TestIdentities) ... ERROR
test_commutativity (blist.test.test_set.TestIdentities) ... ERROR
test_exclusion (blist.test.test_set.TestIdentities) ... ERROR
test_exclusion (blist.test.test_set.TestIdentities) ... ERROR
test_summations (blist.test.test_set.TestIdentities) ... ERROR
test_summations (blist.test.test_set.TestIdentities) ... ERROR
test_constructor (blist.test.test_set.TestVariousIteratorArgs) ... ERROR
test_constructor (blist.test.test_set.TestVariousIteratorArgs) ... ERROR
test_inline_methods (blist.test.test_set.TestVariousIteratorArgs) ... ERROR
test_inline_methods (blist.test.test_set.TestVariousIteratorArgs) ... ERROR
test_inplace_methods (blist.test.test_set.TestVariousIteratorArgs) ... ERROR
test_inplace_methods (blist.test.test_set.TestVariousIteratorArgs) ... ERROR

======================================================================
ERROR: test_constructors (blist.test.sortedlist_tests.SortedSetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/_sortedlist.py", line 423, in __iter__
    item = next(it)
StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/test/sortedlist_tests.py", line 220, in test_constructors
    v = self.type2test(tuple(u))
RuntimeError: generator raised StopIteration

======================================================================
ERROR: test_constructors (blist.test.sortedlist_tests.SortedSetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/_sortedlist.py", line 423, in __iter__
    item = next(it)
StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/test/sortedlist_tests.py", line 220, in test_constructors
    v = self.type2test(tuple(u))
RuntimeError: generator raised StopIteration

======================================================================
ERROR: test_constructors2 (blist.test.sortedlist_tests.SortedSetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/_sortedlist.py", line 423, in __iter__
    item = next(it)
StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/test/sortedlist_tests.py", line 293, in test_constructors2
    self.assertEqual(self.type2test(g(s)), self.type2test(s))
  File "/<<PKGBUILDDIR>>/blist/test/unittest.py", line 382, in failUnlessEqual
    if not first == second:
  File "/usr/lib/python3.7/_collections_abc.py", line 463, in __eq__
    return len(self) == len(other) and self.__le__(other)
  File "/usr/lib/python3.7/_collections_abc.py", line 435, in __le__
    for elem in self:
RuntimeError: generator raised StopIteration

======================================================================
ERROR: test_constructors2 (blist.test.sortedlist_tests.SortedSetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/_sortedlist.py", line 423, in __iter__
    item = next(it)
StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/test/sortedlist_tests.py", line 293, in test_constructors2
    self.assertEqual(self.type2test(g(s)), self.type2test(s))
  File "/<<PKGBUILDDIR>>/blist/test/unittest.py", line 382, in failUnlessEqual
    if not first == second:
  File "/usr/lib/python3.7/_collections_abc.py", line 463, in __eq__
    return len(self) == len(other) and self.__le__(other)
  File "/usr/lib/python3.7/_collections_abc.py", line 435, in __le__
    for elem in self:
RuntimeError: generator raised StopIteration

======================================================================
ERROR: test_contains (blist.test.sortedlist_tests.SortedSetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/_sortedlist.py", line 423, in __iter__
    item = next(it)
StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/blist/test/seq_tests.py", line 212, in test_contains
    for i in u:
RuntimeError: generator raised StopIteration
...



More information about the Python-modules-team mailing list