/build/python-apsw/src/apsw-3.36.0-r1/setup.py:20: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.core import setup, Extension, Command running test Python /usr/bin/python sys.version_info(major=3, minor=10, micro=1, releaselevel='final', serial=0) Testing with APSW file /build/python-apsw/src/apsw-3.36.0-r1/build/lib.linux-riscv64-3.10/apsw.cpython-310-riscv64-linux-gnu.so APSW version 3.36.0-r1 SQLite lib version 3.37.2 SQLite headers version 3037002 Using amalgamation False ....................F....................................................................... ====================================================================== FAIL: testCursor (tests.APSW) Check functionality of the cursor ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/python-apsw/src/apsw-3.36.0-r1/tests.py", line 768, in testCursor self.assertEqual(cols, c.getdescription()) AssertionError: Tuples differ: (('x a space', 'integer'), ('y', 'text'), ('z', 'foo'), ([22 chars]öû')) != (('x a space', 'INTEGER'), ('y', 'TEXT'), ('z', 'foo'), ([22 chars]öû')) First differing element 0: ('x a space', 'integer') ('x a space', 'INTEGER') - (('x a space', 'integer'), - ('y', 'text'), + (('x a space', 'INTEGER'), + ('y', 'TEXT'), ('z', 'foo'), ('a', 'char'), ('êã', 'öû')) ---------------------------------------------------------------------- Ran 92 tests in 78.754s FAILED (failures=1) ==> ERROR: A failure occurred in check().  Aborting...