>>> py3-apsw: Building testing/py3-apsw 3.38.1-r0 (using abuild 3.9.0-r0) started Fri, 29 Apr 2022 08:11:59 +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-setuptools sqlite-dev (1/18) Installing libbz2 (1.0.8-r1) (2/18) Installing libffi (3.4.2-r1) (3/18) Installing gdbm (1.23-r0) (4/18) Installing xz-libs (5.2.5-r1) (5/18) Installing mpdecimal (2.5.1-r1) (6/18) Installing readline (8.1.2-r0) (7/18) Installing sqlite-libs (3.38.3-r0) (8/18) Installing python3 (3.10.3-r1) (9/18) Installing python3-dev (3.10.3-r1) (10/18) Installing py3-appdirs (1.4.4-r3) (11/18) Installing py3-more-itertools (8.12.0-r2) (12/18) Installing py3-ordered-set (4.0.2-r3) (13/18) Installing py3-parsing (2.4.7-r3) (14/18) Installing py3-six (1.16.0-r1) (15/18) Installing py3-packaging (21.3-r0) (16/18) Installing py3-setuptools (59.4.0-r0) (17/18) Installing sqlite-dev (3.38.3-r0) (18/18) Installing .makedepends-py3-apsw (20220429.081200) Executing busybox-1.35.0-r10.trigger OK: 469 MiB in 114 packages >>> py3-apsw: Cleaning up srcdir >>> py3-apsw: Cleaning up pkgdir >>> py3-apsw: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-apsw-3.38.1-r1.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-apsw: Fetching py3-apsw-3.38.1-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/3.38.1-r1.tar.gz >>> py3-apsw: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-apsw-3.38.1-r1.tar.gz >>> py3-apsw: Checking sha512sums... py3-apsw-3.38.1-r1.tar.gz: OK >>> py3-apsw: Unpacking /var/cache/distfiles/edge/py3-apsw-3.38.1-r1.tar.gz... /home/buildozer/aports/testing/py3-apsw/src/apsw-3.38.1-r1/setup.py:16: 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 build running build_ext SQLite: Using system sqlite include/libraries building 'apsw' extension creating build creating build/temp.linux-aarch64-3.10 creating build/temp.linux-aarch64-3.10/src gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -DNDEBUG=1 -DAPSW_FORK_CHECKER=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -Isrc -I/usr/include/python3.10 -c src/apsw.c -o build/temp.linux-aarch64-3.10/src/apsw.o In file included from src/apsw.c:142: src/connection.c:1977:1: warning: 'Connection_loadextension' defined but not used [-Wunused-function] 1977 | Connection_loadextension(Connection *self, PyObject *args, PyObject *kwds) | ^~~~~~~~~~~~~~~~~~~~~~~~ src/connection.c:1932:1: warning: 'Connection_enableloadextension' defined but not used [-Wunused-function] 1932 | Connection_enableloadextension(Connection *self, PyObject *args, PyObject *kwds) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from src/apsw.c:139: src/statementcache.c:333:1: warning: 'statementcache_fini' defined but not used [-Wunused-function] 333 | statementcache_fini(void) | ^~~~~~~~~~~~~~~~~~~ creating build/lib.linux-aarch64-3.10 gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -Os build/temp.linux-aarch64-3.10/src/apsw.o -L/usr/lib -lsqlite3 -o build/lib.linux-aarch64-3.10/apsw.cpython-310-aarch64-linux-gnu.so /home/buildozer/aports/testing/py3-apsw/src/apsw-3.38.1-r1/setup.py:16: 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 check >>> py3-apsw: Entering fakeroot... /home/buildozer/aports/testing/py3-apsw/src/apsw-3.38.1-r1/setup.py:16: 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 install running build running build_ext SQLite: Using system sqlite include/libraries running install_lib creating /home/buildozer/aports/testing/py3-apsw/pkg creating /home/buildozer/aports/testing/py3-apsw/pkg/py3-apsw creating /home/buildozer/aports/testing/py3-apsw/pkg/py3-apsw/usr creating /home/buildozer/aports/testing/py3-apsw/pkg/py3-apsw/usr/lib creating /home/buildozer/aports/testing/py3-apsw/pkg/py3-apsw/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-apsw/pkg/py3-apsw/usr/lib/python3.10/site-packages copying build/lib.linux-aarch64-3.10/apsw.cpython-310-aarch64-linux-gnu.so -> /home/buildozer/aports/testing/py3-apsw/pkg/py3-apsw/usr/lib/python3.10/site-packages running install_data copying apsw.pyi -> /home/buildozer/aports/testing/py3-apsw/pkg/py3-apsw/usr/ running install_egg_info Writing /home/buildozer/aports/testing/py3-apsw/pkg/py3-apsw/usr/lib/python3.10/site-packages/apsw-3.38.1_r1-py3.10.egg-info >>> py3-apsw*: Running postcheck for py3-apsw >>> py3-apsw*: Preparing package py3-apsw... >>> py3-apsw*: Stripping binaries >>> py3-apsw*: Scanning shared objects >>> py3-apsw*: Tracing dependencies... python3 so:libc.musl-aarch64.so.1 so:libsqlite3.so.0 >>> py3-apsw*: Package size: 404.0 KB >>> py3-apsw*: Compressing data... >>> py3-apsw*: Create checksum... >>> py3-apsw*: Create py3-apsw-3.38.1-r0.apk >>> py3-apsw: Build complete at Fri, 29 Apr 2022 08:12:08 +0000 elapsed time 0h 0m 9s >>> py3-apsw: Cleaning up srcdir >>> py3-apsw: Cleaning up pkgdir >>> py3-apsw: Uninstalling dependencies... (1/18) Purging .makedepends-py3-apsw (20220429.081200) (2/18) Purging python3-dev (3.10.3-r1) (3/18) Purging py3-setuptools (59.4.0-r0) (4/18) Purging py3-appdirs (1.4.4-r3) (5/18) Purging py3-more-itertools (8.12.0-r2) (6/18) Purging py3-ordered-set (4.0.2-r3) (7/18) Purging py3-packaging (21.3-r0) (8/18) Purging py3-six (1.16.0-r1) (9/18) Purging py3-parsing (2.4.7-r3) (10/18) Purging python3 (3.10.3-r1) (11/18) Purging sqlite-dev (3.38.3-r0) (12/18) Purging sqlite-libs (3.38.3-r0) (13/18) Purging libbz2 (1.0.8-r1) (14/18) Purging libffi (3.4.2-r1) (15/18) Purging gdbm (1.23-r0) (16/18) Purging xz-libs (5.2.5-r1) (17/18) Purging mpdecimal (2.5.1-r1) (18/18) Purging readline (8.1.2-r0) Executing busybox-1.35.0-r10.trigger OK: 367 MiB in 96 packages >>> py3-apsw: Updating the testing/aarch64 repository index... >>> py3-apsw: Signing the index...