>>> py3-maxminddb: Building community/py3-maxminddb 2.0.3-r2 (using abuild 3.9.0-r0) started Thu, 16 Dec 2021 12:12:27 +0000 >>> py3-maxminddb: Checking sanity of /home/buildozer/aports/community/py3-maxminddb/APKBUILD... >>> py3-maxminddb: Analyzing dependencies... >>> py3-maxminddb: Installing for build: build-base python3 libmaxminddb-dev python3-dev py3-setuptools py3-nose py3-mock (1/19) Installing libffi (3.4.2-r1) (2/19) Installing gdbm (1.22-r0) (3/19) Installing mpdecimal (2.5.1-r1) (4/19) Installing readline (8.1.1-r0) (5/19) Installing sqlite-libs (3.37.0-r0) (6/19) Installing python3 (3.10.1-r0) (7/19) Installing libmaxminddb (1.6.0-r0) (8/19) Installing libmaxminddb-dev (1.6.0-r0) (9/19) Installing python3-dev (3.10.1-r0) (10/19) Installing py3-ordered-set (4.0.2-r3) (11/19) Installing py3-appdirs (1.4.4-r3) (12/19) Installing py3-parsing (2.4.7-r3) (13/19) Installing py3-six (1.16.0-r1) (14/19) Installing py3-packaging (21.3-r0) (15/19) Installing py3-setuptools (52.0.0-r5) (16/19) Installing py3-nose (1.3.7-r7) (17/19) Installing py3-pbr (5.8.0-r1) (18/19) Installing py3-mock (4.0.3-r2) (19/19) Installing .makedepends-py3-maxminddb (20211216.121228) Executing busybox-1.34.1-r5.trigger OK: 353 MiB in 120 packages >>> py3-maxminddb: Cleaning up srcdir >>> py3-maxminddb: Cleaning up pkgdir >>> py3-maxminddb: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-maxminddb-2.0.3.tar.gz >>> py3-maxminddb: Fetching https://distfiles.alpinelinux.org/distfiles/edge//MaxMind-DB-test-data-dfce8394656a873510d11d0570588da2294e0cf3.tar.gz >>> py3-maxminddb: Fetching https://distfiles.alpinelinux.org/distfiles/edge//py3-maxminddb-2.0.3.tar.gz >>> py3-maxminddb: Fetching https://distfiles.alpinelinux.org/distfiles/edge//MaxMind-DB-test-data-dfce8394656a873510d11d0570588da2294e0cf3.tar.gz >>> py3-maxminddb: Checking sha512sums... py3-maxminddb-2.0.3.tar.gz: OK MaxMind-DB-test-data-dfce8394656a873510d11d0570588da2294e0cf3.tar.gz: OK >>> py3-maxminddb: Unpacking /var/cache/distfiles/edge//py3-maxminddb-2.0.3.tar.gz... >>> py3-maxminddb: Unpacking /var/cache/distfiles/edge//MaxMind-DB-test-data-dfce8394656a873510d11d0570588da2294e0cf3.tar.gz... /home/buildozer/aports/community/py3-maxminddb/src/MaxMind-DB-Reader-python-2.0.3/setup.py:8: 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.command.build_ext import build_ext running build running build_py creating build creating build/lib.linux-armv8l-3.10 creating build/lib.linux-armv8l-3.10/maxminddb copying maxminddb/reader.py -> build/lib.linux-armv8l-3.10/maxminddb copying maxminddb/errors.py -> build/lib.linux-armv8l-3.10/maxminddb copying maxminddb/file.py -> build/lib.linux-armv8l-3.10/maxminddb copying maxminddb/decoder.py -> build/lib.linux-armv8l-3.10/maxminddb copying maxminddb/types.py -> build/lib.linux-armv8l-3.10/maxminddb copying maxminddb/const.py -> build/lib.linux-armv8l-3.10/maxminddb copying maxminddb/__init__.py -> build/lib.linux-armv8l-3.10/maxminddb running egg_info creating maxminddb.egg-info writing maxminddb.egg-info/PKG-INFO writing dependency_links to maxminddb.egg-info/dependency_links.txt writing top-level names to maxminddb.egg-info/top_level.txt writing manifest file 'maxminddb.egg-info/SOURCES.txt' reading manifest file 'maxminddb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'docs/html' writing manifest file 'maxminddb.egg-info/SOURCES.txt' copying maxminddb/py.typed -> build/lib.linux-armv8l-3.10/maxminddb running build_ext building 'maxminddb.extension' extension creating build/temp.linux-armv8l-3.10 creating build/temp.linux-armv8l-3.10/extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c extension/maxminddb.c -o build/temp.linux-armv8l-3.10/extension/maxminddb.o -Wall -Wextra gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-3.10/extension/maxminddb.o -L/usr/lib -lmaxminddb -o build/lib.linux-armv8l-3.10/maxminddb/extension.cpython-310-arm-linux-gnueabihf.so /home/buildozer/aports/community/py3-maxminddb/src/MaxMind-DB-Reader-python-2.0.3/setup.py:8: 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.command.build_ext import build_ext running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing maxminddb.egg-info/PKG-INFO writing dependency_links to maxminddb.egg-info/dependency_links.txt writing top-level names to maxminddb.egg-info/top_level.txt reading manifest file 'maxminddb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'docs/html' writing manifest file 'maxminddb.egg-info/SOURCES.txt' running build_ext building 'maxminddb.extension' extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c extension/maxminddb.c -o build/temp.linux-armv8l-3.10/extension/maxminddb.o -Wall -Wextra gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-3.10/extension/maxminddb.o -L/usr/lib -lmaxminddb -o /home/buildozer/aports/community/py3-maxminddb/src/MaxMind-DB-Reader-python-2.0.3/maxminddb/extension.cpython-310-arm-linux-gnueabihf.so test_arrays (decoder_test.TestDecoder) ... ok test_boolean (decoder_test.TestDecoder) ... ok test_byte (decoder_test.TestDecoder) ... ok test_double (decoder_test.TestDecoder) ... ok test_float (decoder_test.TestDecoder) ... ok test_int32 (decoder_test.TestDecoder) ... ok test_map (decoder_test.TestDecoder) ... ok test_pointer (decoder_test.TestDecoder) ... ok test_real_pointers (decoder_test.TestDecoder) ... ok test_string (decoder_test.TestDecoder) ... ok test_uint128 (decoder_test.TestDecoder) ... ok test_uint16 (decoder_test.TestDecoder) ... ok test_uint32 (decoder_test.TestDecoder) ... ok test_uint64 (decoder_test.TestDecoder) ... ok test_bad_constructor_mode (reader_test.TestAutoReader) ... ok test_broken_database (reader_test.TestAutoReader) ... ok test_close (reader_test.TestAutoReader) ... ok test_closed (reader_test.TestAutoReader) ... ok test_closed_get (reader_test.TestAutoReader) ... ok test_closed_metadata (reader_test.TestAutoReader) ... ok test_database_with_invalid_utf8_key (reader_test.TestAutoReader) ... ok test_decoder (reader_test.TestAutoReader) ... ok test_double_close (reader_test.TestAutoReader) ... ok test_get_with_prefix_len (reader_test.TestAutoReader) ... ok test_incorrect_get_arg_type (reader_test.TestAutoReader) ... ok test_ip_validation (reader_test.TestAutoReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestAutoReader) ... ok test_metadata_args (reader_test.TestAutoReader) ... ok test_metadata_unknown_attribute (reader_test.TestAutoReader) ... ok test_missing_database (reader_test.TestAutoReader) ... ok test_multiprocessing (reader_test.TestAutoReader) ... ok test_no_constructor_args (reader_test.TestAutoReader) ... ok test_no_extension_exception (reader_test.TestAutoReader) ... ok test_no_get_args (reader_test.TestAutoReader) ... ok test_no_ipv4_search_tree (reader_test.TestAutoReader) ... ok test_nondatabase (reader_test.TestAutoReader) ... ok test_reader (reader_test.TestAutoReader) ... ok test_threading (reader_test.TestAutoReader) ... ok test_too_many_constructor_args (reader_test.TestAutoReader) ... ok test_too_many_get_args (reader_test.TestAutoReader) ... ok test_with_statement (reader_test.TestAutoReader) ... ok test_with_statement_close (reader_test.TestAutoReader) ... ok test_bad_constructor_mode (reader_test.TestExtensionReader) ... ok test_broken_database (reader_test.TestExtensionReader) ... ok test_close (reader_test.TestExtensionReader) ... ok test_closed (reader_test.TestExtensionReader) ... ok test_closed_get (reader_test.TestExtensionReader) ... ok test_closed_metadata (reader_test.TestExtensionReader) ... ok test_database_with_invalid_utf8_key (reader_test.TestExtensionReader) ... ok test_decoder (reader_test.TestExtensionReader) ... ok test_double_close (reader_test.TestExtensionReader) ... ok test_get_with_prefix_len (reader_test.TestExtensionReader) ... ok test_incorrect_get_arg_type (reader_test.TestExtensionReader) ... ok test_ip_validation (reader_test.TestExtensionReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestExtensionReader) ... ok test_metadata_args (reader_test.TestExtensionReader) ... ok test_metadata_unknown_attribute (reader_test.TestExtensionReader) ... ok test_missing_database (reader_test.TestExtensionReader) ... ok test_multiprocessing (reader_test.TestExtensionReader) ... ok test_no_constructor_args (reader_test.TestExtensionReader) ... ok test_no_extension_exception (reader_test.TestExtensionReader) ... ok test_no_get_args (reader_test.TestExtensionReader) ... ok test_no_ipv4_search_tree (reader_test.TestExtensionReader) ... ok test_nondatabase (reader_test.TestExtensionReader) ... ok test_reader (reader_test.TestExtensionReader) ... ok test_threading (reader_test.TestExtensionReader) ... ok test_too_many_constructor_args (reader_test.TestExtensionReader) ... ok test_too_many_get_args (reader_test.TestExtensionReader) ... ok test_with_statement (reader_test.TestExtensionReader) ... ok test_with_statement_close (reader_test.TestExtensionReader) ... ok test_bad_constructor_mode (reader_test.TestExtensionReaderWithIPObjects) ... ok test_broken_database (reader_test.TestExtensionReaderWithIPObjects) ... ok test_close (reader_test.TestExtensionReaderWithIPObjects) ... ok test_closed (reader_test.TestExtensionReaderWithIPObjects) ... ok test_closed_get (reader_test.TestExtensionReaderWithIPObjects) ... ok test_closed_metadata (reader_test.TestExtensionReaderWithIPObjects) ... ok test_database_with_invalid_utf8_key (reader_test.TestExtensionReaderWithIPObjects) ... ok test_decoder (reader_test.TestExtensionReaderWithIPObjects) ... ok test_double_close (reader_test.TestExtensionReaderWithIPObjects) ... ok test_get_with_prefix_len (reader_test.TestExtensionReaderWithIPObjects) ... ok test_incorrect_get_arg_type (reader_test.TestExtensionReaderWithIPObjects) ... ok test_ip_validation (reader_test.TestExtensionReaderWithIPObjects) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestExtensionReaderWithIPObjects) ... ok test_metadata_args (reader_test.TestExtensionReaderWithIPObjects) ... ok test_metadata_unknown_attribute (reader_test.TestExtensionReaderWithIPObjects) ... ok test_missing_database (reader_test.TestExtensionReaderWithIPObjects) ... ok test_multiprocessing (reader_test.TestExtensionReaderWithIPObjects) ... ok test_no_constructor_args (reader_test.TestExtensionReaderWithIPObjects) ... ok test_no_extension_exception (reader_test.TestExtensionReaderWithIPObjects) ... ok test_no_get_args (reader_test.TestExtensionReaderWithIPObjects) ... ok test_no_ipv4_search_tree (reader_test.TestExtensionReaderWithIPObjects) ... ok test_nondatabase (reader_test.TestExtensionReaderWithIPObjects) ... ok test_reader (reader_test.TestExtensionReaderWithIPObjects) ... ok test_threading (reader_test.TestExtensionReaderWithIPObjects) ... ok test_too_many_constructor_args (reader_test.TestExtensionReaderWithIPObjects) ... ok test_too_many_get_args (reader_test.TestExtensionReaderWithIPObjects) ... ok test_with_statement (reader_test.TestExtensionReaderWithIPObjects) ... ok test_with_statement_close (reader_test.TestExtensionReaderWithIPObjects) ... ok test_bad_constructor_mode (reader_test.TestFDReader) ... ok test_broken_database (reader_test.TestFDReader) ... ok test_close (reader_test.TestFDReader) ... ok test_closed (reader_test.TestFDReader) ... ok test_closed_get (reader_test.TestFDReader) ... ok test_closed_metadata (reader_test.TestFDReader) ... ok test_database_with_invalid_utf8_key (reader_test.TestFDReader) ... ok test_decoder (reader_test.TestFDReader) ... ok test_double_close (reader_test.TestFDReader) ... ok test_get_with_prefix_len (reader_test.TestFDReader) ... ok test_incorrect_get_arg_type (reader_test.TestFDReader) ... ok test_ip_validation (reader_test.TestFDReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestFDReader) ... ok test_metadata_args (reader_test.TestFDReader) ... ok test_metadata_unknown_attribute (reader_test.TestFDReader) ... ok test_missing_database (reader_test.TestFDReader) ... ok test_multiprocessing (reader_test.TestFDReader) ... ok test_no_constructor_args (reader_test.TestFDReader) ... ok test_no_extension_exception (reader_test.TestFDReader) ... ok test_no_get_args (reader_test.TestFDReader) ... ok test_no_ipv4_search_tree (reader_test.TestFDReader) ... ok test_nondatabase (reader_test.TestFDReader) ... ok test_reader (reader_test.TestFDReader) ... ok test_threading (reader_test.TestFDReader) ... ok test_too_many_constructor_args (reader_test.TestFDReader) ... ok test_too_many_get_args (reader_test.TestFDReader) ... ok test_with_statement (reader_test.TestFDReader) ... ok test_with_statement_close (reader_test.TestFDReader) ... ok test_bad_constructor_mode (reader_test.TestFileReader) ... ok test_broken_database (reader_test.TestFileReader) ... ok test_close (reader_test.TestFileReader) ... ok test_closed (reader_test.TestFileReader) ... ok test_closed_get (reader_test.TestFileReader) ... ok test_closed_metadata (reader_test.TestFileReader) ... ok test_database_with_invalid_utf8_key (reader_test.TestFileReader) ... /usr/lib/python3.10/unittest/case.py:549: ResourceWarning: unclosed file <_io.BufferedReader name='tests/data/bad-data/maxminddb-python/bad-unicode-in-map-key.mmdb'> method() ResourceWarning: Enable tracemalloc to get the object allocation traceback ok test_decoder (reader_test.TestFileReader) ... ok test_double_close (reader_test.TestFileReader) ... ok test_get_with_prefix_len (reader_test.TestFileReader) ... ok test_incorrect_get_arg_type (reader_test.TestFileReader) ... ok test_ip_validation (reader_test.TestFileReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestFileReader) ... ok test_metadata_args (reader_test.TestFileReader) ... ok test_metadata_unknown_attribute (reader_test.TestFileReader) ... ok test_missing_database (reader_test.TestFileReader) ... ok test_multiprocessing (reader_test.TestFileReader) ... ok test_no_constructor_args (reader_test.TestFileReader) ... ok test_no_extension_exception (reader_test.TestFileReader) ... ok test_no_get_args (reader_test.TestFileReader) ... ok test_no_ipv4_search_tree (reader_test.TestFileReader) ... ok test_nondatabase (reader_test.TestFileReader) ... ok test_reader (reader_test.TestFileReader) ... ok test_threading (reader_test.TestFileReader) ... ok test_too_many_constructor_args (reader_test.TestFileReader) ... ok test_too_many_get_args (reader_test.TestFileReader) ... ok test_with_statement (reader_test.TestFileReader) ... ok test_with_statement_close (reader_test.TestFileReader) ... ok test_bad_constructor_mode (reader_test.TestMMAPReader) ... ok test_broken_database (reader_test.TestMMAPReader) ... ok test_close (reader_test.TestMMAPReader) ... ok test_closed (reader_test.TestMMAPReader) ... ok test_closed_get (reader_test.TestMMAPReader) ... ok test_closed_metadata (reader_test.TestMMAPReader) ... ok test_database_with_invalid_utf8_key (reader_test.TestMMAPReader) ... ok test_decoder (reader_test.TestMMAPReader) ... ok test_double_close (reader_test.TestMMAPReader) ... ok test_get_with_prefix_len (reader_test.TestMMAPReader) ... ok test_incorrect_get_arg_type (reader_test.TestMMAPReader) ... ok test_ip_validation (reader_test.TestMMAPReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestMMAPReader) ... ok test_metadata_args (reader_test.TestMMAPReader) ... ok test_metadata_unknown_attribute (reader_test.TestMMAPReader) ... ok test_missing_database (reader_test.TestMMAPReader) ... ok test_multiprocessing (reader_test.TestMMAPReader) ... ok test_no_constructor_args (reader_test.TestMMAPReader) ... ok test_no_extension_exception (reader_test.TestMMAPReader) ... ok test_no_get_args (reader_test.TestMMAPReader) ... ok test_no_ipv4_search_tree (reader_test.TestMMAPReader) ... ok test_nondatabase (reader_test.TestMMAPReader) ... ok test_reader (reader_test.TestMMAPReader) ... ok test_threading (reader_test.TestMMAPReader) ... ok test_too_many_constructor_args (reader_test.TestMMAPReader) ... ok test_too_many_get_args (reader_test.TestMMAPReader) ... ok test_with_statement (reader_test.TestMMAPReader) ... ok test_with_statement_close (reader_test.TestMMAPReader) ... ok test_bad_constructor_mode (reader_test.TestMMAPReaderWithIPObjects) ... ok test_broken_database (reader_test.TestMMAPReaderWithIPObjects) ... ok test_close (reader_test.TestMMAPReaderWithIPObjects) ... ok test_closed (reader_test.TestMMAPReaderWithIPObjects) ... ok test_closed_get (reader_test.TestMMAPReaderWithIPObjects) ... ok test_closed_metadata (reader_test.TestMMAPReaderWithIPObjects) ... ok test_database_with_invalid_utf8_key (reader_test.TestMMAPReaderWithIPObjects) ... ok test_decoder (reader_test.TestMMAPReaderWithIPObjects) ... ok test_double_close (reader_test.TestMMAPReaderWithIPObjects) ... ok test_get_with_prefix_len (reader_test.TestMMAPReaderWithIPObjects) ... ok test_incorrect_get_arg_type (reader_test.TestMMAPReaderWithIPObjects) ... ok test_ip_validation (reader_test.TestMMAPReaderWithIPObjects) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestMMAPReaderWithIPObjects) ... ok test_metadata_args (reader_test.TestMMAPReaderWithIPObjects) ... ok test_metadata_unknown_attribute (reader_test.TestMMAPReaderWithIPObjects) ... ok test_missing_database (reader_test.TestMMAPReaderWithIPObjects) ... ok test_multiprocessing (reader_test.TestMMAPReaderWithIPObjects) ... ok test_no_constructor_args (reader_test.TestMMAPReaderWithIPObjects) ... ok test_no_extension_exception (reader_test.TestMMAPReaderWithIPObjects) ... ok test_no_get_args (reader_test.TestMMAPReaderWithIPObjects) ... ok test_no_ipv4_search_tree (reader_test.TestMMAPReaderWithIPObjects) ... ok test_nondatabase (reader_test.TestMMAPReaderWithIPObjects) ... ok test_reader (reader_test.TestMMAPReaderWithIPObjects) ... ok test_threading (reader_test.TestMMAPReaderWithIPObjects) ... ok test_too_many_constructor_args (reader_test.TestMMAPReaderWithIPObjects) ... ok test_too_many_get_args (reader_test.TestMMAPReaderWithIPObjects) ... ok test_with_statement (reader_test.TestMMAPReaderWithIPObjects) ... ok test_with_statement_close (reader_test.TestMMAPReaderWithIPObjects) ... ok test_bad_constructor_mode (reader_test.TestMemoryReader) ... ok test_broken_database (reader_test.TestMemoryReader) ... ok test_close (reader_test.TestMemoryReader) ... ok test_closed (reader_test.TestMemoryReader) ... ok test_closed_get (reader_test.TestMemoryReader) ... ok test_closed_metadata (reader_test.TestMemoryReader) ... ok test_database_with_invalid_utf8_key (reader_test.TestMemoryReader) ... ok test_decoder (reader_test.TestMemoryReader) ... ok test_double_close (reader_test.TestMemoryReader) ... ok test_get_with_prefix_len (reader_test.TestMemoryReader) ... ok test_incorrect_get_arg_type (reader_test.TestMemoryReader) ... ok test_ip_validation (reader_test.TestMemoryReader) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestMemoryReader) ... ok test_metadata_args (reader_test.TestMemoryReader) ... ok test_metadata_unknown_attribute (reader_test.TestMemoryReader) ... ok test_missing_database (reader_test.TestMemoryReader) ... ok test_multiprocessing (reader_test.TestMemoryReader) ... ok test_no_constructor_args (reader_test.TestMemoryReader) ... ok test_no_extension_exception (reader_test.TestMemoryReader) ... ok test_no_get_args (reader_test.TestMemoryReader) ... ok test_no_ipv4_search_tree (reader_test.TestMemoryReader) ... ok test_nondatabase (reader_test.TestMemoryReader) ... ok test_reader (reader_test.TestMemoryReader) ... ok test_threading (reader_test.TestMemoryReader) ... ok test_too_many_constructor_args (reader_test.TestMemoryReader) ... ok test_too_many_get_args (reader_test.TestMemoryReader) ... ok test_with_statement (reader_test.TestMemoryReader) ... ok test_with_statement_close (reader_test.TestMemoryReader) ... ok test_old_reader (reader_test.TestOldReader) ... ok ---------------------------------------------------------------------- Ran 239 tests in 1.204s OK >>> py3-maxminddb: Entering fakeroot... /home/buildozer/aports/community/py3-maxminddb/src/MaxMind-DB-Reader-python-2.0.3/setup.py:8: 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.command.build_ext import build_ext running install running build running build_py running egg_info writing maxminddb.egg-info/PKG-INFO writing dependency_links to maxminddb.egg-info/dependency_links.txt writing top-level names to maxminddb.egg-info/top_level.txt reading manifest file 'maxminddb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'docs/html' writing manifest file 'maxminddb.egg-info/SOURCES.txt' running build_ext running install_lib creating /home/buildozer/aports/community/py3-maxminddb/pkg creating /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb creating /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr creating /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib creating /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb copying build/lib.linux-armv8l-3.10/maxminddb/reader.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb copying build/lib.linux-armv8l-3.10/maxminddb/errors.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb copying build/lib.linux-armv8l-3.10/maxminddb/py.typed -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb copying build/lib.linux-armv8l-3.10/maxminddb/file.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb copying build/lib.linux-armv8l-3.10/maxminddb/decoder.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb copying build/lib.linux-armv8l-3.10/maxminddb/types.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb copying build/lib.linux-armv8l-3.10/maxminddb/extension.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb copying build/lib.linux-armv8l-3.10/maxminddb/const.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb copying build/lib.linux-armv8l-3.10/maxminddb/__init__.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb/reader.py to reader.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb/errors.py to errors.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb/file.py to file.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb/decoder.py to decoder.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb/types.py to types.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb/const.py to const.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying maxminddb.egg-info to /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb-2.0.3-py3.10.egg-info running install_scripts >>> py3-maxminddb*: Running postcheck for py3-maxminddb >>> py3-maxminddb*: Preparing package py3-maxminddb... >>> py3-maxminddb*: Stripping binaries >>> py3-maxminddb*: Scanning shared objects >>> py3-maxminddb*: Tracing dependencies... python3 so:libc.musl-armv7.so.1 so:libmaxminddb.so.0 >>> py3-maxminddb*: Package size: 148.0 KB >>> py3-maxminddb*: Compressing data... >>> py3-maxminddb*: Create checksum... >>> py3-maxminddb*: Create py3-maxminddb-2.0.3-r2.apk >>> py3-maxminddb: Build complete at Thu, 16 Dec 2021 12:12:32 +0000 elapsed time 0h 0m 5s >>> py3-maxminddb: Cleaning up srcdir >>> py3-maxminddb: Cleaning up pkgdir >>> py3-maxminddb: Uninstalling dependencies... (1/19) Purging .makedepends-py3-maxminddb (20211216.121228) (2/19) Purging libmaxminddb-dev (1.6.0-r0) (3/19) Purging libmaxminddb (1.6.0-r0) (4/19) Purging python3-dev (3.10.1-r0) (5/19) Purging py3-setuptools (52.0.0-r5) (6/19) Purging py3-ordered-set (4.0.2-r3) (7/19) Purging py3-appdirs (1.4.4-r3) (8/19) Purging py3-packaging (21.3-r0) (9/19) Purging py3-parsing (2.4.7-r3) (10/19) Purging py3-nose (1.3.7-r7) (11/19) Purging py3-mock (4.0.3-r2) (12/19) Purging py3-pbr (5.8.0-r1) (13/19) Purging py3-six (1.16.0-r1) (14/19) Purging python3 (3.10.1-r0) (15/19) Purging libffi (3.4.2-r1) (16/19) Purging gdbm (1.22-r0) (17/19) Purging mpdecimal (2.5.1-r1) (18/19) Purging readline (8.1.1-r0) (19/19) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 264 MiB in 101 packages >>> py3-maxminddb: Updating the community/armv7 repository index... >>> py3-maxminddb: Signing the index...