>>> py3-maxminddb: Building community/py3-maxminddb 2.2.0-r3 (using abuild 3.11.0_rc13-r0) started Fri, 21 Apr 2023 01:42:10 +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/26) Installing libbz2 (1.0.8-r5) (2/26) Installing libffi (3.4.4-r2) (3/26) Installing gdbm (1.23-r1) (4/26) Installing xz-libs (5.4.2-r1) (5/26) Installing mpdecimal (2.5.1-r2) (6/26) Installing libpanelw (6.4_p20230401-r4) (7/26) Installing readline (8.2.1-r1) (8/26) Installing sqlite-libs (3.41.2-r2) (9/26) Installing python3 (3.11.3-r10) (10/26) Installing python3-pycache-pyc0 (3.11.3-r10) (11/26) Installing pyc (0.1-r0) (12/26) Installing python3-pyc (3.11.3-r10) (13/26) Installing libmaxminddb-libs (1.7.1-r1) (14/26) Installing libmaxminddb-dev (1.7.1-r1) (15/26) Installing python3-dev (3.11.3-r10) (16/26) Installing py3-parsing (3.0.9-r2) (17/26) Installing py3-parsing-pyc (3.0.9-r2) (18/26) Installing py3-packaging (23.1-r1) (19/26) Installing py3-packaging-pyc (23.1-r1) (20/26) Installing py3-setuptools (67.7.0-r0) (21/26) Installing py3-setuptools-pyc (67.7.0-r0) (22/26) Installing py3-nose (1.3.7-r11) (23/26) Installing py3-nose-pyc (1.3.7-r11) (24/26) Installing py3-mock (5.0.2-r1) (25/26) Installing py3-mock-pyc (5.0.2-r1) (26/26) Installing .makedepends-py3-maxminddb (20230421.014211) Executing busybox-1.36.0-r7.trigger OK: 435 MiB in 125 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/fix-version-2.2.0.patch >>> 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/fix-version-2.2.0.patch >>> py3-maxminddb: Checking sha512sums... py3-maxminddb-2.2.0.tar.gz: OK MaxMind-DB-test-data-86095bd9855d6313c501fe0097891a3c6734ae90.tar.gz: OK fix-version-2.2.0.patch: 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... >>> py3-maxminddb: fix-version-2.2.0.patch patching file maxminddb/__init__.py running build running build_py creating build creating build/lib.linux-armv8l-cpython-311 creating build/lib.linux-armv8l-cpython-311/maxminddb copying maxminddb/__init__.py -> build/lib.linux-armv8l-cpython-311/maxminddb copying maxminddb/reader.py -> build/lib.linux-armv8l-cpython-311/maxminddb copying maxminddb/types.py -> build/lib.linux-armv8l-cpython-311/maxminddb copying maxminddb/decoder.py -> build/lib.linux-armv8l-cpython-311/maxminddb copying maxminddb/errors.py -> build/lib.linux-armv8l-cpython-311/maxminddb copying maxminddb/const.py -> build/lib.linux-armv8l-cpython-311/maxminddb copying maxminddb/file.py -> build/lib.linux-armv8l-cpython-311/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-armv8l-cpython-311/maxminddb copying maxminddb/py.typed -> build/lib.linux-armv8l-cpython-311/maxminddb running build_ext building 'maxminddb.extension' extension creating build/temp.linux-armv8l-cpython-311 creating build/temp.linux-armv8l-cpython-311/extension gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c extension/maxminddb.c -o build/temp.linux-armv8l-cpython-311/extension/maxminddb.o -Wall -Wextra gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-311/extension/maxminddb.o -L/usr/lib -lmaxminddb -o build/lib.linux-armv8l-cpython-311/maxminddb/extension.cpython-311-arm-linux-musleabihf.so 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. /usr/lib/python3.11/site-packages/setuptools/command/test.py:194: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! ir_d = dist.fetch_build_eggs(dist.install_requires) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:195: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! tr_d = dist.fetch_build_eggs(dist.tests_require or []) WARNING: The wheel package is not available. /usr/lib/python3.11/site-packages/setuptools/command/test.py:196: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! er_d = dist.fetch_build_eggs( WARNING: The wheel package is not available. 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 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security -fPIC -I/usr/include/python3.11 -c extension/maxminddb.c -o build/temp.linux-armv8l-cpython-311/extension/maxminddb.o -Wall -Wextra gcc -shared -Wl,--as-needed,-O1,--sort-common -Os -Wformat -Werror=format-security -Os -Wformat -Werror=format-security build/temp.linux-armv8l-cpython-311/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-311-arm-linux-musleabihf.so test_arrays (decoder_test.TestDecoder.test_arrays) ... ok test_boolean (decoder_test.TestDecoder.test_boolean) ... ok test_byte (decoder_test.TestDecoder.test_byte) ... ok test_double (decoder_test.TestDecoder.test_double) ... ok test_float (decoder_test.TestDecoder.test_float) ... ok test_int32 (decoder_test.TestDecoder.test_int32) ... ok test_map (decoder_test.TestDecoder.test_map) ... ok test_pointer (decoder_test.TestDecoder.test_pointer) ... ok test_real_pointers (decoder_test.TestDecoder.test_real_pointers) ... ok test_string (decoder_test.TestDecoder.test_string) ... ok test_uint128 (decoder_test.TestDecoder.test_uint128) ... ok test_uint16 (decoder_test.TestDecoder.test_uint16) ... ok test_uint32 (decoder_test.TestDecoder.test_uint32) ... ok test_uint64 (decoder_test.TestDecoder.test_uint64) ... ok test_bad_constructor_mode (reader_test.TestAutoReader.test_bad_constructor_mode) ... ok test_broken_database (reader_test.TestAutoReader.test_broken_database) ... ok test_close (reader_test.TestAutoReader.test_close) ... ok test_closed (reader_test.TestAutoReader.test_closed) ... ok test_closed_get (reader_test.TestAutoReader.test_closed_get) ... ok test_closed_metadata (reader_test.TestAutoReader.test_closed_metadata) ... ok test_database_with_invalid_utf8_key (reader_test.TestAutoReader.test_database_with_invalid_utf8_key) ... ok test_decoder (reader_test.TestAutoReader.test_decoder) ... ok test_double_close (reader_test.TestAutoReader.test_double_close) ... ok test_get_with_prefix_len (reader_test.TestAutoReader.test_get_with_prefix_len) ... ok test_incorrect_get_arg_type (reader_test.TestAutoReader.test_incorrect_get_arg_type) ... ok test_ip_validation (reader_test.TestAutoReader.test_ip_validation) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestAutoReader.test_ipv6_address_in_ipv4_database) ... ok test_metadata_args (reader_test.TestAutoReader.test_metadata_args) ... ok test_metadata_pointers (reader_test.TestAutoReader.test_metadata_pointers) ... ok test_metadata_unknown_attribute (reader_test.TestAutoReader.test_metadata_unknown_attribute) ... ok test_missing_database (reader_test.TestAutoReader.test_missing_database) ... ok test_multiprocessing (reader_test.TestAutoReader.test_multiprocessing) ... ok test_no_constructor_args (reader_test.TestAutoReader.test_no_constructor_args) ... ok test_no_extension_exception (reader_test.TestAutoReader.test_no_extension_exception) ... ok test_no_get_args (reader_test.TestAutoReader.test_no_get_args) ... ok test_no_ipv4_search_tree (reader_test.TestAutoReader.test_no_ipv4_search_tree) ... ok test_nondatabase (reader_test.TestAutoReader.test_nondatabase) ... ok test_opening_path (reader_test.TestAutoReader.test_opening_path) ... ok test_reader (reader_test.TestAutoReader.test_reader) ... ok test_threading (reader_test.TestAutoReader.test_threading) ... ok test_too_many_constructor_args (reader_test.TestAutoReader.test_too_many_constructor_args) ... ok test_too_many_get_args (reader_test.TestAutoReader.test_too_many_get_args) ... ok test_with_statement (reader_test.TestAutoReader.test_with_statement) ... ok test_with_statement_close (reader_test.TestAutoReader.test_with_statement_close) ... ok test_bad_constructor_mode (reader_test.TestExtensionReader.test_bad_constructor_mode) ... ok test_broken_database (reader_test.TestExtensionReader.test_broken_database) ... ok test_close (reader_test.TestExtensionReader.test_close) ... ok test_closed (reader_test.TestExtensionReader.test_closed) ... ok test_closed_get (reader_test.TestExtensionReader.test_closed_get) ... ok test_closed_metadata (reader_test.TestExtensionReader.test_closed_metadata) ... ok test_database_with_invalid_utf8_key (reader_test.TestExtensionReader.test_database_with_invalid_utf8_key) ... ok test_decoder (reader_test.TestExtensionReader.test_decoder) ... ok test_double_close (reader_test.TestExtensionReader.test_double_close) ... ok test_get_with_prefix_len (reader_test.TestExtensionReader.test_get_with_prefix_len) ... ok test_incorrect_get_arg_type (reader_test.TestExtensionReader.test_incorrect_get_arg_type) ... ok test_ip_validation (reader_test.TestExtensionReader.test_ip_validation) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestExtensionReader.test_ipv6_address_in_ipv4_database) ... ok test_metadata_args (reader_test.TestExtensionReader.test_metadata_args) ... ok test_metadata_pointers (reader_test.TestExtensionReader.test_metadata_pointers) ... ok test_metadata_unknown_attribute (reader_test.TestExtensionReader.test_metadata_unknown_attribute) ... ok test_missing_database (reader_test.TestExtensionReader.test_missing_database) ... ok test_multiprocessing (reader_test.TestExtensionReader.test_multiprocessing) ... ok test_no_constructor_args (reader_test.TestExtensionReader.test_no_constructor_args) ... ok test_no_extension_exception (reader_test.TestExtensionReader.test_no_extension_exception) ... ok test_no_get_args (reader_test.TestExtensionReader.test_no_get_args) ... ok test_no_ipv4_search_tree (reader_test.TestExtensionReader.test_no_ipv4_search_tree) ... ok test_nondatabase (reader_test.TestExtensionReader.test_nondatabase) ... ok test_opening_path (reader_test.TestExtensionReader.test_opening_path) ... ok test_reader (reader_test.TestExtensionReader.test_reader) ... ok test_threading (reader_test.TestExtensionReader.test_threading) ... ok test_too_many_constructor_args (reader_test.TestExtensionReader.test_too_many_constructor_args) ... ok test_too_many_get_args (reader_test.TestExtensionReader.test_too_many_get_args) ... ok test_with_statement (reader_test.TestExtensionReader.test_with_statement) ... ok test_with_statement_close (reader_test.TestExtensionReader.test_with_statement_close) ... ok test_bad_constructor_mode (reader_test.TestExtensionReaderWithIPObjects.test_bad_constructor_mode) ... ok test_broken_database (reader_test.TestExtensionReaderWithIPObjects.test_broken_database) ... ok test_close (reader_test.TestExtensionReaderWithIPObjects.test_close) ... ok test_closed (reader_test.TestExtensionReaderWithIPObjects.test_closed) ... ok test_closed_get (reader_test.TestExtensionReaderWithIPObjects.test_closed_get) ... ok test_closed_metadata (reader_test.TestExtensionReaderWithIPObjects.test_closed_metadata) ... ok test_database_with_invalid_utf8_key (reader_test.TestExtensionReaderWithIPObjects.test_database_with_invalid_utf8_key) ... ok test_decoder (reader_test.TestExtensionReaderWithIPObjects.test_decoder) ... ok test_double_close (reader_test.TestExtensionReaderWithIPObjects.test_double_close) ... ok test_get_with_prefix_len (reader_test.TestExtensionReaderWithIPObjects.test_get_with_prefix_len) ... ok test_incorrect_get_arg_type (reader_test.TestExtensionReaderWithIPObjects.test_incorrect_get_arg_type) ... ok test_ip_validation (reader_test.TestExtensionReaderWithIPObjects.test_ip_validation) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestExtensionReaderWithIPObjects.test_ipv6_address_in_ipv4_database) ... ok test_metadata_args (reader_test.TestExtensionReaderWithIPObjects.test_metadata_args) ... ok test_metadata_pointers (reader_test.TestExtensionReaderWithIPObjects.test_metadata_pointers) ... ok test_metadata_unknown_attribute (reader_test.TestExtensionReaderWithIPObjects.test_metadata_unknown_attribute) ... ok test_missing_database (reader_test.TestExtensionReaderWithIPObjects.test_missing_database) ... ok test_multiprocessing (reader_test.TestExtensionReaderWithIPObjects.test_multiprocessing) ... ok test_no_constructor_args (reader_test.TestExtensionReaderWithIPObjects.test_no_constructor_args) ... ok test_no_extension_exception (reader_test.TestExtensionReaderWithIPObjects.test_no_extension_exception) ... ok test_no_get_args (reader_test.TestExtensionReaderWithIPObjects.test_no_get_args) ... ok test_no_ipv4_search_tree (reader_test.TestExtensionReaderWithIPObjects.test_no_ipv4_search_tree) ... ok test_nondatabase (reader_test.TestExtensionReaderWithIPObjects.test_nondatabase) ... ok test_opening_path (reader_test.TestExtensionReaderWithIPObjects.test_opening_path) ... ok test_reader (reader_test.TestExtensionReaderWithIPObjects.test_reader) ... ok test_threading (reader_test.TestExtensionReaderWithIPObjects.test_threading) ... ok test_too_many_constructor_args (reader_test.TestExtensionReaderWithIPObjects.test_too_many_constructor_args) ... ok test_too_many_get_args (reader_test.TestExtensionReaderWithIPObjects.test_too_many_get_args) ... ok test_with_statement (reader_test.TestExtensionReaderWithIPObjects.test_with_statement) ... ok test_with_statement_close (reader_test.TestExtensionReaderWithIPObjects.test_with_statement_close) ... ok test_bad_constructor_mode (reader_test.TestFDReader.test_bad_constructor_mode) ... ok test_broken_database (reader_test.TestFDReader.test_broken_database) ... ok test_close (reader_test.TestFDReader.test_close) ... ok test_closed (reader_test.TestFDReader.test_closed) ... ok test_closed_get (reader_test.TestFDReader.test_closed_get) ... ok test_closed_metadata (reader_test.TestFDReader.test_closed_metadata) ... ok test_database_with_invalid_utf8_key (reader_test.TestFDReader.test_database_with_invalid_utf8_key) ... ok test_decoder (reader_test.TestFDReader.test_decoder) ... ok test_double_close (reader_test.TestFDReader.test_double_close) ... ok test_get_with_prefix_len (reader_test.TestFDReader.test_get_with_prefix_len) ... ok test_incorrect_get_arg_type (reader_test.TestFDReader.test_incorrect_get_arg_type) ... ok test_ip_validation (reader_test.TestFDReader.test_ip_validation) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestFDReader.test_ipv6_address_in_ipv4_database) ... ok test_metadata_args (reader_test.TestFDReader.test_metadata_args) ... ok test_metadata_pointers (reader_test.TestFDReader.test_metadata_pointers) ... ok test_metadata_unknown_attribute (reader_test.TestFDReader.test_metadata_unknown_attribute) ... ok test_missing_database (reader_test.TestFDReader.test_missing_database) ... ok test_multiprocessing (reader_test.TestFDReader.test_multiprocessing) ... ok test_no_constructor_args (reader_test.TestFDReader.test_no_constructor_args) ... ok test_no_extension_exception (reader_test.TestFDReader.test_no_extension_exception) ... ok test_no_get_args (reader_test.TestFDReader.test_no_get_args) ... ok test_no_ipv4_search_tree (reader_test.TestFDReader.test_no_ipv4_search_tree) ... ok test_nondatabase (reader_test.TestFDReader.test_nondatabase) ... ok test_opening_path (reader_test.TestFDReader.test_opening_path) ... ok test_reader (reader_test.TestFDReader.test_reader) ... ok test_threading (reader_test.TestFDReader.test_threading) ... ok test_too_many_constructor_args (reader_test.TestFDReader.test_too_many_constructor_args) ... ok test_too_many_get_args (reader_test.TestFDReader.test_too_many_get_args) ... ok test_with_statement (reader_test.TestFDReader.test_with_statement) ... ok test_with_statement_close (reader_test.TestFDReader.test_with_statement_close) ... ok test_bad_constructor_mode (reader_test.TestFileReader.test_bad_constructor_mode) ... ok test_broken_database (reader_test.TestFileReader.test_broken_database) ... ok test_close (reader_test.TestFileReader.test_close) ... ok test_closed (reader_test.TestFileReader.test_closed) ... ok test_closed_get (reader_test.TestFileReader.test_closed_get) ... ok test_closed_metadata (reader_test.TestFileReader.test_closed_metadata) ... ok test_database_with_invalid_utf8_key (reader_test.TestFileReader.test_database_with_invalid_utf8_key) ... /usr/lib/python3.11/unittest/case.py:579: ResourceWarning: unclosed file <_io.BufferedReader name='tests/data/bad-data/maxminddb-python/bad-unicode-in-map-key.mmdb'> if method() is not None: ResourceWarning: Enable tracemalloc to get the object allocation traceback ok test_decoder (reader_test.TestFileReader.test_decoder) ... ok test_double_close (reader_test.TestFileReader.test_double_close) ... ok test_get_with_prefix_len (reader_test.TestFileReader.test_get_with_prefix_len) ... ok test_incorrect_get_arg_type (reader_test.TestFileReader.test_incorrect_get_arg_type) ... ok test_ip_validation (reader_test.TestFileReader.test_ip_validation) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestFileReader.test_ipv6_address_in_ipv4_database) ... ok test_metadata_args (reader_test.TestFileReader.test_metadata_args) ... ok test_metadata_pointers (reader_test.TestFileReader.test_metadata_pointers) ... ok test_metadata_unknown_attribute (reader_test.TestFileReader.test_metadata_unknown_attribute) ... ok test_missing_database (reader_test.TestFileReader.test_missing_database) ... ok test_multiprocessing (reader_test.TestFileReader.test_multiprocessing) ... ok test_no_constructor_args (reader_test.TestFileReader.test_no_constructor_args) ... ok test_no_extension_exception (reader_test.TestFileReader.test_no_extension_exception) ... ok test_no_get_args (reader_test.TestFileReader.test_no_get_args) ... ok test_no_ipv4_search_tree (reader_test.TestFileReader.test_no_ipv4_search_tree) ... ok test_nondatabase (reader_test.TestFileReader.test_nondatabase) ... ok test_opening_path (reader_test.TestFileReader.test_opening_path) ... ok test_reader (reader_test.TestFileReader.test_reader) ... ok test_threading (reader_test.TestFileReader.test_threading) ... ok test_too_many_constructor_args (reader_test.TestFileReader.test_too_many_constructor_args) ... ok test_too_many_get_args (reader_test.TestFileReader.test_too_many_get_args) ... ok test_with_statement (reader_test.TestFileReader.test_with_statement) ... ok test_with_statement_close (reader_test.TestFileReader.test_with_statement_close) ... ok test_bad_constructor_mode (reader_test.TestMMAPReader.test_bad_constructor_mode) ... ok test_broken_database (reader_test.TestMMAPReader.test_broken_database) ... ok test_close (reader_test.TestMMAPReader.test_close) ... ok test_closed (reader_test.TestMMAPReader.test_closed) ... ok test_closed_get (reader_test.TestMMAPReader.test_closed_get) ... ok test_closed_metadata (reader_test.TestMMAPReader.test_closed_metadata) ... ok test_database_with_invalid_utf8_key (reader_test.TestMMAPReader.test_database_with_invalid_utf8_key) ... ok test_decoder (reader_test.TestMMAPReader.test_decoder) ... ok test_double_close (reader_test.TestMMAPReader.test_double_close) ... ok test_get_with_prefix_len (reader_test.TestMMAPReader.test_get_with_prefix_len) ... ok test_incorrect_get_arg_type (reader_test.TestMMAPReader.test_incorrect_get_arg_type) ... ok test_ip_validation (reader_test.TestMMAPReader.test_ip_validation) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestMMAPReader.test_ipv6_address_in_ipv4_database) ... ok test_metadata_args (reader_test.TestMMAPReader.test_metadata_args) ... ok test_metadata_pointers (reader_test.TestMMAPReader.test_metadata_pointers) ... ok test_metadata_unknown_attribute (reader_test.TestMMAPReader.test_metadata_unknown_attribute) ... ok test_missing_database (reader_test.TestMMAPReader.test_missing_database) ... ok test_multiprocessing (reader_test.TestMMAPReader.test_multiprocessing) ... ok test_no_constructor_args (reader_test.TestMMAPReader.test_no_constructor_args) ... ok test_no_extension_exception (reader_test.TestMMAPReader.test_no_extension_exception) ... ok test_no_get_args (reader_test.TestMMAPReader.test_no_get_args) ... ok test_no_ipv4_search_tree (reader_test.TestMMAPReader.test_no_ipv4_search_tree) ... ok test_nondatabase (reader_test.TestMMAPReader.test_nondatabase) ... ok test_opening_path (reader_test.TestMMAPReader.test_opening_path) ... ok test_reader (reader_test.TestMMAPReader.test_reader) ... ok test_threading (reader_test.TestMMAPReader.test_threading) ... ok test_too_many_constructor_args (reader_test.TestMMAPReader.test_too_many_constructor_args) ... ok test_too_many_get_args (reader_test.TestMMAPReader.test_too_many_get_args) ... ok test_with_statement (reader_test.TestMMAPReader.test_with_statement) ... ok test_with_statement_close (reader_test.TestMMAPReader.test_with_statement_close) ... ok test_bad_constructor_mode (reader_test.TestMMAPReaderWithIPObjects.test_bad_constructor_mode) ... ok test_broken_database (reader_test.TestMMAPReaderWithIPObjects.test_broken_database) ... ok test_close (reader_test.TestMMAPReaderWithIPObjects.test_close) ... ok test_closed (reader_test.TestMMAPReaderWithIPObjects.test_closed) ... ok test_closed_get (reader_test.TestMMAPReaderWithIPObjects.test_closed_get) ... ok test_closed_metadata (reader_test.TestMMAPReaderWithIPObjects.test_closed_metadata) ... ok test_database_with_invalid_utf8_key (reader_test.TestMMAPReaderWithIPObjects.test_database_with_invalid_utf8_key) ... ok test_decoder (reader_test.TestMMAPReaderWithIPObjects.test_decoder) ... ok test_double_close (reader_test.TestMMAPReaderWithIPObjects.test_double_close) ... ok test_get_with_prefix_len (reader_test.TestMMAPReaderWithIPObjects.test_get_with_prefix_len) ... ok test_incorrect_get_arg_type (reader_test.TestMMAPReaderWithIPObjects.test_incorrect_get_arg_type) ... ok test_ip_validation (reader_test.TestMMAPReaderWithIPObjects.test_ip_validation) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestMMAPReaderWithIPObjects.test_ipv6_address_in_ipv4_database) ... ok test_metadata_args (reader_test.TestMMAPReaderWithIPObjects.test_metadata_args) ... ok test_metadata_pointers (reader_test.TestMMAPReaderWithIPObjects.test_metadata_pointers) ... ok test_metadata_unknown_attribute (reader_test.TestMMAPReaderWithIPObjects.test_metadata_unknown_attribute) ... ok test_missing_database (reader_test.TestMMAPReaderWithIPObjects.test_missing_database) ... ok test_multiprocessing (reader_test.TestMMAPReaderWithIPObjects.test_multiprocessing) ... ok test_no_constructor_args (reader_test.TestMMAPReaderWithIPObjects.test_no_constructor_args) ... ok test_no_extension_exception (reader_test.TestMMAPReaderWithIPObjects.test_no_extension_exception) ... ok test_no_get_args (reader_test.TestMMAPReaderWithIPObjects.test_no_get_args) ... ok test_no_ipv4_search_tree (reader_test.TestMMAPReaderWithIPObjects.test_no_ipv4_search_tree) ... ok test_nondatabase (reader_test.TestMMAPReaderWithIPObjects.test_nondatabase) ... ok test_opening_path (reader_test.TestMMAPReaderWithIPObjects.test_opening_path) ... ok test_reader (reader_test.TestMMAPReaderWithIPObjects.test_reader) ... ok test_threading (reader_test.TestMMAPReaderWithIPObjects.test_threading) ... ok test_too_many_constructor_args (reader_test.TestMMAPReaderWithIPObjects.test_too_many_constructor_args) ... ok test_too_many_get_args (reader_test.TestMMAPReaderWithIPObjects.test_too_many_get_args) ... ok test_with_statement (reader_test.TestMMAPReaderWithIPObjects.test_with_statement) ... ok test_with_statement_close (reader_test.TestMMAPReaderWithIPObjects.test_with_statement_close) ... ok test_bad_constructor_mode (reader_test.TestMemoryReader.test_bad_constructor_mode) ... ok test_broken_database (reader_test.TestMemoryReader.test_broken_database) ... ok test_close (reader_test.TestMemoryReader.test_close) ... ok test_closed (reader_test.TestMemoryReader.test_closed) ... ok test_closed_get (reader_test.TestMemoryReader.test_closed_get) ... ok test_closed_metadata (reader_test.TestMemoryReader.test_closed_metadata) ... ok test_database_with_invalid_utf8_key (reader_test.TestMemoryReader.test_database_with_invalid_utf8_key) ... ok test_decoder (reader_test.TestMemoryReader.test_decoder) ... ok test_double_close (reader_test.TestMemoryReader.test_double_close) ... ok test_get_with_prefix_len (reader_test.TestMemoryReader.test_get_with_prefix_len) ... ok test_incorrect_get_arg_type (reader_test.TestMemoryReader.test_incorrect_get_arg_type) ... ok test_ip_validation (reader_test.TestMemoryReader.test_ip_validation) ... ok test_ipv6_address_in_ipv4_database (reader_test.TestMemoryReader.test_ipv6_address_in_ipv4_database) ... ok test_metadata_args (reader_test.TestMemoryReader.test_metadata_args) ... ok test_metadata_pointers (reader_test.TestMemoryReader.test_metadata_pointers) ... ok test_metadata_unknown_attribute (reader_test.TestMemoryReader.test_metadata_unknown_attribute) ... ok test_missing_database (reader_test.TestMemoryReader.test_missing_database) ... ok test_multiprocessing (reader_test.TestMemoryReader.test_multiprocessing) ... ok test_no_constructor_args (reader_test.TestMemoryReader.test_no_constructor_args) ... ok test_no_extension_exception (reader_test.TestMemoryReader.test_no_extension_exception) ... ok test_no_get_args (reader_test.TestMemoryReader.test_no_get_args) ... ok test_no_ipv4_search_tree (reader_test.TestMemoryReader.test_no_ipv4_search_tree) ... ok test_nondatabase (reader_test.TestMemoryReader.test_nondatabase) ... ok test_opening_path (reader_test.TestMemoryReader.test_opening_path) ... ok test_reader (reader_test.TestMemoryReader.test_reader) ... ok test_threading (reader_test.TestMemoryReader.test_threading) ... ok test_too_many_constructor_args (reader_test.TestMemoryReader.test_too_many_constructor_args) ... ok test_too_many_get_args (reader_test.TestMemoryReader.test_too_many_get_args) ... ok test_with_statement (reader_test.TestMemoryReader.test_with_statement) ... ok test_with_statement_close (reader_test.TestMemoryReader.test_with_statement_close) ... ok test_old_reader (reader_test.TestOldReader.test_old_reader) ... ok ---------------------------------------------------------------------- Ran 255 tests in 0.761s OK >>> py3-maxminddb: Entering fakeroot... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() 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.11 creating /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb copying build/lib.linux-armv8l-cpython-311/maxminddb/__init__.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb copying build/lib.linux-armv8l-cpython-311/maxminddb/reader.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb copying build/lib.linux-armv8l-cpython-311/maxminddb/types.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb copying build/lib.linux-armv8l-cpython-311/maxminddb/decoder.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb copying build/lib.linux-armv8l-cpython-311/maxminddb/extension.cpython-311-arm-linux-musleabihf.so -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb copying build/lib.linux-armv8l-cpython-311/maxminddb/errors.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb copying build/lib.linux-armv8l-cpython-311/maxminddb/py.typed -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb copying build/lib.linux-armv8l-cpython-311/maxminddb/extension.pyi -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb copying build/lib.linux-armv8l-cpython-311/maxminddb/const.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb copying build/lib.linux-armv8l-cpython-311/maxminddb/file.py -> /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb/reader.py to reader.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb/types.py to types.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb/decoder.py to decoder.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb/errors.py to errors.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb/const.py to const.cpython-311.pyc byte-compiling /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb/file.py to file.cpython-311.pyc running install_egg_info 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' Copying maxminddb.egg-info to /home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb-2.2.0-py3.11.egg-info running install_scripts >>> py3-maxminddb-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb/usr/lib/python3.11/site-packages/maxminddb/__pycache__' -> '/home/buildozer/aports/community/py3-maxminddb/pkg/py3-maxminddb-pyc/usr/lib/python3.11/site-packages/maxminddb/__pycache__' >>> py3-maxminddb-pyc*: Preparing subpackage py3-maxminddb-pyc... >>> py3-maxminddb-pyc*: Running postcheck for py3-maxminddb-pyc >>> py3-maxminddb*: Running postcheck for py3-maxminddb >>> py3-maxminddb*: Preparing package py3-maxminddb... >>> py3-maxminddb*: Stripping binaries >>> py3-maxminddb-pyc*: Scanning shared objects >>> py3-maxminddb*: Scanning shared objects >>> py3-maxminddb-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-maxminddb-pyc*: Package size: 80.0 KB >>> py3-maxminddb-pyc*: Compressing data... >>> py3-maxminddb-pyc*: Create checksum... >>> py3-maxminddb-pyc*: Create py3-maxminddb-pyc-2.2.0-r3.apk >>> py3-maxminddb*: Tracing dependencies... python3 python3~3.11 so:libc.musl-armhf.so.1 so:libmaxminddb.so.0 >>> py3-maxminddb*: Package size: 108.0 KB >>> py3-maxminddb*: Compressing data... >>> py3-maxminddb*: Create checksum... >>> py3-maxminddb*: Create py3-maxminddb-2.2.0-r3.apk >>> py3-maxminddb: Build complete at Fri, 21 Apr 2023 01:42:14 +0000 elapsed time 0h 0m 4s >>> py3-maxminddb: Cleaning up srcdir >>> py3-maxminddb: Cleaning up pkgdir >>> py3-maxminddb: Uninstalling dependencies... (1/26) Purging .makedepends-py3-maxminddb (20230421.014211) (2/26) Purging libmaxminddb-dev (1.7.1-r1) (3/26) Purging libmaxminddb-libs (1.7.1-r1) (4/26) Purging python3-dev (3.11.3-r10) (5/26) Purging py3-setuptools-pyc (67.7.0-r0) (6/26) Purging py3-setuptools (67.7.0-r0) (7/26) Purging py3-packaging-pyc (23.1-r1) (8/26) Purging py3-packaging (23.1-r1) (9/26) Purging py3-parsing-pyc (3.0.9-r2) (10/26) Purging py3-parsing (3.0.9-r2) (11/26) Purging py3-nose-pyc (1.3.7-r11) (12/26) Purging py3-nose (1.3.7-r11) (13/26) Purging py3-mock-pyc (5.0.2-r1) (14/26) Purging py3-mock (5.0.2-r1) (15/26) Purging python3-pyc (3.11.3-r10) (16/26) Purging python3-pycache-pyc0 (3.11.3-r10) (17/26) Purging pyc (0.1-r0) (18/26) Purging python3 (3.11.3-r10) (19/26) Purging gdbm (1.23-r1) (20/26) Purging libbz2 (1.0.8-r5) (21/26) Purging libffi (3.4.4-r2) (22/26) Purging libpanelw (6.4_p20230401-r4) (23/26) Purging mpdecimal (2.5.1-r2) (24/26) Purging readline (8.2.1-r1) (25/26) Purging sqlite-libs (3.41.2-r2) (26/26) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 99 packages >>> py3-maxminddb: Updating the community/armhf repository index... >>> py3-maxminddb: Signing the index...