>>> py3-apsw: Building testing/py3-apsw 3.43.1.0-r0 (using abuild 3.11.21-r0) started Fri, 29 Sep 2023 14:18:32 +0000 >>> py3-apsw: Checking sanity of /home/buildozer/aports/testing/py3-apsw/APKBUILD... >>> py3-apsw: Analyzing dependencies... >>> py3-apsw: Installing for build: build-base python3 python3-dev py3-gpep517 py3-setuptools py3-wheel sqlite-dev (1/28) Installing libbz2 (1.0.8-r6) (2/28) Installing libffi (3.4.4-r3) (3/28) Installing gdbm (1.23-r1) (4/28) Installing xz-libs (5.4.4-r0) (5/28) Installing mpdecimal (2.5.1-r2) (6/28) Installing libpanelw (6.4_p20230918-r0) (7/28) Installing readline (8.2.1-r2) (8/28) Installing sqlite-libs (3.43.1-r0) (9/28) Installing python3 (3.11.5-r0) (10/28) Installing python3-pycache-pyc0 (3.11.5-r0) (11/28) Installing pyc (0.1-r0) (12/28) Installing python3-pyc (3.11.5-r0) (13/28) Installing python3-dev (3.11.5-r0) (14/28) Installing py3-installer (0.7.0-r1) (15/28) Installing py3-installer-pyc (0.7.0-r1) (16/28) Installing py3-gpep517 (15-r0) (17/28) Installing py3-gpep517-pyc (15-r0) (18/28) Installing py3-parsing (3.1.1-r0) (19/28) Installing py3-parsing-pyc (3.1.1-r0) (20/28) Installing py3-packaging (23.1-r3) (21/28) Installing py3-packaging-pyc (23.1-r3) (22/28) Installing py3-setuptools (68.2.2-r0) (23/28) Installing py3-setuptools-pyc (68.2.2-r0) (24/28) Installing py3-wheel (0.41.2-r0) (25/28) Installing py3-wheel-pyc (0.41.2-r0) (26/28) Installing sqlite (3.43.1-r0) (27/28) Installing sqlite-dev (3.43.1-r0) (28/28) Installing .makedepends-py3-apsw (20230929.141834) Executing busybox-1.36.1-r8.trigger OK: 379 MiB in 130 packages >>> py3-apsw: Cleaning up srcdir >>> py3-apsw: Cleaning up pkgdir >>> py3-apsw: Cleaning up tmpdir >>> py3-apsw: Fetching py3-apsw-3.43.1.0.tar.gz::https://github.com/rogerbinns/apsw/archive/refs/tags/3.43.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 316k 0 316k 0 0 767k 0 --:--:-- --:--:-- --:--:-- 767k 100 880k 0 880k 0 0 1916k 0 --:--:-- --:--:-- --:--:-- 11.7M >>> py3-apsw: Fetching py3-apsw-3.43.1.0.tar.gz::https://github.com/rogerbinns/apsw/archive/refs/tags/3.43.1.0.tar.gz >>> py3-apsw: Checking sha512sums... py3-apsw-3.43.1.0.tar.gz: OK >>> py3-apsw: Unpacking /var/cache/distfiles/py3-apsw-3.43.1.0.tar.gz... 2023-09-29 14:18:35,456 gpep517 INFO Building wheel via backend setuptools.build_meta 2023-09-29 14:18:35,491 root INFO running bdist_wheel 2023-09-29 14:18:35,497 root INFO running build 2023-09-29 14:18:35,497 root INFO running build_py 2023-09-29 14:18:35,499 root INFO creating build 2023-09-29 14:18:35,499 root INFO creating build/lib.linux-armv8l-cpython-311 2023-09-29 14:18:35,499 root INFO creating build/lib.linux-armv8l-cpython-311/apsw 2023-09-29 14:18:35,499 root INFO copying apsw/tests.py -> build/lib.linux-armv8l-cpython-311/apsw 2023-09-29 14:18:35,500 root INFO copying apsw/speedtest.py -> build/lib.linux-armv8l-cpython-311/apsw 2023-09-29 14:18:35,500 root INFO copying apsw/ext.py -> build/lib.linux-armv8l-cpython-311/apsw 2023-09-29 14:18:35,500 root INFO copying apsw/bestpractice.py -> build/lib.linux-armv8l-cpython-311/apsw 2023-09-29 14:18:35,501 root INFO copying apsw/shell.py -> build/lib.linux-armv8l-cpython-311/apsw 2023-09-29 14:18:35,501 root INFO copying apsw/trace.py -> build/lib.linux-armv8l-cpython-311/apsw 2023-09-29 14:18:35,501 root INFO copying apsw/__main__.py -> build/lib.linux-armv8l-cpython-311/apsw 2023-09-29 14:18:35,502 root INFO copying apsw/__init__.pyi -> build/lib.linux-armv8l-cpython-311/apsw 2023-09-29 14:18:35,502 root INFO copying apsw/py.typed -> build/lib.linux-armv8l-cpython-311/apsw 2023-09-29 14:18:35,502 root INFO running build_ext SQLite: Using system sqlite include/libraries 2023-09-29 14:18:35,504 root INFO building 'apsw.__init__' extension 2023-09-29 14:18:35,504 root INFO creating build/temp.linux-armv8l-cpython-311 2023-09-29 14:18:35,504 root INFO creating build/temp.linux-armv8l-cpython-311/src 2023-09-29 14:18:35,504 root INFO gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -Isrc -I/usr/include/python3.11 -c src/apsw.c -o build/temp.linux-armv8l-cpython-311/src/apsw.o In file included from src/apsw.c:220: src/vfs.c: In function 'apswvfspy_xDlClose': src/vfs.c:1025:80: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1025 | AddTraceBackHere(__FILE__, __LINE__, "vfspy.xDlClose", "{s: K}", "handle", (unsigned long long)handle); | ^ 2023-09-29 14:18:44,352 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-311/src/apsw.o -L/usr/lib -lsqlite3 -o build/lib.linux-armv8l-cpython-311/apsw/__init__.cpython-311-arm-linux-musleabihf.so 2023-09-29 14:18:44,382 wheel INFO installing to build/bdist.linux-armv8l/wheel 2023-09-29 14:18:44,382 root INFO running install 2023-09-29 14:18:44,390 root INFO running install_lib 2023-09-29 14:18:44,391 root INFO creating build/bdist.linux-armv8l 2023-09-29 14:18:44,391 root INFO creating build/bdist.linux-armv8l/wheel 2023-09-29 14:18:44,391 root INFO creating build/bdist.linux-armv8l/wheel/apsw 2023-09-29 14:18:44,391 root INFO copying build/lib.linux-armv8l-cpython-311/apsw/__init__.pyi -> build/bdist.linux-armv8l/wheel/apsw 2023-09-29 14:18:44,392 root INFO copying build/lib.linux-armv8l-cpython-311/apsw/py.typed -> build/bdist.linux-armv8l/wheel/apsw 2023-09-29 14:18:44,392 root INFO copying build/lib.linux-armv8l-cpython-311/apsw/tests.py -> build/bdist.linux-armv8l/wheel/apsw 2023-09-29 14:18:44,393 root INFO copying build/lib.linux-armv8l-cpython-311/apsw/speedtest.py -> build/bdist.linux-armv8l/wheel/apsw 2023-09-29 14:18:44,393 root INFO copying build/lib.linux-armv8l-cpython-311/apsw/__init__.cpython-311-arm-linux-musleabihf.so -> build/bdist.linux-armv8l/wheel/apsw 2023-09-29 14:18:44,394 root INFO copying build/lib.linux-armv8l-cpython-311/apsw/ext.py -> build/bdist.linux-armv8l/wheel/apsw 2023-09-29 14:18:44,394 root INFO copying build/lib.linux-armv8l-cpython-311/apsw/bestpractice.py -> build/bdist.linux-armv8l/wheel/apsw 2023-09-29 14:18:44,395 root INFO copying build/lib.linux-armv8l-cpython-311/apsw/shell.py -> build/bdist.linux-armv8l/wheel/apsw 2023-09-29 14:18:44,395 root INFO copying build/lib.linux-armv8l-cpython-311/apsw/trace.py -> build/bdist.linux-armv8l/wheel/apsw 2023-09-29 14:18:44,395 root INFO copying build/lib.linux-armv8l-cpython-311/apsw/__main__.py -> build/bdist.linux-armv8l/wheel/apsw 2023-09-29 14:18:44,395 root INFO running install_egg_info 2023-09-29 14:18:44,397 root INFO running egg_info 2023-09-29 14:18:44,397 root INFO creating apsw.egg-info 2023-09-29 14:18:44,398 root INFO writing apsw.egg-info/PKG-INFO 2023-09-29 14:18:44,398 root INFO writing dependency_links to apsw.egg-info/dependency_links.txt 2023-09-29 14:18:44,398 root INFO writing top-level names to apsw.egg-info/top_level.txt 2023-09-29 14:18:44,398 root INFO writing manifest file 'apsw.egg-info/SOURCES.txt' 2023-09-29 14:18:44,401 root INFO reading manifest file 'apsw.egg-info/SOURCES.txt' 2023-09-29 14:18:44,401 root INFO reading manifest template 'MANIFEST.in' 2023-09-29 14:18:44,402 root WARNING warning: no files found matching 'setup.apsw' 2023-09-29 14:18:44,402 root INFO adding license file 'LICENSE' 2023-09-29 14:18:44,402 root INFO writing manifest file 'apsw.egg-info/SOURCES.txt' 2023-09-29 14:18:44,403 root INFO Copying apsw.egg-info to build/bdist.linux-armv8l/wheel/apsw-3.43.1.0-py3.11.egg-info 2023-09-29 14:18:44,403 root INFO running install_scripts 2023-09-29 14:18:44,406 wheel INFO creating build/bdist.linux-armv8l/wheel/apsw-3.43.1.0.dist-info/WHEEL 2023-09-29 14:18:44,406 wheel INFO creating '/home/buildozer/aports/testing/py3-apsw/src/apsw-3.43.1.0/.dist/.tmp-fr_25ko7/apsw-3.43.1.0-cp311-cp311-linux_armv8l.whl' and adding 'build/bdist.linux-armv8l/wheel' to it 2023-09-29 14:18:44,409 wheel INFO adding 'apsw/__init__.cpython-311-arm-linux-musleabihf.so' 2023-09-29 14:18:44,410 wheel INFO adding 'apsw/__init__.pyi' 2023-09-29 14:18:44,410 wheel INFO adding 'apsw/__main__.py' 2023-09-29 14:18:44,410 wheel INFO adding 'apsw/bestpractice.py' 2023-09-29 14:18:44,411 wheel INFO adding 'apsw/ext.py' 2023-09-29 14:18:44,411 wheel INFO adding 'apsw/py.typed' 2023-09-29 14:18:44,411 wheel INFO adding 'apsw/shell.py' 2023-09-29 14:18:44,411 wheel INFO adding 'apsw/speedtest.py' 2023-09-29 14:18:44,412 wheel INFO adding 'apsw/tests.py' 2023-09-29 14:18:44,413 wheel INFO adding 'apsw/trace.py' 2023-09-29 14:18:44,413 wheel INFO adding 'apsw-3.43.1.0.dist-info/LICENSE' 2023-09-29 14:18:44,413 wheel INFO adding 'apsw-3.43.1.0.dist-info/METADATA' 2023-09-29 14:18:44,413 wheel INFO adding 'apsw-3.43.1.0.dist-info/WHEEL' 2023-09-29 14:18:44,413 wheel INFO adding 'apsw-3.43.1.0.dist-info/top_level.txt' 2023-09-29 14:18:44,414 wheel INFO adding 'apsw-3.43.1.0.dist-info/RECORD' 2023-09-29 14:18:44,414 wheel INFO removing build/bdist.linux-armv8l/wheel 2023-09-29 14:18:44,415 gpep517 INFO The backend produced .dist/apsw-3.43.1.0-cp311-cp311-linux_armv8l.whl apsw-3.43.1.0-cp311-cp311-linux_armv8l.whl running build_test_extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Isqlite3 -c src/testextension.c gcc -shared testextension.o -o testextension.sqlext running test Python /home/buildozer/aports/testing/py3-apsw/src/apsw-3.43.1.0/.testenv/bin/python3 sys.version_info(major=3, minor=11, micro=5, releaselevel='final', serial=0) 32bit ELF Testing with APSW file /home/buildozer/aports/testing/py3-apsw/src/apsw-3.43.1.0/.testenv/lib/python3.11/site-packages/apsw/__init__.cpython-311-arm-linux-musleabihf.so APSW version 3.43.1.0 SQLite lib version 3.43.1 SQLite headers version 3043001 Using amalgamation False .............................................................A message due to RecursionError is possible, and what is being tested object address : 0xf6d939b8 object refcount : 1 object type : 0xf7af4a3c object type name: RecursionError object repr : lost sys.stderr object address : 0xf4ee2c28 object refcount : 1 object type : 0xf7af6488 object type name: TypeError object repr : lost sys.stderr ................................................................ ---------------------------------------------------------------------- Ran 125 tests in 37.149s OK >>> py3-apsw: Entering fakeroot... >>> py3-apsw-pyc*: Running split function pyc... '/home/buildozer/aports/testing/py3-apsw/pkg/py3-apsw/usr/lib/python3.11/site-packages/apsw/__pycache__' -> '/home/buildozer/aports/testing/py3-apsw/pkg/py3-apsw-pyc/usr/lib/python3.11/site-packages/apsw/__pycache__' >>> py3-apsw-pyc*: Preparing subpackage py3-apsw-pyc... >>> py3-apsw-pyc*: Running postcheck for py3-apsw-pyc >>> py3-apsw*: Running postcheck for py3-apsw >>> py3-apsw*: Preparing package py3-apsw... >>> py3-apsw*: Stripping binaries >>> py3-apsw-pyc*: Scanning shared objects >>> py3-apsw*: Scanning shared objects >>> py3-apsw-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-apsw-pyc*: Package size: 1.0 MB >>> py3-apsw-pyc*: Compressing data... >>> py3-apsw-pyc*: Create checksum... >>> py3-apsw-pyc*: Create py3-apsw-pyc-3.43.1.0-r0.apk >>> py3-apsw*: Tracing dependencies... python3 python3~3.11 so:libc.musl-armv7.so.1 so:libsqlite3.so.0 >>> py3-apsw*: Package size: 1.2 MB >>> py3-apsw*: Compressing data... >>> py3-apsw*: Create checksum... >>> py3-apsw*: Create py3-apsw-3.43.1.0-r0.apk >>> py3-apsw: Build complete at Fri, 29 Sep 2023 14:19:22 +0000 elapsed time 0h 0m 50s >>> py3-apsw: Cleaning up srcdir >>> py3-apsw: Cleaning up pkgdir >>> py3-apsw: Uninstalling dependencies... (1/28) Purging .makedepends-py3-apsw (20230929.141834) (2/28) Purging python3-dev (3.11.5-r0) (3/28) Purging py3-gpep517-pyc (15-r0) (4/28) Purging py3-gpep517 (15-r0) (5/28) Purging py3-installer-pyc (0.7.0-r1) (6/28) Purging py3-installer (0.7.0-r1) (7/28) Purging py3-setuptools-pyc (68.2.2-r0) (8/28) Purging py3-setuptools (68.2.2-r0) (9/28) Purging py3-wheel-pyc (0.41.2-r0) (10/28) Purging py3-wheel (0.41.2-r0) (11/28) Purging py3-packaging-pyc (23.1-r3) (12/28) Purging py3-packaging (23.1-r3) (13/28) Purging py3-parsing-pyc (3.1.1-r0) (14/28) Purging py3-parsing (3.1.1-r0) (15/28) Purging sqlite-dev (3.43.1-r0) (16/28) Purging sqlite (3.43.1-r0) (17/28) Purging python3-pyc (3.11.5-r0) (18/28) Purging python3-pycache-pyc0 (3.11.5-r0) (19/28) Purging pyc (0.1-r0) (20/28) Purging python3 (3.11.5-r0) (21/28) Purging gdbm (1.23-r1) (22/28) Purging libbz2 (1.0.8-r6) (23/28) Purging libffi (3.4.4-r3) (24/28) Purging libpanelw (6.4_p20230918-r0) (25/28) Purging mpdecimal (2.5.1-r2) (26/28) Purging readline (8.2.1-r2) (27/28) Purging sqlite-libs (3.43.1-r0) (28/28) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r8.trigger OK: 270 MiB in 102 packages >>> py3-apsw: Updating the testing/armv7 repository index... >>> py3-apsw: Signing the index...