* Package: dev-python/apsw-3.7.4.1  * Repository: gentoo  * Maintainer: mobile-phone@gentoo.org python@gentoo.org  * USE: elibc_glibc kernel_linux test userland_GNU x86  * FEATURES: sandbox splitdebug test userpriv usersandbox You should enable -g (or higher) for debugging! >>> Unpacking source... >>> Unpacking apsw-3.7.4-r1.zip to /var/tmp/portage/dev-python/apsw-3.7.4.1/work >>> Source unpacked in /var/tmp/portage/dev-python/apsw-3.7.4.1/work >>> Preparing source in /var/tmp/portage/dev-python/apsw-3.7.4.1/work/apsw-3.7.4-r1 ... * Applying apsw-3.6.20.1-fix_tests.patch ...  [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/apsw-3.7.4.1/work/apsw-3.7.4-r1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/apsw-3.7.4.1/work/apsw-3.7.4-r1 ... * Building of dev-python/apsw-3.7.4.1 with CPython 2.6... python2.6 setup.py build -b build-2.6 --enable=load_extension running build running build_ext SQLite: Using system sqlite include/libraries building 'apsw' extension creating build-2.6 creating build-2.6/temp.linux-i686-2.6 creating build-2.6/temp.linux-i686-2.6/src i686-pc-linux-gnu-gcc -pthread -O2 -march=i686 -pipe -fno-strict-aliasing -fPIC -DEXPERIMENTAL=1 -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -Isrc -I/usr/include/python2.6 -c src/apsw.c -o build-2.6/temp.linux-i686-2.6/src/apsw.o In file included from /usr/include/python2.6/Python.h:8, from src/apsw.c:72: /usr/include/python2.6/pyconfig.h:1067:1: warning: "_POSIX_C_SOURCE" redefined In file included from /usr/include/assert.h:37, from src/apsw.c:65: /usr/include/features.h:210:1: warning: this is the location of the previous definition creating build-2.6/lib.linux-i686-2.6 i686-pc-linux-gnu-gcc -pthread -shared -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -O2 -march=i686 -pipe -fno-strict-aliasing build-2.6/temp.linux-i686-2.6/src/apsw.o -L/usr/lib -lsqlite3 -lpython2.6 -o build-2.6/lib.linux-i686-2.6/apsw.so * Building of dev-python/apsw-3.7.4.1 with CPython 3.1... python3.1 setup.py build -b build-3.1 --enable=load_extension running build running build_ext SQLite: Using system sqlite include/libraries building 'apsw' extension creating build-3.1 creating build-3.1/temp.linux-i686-3.1 creating build-3.1/temp.linux-i686-3.1/src i686-pc-linux-gnu-gcc -pthread -O2 -march=i686 -pipe -fPIC -DEXPERIMENTAL=1 -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -Isrc -I/usr/include/python3.1 -c src/apsw.c -o build-3.1/temp.linux-i686-3.1/src/apsw.o In file included from /usr/include/python3.1/Python.h:8, from src/apsw.c:72: /usr/include/python3.1/pyconfig.h:1120:1: warning: "_POSIX_C_SOURCE" redefined In file included from /usr/include/assert.h:37, from src/apsw.c:65: /usr/include/features.h:210:1: warning: this is the location of the previous definition creating build-3.1/lib.linux-i686-3.1 i686-pc-linux-gnu-gcc -pthread -shared -Wl,--hash-style=gnu -Wl,-O1 -Wl,--as-needed -O2 -march=i686 -pipe build-3.1/temp.linux-i686-3.1/src/apsw.o -L/usr/lib -lsqlite3 -lpython3.1 -o build-3.1/lib.linux-i686-3.1/apsw.so >>> Source compiled. python3.1 setup.py build_test_extension running build_test_extension * Testing of dev-python/apsw-3.7.4.1 with CPython 2.6... Python /usr/bin/python2.6 (2, 6, 6, 'final', 0) Testing with APSW file /var/tmp/portage/dev-python/apsw-3.7.4.1/work/apsw-3.7.4-r1/build-2.6/lib.linux-i686-2.6/apsw.so APSW version 3.7.4-r1 SQLite lib version 3.7.5 SQLite headers version 3007005 Using amalgamation False Verify aggregate functions ... ok Verify the authorizer works ... ok Verify hot backup functionality ... ok Check bindings work correctly ... ok Verify Blob input/output ... ok Ensure blob read errors are handled well ... ok Verify busy handling ... ok Another busy handling test ... ok Verify reporting of changes ... ok Verify behaviour of close() functions ... ok Check closed connection is correctly detected ... ok Verify collations ... ok Verify commit hooks ... ok Verify getting compile options ... ok Completeness of SQL statement checking ... ok Verify sqlite3_config wrapper ... ok Test connection opening ... ok Verify sqlite3_file_control ... ERROR Verify connection hooks ... ok Check functionality of the cursor ... ok Verify setting of result codes on error/exception ... ok Verify tracing of executed statements and bindings ... ok Check FTS3 extension (if present) ... ok Verify text formatting of values ... ok Check ICU extension if present ... ok Verify interrupt function ... ok Issue 103: Error handling when sqlite3_declare_vtab fails ... ok Issue 106: Profiling and tracing ... ok Issue 15: Release GIL during calls to prepare ... ok Issue 19: Incomplete cursor execution ... ok Issue 24: Ints and Longs ... ok Issue 31: GIL & SQLite mutexes with heavy threading, threadsafe errors from SQLite ... ok Issue 4: Error messages and SQLite ticket 3063 ... ok Issue 50: Check Blob.read return value on eof ... ok Issue 98: An error in context manager commit should do a rollback ... ok Verify handling of large strings/blobs (>2GB) [Python 2.5+, 64 bit platform] ... ok Check last insert row id ... ok Verify setting and getting limits ... ok Check loading of extensions ... ok Verifies logging functions ... ok Test C function that converts exception into SQLite error code ... ok Verify memory tracking functions ... ok MemoryLeaks: Run with a memory profiler such as valgrind and debug Python ... ok Verify profiling ... ok Verify progress handler ... ok Check RTree extension if present ... ok Verify randomness routine ... ok Verify rollback hooks ... ok Verify row tracing ... ok Check all parts compiled and are present ... ok Verify scalar functions ... ok Verify setting of shared cache ... ok Check Shell functionality ... ok Check various source code issues ... ok Verify getting underlying sqlite3 pointer ... ok Verify statement cache integrity ... ok Rerun statement cache tests with a zero sized/disabled cache ... ok Verify status function ... ok Verify that strings with nulls in them are handled correctly ... ok Verify threading behaviour ... ok Check we are not affected by SQLite ticket #2158 ... ok Verify augmented tracebacks ... ok Check type information is maintained ... ok Verify update hooks ... ok Verify VFS functionality ... ERROR Verify VFS using WAL where possible ... ERROR Tests vtable example code ... ok Test virtual table functionality ... ok Test WAL functions ... ok Use front page of wikipedia to check unicode handling ... ok Context manager functionality ... ok Verify writeunraiseable replacement function ... ok Verify handling of zero blobs ... ok Deliberately inject faults to exercise all code paths ... ok Test detection of using objects across fork ... ok ====================================================================== ERROR: Verify sqlite3_file_control ---------------------------------------------------------------------- Traceback (most recent call last): File "tests.py", line 370, in testConnectionFileControl self.assertRaises(apsw.SQLError, self.db.filecontrol, "main", 1001, 25) File "/usr/lib/python2.6/unittest.py", line 336, in failUnlessRaises callableObj(*args, **kwargs) Error: Error 12: not an error ====================================================================== ERROR: Verify VFS functionality ---------------------------------------------------------------------- Traceback (most recent call last): File "tests.py", line 4805, in testVFS self.assertRaises(apsw.SQLError, t.xFileControl, 2000, 3000) File "/usr/lib/python2.6/unittest.py", line 336, in failUnlessRaises callableObj(*args, **kwargs) Error: Error 12: error ====================================================================== ERROR: Verify VFS using WAL where possible ---------------------------------------------------------------------- Traceback (most recent call last): File "tests.py", line 3763, in testVFSWithWAL self.testVFS() File "tests.py", line 4805, in testVFS self.assertRaises(apsw.SQLError, t.xFileControl, 2000, 3000) File "/usr/lib/python2.6/unittest.py", line 336, in failUnlessRaises callableObj(*args, **kwargs) Error: Error 12: error ---------------------------------------------------------------------- Ran 75 tests in 202.805s FAILED (errors=3) * ERROR: dev-python/apsw-3.7.4.1 failed (test phase): * Testing failed with CPython 2.6 in testing() function * * Call stack: * ebuild.sh, line 56: Called src_test * environment, line 5197: Called python_execute_function 'testing' * environment, line 3702: Called die * The specific snippet of code: * die "${failure_message}"; * * If you need support, post the output of 'emerge --info =dev-python/apsw-3.7.4.1', * the complete build log and the output of 'emerge -pqv =dev-python/apsw-3.7.4.1'. * The complete build log is located at '/var/log/emerge/dev-python:apsw-3.7.4.1:20110319-162006.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/apsw-3.7.4.1/temp/environment'. * S: '/var/tmp/portage/dev-python/apsw-3.7.4.1/work/apsw-3.7.4-r1' >>> Install apsw-3.7.4.1 into /var/tmp/portage/dev-python/apsw-3.7.4.1/image/ category dev-python * Installation of dev-python/apsw-3.7.4.1 with CPython 2.6... python2.6 setup.py build -b build-2.6 install --no-compile --root=/var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/2.6 running build running build_ext SQLite: Using system sqlite include/libraries running install running install_lib creating /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images creating /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/2.6 creating /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/2.6/usr creating /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/2.6/usr/lib creating /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/2.6/usr/lib/python2.6 creating /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/2.6/usr/lib/python2.6/site-packages copying build-2.6/lib.linux-i686-2.6/apsw.so -> /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/2.6/usr/lib/python2.6/site-packages running install_egg_info Writing /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/2.6/usr/lib/python2.6/site-packages/apsw-3.7.4_r1-py2.6.egg-info * Installation of dev-python/apsw-3.7.4.1 with CPython 3.1... python3.1 setup.py build -b build-3.1 install --no-compile --root=/var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/3.1 running build running build_ext SQLite: Using system sqlite include/libraries running install running install_lib creating /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/3.1 creating /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/3.1/usr creating /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/3.1/usr/lib creating /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/3.1/usr/lib/python3.1 creating /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/3.1/usr/lib/python3.1/site-packages copying build-3.1/lib.linux-i686-3.1/apsw.so -> /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/3.1/usr/lib/python3.1/site-packages running install_egg_info Writing /var/tmp/portage/dev-python/apsw-3.7.4.1/temp/images/3.1/usr/lib/python3.1/site-packages/apsw-3.7.4_r1-py3.1.egg-info >>> Completed installing apsw-3.7.4.1 into /var/tmp/portage/dev-python/apsw-3.7.4.1/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/lib/python3.1/site-packages/apsw.so usr/lib/python2.6/site-packages/apsw.so * checking 78 files for package collisions --- /usr/ --- /usr/lib/ --- /usr/lib/python3.1/ --- /usr/lib/python3.1/site-packages/ >>> /usr/lib/python3.1/site-packages/apsw.so >>> /usr/lib/python3.1/site-packages/apsw-3.7.4_r1-py3.1.egg-info --- /usr/lib/debug/ --- /usr/lib/debug/usr/ --- /usr/lib/debug/usr/lib/ --- /usr/lib/debug/usr/lib/python3.1/ --- /usr/lib/debug/usr/lib/python3.1/site-packages/ >>> /usr/lib/debug/usr/lib/python3.1/site-packages/apsw.so.debug --- /usr/lib/debug/usr/lib/python2.6/ --- /usr/lib/debug/usr/lib/python2.6/site-packages/ >>> /usr/lib/debug/usr/lib/python2.6/site-packages/apsw.so.debug --- /usr/lib/python2.6/ --- /usr/lib/python2.6/site-packages/ >>> /usr/lib/python2.6/site-packages/apsw.so >>> /usr/lib/python2.6/site-packages/apsw-3.7.4_r1-py2.6.egg-info --- /usr/share/ --- /usr/share/doc/ >>> /usr/share/doc/apsw-3.7.4.1/ >>> /usr/share/doc/apsw-3.7.4.1/connection.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/blob.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/example.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/benchmarking.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/MANIFEST.in.bz2 >>> /usr/share/doc/apsw-3.7.4.1/cursor.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/build.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/couchdb.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/apsw.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/extensions.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/execution.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/exceptions.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/vfs.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/backup.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/types.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/dbapi.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/vtable.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/html/ >>> /usr/share/doc/apsw-3.7.4.1/html/index.html >>> /usr/share/doc/apsw-3.7.4.1/html/connection.html >>> /usr/share/doc/apsw-3.7.4.1/html/cursor.html >>> /usr/share/doc/apsw-3.7.4.1/html/changes.html >>> /usr/share/doc/apsw-3.7.4.1/html/apsw.html >>> /usr/share/doc/apsw-3.7.4.1/html/_static/ >>> /usr/share/doc/apsw-3.7.4.1/html/_static/searchtools.js >>> /usr/share/doc/apsw-3.7.4.1/html/_static/default.css >>> /usr/share/doc/apsw-3.7.4.1/html/_static/underscore.js >>> /usr/share/doc/apsw-3.7.4.1/html/_static/up-pressed.png >>> /usr/share/doc/apsw-3.7.4.1/html/_static/down.png >>> /usr/share/doc/apsw-3.7.4.1/html/_static/up.png >>> /usr/share/doc/apsw-3.7.4.1/html/_static/plus.png >>> /usr/share/doc/apsw-3.7.4.1/html/_static/jquery.js >>> /usr/share/doc/apsw-3.7.4.1/html/_static/minus.png >>> /usr/share/doc/apsw-3.7.4.1/html/_static/file.png >>> /usr/share/doc/apsw-3.7.4.1/html/_static/down-pressed.png >>> /usr/share/doc/apsw-3.7.4.1/html/_static/basic.css >>> /usr/share/doc/apsw-3.7.4.1/html/_static/websupport.js >>> /usr/share/doc/apsw-3.7.4.1/html/_static/comment-bright.png >>> /usr/share/doc/apsw-3.7.4.1/html/_static/pygments.css >>> /usr/share/doc/apsw-3.7.4.1/html/_static/sidebar.js >>> /usr/share/doc/apsw-3.7.4.1/html/_static/ajax-loader.gif >>> /usr/share/doc/apsw-3.7.4.1/html/_static/comment-close.png >>> /usr/share/doc/apsw-3.7.4.1/html/_static/doctools.js >>> /usr/share/doc/apsw-3.7.4.1/html/_static/comment.png >>> /usr/share/doc/apsw-3.7.4.1/html/vtable.html >>> /usr/share/doc/apsw-3.7.4.1/html/pysqlite.html >>> /usr/share/doc/apsw-3.7.4.1/html/download.html >>> /usr/share/doc/apsw-3.7.4.1/html/vfs.html >>> /usr/share/doc/apsw-3.7.4.1/html/tips.html >>> /usr/share/doc/apsw-3.7.4.1/html/blob.html >>> /usr/share/doc/apsw-3.7.4.1/html/exceptions.html >>> /usr/share/doc/apsw-3.7.4.1/html/build.html >>> /usr/share/doc/apsw-3.7.4.1/html/shell.html >>> /usr/share/doc/apsw-3.7.4.1/html/backup.html >>> /usr/share/doc/apsw-3.7.4.1/html/genindex.html >>> /usr/share/doc/apsw-3.7.4.1/html/copyright.html >>> /usr/share/doc/apsw-3.7.4.1/html/example.html >>> /usr/share/doc/apsw-3.7.4.1/html/dbapi.html >>> /usr/share/doc/apsw-3.7.4.1/html/types.html >>> /usr/share/doc/apsw-3.7.4.1/html/search.html >>> /usr/share/doc/apsw-3.7.4.1/html/py-modindex.html >>> /usr/share/doc/apsw-3.7.4.1/html/searchindex.js >>> /usr/share/doc/apsw-3.7.4.1/html/couchdb.html >>> /usr/share/doc/apsw-3.7.4.1/html/execution.html >>> /usr/share/doc/apsw-3.7.4.1/html/benchmarking.html >>> /usr/share/doc/apsw-3.7.4.1/html/extensions.html >>> /usr/share/doc/apsw-3.7.4.1/changes.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/pysqlite.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/shell.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/index.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/tips.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/PKG-INFO.bz2 >>> /usr/share/doc/apsw-3.7.4.1/download.txt.bz2 >>> /usr/share/doc/apsw-3.7.4.1/copyright.txt.bz2