>>> py3-charset-normalizer: Building main/py3-charset-normalizer 3.0.1-r1 (using abuild 3.10.0_rc1-r2) started Tue, 22 Nov 2022 20:01:43 +0000 >>> py3-charset-normalizer: Checking sanity of /home/buildozer/aports/main/py3-charset-normalizer/APKBUILD... >>> py3-charset-normalizer: Analyzing dependencies... >>> py3-charset-normalizer: Installing for build: build-base python3 py3-setuptools py3-pytest (1/17) Installing libbz2 (1.0.8-r4) (2/17) Installing libffi (3.4.4-r0) (3/17) Installing gdbm (1.23-r0) (4/17) Installing xz-libs (5.2.8-r0) (5/17) Installing mpdecimal (2.5.1-r1) (6/17) Installing readline (8.2.0-r0) (7/17) Installing sqlite-libs (3.40.0-r0) (8/17) Installing python3 (3.11.0-r1) (9/17) Installing py3-parsing (3.0.9-r1) (10/17) Installing py3-packaging (21.3-r3) (11/17) Installing py3-setuptools (65.6.0-r1) (12/17) Installing py3-attrs (22.1.0-r1) (13/17) Installing py3-iniconfig (1.1.1-r4) (14/17) Installing py3-pluggy (1.0.0-r2) (15/17) Installing py3-py (1.11.0-r1) (16/17) Installing py3-pytest (7.2.0-r2) (17/17) Installing .makedepends-py3-charset-normalizer (20221122.200144) Executing busybox-1.35.0-r29.trigger OK: 411 MiB in 113 packages >>> py3-charset-normalizer: Cleaning up srcdir >>> py3-charset-normalizer: Cleaning up pkgdir >>> py3-charset-normalizer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/charset-normalizer-3.0.1.tar.gz >>> py3-charset-normalizer: Fetching https://distfiles.alpinelinux.org/distfiles/edge/charset-normalizer-3.0.1.tar.gz >>> py3-charset-normalizer: Checking sha512sums... charset-normalizer-3.0.1.tar.gz: OK >>> py3-charset-normalizer: Unpacking /var/cache/distfiles/edge/charset-normalizer-3.0.1.tar.gz... running build running build_py creating build creating build/lib creating build/lib/charset_normalizer copying charset_normalizer/constant.py -> build/lib/charset_normalizer copying charset_normalizer/utils.py -> build/lib/charset_normalizer copying charset_normalizer/legacy.py -> build/lib/charset_normalizer copying charset_normalizer/md.py -> build/lib/charset_normalizer copying charset_normalizer/api.py -> build/lib/charset_normalizer copying charset_normalizer/cd.py -> build/lib/charset_normalizer copying charset_normalizer/__init__.py -> build/lib/charset_normalizer copying charset_normalizer/version.py -> build/lib/charset_normalizer copying charset_normalizer/models.py -> build/lib/charset_normalizer creating build/lib/charset_normalizer/cli copying charset_normalizer/cli/normalizer.py -> build/lib/charset_normalizer/cli copying charset_normalizer/cli/__init__.py -> build/lib/charset_normalizer/cli creating build/lib/charset_normalizer/assets copying charset_normalizer/assets/__init__.py -> build/lib/charset_normalizer/assets running egg_info writing charset_normalizer.egg-info/PKG-INFO writing dependency_links to charset_normalizer.egg-info/dependency_links.txt writing entry points to charset_normalizer.egg-info/entry_points.txt writing requirements to charset_normalizer.egg-info/requires.txt writing top-level names to charset_normalizer.egg-info/top_level.txt reading manifest file 'charset_normalizer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'charset_normalizer.egg-info/SOURCES.txt' copying charset_normalizer/py.typed -> build/lib/charset_normalizer ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/main/py3-charset-normalizer/src/charset-normalizer-3.0.1, configfile: setup.cfg collected 131 items tests/test_base_detection.py .......................... [ 19%] tests/test_cli.py ............. [ 29%] tests/test_coherence_detection.py ................... [ 44%] tests/test_detect_legacy.py .... [ 47%] tests/test_edge_case.py . [ 48%] tests/test_full_detection.py .................. [ 61%] tests/test_large_payload.py ... [ 64%] tests/test_logging.py .... [ 67%] tests/test_mess_detection.py .......... [ 74%] tests/test_preemptive_detection.py .......... [ 82%] tests/test_utils.py ....................... [100%] =============================== warnings summary =============================== tests/test_logging.py::TestLogBehaviorClass::test_explain_true_behavior /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_logging.py::TestLogBehaviorClass::test_explain_true_behavior is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_logging.py::TestLogBehaviorClass::test_explain_false_handler_set_behavior /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_logging.py::TestLogBehaviorClass::test_explain_false_handler_set_behavior is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_logging.py::TestLogBehaviorClass::test_set_stream_handler /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_logging.py::TestLogBehaviorClass::test_set_stream_handler is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) tests/test_logging.py::TestLogBehaviorClass::test_set_stream_handler_format /usr/lib/python3.11/site-packages/_pytest/fixtures.py:900: PytestRemovedIn8Warning: Support for nose tests is deprecated and will be removed in a future release. tests/test_logging.py::TestLogBehaviorClass::test_set_stream_handler_format is using nose-specific method: `setup(self)` To remove this warning, rename it to `setup_method(self)` See docs: https://docs.pytest.org/en/stable/deprecations.html#support-for-tests-written-for-nose fixture_result = next(generator) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 131 passed, 4 warnings in 1.73s ======================== >>> py3-charset-normalizer: Entering fakeroot... running install /usr/lib/python3.11/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 charset_normalizer.egg-info/PKG-INFO writing dependency_links to charset_normalizer.egg-info/dependency_links.txt writing entry points to charset_normalizer.egg-info/entry_points.txt writing requirements to charset_normalizer.egg-info/requires.txt writing top-level names to charset_normalizer.egg-info/top_level.txt reading manifest file 'charset_normalizer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'charset_normalizer.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/main/py3-charset-normalizer/pkg creating /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer creating /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr creating /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib creating /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11 creating /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages creating /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/constant.py -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/py.typed -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/utils.py -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/legacy.py -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/md.py -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/api.py -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer creating /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/cli copying build/lib/charset_normalizer/cli/normalizer.py -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/cli copying build/lib/charset_normalizer/cli/__init__.py -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/cli creating /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/assets copying build/lib/charset_normalizer/assets/__init__.py -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/assets copying build/lib/charset_normalizer/cd.py -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/__init__.py -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/version.py -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer copying build/lib/charset_normalizer/models.py -> /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer byte-compiling /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/constant.py to constant.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/legacy.py to legacy.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/md.py to md.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/api.py to api.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/cli/normalizer.py to normalizer.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/cli/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/assets/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/cd.py to cd.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer/models.py to models.cpython-311.pyc running install_egg_info Copying charset_normalizer.egg-info to /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/lib/python3.11/site-packages/charset_normalizer-3.0.1-py3.11.egg-info running install_scripts Installing normalizer script to /home/buildozer/aports/main/py3-charset-normalizer/pkg/py3-charset-normalizer/usr/bin >>> py3-charset-normalizer*: Running postcheck for py3-charset-normalizer >>> py3-charset-normalizer*: Preparing package py3-charset-normalizer... >>> py3-charset-normalizer*: Tracing dependencies... >>> py3-charset-normalizer*: Package size: 420.0 KB >>> py3-charset-normalizer*: Compressing data... >>> py3-charset-normalizer*: Create checksum... >>> py3-charset-normalizer*: Create py3-charset-normalizer-3.0.1-r1.apk >>> py3-charset-normalizer: Build complete at Tue, 22 Nov 2022 20:01:47 +0000 elapsed time 0h 0m 4s >>> py3-charset-normalizer: Cleaning up srcdir >>> py3-charset-normalizer: Cleaning up pkgdir >>> py3-charset-normalizer: Uninstalling dependencies... (1/17) Purging .makedepends-py3-charset-normalizer (20221122.200144) (2/17) Purging py3-setuptools (65.6.0-r1) (3/17) Purging py3-pytest (7.2.0-r2) (4/17) Purging py3-attrs (22.1.0-r1) (5/17) Purging py3-iniconfig (1.1.1-r4) (6/17) Purging py3-packaging (21.3-r3) (7/17) Purging py3-parsing (3.0.9-r1) (8/17) Purging py3-pluggy (1.0.0-r2) (9/17) Purging py3-py (1.11.0-r1) (10/17) Purging python3 (3.11.0-r1) (11/17) Purging libbz2 (1.0.8-r4) (12/17) Purging libffi (3.4.4-r0) (13/17) Purging gdbm (1.23-r0) (14/17) Purging xz-libs (5.2.8-r0) (15/17) Purging mpdecimal (2.5.1-r1) (16/17) Purging readline (8.2.0-r0) (17/17) Purging sqlite-libs (3.40.0-r0) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-charset-normalizer: Updating the main/armhf repository index... >>> py3-charset-normalizer: Signing the index...