>>> py3-maxminddb: Building community/py3-maxminddb 2.2.0-r0 (using abuild 3.9.0-r2) started Fri, 29 Jul 2022 18:03:08 +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/22) Installing libbz2 (1.0.8-r1) (2/22) Installing libffi (3.4.2-r1) (3/22) Installing gdbm (1.23-r0) (4/22) Installing xz-libs (5.2.5-r1) (5/22) Installing mpdecimal (2.5.1-r1) (6/22) Installing readline (8.1.2-r0) (7/22) Installing sqlite-libs (3.39.2-r0) (8/22) Installing python3 (3.10.5-r1) (9/22) Installing libmaxminddb-libs (1.6.0-r1) (10/22) Installing libmaxminddb-dev (1.6.0-r1) (11/22) Installing python3-dev (3.10.5-r1) (12/22) Installing py3-appdirs (1.4.4-r4) (13/22) Installing py3-more-itertools (8.13.0-r0) (14/22) Installing py3-ordered-set (4.0.2-r4) (15/22) Installing py3-parsing (2.4.7-r4) (16/22) Installing py3-six (1.16.0-r2) (17/22) Installing py3-packaging (21.3-r1) (18/22) Installing py3-setuptools (59.4.0-r0) (19/22) Installing py3-nose (1.3.7-r9) (20/22) Installing py3-pbr (5.9.0-r0) (21/22) Installing py3-mock (4.0.3-r2) (22/22) Installing .makedepends-py3-maxminddb (20220729.180309) Executing busybox-1.35.0-r20.trigger OK: 473 MiB in 121 packages >>> py3-maxminddb: Cleaning up srcdir >>> py3-maxminddb: Cleaning up pkgdir >>> py3-maxminddb: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-maxminddb-2.2.0.tar.gz >>> py3-maxminddb: Fetching https://distfiles.alpinelinux.org/distfiles/edge/MaxMind-DB-test-data-86095bd9855d6313c501fe0097891a3c6734ae90.tar.gz >>> py3-maxminddb: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-maxminddb-2.2.0.tar.gz >>> py3-maxminddb: Fetching https://distfiles.alpinelinux.org/distfiles/edge/MaxMind-DB-test-data-86095bd9855d6313c501fe0097891a3c6734ae90.tar.gz >>> py3-maxminddb: Checking sha512sums... py3-maxminddb-2.2.0.tar.gz: OK MaxMind-DB-test-data-86095bd9855d6313c501fe0097891a3c6734ae90.tar.gz: OK >>> py3-maxminddb: Unpacking /var/cache/distfiles/edge/py3-maxminddb-2.2.0.tar.gz... >>> py3-maxminddb: Unpacking /var/cache/distfiles/edge/MaxMind-DB-test-data-86095bd9855d6313c501fe0097891a3c6734ae90.tar.gz... /home/buildozer/aports/community/py3-maxminddb/src/MaxMind-DB-Reader-python-2.2.0/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-aarch64-3.10 creating build/lib.linux-aarch64-3.10/maxminddb copying maxminddb/reader.py -> build/lib.linux-aarch64-3.10/maxminddb copying maxminddb/errors.py -> build/lib.linux-aarch64-3.10/maxminddb copying maxminddb/file.py -> build/lib.linux-aarch64-3.10/maxminddb copying maxminddb/decoder.py -> build/lib.linux-aarch64-3.10/maxminddb copying maxminddb/types.py -> build/lib.linux-aarch64-3.10/maxminddb copying maxminddb/const.py -> build/lib.linux-aarch64-3.10/maxminddb copying maxminddb/__init__.py -> build/lib.linux-aarch64-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' adding license file 'LICENSE' writing manifest file 'maxminddb.egg-info/SOURCES.txt' copying maxminddb/extension.pyi -> build/lib.linux-aarch64-3.10/maxminddb copying maxminddb/py.typed -> build/lib.linux-aarch64-3.10/maxminddb running build_ext building 'maxminddb.extension' extension creating build/temp.linux-aarch64-3.10 creating build/temp.linux-aarch64-3.10/extension gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -I/usr/include/python3.10 -c extension/maxminddb.c -o build/temp.linux-aarch64-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 -Os build/temp.linux-aarch64-3.10/extension/maxminddb.o -L/usr/lib -lmaxminddb -o build/lib.linux-aarch64-3.10/maxminddb/extension.cpython-310-aarch64-linux-gnu.so /home/buildozer/aports/community/py3-maxminddb/src/MaxMind-DB-Reader-python-2.2.0/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' adding license file 'LICENSE' 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 -g -g -g -DTHREAD_STACK_SIZE=0x100000 -Os -Os -fPIC -I/usr/include/python3.10 -c extension/maxminddb.c -o build/temp.linux-aarch64-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 -Os build/temp.linux-aarch64-3.10/extension/maxminddb.o -L/usr/lib -lmaxminddb -o /home/buildozer/aports/community/py3-maxminddb/src/MaxMind-DB-Reader-python-2.2.0/maxminddb/extension.cpython-310-aarch64-linux-gnu.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_pointers (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_opening_path (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_pointers (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_opening_path (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_pointers (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_opening_path (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_pointers (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_opening_path (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_pointers (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_opening_path (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_pointers (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_opening_path (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_pointers (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_opening_path (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_pointers (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_opening_path (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 255 tests in 1.347s OK >>> py3-maxminddb: Entering fakeroot... /home/buildozer/aports/community/py3-maxminddb/src/MaxMind-DB-Reader-python-2.2.0/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 /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( 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' adding license file 'LICENSE' 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-aarch64-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-aarch64-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-aarch64-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-aarch64-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-aarch64-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-aarch64-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-aarch64-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-aarch64-3.10/maxminddb/__init__.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb copying build/lib.linux-aarch64-3.10/maxminddb/extension.cpython-310-aarch64-linux-gnu.so -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.10/site-packages/maxminddb copying build/lib.linux-aarch64-3.10/maxminddb/extension.pyi -> /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.1.0-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-aarch64.so.1 so:libmaxminddb.so.0 >>> py3-maxminddb*: Package size: 156.0 KB >>> py3-maxminddb*: Compressing data... >>> py3-maxminddb*: Create checksum... >>> py3-maxminddb*: Create py3-maxminddb-2.2.0-r0.apk >>> py3-maxminddb: Build complete at Fri, 29 Jul 2022 18:03:13 +0000 elapsed time 0h 0m 5s >>> py3-maxminddb: Cleaning up srcdir >>> py3-maxminddb: Cleaning up pkgdir >>> py3-maxminddb: Uninstalling dependencies... (1/22) Purging .makedepends-py3-maxminddb (20220729.180309) (2/22) Purging libmaxminddb-dev (1.6.0-r1) (3/22) Purging libmaxminddb-libs (1.6.0-r1) (4/22) Purging python3-dev (3.10.5-r1) (5/22) Purging py3-setuptools (59.4.0-r0) (6/22) Purging py3-appdirs (1.4.4-r4) (7/22) Purging py3-more-itertools (8.13.0-r0) (8/22) Purging py3-ordered-set (4.0.2-r4) (9/22) Purging py3-packaging (21.3-r1) (10/22) Purging py3-parsing (2.4.7-r4) (11/22) Purging py3-nose (1.3.7-r9) (12/22) Purging py3-mock (4.0.3-r2) (13/22) Purging py3-pbr (5.9.0-r0) (14/22) Purging py3-six (1.16.0-r2) (15/22) Purging python3 (3.10.5-r1) (16/22) Purging libbz2 (1.0.8-r1) (17/22) Purging libffi (3.4.2-r1) (18/22) Purging gdbm (1.23-r0) (19/22) Purging xz-libs (5.2.5-r1) (20/22) Purging mpdecimal (2.5.1-r1) (21/22) Purging readline (8.1.2-r0) (22/22) Purging sqlite-libs (3.39.2-r0) Executing busybox-1.35.0-r20.trigger OK: 368 MiB in 99 packages >>> py3-maxminddb: Updating the community/aarch64 repository index... >>> py3-maxminddb: Signing the index...