[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

Debian Bug report logs - #1082123
python-btrees FTBFS with Python 3.13

version graph

Package: src:python-btrees; Maintainer for src:python-btrees is Debian Python Team <team+python@tracker.debian.org>;

Reported by: Stefano Rivera <stefanor@debian.org>

Date: Wed, 18 Sep 2024 16:21:01 UTC

Severity: serious

Found in version python-btrees/6.0-1

Fixed in version python-btrees/6.1-2

Done: Colin Watson <cjwatson@debian.org>

Full log


🔗 View this message in rfc822 format

MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
X-Loop: owner@bugs.debian.org
From: "Debian Bug Tracking System" <owner@bugs.debian.org>
To: Colin Watson <cjwatson@debian.org>
Subject: Bug#1082123: marked as done (python-btrees FTBFS with Python 3.13)
Message-ID: <handler.1082123.D1082123.17315868911654222.ackdone@bugs.debian.org>
References: <E1tBYqn-00Fwma-FO@fasolo.debian.org>
 <xgcgb42vc5qdbe723lmxvhzw7wgpjiglfck4vk3oyn7nbpw6ov@irz7rinpfphe>
X-Debian-PR-Message: closed 1082123
X-Debian-PR-Package: src:python-btrees
X-Debian-PR-Source: python-btrees
Reply-To: 1082123@bugs.debian.org
Date: Thu, 14 Nov 2024 12:24:01 +0000
Content-Type: multipart/mixed; boundary="----------=_1731587041-1656386-0"
[Message part 1 (text/plain, inline)]
Your message dated Thu, 14 Nov 2024 12:21:29 +0000
with message-id <E1tBYqn-00Fwma-FO@fasolo.debian.org>
and subject line Bug#1082123: fixed in python-btrees 6.1-2
has caused the Debian Bug report #1082123,
regarding python-btrees FTBFS with Python 3.13
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 owner@bugs.debian.org
immediately.)


-- 
1082123: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082123
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefano Rivera <stefanor@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: python-btrees FTBFS with Python 3.13
Date: Wed, 18 Sep 2024 18:18:57 +0200
Source: python-btrees
Version: 6.0-1
Severity: normal
Tags: fixed-upstream
User: debian-python@lists.debian.org
Usertags: python3.13

This package failed build from source when test-built against a version of
python3-defaults that includes 3.13 as a supported version.

To reproduce this issue, build against python3-defaults (python3-all-dev etc.)
from Debian experimental.

Seems like it should be fixed upstream in 6.1.

What's new in Python 3.13:
https://docs.python.org/3.13/whatsnew/3.13.html

Log snippet:

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OOBTree.TestAutoOOBTreeOOBTreeTest.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OOBTree.TestAutoOOBTreeOOBTreeTest.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OOBTree.OOBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OOBTree.TestAutoOOBTreeOOBTreeTest.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcb7c3e0>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcb7c510>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcb7c510>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.OOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OOBTree.OOBucket'>, '_set_type': <class 'BTrees.OOBTree.OOSet'>, '_bucket_type': <class 'BTrees.OOBTree.OOBucket'>, '_BTree_reduce_as': <class 'BTrees.OOBTree.OOBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.OOBTree.OOBTree'>, '__implemented__': classImplements(OOBTree, IBTree), '__provides__': directlyProvides(OOBTree), 'max_leaf_size': 30, 'max_internal_size': 250, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OOBTree.TestAutoOOBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OOBTree.TestAutoOOBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OOBTree.OOBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OOBTree.TestAutoOOBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcb7c3e0>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcb7c510>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcb7c510>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.OOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OOBTree.OOBucket'>, '_set_type': <class 'BTrees.OOBTree.OOSet'>, '_bucket_type': <class 'BTrees.OOBTree.OOBucket'>, '_BTree_reduce_as': <class 'BTrees.OOBTree.OOBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.OOBTree.OOBucket'>, '__implemented__': classImplements(OOBucket, IMinimalDictionary), '__provides__': directlyProvides(OOBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OOBTree.TestAutoOOSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OOBTree.TestAutoOOSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OOBTree.OOSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OOBTree.TestAutoOOSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcb7c3e0>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcb7c510>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcb7c510>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.OOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OOBTree.OOBucket'>, '_set_type': <class 'BTrees.OOBTree.OOSet'>, '_bucket_type': <class 'BTrees.OOBTree.OOSet'>, '_BTree_reduce_as': <class 'BTrees.OOBTree.OOSet'>, '_BTree_reduce_up_bound': <class 'BTrees.OOBTree.OOSet'>, '__implemented__': classImplements(OOSet, ISet), '__provides__': directlyProvides(OOSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OOBTree.TestAutoOOTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OOBTree.TestAutoOOTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OOBTree.OOTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OOBTree.TestAutoOOTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcb7c3e0>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcb7c510>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcb7c510>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.OOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OOBTree.OOBucket'>, '_set_type': <class 'BTrees.OOBTree.OOSet'>, '_bucket_type': <class 'BTrees.OOBTree.OOSet'>, '_BTree_reduce_as': <class 'BTrees.OOBTree.OOTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.OOBTree.OOTreeSet'>, '__implemented__': classImplements(OOTreeSet, ITreeSet), '__provides__': directlyProvides(OOTreeSet), 'max_leaf_size': 30, 'max_internal_size': 250, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IOBTree.TestAutoIOBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IOBTree.TestAutoIOBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IOBTree.IOBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IOBTree.TestAutoIOBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcc72120>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcc71be0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcc71be0>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.IOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IOBTree.IOBucket'>, '_set_type': <class 'BTrees.IOBTree.IOSet'>, '_bucket_type': <class 'BTrees.IOBTree.IOBucket'>, '_BTree_reduce_as': <class 'BTrees.IOBTree.IOBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.IOBTree.IOBTree'>, '__implemented__': classImplements(IOBTree, IBTree), '__provides__': directlyProvides(IOBTree), 'max_leaf_size': 60, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IOBTree.TestAutoIOBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IOBTree.TestAutoIOBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IOBTree.IOBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IOBTree.TestAutoIOBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcc72120>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcc71be0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcc71be0>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.IOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IOBTree.IOBucket'>, '_set_type': <class 'BTrees.IOBTree.IOSet'>, '_bucket_type': <class 'BTrees.IOBTree.IOBucket'>, '_BTree_reduce_as': <class 'BTrees.IOBTree.IOBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.IOBTree.IOBucket'>, '__implemented__': classImplements(IOBucket, IMinimalDictionary), '__provides__': directlyProvides(IOBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IOBTree.TestAutoIOSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IOBTree.TestAutoIOSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IOBTree.IOSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IOBTree.TestAutoIOSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcc72120>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcc71be0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcc71be0>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.IOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IOBTree.IOBucket'>, '_set_type': <class 'BTrees.IOBTree.IOSet'>, '_bucket_type': <class 'BTrees.IOBTree.IOSet'>, '_BTree_reduce_as': <class 'BTrees.IOBTree.IOSet'>, '_BTree_reduce_up_bound': <class 'BTrees.IOBTree.IOSet'>, '__implemented__': classImplements(IOSet, ISet), '__provides__': directlyProvides(IOSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IOBTree.TestAutoIOTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IOBTree.TestAutoIOTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IOBTree.IOTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IOBTree.TestAutoIOTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcc72120>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcc71be0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcc71be0>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.IOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IOBTree.IOBucket'>, '_set_type': <class 'BTrees.IOBTree.IOSet'>, '_bucket_type': <class 'BTrees.IOBTree.IOSet'>, '_BTree_reduce_as': <class 'BTrees.IOBTree.IOTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.IOBTree.IOTreeSet'>, '__implemented__': classImplements(IOTreeSet, ITreeSet), '__provides__': directlyProvides(IOTreeSet), 'max_leaf_size': 60, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IIBTree.TestAutoIIBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IIBTree.TestAutoIIBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IIBTree.IIBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IIBTree.TestAutoIIBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcbed1d0>, '_to_value': <BTrees._datatypes.I object at 0xffffbcbed950>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.I object at 0xffffbcbed950>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.IIBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IIBTree.IIBucket'>, '_set_type': <class 'BTrees.IIBTree.IISet'>, '_bucket_type': <class 'BTrees.IIBTree.IIBucket'>, '_BTree_reduce_as': <class 'BTrees.IIBTree.IIBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.IIBTree.IIBTree'>, '__implemented__': classImplements(IIBTree, IBTree), '__provides__': directlyProvides(IIBTree), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IIBTree.TestAutoIIBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IIBTree.TestAutoIIBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IIBTree.IIBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IIBTree.TestAutoIIBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcbed1d0>, '_to_value': <BTrees._datatypes.I object at 0xffffbcbed950>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.I object at 0xffffbcbed950>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.IIBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IIBTree.IIBucket'>, '_set_type': <class 'BTrees.IIBTree.IISet'>, '_bucket_type': <class 'BTrees.IIBTree.IIBucket'>, '_BTree_reduce_as': <class 'BTrees.IIBTree.IIBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.IIBTree.IIBucket'>, '__implemented__': classImplements(IIBucket, IMinimalDictionary), '__provides__': directlyProvides(IIBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IIBTree.TestAutoIISetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IIBTree.TestAutoIISetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IIBTree.IISet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IIBTree.TestAutoIISetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcbed1d0>, '_to_value': <BTrees._datatypes.I object at 0xffffbcbed950>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.I object at 0xffffbcbed950>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.IIBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IIBTree.IIBucket'>, '_set_type': <class 'BTrees.IIBTree.IISet'>, '_bucket_type': <class 'BTrees.IIBTree.IISet'>, '_BTree_reduce_as': <class 'BTrees.IIBTree.IISet'>, '_BTree_reduce_up_bound': <class 'BTrees.IIBTree.IISet'>, '__implemented__': classImplements(IISet, ISet), '__provides__': directlyProvides(IISet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IIBTree.TestAutoIITreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IIBTree.TestAutoIITreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IIBTree.IITreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IIBTree.TestAutoIITreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcbed1d0>, '_to_value': <BTrees._datatypes.I object at 0xffffbcbed950>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.I object at 0xffffbcbed950>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.IIBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IIBTree.IIBucket'>, '_set_type': <class 'BTrees.IIBTree.IISet'>, '_bucket_type': <class 'BTrees.IIBTree.IISet'>, '_BTree_reduce_as': <class 'BTrees.IIBTree.IITreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.IIBTree.IITreeSet'>, '__implemented__': classImplements(IITreeSet, ITreeSet), '__provides__': directlyProvides(IITreeSet), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IFBTree.TestAutoIFBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IFBTree.TestAutoIFBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IFBTree.IFBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IFBTree.TestAutoIFBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcc7d940>, '_to_value': <BTrees._datatypes.F object at 0xffffbcc73230>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcc73230>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.IFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IFBTree.IFBucket'>, '_set_type': <class 'BTrees.IFBTree.IFSet'>, '_bucket_type': <class 'BTrees.IFBTree.IFBucket'>, '_BTree_reduce_as': <class 'BTrees.IFBTree.IFBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.IFBTree.IFBTree'>, '__implemented__': classImplements(IFBTree, IBTree), '__provides__': directlyProvides(IFBTree), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IFBTree.TestAutoIFBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IFBTree.TestAutoIFBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IFBTree.IFBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IFBTree.TestAutoIFBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcc7d940>, '_to_value': <BTrees._datatypes.F object at 0xffffbcc73230>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcc73230>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.IFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IFBTree.IFBucket'>, '_set_type': <class 'BTrees.IFBTree.IFSet'>, '_bucket_type': <class 'BTrees.IFBTree.IFBucket'>, '_BTree_reduce_as': <class 'BTrees.IFBTree.IFBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.IFBTree.IFBucket'>, '__implemented__': classImplements(IFBucket, IMinimalDictionary), '__provides__': directlyProvides(IFBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IFBTree.TestAutoIFSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IFBTree.TestAutoIFSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IFBTree.IFSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IFBTree.TestAutoIFSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcc7d940>, '_to_value': <BTrees._datatypes.F object at 0xffffbcc73230>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcc73230>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.IFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IFBTree.IFBucket'>, '_set_type': <class 'BTrees.IFBTree.IFSet'>, '_bucket_type': <class 'BTrees.IFBTree.IFSet'>, '_BTree_reduce_as': <class 'BTrees.IFBTree.IFSet'>, '_BTree_reduce_up_bound': <class 'BTrees.IFBTree.IFSet'>, '__implemented__': classImplements(IFSet, ISet), '__provides__': directlyProvides(IFSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IFBTree.TestAutoIFTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IFBTree.TestAutoIFTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IFBTree.IFTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IFBTree.TestAutoIFTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcc7d940>, '_to_value': <BTrees._datatypes.F object at 0xffffbcc73230>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcc73230>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.IFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IFBTree.IFBucket'>, '_set_type': <class 'BTrees.IFBTree.IFSet'>, '_bucket_type': <class 'BTrees.IFBTree.IFSet'>, '_BTree_reduce_as': <class 'BTrees.IFBTree.IFTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.IFBTree.IFTreeSet'>, '__implemented__': classImplements(IFTreeSet, ITreeSet), '__provides__': directlyProvides(IFTreeSet), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IUBTree.TestAutoIUBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IUBTree.TestAutoIUBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IUBTree.IUBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IUBTree.TestAutoIUBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcc7e3f0>, '_to_value': <BTrees._datatypes.U object at 0xffffbcc723c0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.U object at 0xffffbcc723c0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.IUBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IUBTree.IUBucket'>, '_set_type': <class 'BTrees.IUBTree.IUSet'>, '_bucket_type': <class 'BTrees.IUBTree.IUBucket'>, '_BTree_reduce_as': <class 'BTrees.IUBTree.IUBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.IUBTree.IUBTree'>, '__implemented__': classImplements(IUBTree, IBTree), '__provides__': directlyProvides(IUBTree), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IUBTree.TestAutoIUBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IUBTree.TestAutoIUBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IUBTree.IUBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IUBTree.TestAutoIUBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcc7e3f0>, '_to_value': <BTrees._datatypes.U object at 0xffffbcc723c0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.U object at 0xffffbcc723c0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.IUBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IUBTree.IUBucket'>, '_set_type': <class 'BTrees.IUBTree.IUSet'>, '_bucket_type': <class 'BTrees.IUBTree.IUBucket'>, '_BTree_reduce_as': <class 'BTrees.IUBTree.IUBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.IUBTree.IUBucket'>, '__implemented__': classImplements(IUBucket, IMinimalDictionary), '__provides__': directlyProvides(IUBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IUBTree.TestAutoIUSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IUBTree.TestAutoIUSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IUBTree.IUSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IUBTree.TestAutoIUSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcc7e3f0>, '_to_value': <BTrees._datatypes.U object at 0xffffbcc723c0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.U object at 0xffffbcc723c0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.IUBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IUBTree.IUBucket'>, '_set_type': <class 'BTrees.IUBTree.IUSet'>, '_bucket_type': <class 'BTrees.IUBTree.IUSet'>, '_BTree_reduce_as': <class 'BTrees.IUBTree.IUSet'>, '_BTree_reduce_up_bound': <class 'BTrees.IUBTree.IUSet'>, '__implemented__': classImplements(IUSet, ISet), '__provides__': directlyProvides(IUSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_IUBTree.TestAutoIUTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_IUBTree.TestAutoIUTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.IUBTree.IUTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_IUBTree.TestAutoIUTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.I object at 0xffffbcc7e3f0>, '_to_value': <BTrees._datatypes.U object at 0xffffbcc723c0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.U object at 0xffffbcc723c0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.IUBTree', '__doc__': None, '_mapping_type': <class 'BTrees.IUBTree.IUBucket'>, '_set_type': <class 'BTrees.IUBTree.IUSet'>, '_bucket_type': <class 'BTrees.IUBTree.IUSet'>, '_BTree_reduce_as': <class 'BTrees.IUBTree.IUTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.IUBTree.IUTreeSet'>, '__implemented__': classImplements(IUTreeSet, ITreeSet), '__provides__': directlyProvides(IUTreeSet), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UOBTree.TestAutoUOBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UOBTree.TestAutoUOBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UOBTree.UOBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UOBTree.TestAutoUOBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcbeda90>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcbedd10>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcbedd10>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.UOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UOBTree.UOBucket'>, '_set_type': <class 'BTrees.UOBTree.UOSet'>, '_bucket_type': <class 'BTrees.UOBTree.UOBucket'>, '_BTree_reduce_as': <class 'BTrees.UOBTree.UOBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.UOBTree.UOBTree'>, '__implemented__': classImplements(UOBTree, IBTree), '__provides__': directlyProvides(UOBTree), 'max_leaf_size': 60, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UOBTree.TestAutoUOBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UOBTree.TestAutoUOBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UOBTree.UOBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UOBTree.TestAutoUOBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcbeda90>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcbedd10>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcbedd10>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.UOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UOBTree.UOBucket'>, '_set_type': <class 'BTrees.UOBTree.UOSet'>, '_bucket_type': <class 'BTrees.UOBTree.UOBucket'>, '_BTree_reduce_as': <class 'BTrees.UOBTree.UOBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.UOBTree.UOBucket'>, '__implemented__': classImplements(UOBucket, IMinimalDictionary), '__provides__': directlyProvides(UOBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UOBTree.TestAutoUOSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UOBTree.TestAutoUOSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UOBTree.UOSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UOBTree.TestAutoUOSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcbeda90>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcbedd10>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcbedd10>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.UOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UOBTree.UOBucket'>, '_set_type': <class 'BTrees.UOBTree.UOSet'>, '_bucket_type': <class 'BTrees.UOBTree.UOSet'>, '_BTree_reduce_as': <class 'BTrees.UOBTree.UOSet'>, '_BTree_reduce_up_bound': <class 'BTrees.UOBTree.UOSet'>, '__implemented__': classImplements(UOSet, ISet), '__provides__': directlyProvides(UOSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UOBTree.TestAutoUOTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UOBTree.TestAutoUOTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UOBTree.UOTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UOBTree.TestAutoUOTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcbeda90>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcbedd10>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcbedd10>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.UOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UOBTree.UOBucket'>, '_set_type': <class 'BTrees.UOBTree.UOSet'>, '_bucket_type': <class 'BTrees.UOBTree.UOSet'>, '_BTree_reduce_as': <class 'BTrees.UOBTree.UOTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.UOBTree.UOTreeSet'>, '__implemented__': classImplements(UOTreeSet, ITreeSet), '__provides__': directlyProvides(UOTreeSet), 'max_leaf_size': 60, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UUBTree.TestAutoUUBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UUBTree.TestAutoUUBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UUBTree.UUBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UUBTree.TestAutoUUBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcbedbd0>, '_to_value': <BTrees._datatypes.U object at 0xffffbcc7e8b0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.U object at 0xffffbcc7e8b0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.UUBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UUBTree.UUBucket'>, '_set_type': <class 'BTrees.UUBTree.UUSet'>, '_bucket_type': <class 'BTrees.UUBTree.UUBucket'>, '_BTree_reduce_as': <class 'BTrees.UUBTree.UUBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.UUBTree.UUBTree'>, '__implemented__': classImplements(UUBTree, IBTree), '__provides__': directlyProvides(UUBTree), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UUBTree.TestAutoUUBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UUBTree.TestAutoUUBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UUBTree.UUBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UUBTree.TestAutoUUBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcbedbd0>, '_to_value': <BTrees._datatypes.U object at 0xffffbcc7e8b0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.U object at 0xffffbcc7e8b0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.UUBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UUBTree.UUBucket'>, '_set_type': <class 'BTrees.UUBTree.UUSet'>, '_bucket_type': <class 'BTrees.UUBTree.UUBucket'>, '_BTree_reduce_as': <class 'BTrees.UUBTree.UUBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.UUBTree.UUBucket'>, '__implemented__': classImplements(UUBucket, IMinimalDictionary), '__provides__': directlyProvides(UUBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UUBTree.TestAutoUUSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UUBTree.TestAutoUUSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UUBTree.UUSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UUBTree.TestAutoUUSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcbedbd0>, '_to_value': <BTrees._datatypes.U object at 0xffffbcc7e8b0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.U object at 0xffffbcc7e8b0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.UUBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UUBTree.UUBucket'>, '_set_type': <class 'BTrees.UUBTree.UUSet'>, '_bucket_type': <class 'BTrees.UUBTree.UUSet'>, '_BTree_reduce_as': <class 'BTrees.UUBTree.UUSet'>, '_BTree_reduce_up_bound': <class 'BTrees.UUBTree.UUSet'>, '__implemented__': classImplements(UUSet, ISet), '__provides__': directlyProvides(UUSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UUBTree.TestAutoUUTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UUBTree.TestAutoUUTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UUBTree.UUTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UUBTree.TestAutoUUTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcbedbd0>, '_to_value': <BTrees._datatypes.U object at 0xffffbcc7e8b0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.U object at 0xffffbcc7e8b0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.UUBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UUBTree.UUBucket'>, '_set_type': <class 'BTrees.UUBTree.UUSet'>, '_bucket_type': <class 'BTrees.UUBTree.UUSet'>, '_BTree_reduce_as': <class 'BTrees.UUBTree.UUTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.UUBTree.UUTreeSet'>, '__implemented__': classImplements(UUTreeSet, ITreeSet), '__provides__': directlyProvides(UUTreeSet), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UFBTree.TestAutoUFBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UFBTree.TestAutoUFBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UFBTree.UFBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UFBTree.TestAutoUFBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcc7fa80>, '_to_value': <BTrees._datatypes.F object at 0xffffbcbede50>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcbede50>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.UFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UFBTree.UFBucket'>, '_set_type': <class 'BTrees.UFBTree.UFSet'>, '_bucket_type': <class 'BTrees.UFBTree.UFBucket'>, '_BTree_reduce_as': <class 'BTrees.UFBTree.UFBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.UFBTree.UFBTree'>, '__implemented__': classImplements(UFBTree, IBTree), '__provides__': directlyProvides(UFBTree), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UFBTree.TestAutoUFBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UFBTree.TestAutoUFBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UFBTree.UFBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UFBTree.TestAutoUFBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcc7fa80>, '_to_value': <BTrees._datatypes.F object at 0xffffbcbede50>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcbede50>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.UFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UFBTree.UFBucket'>, '_set_type': <class 'BTrees.UFBTree.UFSet'>, '_bucket_type': <class 'BTrees.UFBTree.UFBucket'>, '_BTree_reduce_as': <class 'BTrees.UFBTree.UFBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.UFBTree.UFBucket'>, '__implemented__': classImplements(UFBucket, IMinimalDictionary), '__provides__': directlyProvides(UFBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UFBTree.TestAutoUFSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UFBTree.TestAutoUFSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UFBTree.UFSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UFBTree.TestAutoUFSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcc7fa80>, '_to_value': <BTrees._datatypes.F object at 0xffffbcbede50>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcbede50>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.UFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UFBTree.UFBucket'>, '_set_type': <class 'BTrees.UFBTree.UFSet'>, '_bucket_type': <class 'BTrees.UFBTree.UFSet'>, '_BTree_reduce_as': <class 'BTrees.UFBTree.UFSet'>, '_BTree_reduce_up_bound': <class 'BTrees.UFBTree.UFSet'>, '__implemented__': classImplements(UFSet, ISet), '__provides__': directlyProvides(UFSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UFBTree.TestAutoUFTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UFBTree.TestAutoUFTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UFBTree.UFTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UFBTree.TestAutoUFTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcc7fa80>, '_to_value': <BTrees._datatypes.F object at 0xffffbcbede50>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcbede50>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.UFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UFBTree.UFBucket'>, '_set_type': <class 'BTrees.UFBTree.UFSet'>, '_bucket_type': <class 'BTrees.UFBTree.UFSet'>, '_BTree_reduce_as': <class 'BTrees.UFBTree.UFTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.UFBTree.UFTreeSet'>, '__implemented__': classImplements(UFTreeSet, ITreeSet), '__provides__': directlyProvides(UFTreeSet), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UIBTree.TestAutoUIBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UIBTree.TestAutoUIBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UIBTree.UIBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UIBTree.TestAutoUIBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcb98b90>, '_to_value': <BTrees._datatypes.I object at 0xffffbcb98a70>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.I object at 0xffffbcb98a70>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.UIBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UIBTree.UIBucket'>, '_set_type': <class 'BTrees.UIBTree.UISet'>, '_bucket_type': <class 'BTrees.UIBTree.UIBucket'>, '_BTree_reduce_as': <class 'BTrees.UIBTree.UIBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.UIBTree.UIBTree'>, '__implemented__': classImplements(UIBTree, IBTree), '__provides__': directlyProvides(UIBTree), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UIBTree.TestAutoUIBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UIBTree.TestAutoUIBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UIBTree.UIBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UIBTree.TestAutoUIBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcb98b90>, '_to_value': <BTrees._datatypes.I object at 0xffffbcb98a70>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.I object at 0xffffbcb98a70>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.UIBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UIBTree.UIBucket'>, '_set_type': <class 'BTrees.UIBTree.UISet'>, '_bucket_type': <class 'BTrees.UIBTree.UIBucket'>, '_BTree_reduce_as': <class 'BTrees.UIBTree.UIBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.UIBTree.UIBucket'>, '__implemented__': classImplements(UIBucket, IMinimalDictionary), '__provides__': directlyProvides(UIBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UIBTree.TestAutoUISetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UIBTree.TestAutoUISetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UIBTree.UISet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UIBTree.TestAutoUISetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcb98b90>, '_to_value': <BTrees._datatypes.I object at 0xffffbcb98a70>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.I object at 0xffffbcb98a70>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.UIBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UIBTree.UIBucket'>, '_set_type': <class 'BTrees.UIBTree.UISet'>, '_bucket_type': <class 'BTrees.UIBTree.UISet'>, '_BTree_reduce_as': <class 'BTrees.UIBTree.UISet'>, '_BTree_reduce_up_bound': <class 'BTrees.UIBTree.UISet'>, '__implemented__': classImplements(UISet, ISet), '__provides__': directlyProvides(UISet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_UIBTree.TestAutoUITreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_UIBTree.TestAutoUITreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.UIBTree.UITreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_UIBTree.TestAutoUITreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.U object at 0xffffbcb98b90>, '_to_value': <BTrees._datatypes.I object at 0xffffbcb98a70>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.I object at 0xffffbcb98a70>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.UIBTree', '__doc__': None, '_mapping_type': <class 'BTrees.UIBTree.UIBucket'>, '_set_type': <class 'BTrees.UIBTree.UISet'>, '_bucket_type': <class 'BTrees.UIBTree.UISet'>, '_BTree_reduce_as': <class 'BTrees.UIBTree.UITreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.UIBTree.UITreeSet'>, '__implemented__': classImplements(UITreeSet, ITreeSet), '__provides__': directlyProvides(UITreeSet), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LOBTree.TestAutoLOBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LOBTree.TestAutoLOBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LOBTree.LOBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LOBTree.TestAutoLOBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcc73380>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcbee0d0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcbee0d0>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.LOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LOBTree.LOBucket'>, '_set_type': <class 'BTrees.LOBTree.LOSet'>, '_bucket_type': <class 'BTrees.LOBTree.LOBucket'>, '_BTree_reduce_as': <class 'BTrees.LOBTree.LOBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.LOBTree.LOBTree'>, '__implemented__': classImplements(LOBTree, IBTree), '__provides__': directlyProvides(LOBTree), 'max_leaf_size': 60, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LOBTree.TestAutoLOBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LOBTree.TestAutoLOBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LOBTree.LOBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LOBTree.TestAutoLOBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcc73380>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcbee0d0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcbee0d0>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.LOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LOBTree.LOBucket'>, '_set_type': <class 'BTrees.LOBTree.LOSet'>, '_bucket_type': <class 'BTrees.LOBTree.LOBucket'>, '_BTree_reduce_as': <class 'BTrees.LOBTree.LOBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.LOBTree.LOBucket'>, '__implemented__': classImplements(LOBucket, IMinimalDictionary), '__provides__': directlyProvides(LOBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LOBTree.TestAutoLOSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LOBTree.TestAutoLOSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LOBTree.LOSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LOBTree.TestAutoLOSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcc73380>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcbee0d0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcbee0d0>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.LOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LOBTree.LOBucket'>, '_set_type': <class 'BTrees.LOBTree.LOSet'>, '_bucket_type': <class 'BTrees.LOBTree.LOSet'>, '_BTree_reduce_as': <class 'BTrees.LOBTree.LOSet'>, '_BTree_reduce_up_bound': <class 'BTrees.LOBTree.LOSet'>, '__implemented__': classImplements(LOSet, ISet), '__provides__': directlyProvides(LOSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LOBTree.TestAutoLOTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LOBTree.TestAutoLOTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LOBTree.LOTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LOBTree.TestAutoLOTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcc73380>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcbee0d0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcbee0d0>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.LOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LOBTree.LOBucket'>, '_set_type': <class 'BTrees.LOBTree.LOSet'>, '_bucket_type': <class 'BTrees.LOBTree.LOSet'>, '_BTree_reduce_as': <class 'BTrees.LOBTree.LOTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.LOBTree.LOTreeSet'>, '__implemented__': classImplements(LOTreeSet, ITreeSet), '__provides__': directlyProvides(LOTreeSet), 'max_leaf_size': 60, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LLBTree.TestAutoLLBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LLBTree.TestAutoLLBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LLBTree.LLBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LLBTree.TestAutoLLBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcbedf90>, '_to_value': <BTrees._datatypes.L object at 0xffffbcbee210>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.L object at 0xffffbcbee210>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.LLBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LLBTree.LLBucket'>, '_set_type': <class 'BTrees.LLBTree.LLSet'>, '_bucket_type': <class 'BTrees.LLBTree.LLBucket'>, '_BTree_reduce_as': <class 'BTrees.LLBTree.LLBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.LLBTree.LLBTree'>, '__implemented__': classImplements(LLBTree, IBTree), '__provides__': directlyProvides(LLBTree), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LLBTree.TestAutoLLBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LLBTree.TestAutoLLBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LLBTree.LLBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LLBTree.TestAutoLLBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcbedf90>, '_to_value': <BTrees._datatypes.L object at 0xffffbcbee210>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.L object at 0xffffbcbee210>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.LLBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LLBTree.LLBucket'>, '_set_type': <class 'BTrees.LLBTree.LLSet'>, '_bucket_type': <class 'BTrees.LLBTree.LLBucket'>, '_BTree_reduce_as': <class 'BTrees.LLBTree.LLBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.LLBTree.LLBucket'>, '__implemented__': classImplements(LLBucket, IMinimalDictionary), '__provides__': directlyProvides(LLBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LLBTree.TestAutoLLSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LLBTree.TestAutoLLSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LLBTree.LLSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LLBTree.TestAutoLLSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcbedf90>, '_to_value': <BTrees._datatypes.L object at 0xffffbcbee210>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.L object at 0xffffbcbee210>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.LLBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LLBTree.LLBucket'>, '_set_type': <class 'BTrees.LLBTree.LLSet'>, '_bucket_type': <class 'BTrees.LLBTree.LLSet'>, '_BTree_reduce_as': <class 'BTrees.LLBTree.LLSet'>, '_BTree_reduce_up_bound': <class 'BTrees.LLBTree.LLSet'>, '__implemented__': classImplements(LLSet, ISet), '__provides__': directlyProvides(LLSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LLBTree.TestAutoLLTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LLBTree.TestAutoLLTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LLBTree.LLTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LLBTree.TestAutoLLTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcbedf90>, '_to_value': <BTrees._datatypes.L object at 0xffffbcbee210>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.L object at 0xffffbcbee210>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.LLBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LLBTree.LLBucket'>, '_set_type': <class 'BTrees.LLBTree.LLSet'>, '_bucket_type': <class 'BTrees.LLBTree.LLSet'>, '_BTree_reduce_as': <class 'BTrees.LLBTree.LLTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.LLBTree.LLTreeSet'>, '__implemented__': classImplements(LLTreeSet, ITreeSet), '__provides__': directlyProvides(LLTreeSet), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LFBTree.TestAutoLFBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LFBTree.TestAutoLFBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LFBTree.LFBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LFBTree.TestAutoLFBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcc7fbb0>, '_to_value': <BTrees._datatypes.F object at 0xffffbcbee350>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcbee350>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.LFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LFBTree.LFBucket'>, '_set_type': <class 'BTrees.LFBTree.LFSet'>, '_bucket_type': <class 'BTrees.LFBTree.LFBucket'>, '_BTree_reduce_as': <class 'BTrees.LFBTree.LFBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.LFBTree.LFBTree'>, '__implemented__': classImplements(LFBTree, IBTree), '__provides__': directlyProvides(LFBTree), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LFBTree.TestAutoLFBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LFBTree.TestAutoLFBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LFBTree.LFBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LFBTree.TestAutoLFBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcc7fbb0>, '_to_value': <BTrees._datatypes.F object at 0xffffbcbee350>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcbee350>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.LFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LFBTree.LFBucket'>, '_set_type': <class 'BTrees.LFBTree.LFSet'>, '_bucket_type': <class 'BTrees.LFBTree.LFBucket'>, '_BTree_reduce_as': <class 'BTrees.LFBTree.LFBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.LFBTree.LFBucket'>, '__implemented__': classImplements(LFBucket, IMinimalDictionary), '__provides__': directlyProvides(LFBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LFBTree.TestAutoLFSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LFBTree.TestAutoLFSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LFBTree.LFSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LFBTree.TestAutoLFSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcc7fbb0>, '_to_value': <BTrees._datatypes.F object at 0xffffbcbee350>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcbee350>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.LFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LFBTree.LFBucket'>, '_set_type': <class 'BTrees.LFBTree.LFSet'>, '_bucket_type': <class 'BTrees.LFBTree.LFSet'>, '_BTree_reduce_as': <class 'BTrees.LFBTree.LFSet'>, '_BTree_reduce_up_bound': <class 'BTrees.LFBTree.LFSet'>, '__implemented__': classImplements(LFSet, ISet), '__provides__': directlyProvides(LFSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LFBTree.TestAutoLFTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LFBTree.TestAutoLFTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LFBTree.LFTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LFBTree.TestAutoLFTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcc7fbb0>, '_to_value': <BTrees._datatypes.F object at 0xffffbcbee350>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcbee350>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.LFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LFBTree.LFBucket'>, '_set_type': <class 'BTrees.LFBTree.LFSet'>, '_bucket_type': <class 'BTrees.LFBTree.LFSet'>, '_BTree_reduce_as': <class 'BTrees.LFBTree.LFTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.LFBTree.LFTreeSet'>, '__implemented__': classImplements(LFTreeSet, ITreeSet), '__provides__': directlyProvides(LFTreeSet), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LQBTree.TestAutoLQBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LQBTree.TestAutoLQBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LQBTree.LQBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LQBTree.TestAutoLQBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcc7fce0>, '_to_value': <BTrees._datatypes.Q object at 0xffffbcc730e0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.Q object at 0xffffbcc730e0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.LQBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LQBTree.LQBucket'>, '_set_type': <class 'BTrees.LQBTree.LQSet'>, '_bucket_type': <class 'BTrees.LQBTree.LQBucket'>, '_BTree_reduce_as': <class 'BTrees.LQBTree.LQBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.LQBTree.LQBTree'>, '__implemented__': classImplements(LQBTree, IBTree), '__provides__': directlyProvides(LQBTree), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LQBTree.TestAutoLQBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LQBTree.TestAutoLQBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LQBTree.LQBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LQBTree.TestAutoLQBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcc7fce0>, '_to_value': <BTrees._datatypes.Q object at 0xffffbcc730e0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.Q object at 0xffffbcc730e0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.LQBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LQBTree.LQBucket'>, '_set_type': <class 'BTrees.LQBTree.LQSet'>, '_bucket_type': <class 'BTrees.LQBTree.LQBucket'>, '_BTree_reduce_as': <class 'BTrees.LQBTree.LQBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.LQBTree.LQBucket'>, '__implemented__': classImplements(LQBucket, IMinimalDictionary), '__provides__': directlyProvides(LQBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LQBTree.TestAutoLQSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LQBTree.TestAutoLQSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LQBTree.LQSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LQBTree.TestAutoLQSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcc7fce0>, '_to_value': <BTrees._datatypes.Q object at 0xffffbcc730e0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.Q object at 0xffffbcc730e0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.LQBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LQBTree.LQBucket'>, '_set_type': <class 'BTrees.LQBTree.LQSet'>, '_bucket_type': <class 'BTrees.LQBTree.LQSet'>, '_BTree_reduce_as': <class 'BTrees.LQBTree.LQSet'>, '_BTree_reduce_up_bound': <class 'BTrees.LQBTree.LQSet'>, '__implemented__': classImplements(LQSet, ISet), '__provides__': directlyProvides(LQSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_LQBTree.TestAutoLQTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_LQBTree.TestAutoLQTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.LQBTree.LQTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_LQBTree.TestAutoLQTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.L object at 0xffffbcc7fce0>, '_to_value': <BTrees._datatypes.Q object at 0xffffbcc730e0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.Q object at 0xffffbcc730e0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.LQBTree', '__doc__': None, '_mapping_type': <class 'BTrees.LQBTree.LQBucket'>, '_set_type': <class 'BTrees.LQBTree.LQSet'>, '_bucket_type': <class 'BTrees.LQBTree.LQSet'>, '_BTree_reduce_as': <class 'BTrees.LQBTree.LQTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.LQBTree.LQTreeSet'>, '__implemented__': classImplements(LQTreeSet, ITreeSet), '__provides__': directlyProvides(LQTreeSet), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QOBTree.TestAutoQOBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QOBTree.TestAutoQOBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QOBTree.QOBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QOBTree.TestAutoQOBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcbee490>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcb7c050>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcb7c050>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.QOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QOBTree.QOBucket'>, '_set_type': <class 'BTrees.QOBTree.QOSet'>, '_bucket_type': <class 'BTrees.QOBTree.QOBucket'>, '_BTree_reduce_as': <class 'BTrees.QOBTree.QOBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.QOBTree.QOBTree'>, '__implemented__': classImplements(QOBTree, IBTree), '__provides__': directlyProvides(QOBTree), 'max_leaf_size': 60, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QOBTree.TestAutoQOBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QOBTree.TestAutoQOBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QOBTree.QOBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QOBTree.TestAutoQOBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcbee490>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcb7c050>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcb7c050>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.QOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QOBTree.QOBucket'>, '_set_type': <class 'BTrees.QOBTree.QOSet'>, '_bucket_type': <class 'BTrees.QOBTree.QOBucket'>, '_BTree_reduce_as': <class 'BTrees.QOBTree.QOBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.QOBTree.QOBucket'>, '__implemented__': classImplements(QOBucket, IMinimalDictionary), '__provides__': directlyProvides(QOBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QOBTree.TestAutoQOSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QOBTree.TestAutoQOSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QOBTree.QOSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QOBTree.TestAutoQOSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcbee490>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcb7c050>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcb7c050>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.QOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QOBTree.QOBucket'>, '_set_type': <class 'BTrees.QOBTree.QOSet'>, '_bucket_type': <class 'BTrees.QOBTree.QOSet'>, '_BTree_reduce_as': <class 'BTrees.QOBTree.QOSet'>, '_BTree_reduce_up_bound': <class 'BTrees.QOBTree.QOSet'>, '__implemented__': classImplements(QOSet, ISet), '__provides__': directlyProvides(QOSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QOBTree.TestAutoQOTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QOBTree.TestAutoQOTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QOBTree.QOTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QOBTree.TestAutoQOTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcbee490>, '_to_value': <BTrees._datatypes.Any object at 0xffffbcb7c050>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.Any object at 0xffffbcb7c050>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.QOBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QOBTree.QOBucket'>, '_set_type': <class 'BTrees.QOBTree.QOSet'>, '_bucket_type': <class 'BTrees.QOBTree.QOSet'>, '_BTree_reduce_as': <class 'BTrees.QOBTree.QOTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.QOBTree.QOTreeSet'>, '__implemented__': classImplements(QOTreeSet, ITreeSet), '__provides__': directlyProvides(QOTreeSet), 'max_leaf_size': 60, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QQBTree.TestAutoQQBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QQBTree.TestAutoQQBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QQBTree.QQBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QQBTree.TestAutoQQBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcbee5d0>, '_to_value': <BTrees._datatypes.Q object at 0xffffbcc7fe10>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.Q object at 0xffffbcc7fe10>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.QQBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QQBTree.QQBucket'>, '_set_type': <class 'BTrees.QQBTree.QQSet'>, '_bucket_type': <class 'BTrees.QQBTree.QQBucket'>, '_BTree_reduce_as': <class 'BTrees.QQBTree.QQBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.QQBTree.QQBTree'>, '__implemented__': classImplements(QQBTree, IBTree), '__provides__': directlyProvides(QQBTree), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QQBTree.TestAutoQQBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QQBTree.TestAutoQQBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QQBTree.QQBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QQBTree.TestAutoQQBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcbee5d0>, '_to_value': <BTrees._datatypes.Q object at 0xffffbcc7fe10>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.Q object at 0xffffbcc7fe10>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.QQBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QQBTree.QQBucket'>, '_set_type': <class 'BTrees.QQBTree.QQSet'>, '_bucket_type': <class 'BTrees.QQBTree.QQBucket'>, '_BTree_reduce_as': <class 'BTrees.QQBTree.QQBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.QQBTree.QQBucket'>, '__implemented__': classImplements(QQBucket, IMinimalDictionary), '__provides__': directlyProvides(QQBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QQBTree.TestAutoQQSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QQBTree.TestAutoQQSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QQBTree.QQSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QQBTree.TestAutoQQSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcbee5d0>, '_to_value': <BTrees._datatypes.Q object at 0xffffbcc7fe10>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.Q object at 0xffffbcc7fe10>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.QQBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QQBTree.QQBucket'>, '_set_type': <class 'BTrees.QQBTree.QQSet'>, '_bucket_type': <class 'BTrees.QQBTree.QQSet'>, '_BTree_reduce_as': <class 'BTrees.QQBTree.QQSet'>, '_BTree_reduce_up_bound': <class 'BTrees.QQBTree.QQSet'>, '__implemented__': classImplements(QQSet, ISet), '__provides__': directlyProvides(QQSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QQBTree.TestAutoQQTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QQBTree.TestAutoQQTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QQBTree.QQTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QQBTree.TestAutoQQTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcbee5d0>, '_to_value': <BTrees._datatypes.Q object at 0xffffbcc7fe10>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.Q object at 0xffffbcc7fe10>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.QQBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QQBTree.QQBucket'>, '_set_type': <class 'BTrees.QQBTree.QQSet'>, '_bucket_type': <class 'BTrees.QQBTree.QQSet'>, '_BTree_reduce_as': <class 'BTrees.QQBTree.QQTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.QQBTree.QQTreeSet'>, '__implemented__': classImplements(QQTreeSet, ITreeSet), '__provides__': directlyProvides(QQTreeSet), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QFBTree.TestAutoQFBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QFBTree.TestAutoQFBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QFBTree.QFBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QFBTree.TestAutoQFBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcb7c180>, '_to_value': <BTrees._datatypes.F object at 0xffffbcb7c2b0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcb7c2b0>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.QFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QFBTree.QFBucket'>, '_set_type': <class 'BTrees.QFBTree.QFSet'>, '_bucket_type': <class 'BTrees.QFBTree.QFBucket'>, '_BTree_reduce_as': <class 'BTrees.QFBTree.QFBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.QFBTree.QFBTree'>, '__implemented__': classImplements(QFBTree, IBTree), '__provides__': directlyProvides(QFBTree), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QFBTree.TestAutoQFBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QFBTree.TestAutoQFBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QFBTree.QFBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QFBTree.TestAutoQFBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcb7c180>, '_to_value': <BTrees._datatypes.F object at 0xffffbcb7c2b0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcb7c2b0>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.QFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QFBTree.QFBucket'>, '_set_type': <class 'BTrees.QFBTree.QFSet'>, '_bucket_type': <class 'BTrees.QFBTree.QFBucket'>, '_BTree_reduce_as': <class 'BTrees.QFBTree.QFBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.QFBTree.QFBucket'>, '__implemented__': classImplements(QFBucket, IMinimalDictionary), '__provides__': directlyProvides(QFBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QFBTree.TestAutoQFSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QFBTree.TestAutoQFSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QFBTree.QFSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QFBTree.TestAutoQFSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcb7c180>, '_to_value': <BTrees._datatypes.F object at 0xffffbcb7c2b0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcb7c2b0>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.QFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QFBTree.QFBucket'>, '_set_type': <class 'BTrees.QFBTree.QFSet'>, '_bucket_type': <class 'BTrees.QFBTree.QFSet'>, '_BTree_reduce_as': <class 'BTrees.QFBTree.QFSet'>, '_BTree_reduce_up_bound': <class 'BTrees.QFBTree.QFSet'>, '__implemented__': classImplements(QFSet, ISet), '__provides__': directlyProvides(QFSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QFBTree.TestAutoQFTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QFBTree.TestAutoQFTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QFBTree.QFTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QFBTree.TestAutoQFTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcb7c180>, '_to_value': <BTrees._datatypes.F object at 0xffffbcb7c2b0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.F object at 0xffffbcb7c2b0>>, 'MERGE_DEFAULT': 1.0, '__module__': 'BTrees.QFBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QFBTree.QFBucket'>, '_set_type': <class 'BTrees.QFBTree.QFSet'>, '_bucket_type': <class 'BTrees.QFBTree.QFSet'>, '_BTree_reduce_as': <class 'BTrees.QFBTree.QFTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.QFBTree.QFTreeSet'>, '__implemented__': classImplements(QFTreeSet, ITreeSet), '__provides__': directlyProvides(QFTreeSet), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QLBTree.TestAutoQLBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QLBTree.TestAutoQLBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QLBTree.QLBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QLBTree.TestAutoQLBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcb74a70>, '_to_value': <BTrees._datatypes.L object at 0xffffbcb74b90>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.L object at 0xffffbcb74b90>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.QLBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QLBTree.QLBucket'>, '_set_type': <class 'BTrees.QLBTree.QLSet'>, '_bucket_type': <class 'BTrees.QLBTree.QLBucket'>, '_BTree_reduce_as': <class 'BTrees.QLBTree.QLBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.QLBTree.QLBTree'>, '__implemented__': classImplements(QLBTree, IBTree), '__provides__': directlyProvides(QLBTree), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QLBTree.TestAutoQLBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QLBTree.TestAutoQLBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QLBTree.QLBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QLBTree.TestAutoQLBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcb74a70>, '_to_value': <BTrees._datatypes.L object at 0xffffbcb74b90>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.L object at 0xffffbcb74b90>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.QLBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QLBTree.QLBucket'>, '_set_type': <class 'BTrees.QLBTree.QLSet'>, '_bucket_type': <class 'BTrees.QLBTree.QLBucket'>, '_BTree_reduce_as': <class 'BTrees.QLBTree.QLBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.QLBTree.QLBucket'>, '__implemented__': classImplements(QLBucket, IMinimalDictionary), '__provides__': directlyProvides(QLBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QLBTree.TestAutoQLSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QLBTree.TestAutoQLSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QLBTree.QLSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QLBTree.TestAutoQLSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcb74a70>, '_to_value': <BTrees._datatypes.L object at 0xffffbcb74b90>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.L object at 0xffffbcb74b90>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.QLBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QLBTree.QLBucket'>, '_set_type': <class 'BTrees.QLBTree.QLSet'>, '_bucket_type': <class 'BTrees.QLBTree.QLSet'>, '_BTree_reduce_as': <class 'BTrees.QLBTree.QLSet'>, '_BTree_reduce_up_bound': <class 'BTrees.QLBTree.QLSet'>, '__implemented__': classImplements(QLSet, ISet), '__provides__': directlyProvides(QLSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_QLBTree.TestAutoQLTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_QLBTree.TestAutoQLTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.QLBTree.QLTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_QLBTree.TestAutoQLTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.Q object at 0xffffbcb74a70>, '_to_value': <BTrees._datatypes.L object at 0xffffbcb74b90>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.L object at 0xffffbcb74b90>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.QLBTree', '__doc__': None, '_mapping_type': <class 'BTrees.QLBTree.QLBucket'>, '_set_type': <class 'BTrees.QLBTree.QLSet'>, '_bucket_type': <class 'BTrees.QLBTree.QLSet'>, '_BTree_reduce_as': <class 'BTrees.QLBTree.QLTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.QLBTree.QLTreeSet'>, '__implemented__': classImplements(QLTreeSet, ITreeSet), '__provides__': directlyProvides(QLTreeSet), 'max_leaf_size': 120, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OIBTree.TestAutoOIBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OIBTree.TestAutoOIBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OIBTree.OIBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OIBTree.TestAutoOIBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcf158c0>, '_to_value': <BTrees._datatypes.I object at 0xffffbcf16030>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.I object at 0xffffbcf16030>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OIBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OIBTree.OIBucket'>, '_set_type': <class 'BTrees.OIBTree.OISet'>, '_bucket_type': <class 'BTrees.OIBTree.OIBucket'>, '_BTree_reduce_as': <class 'BTrees.OIBTree.OIBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.OIBTree.OIBTree'>, '__implemented__': classImplements(OIBTree, IBTree), '__provides__': directlyProvides(OIBTree), 'max_leaf_size': 60, 'max_internal_size': 250, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OIBTree.TestAutoOIBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OIBTree.TestAutoOIBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OIBTree.OIBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OIBTree.TestAutoOIBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcf158c0>, '_to_value': <BTrees._datatypes.I object at 0xffffbcf16030>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.I object at 0xffffbcf16030>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OIBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OIBTree.OIBucket'>, '_set_type': <class 'BTrees.OIBTree.OISet'>, '_bucket_type': <class 'BTrees.OIBTree.OIBucket'>, '_BTree_reduce_as': <class 'BTrees.OIBTree.OIBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.OIBTree.OIBucket'>, '__implemented__': classImplements(OIBucket, IMinimalDictionary), '__provides__': directlyProvides(OIBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OIBTree.TestAutoOISetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OIBTree.TestAutoOISetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OIBTree.OISet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OIBTree.TestAutoOISetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcf158c0>, '_to_value': <BTrees._datatypes.I object at 0xffffbcf16030>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.I object at 0xffffbcf16030>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OIBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OIBTree.OIBucket'>, '_set_type': <class 'BTrees.OIBTree.OISet'>, '_bucket_type': <class 'BTrees.OIBTree.OISet'>, '_BTree_reduce_as': <class 'BTrees.OIBTree.OISet'>, '_BTree_reduce_up_bound': <class 'BTrees.OIBTree.OISet'>, '__implemented__': classImplements(OISet, ISet), '__provides__': directlyProvides(OISet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OIBTree.TestAutoOITreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OIBTree.TestAutoOITreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OIBTree.OITreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OIBTree.TestAutoOITreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcf158c0>, '_to_value': <BTrees._datatypes.I object at 0xffffbcf16030>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.I object at 0xffffbcf16030>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OIBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OIBTree.OIBucket'>, '_set_type': <class 'BTrees.OIBTree.OISet'>, '_bucket_type': <class 'BTrees.OIBTree.OISet'>, '_BTree_reduce_as': <class 'BTrees.OIBTree.OITreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.OIBTree.OITreeSet'>, '__implemented__': classImplements(OITreeSet, ITreeSet), '__provides__': directlyProvides(OITreeSet), 'max_leaf_size': 60, 'max_internal_size': 250, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OUBTree.TestAutoOUBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OUBTree.TestAutoOUBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OUBTree.OUBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OUBTree.TestAutoOUBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcf16360>, '_to_value': <BTrees._datatypes.U object at 0xffffbcf17020>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.U object at 0xffffbcf17020>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OUBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OUBTree.OUBucket'>, '_set_type': <class 'BTrees.OUBTree.OUSet'>, '_bucket_type': <class 'BTrees.OUBTree.OUBucket'>, '_BTree_reduce_as': <class 'BTrees.OUBTree.OUBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.OUBTree.OUBTree'>, '__implemented__': classImplements(OUBTree, IBTree), '__provides__': directlyProvides(OUBTree), 'max_leaf_size': 60, 'max_internal_size': 250, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OUBTree.TestAutoOUBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OUBTree.TestAutoOUBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OUBTree.OUBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OUBTree.TestAutoOUBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcf16360>, '_to_value': <BTrees._datatypes.U object at 0xffffbcf17020>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.U object at 0xffffbcf17020>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OUBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OUBTree.OUBucket'>, '_set_type': <class 'BTrees.OUBTree.OUSet'>, '_bucket_type': <class 'BTrees.OUBTree.OUBucket'>, '_BTree_reduce_as': <class 'BTrees.OUBTree.OUBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.OUBTree.OUBucket'>, '__implemented__': classImplements(OUBucket, IMinimalDictionary), '__provides__': directlyProvides(OUBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OUBTree.TestAutoOUSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OUBTree.TestAutoOUSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OUBTree.OUSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OUBTree.TestAutoOUSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcf16360>, '_to_value': <BTrees._datatypes.U object at 0xffffbcf17020>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.U object at 0xffffbcf17020>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OUBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OUBTree.OUBucket'>, '_set_type': <class 'BTrees.OUBTree.OUSet'>, '_bucket_type': <class 'BTrees.OUBTree.OUSet'>, '_BTree_reduce_as': <class 'BTrees.OUBTree.OUSet'>, '_BTree_reduce_up_bound': <class 'BTrees.OUBTree.OUSet'>, '__implemented__': classImplements(OUSet, ISet), '__provides__': directlyProvides(OUSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OUBTree.TestAutoOUTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OUBTree.TestAutoOUTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OUBTree.OUTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OUBTree.TestAutoOUTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcf16360>, '_to_value': <BTrees._datatypes.U object at 0xffffbcf17020>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.U object at 0xffffbcf17020>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OUBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OUBTree.OUBucket'>, '_set_type': <class 'BTrees.OUBTree.OUSet'>, '_bucket_type': <class 'BTrees.OUBTree.OUSet'>, '_BTree_reduce_as': <class 'BTrees.OUBTree.OUTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.OUBTree.OUTreeSet'>, '__implemented__': classImplements(OUTreeSet, ITreeSet), '__provides__': directlyProvides(OUTreeSet), 'max_leaf_size': 60, 'max_internal_size': 250, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OLBTree.TestAutoOLBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OLBTree.TestAutoOLBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OLBTree.OLBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OLBTree.TestAutoOLBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcf1af50>, '_to_value': <BTrees._datatypes.L object at 0xffffbcf17240>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.L object at 0xffffbcf17240>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OLBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OLBTree.OLBucket'>, '_set_type': <class 'BTrees.OLBTree.OLSet'>, '_bucket_type': <class 'BTrees.OLBTree.OLBucket'>, '_BTree_reduce_as': <class 'BTrees.OLBTree.OLBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.OLBTree.OLBTree'>, '__implemented__': classImplements(OLBTree, IBTree), '__provides__': directlyProvides(OLBTree), 'max_leaf_size': 60, 'max_internal_size': 250, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OLBTree.TestAutoOLBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OLBTree.TestAutoOLBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OLBTree.OLBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OLBTree.TestAutoOLBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcf1af50>, '_to_value': <BTrees._datatypes.L object at 0xffffbcf17240>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.L object at 0xffffbcf17240>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OLBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OLBTree.OLBucket'>, '_set_type': <class 'BTrees.OLBTree.OLSet'>, '_bucket_type': <class 'BTrees.OLBTree.OLBucket'>, '_BTree_reduce_as': <class 'BTrees.OLBTree.OLBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.OLBTree.OLBucket'>, '__implemented__': classImplements(OLBucket, IMinimalDictionary), '__provides__': directlyProvides(OLBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OLBTree.TestAutoOLSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OLBTree.TestAutoOLSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OLBTree.OLSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OLBTree.TestAutoOLSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcf1af50>, '_to_value': <BTrees._datatypes.L object at 0xffffbcf17240>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.L object at 0xffffbcf17240>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OLBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OLBTree.OLBucket'>, '_set_type': <class 'BTrees.OLBTree.OLSet'>, '_bucket_type': <class 'BTrees.OLBTree.OLSet'>, '_BTree_reduce_as': <class 'BTrees.OLBTree.OLSet'>, '_BTree_reduce_up_bound': <class 'BTrees.OLBTree.OLSet'>, '__implemented__': classImplements(OLSet, ISet), '__provides__': directlyProvides(OLSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OLBTree.TestAutoOLTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OLBTree.TestAutoOLTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OLBTree.OLTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OLBTree.TestAutoOLTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcf1af50>, '_to_value': <BTrees._datatypes.L object at 0xffffbcf17240>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.L object at 0xffffbcf17240>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OLBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OLBTree.OLBucket'>, '_set_type': <class 'BTrees.OLBTree.OLSet'>, '_bucket_type': <class 'BTrees.OLBTree.OLSet'>, '_BTree_reduce_as': <class 'BTrees.OLBTree.OLTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.OLBTree.OLTreeSet'>, '__implemented__': classImplements(OLTreeSet, ITreeSet), '__provides__': directlyProvides(OLTreeSet), 'max_leaf_size': 60, 'max_internal_size': 250, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OQBTree.TestAutoOQBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OQBTree.TestAutoOQBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OQBTree.OQBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OQBTree.TestAutoOQBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcbb8650>, '_to_value': <BTrees._datatypes.Q object at 0xffffbcf17df0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.Q object at 0xffffbcf17df0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OQBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OQBTree.OQBucket'>, '_set_type': <class 'BTrees.OQBTree.OQSet'>, '_bucket_type': <class 'BTrees.OQBTree.OQBucket'>, '_BTree_reduce_as': <class 'BTrees.OQBTree.OQBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.OQBTree.OQBTree'>, '__implemented__': classImplements(OQBTree, IBTree), '__provides__': directlyProvides(OQBTree), 'max_leaf_size': 60, 'max_internal_size': 250, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OQBTree.TestAutoOQBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OQBTree.TestAutoOQBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OQBTree.OQBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OQBTree.TestAutoOQBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcbb8650>, '_to_value': <BTrees._datatypes.Q object at 0xffffbcf17df0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.Q object at 0xffffbcf17df0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OQBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OQBTree.OQBucket'>, '_set_type': <class 'BTrees.OQBTree.OQSet'>, '_bucket_type': <class 'BTrees.OQBTree.OQBucket'>, '_BTree_reduce_as': <class 'BTrees.OQBTree.OQBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.OQBTree.OQBucket'>, '__implemented__': classImplements(OQBucket, IMinimalDictionary), '__provides__': directlyProvides(OQBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OQBTree.TestAutoOQSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OQBTree.TestAutoOQSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OQBTree.OQSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OQBTree.TestAutoOQSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcbb8650>, '_to_value': <BTrees._datatypes.Q object at 0xffffbcf17df0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.Q object at 0xffffbcf17df0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OQBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OQBTree.OQBucket'>, '_set_type': <class 'BTrees.OQBTree.OQSet'>, '_bucket_type': <class 'BTrees.OQBTree.OQSet'>, '_BTree_reduce_as': <class 'BTrees.OQBTree.OQSet'>, '_BTree_reduce_up_bound': <class 'BTrees.OQBTree.OQSet'>, '__implemented__': classImplements(OQSet, ISet), '__provides__': directlyProvides(OQSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_OQBTree.TestAutoOQTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_OQBTree.TestAutoOQTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.OQBTree.OQTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_OQBTree.TestAutoOQTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.O object at 0xffffbcbb8650>, '_to_value': <BTrees._datatypes.Q object at 0xffffbcf17df0>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method _AbstractNativeDataType.apply_weight of <BTrees._datatypes.Q object at 0xffffbcf17df0>>, 'MERGE_DEFAULT': 1, '__module__': 'BTrees.OQBTree', '__doc__': None, '_mapping_type': <class 'BTrees.OQBTree.OQBucket'>, '_set_type': <class 'BTrees.OQBTree.OQSet'>, '_bucket_type': <class 'BTrees.OQBTree.OQSet'>, '_BTree_reduce_as': <class 'BTrees.OQBTree.OQTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.OQBTree.OQTreeSet'>, '__implemented__': classImplements(OQTreeSet, ITreeSet), '__provides__': directlyProvides(OQTreeSet), 'max_leaf_size': 60, 'max_internal_size': 250, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_fsBTree.TestAutofsBTreeBTreeTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_fsBTree.TestAutofsBTreeBTreeTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.fsBTree.fsBTree'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_fsBTree.TestAutofsBTreeBTreeTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.f object at 0xffffbcbd41a0>, '_to_value': <BTrees._datatypes.s object at 0xffffbcbd4c20>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.s object at 0xffffbcbd4c20>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.fsBTree', '__doc__': None, '_mapping_type': <class 'BTrees.fsBTree.fsBucket'>, '_set_type': <class 'BTrees.fsBTree.fsSet'>, '_bucket_type': <class 'BTrees.fsBTree.fsBucket'>, '_BTree_reduce_as': <class 'BTrees.fsBTree.fsBTree'>, '_BTree_reduce_up_bound': <class 'BTrees.fsBTree.fsBTree'>, '__implemented__': classImplements(fsBTree, IBTree), '__provides__': directlyProvides(fsBTree), 'max_leaf_size': 500, 'max_internal_size': 500, 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_fsBTree.TestAutofsBucketMappingBase.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_fsBTree.TestAutofsBucketMappingBase.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.fsBTree.fsBucket'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_fsBTree.TestAutofsBucketMappingBase.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.f object at 0xffffbcbd41a0>, '_to_value': <BTrees._datatypes.s object at 0xffffbcbd4c20>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.s object at 0xffffbcbd4c20>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.fsBTree', '__doc__': None, 'toString': <function f._make_Bucket_toString.<locals>.toString at 0xffffbcb489a0>, 'fromString': <function f._make_Bucket_fromString.<locals>.fromString at 0xffffbcb48a40>, '_mapping_type': <class 'BTrees.fsBTree.fsBucket'>, '_set_type': <class 'BTrees.fsBTree.fsSet'>, '_bucket_type': <class 'BTrees.fsBTree.fsBucket'>, '_BTree_reduce_as': <class 'BTrees.fsBTree.fsBucket'>, '_BTree_reduce_up_bound': <class 'BTrees.fsBTree.fsBucket'>, '__implemented__': classImplements(fsBucket, IMinimalDictionary), '__provides__': directlyProvides(fsBucket), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_fsBTree.TestAutofsSetExtendedSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_fsBTree.TestAutofsSetExtendedSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.fsBTree.fsSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_fsBTree.TestAutofsSetExtendedSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.f object at 0xffffbcbd41a0>, '_to_value': <BTrees._datatypes.s object at 0xffffbcbd4c20>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.s object at 0xffffbcbd4c20>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.fsBTree', '__doc__': None, '_mapping_type': <class 'BTrees.fsBTree.fsBucket'>, '_set_type': <class 'BTrees.fsBTree.fsSet'>, '_bucket_type': <class 'BTrees.fsBTree.fsSet'>, '_BTree_reduce_as': <class 'BTrees.fsBTree.fsSet'>, '_BTree_reduce_up_bound': <class 'BTrees.fsBTree.fsSet'>, '__implemented__': classImplements(fsSet, ISet), '__provides__': directlyProvides(fsSet), 'foo': 1})

======================================================================
FAIL: testCannotSetArbitraryAttributeOnBase (BTrees.tests.test_fsBTree.TestAutofsTreeSetNormalSetTests.testCannotSetArbitraryAttributeOnBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 161, in testCannotSetArbitraryAttributeOnBase
    with self.assertRaises(TypeError):
         ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: TypeError not raised

======================================================================
FAIL: testPurePython (BTrees.tests.test_fsBTree.TestAutofsTreeSetNormalSetTests.testPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 254, in testPurePython
    self.assertIsNot(getattr(module, class_name + 'Py'), kind)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: unexpectedly identical: <class 'BTrees.fsBTree.fsTreeSet'>

======================================================================
FAIL: testSubclassesCanHaveAttributes (BTrees.tests.test_fsBTree.TestAutofsTreeSetNormalSetTests.testSubclassesCanHaveAttributes)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build/BTrees/tests/common.py", line 154, in testSubclassesCanHaveAttributes
    self.assertNotIn('foo', self._getTargetClass().__dict__)
    ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'foo' unexpectedly found in mappingproxy({'_to_key': <BTrees._datatypes.f object at 0xffffbcbd41a0>, '_to_value': <BTrees._datatypes.s object at 0xffffbcbd4c20>, 'MERGE': <function MERGE at 0xffffbcba9f80>, 'MERGE_WEIGHT': <bound method DataType.apply_weight of <BTrees._datatypes.s object at 0xffffbcbd4c20>>, 'MERGE_DEFAULT': None, '__module__': 'BTrees.fsBTree', '__doc__': None, '_mapping_type': <class 'BTrees.fsBTree.fsBucket'>, '_set_type': <class 'BTrees.fsBTree.fsSet'>, '_bucket_type': <class 'BTrees.fsBTree.fsSet'>, '_BTree_reduce_as': <class 'BTrees.fsBTree.fsTreeSet'>, '_BTree_reduce_up_bound': <class 'BTrees.fsBTree.fsTreeSet'>, '__implemented__': classImplements(fsTreeSet, ITreeSet), '__provides__': directlyProvides(fsTreeSet), 'max_leaf_size': 500, 'max_internal_size': 500, 'foo': 1})

----------------------------------------------------------------------
Ran 7161 tests in 208.197s

FAILED (failures=264, skipped=444)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_btrees/build; python3.13 -m unittest discover -v 


If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/775989/

This bug has been filed at "normal" severity, as we haven't started the
transition to add 3.13 as a supported version, yet. This will be raised to RC
as soon as that happens, hopefully well before trixie.

Thanks,

Stefano
[Message part 3 (message/rfc822, inline)]
From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
To: 1082123-close@bugs.debian.org
Subject: Bug#1082123: fixed in python-btrees 6.1-2
Date: Thu, 14 Nov 2024 12:21:29 +0000
[Message part 4 (text/plain, inline)]
Source: python-btrees
Source-Version: 6.1-2
Done: Colin Watson <cjwatson@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-btrees, 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 1082123@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <cjwatson@debian.org> (supplier of updated python-btrees 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 14 Nov 2024 12:50:39 +0100
Source: python-btrees
Architecture: source
Version: 6.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Changed-By: Colin Watson <cjwatson@debian.org>
Closes: 1082123
Changes:
 python-btrees (6.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Build with PURE_PYTHON=0 so that we get clearer error messages if
     python3-persistent hasn't been built for the relevant Python version
     (closes: #1082123).
Checksums-Sha1:
 6f36ed8034ccedb2196e23bfd0886c844500ba1a 2384 python-btrees_6.1-2.dsc
 8056f6a7a403eeb1ee401d64c8ba9c1116f9060e 3756 python-btrees_6.1-2.debian.tar.xz
Checksums-Sha256:
 2fb3427deacd46df6de1ade802ed2aefed425bf471184a5e10e8c1580358851b 2384 python-btrees_6.1-2.dsc
 cd9690745059276d24b88022ba34b3a46f02d94a0717e11630d32602e72de99c 3756 python-btrees_6.1-2.debian.tar.xz
Files:
 bf35bab033170856f50f4db88cbb550e 2384 python optional python-btrees_6.1-2.dsc
 05a080c9358afd6fff29538fca87a283 3756 python optional python-btrees_6.1-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmc15C4ACgkQOTWH2X2G
UAtKhhAArHHEW6yMIQiTVJgwcnCmzlfhUk9RprFGjaIGi7Ns5r8rYTO1mBNRwd2a
e9SWLM+5+xr9bBpIAqiE2PlNjM7m5CYyDqECXclhzJSTTN2TlGMUeZCzDq/Y8J23
hI0gdQBGr5oINJlthVujFnEP4ZJ7CJh2w+Ql9Szv6JJdEUIV1CvmlbWG8nBvHaFZ
6hQ+UWw4I1jkVmHKNjuwWlRF/hZaCyfEr7KohyV7ztz0BkEjkYFNaXDCTujbHr9z
k53gZnswCjT2aagZ89JrrCsYmd3xYvuSOW+I7qlOuuhxlLZhv/mRX0kEbqAjMHcG
IqC4RF+Cg4KtMgiM2QGOop+/eceGTXGy+gOq/efdKTWMhvotuIRmV+5ksa5ETrR+
Er08MN1FbfohYBVFo8bndYHcXg7+FM1Uy1xyDaiZF7PN+a3tbClViOWaTTso7b77
JLRs58hU4LHXeEnQyrX2hcVv9AOzBMVvdN9Vw4Q9zItaAFD0UPv0nFrxtLE1DYa0
ZlY+TyJAm8fA2qd7BI0eNHKNpyAwBLCUX1UcllThQuglDKGq5x4rVJeYDNn5OdrM
ZeG37emtoUCMofSbs/stpe+JufDUwBd4sH7pIcqijMDAd4xgMm1WH8Fa2LXet+db
IN41wHM4Za0j2pzsxVI6R2Go4nHZ2o5g28gataF7OZp+Z49T2M4=
=0ffS
-----END PGP SIGNATURE-----

[Message part 5 (application/pgp-signature, inline)]

Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Wed Dec 11 11:38:16 2024; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.