>>> py3-flit: Building community/py3-flit 3.8.0-r2 (using abuild 3.11.0_rc10-r0) started Wed, 19 Apr 2023 13:26:17 +0000 >>> py3-flit: Checking sanity of /home/buildozer/aports/community/py3-flit/APKBUILD... >>> py3-flit: Analyzing dependencies... >>> py3-flit: Installing for build: build-base py3-docutils py3-flit-core py3-requests py3-tomli-w py3-installer py3-pytest-cov py3-responses py3-testpath (1/48) Installing libbz2 (1.0.8-r5) (2/48) Installing libffi (3.4.4-r2) (3/48) Installing gdbm (1.23-r1) (4/48) Installing xz-libs (5.4.2-r1) (5/48) Installing mpdecimal (2.5.1-r2) (6/48) Installing libpanelw (6.4_p20230401-r4) (7/48) Installing readline (8.2.1-r1) (8/48) Installing sqlite-libs (3.41.2-r2) (9/48) Installing python3 (3.11.3-r10) (10/48) Installing python3-pycache-pyc0 (3.11.3-r10) (11/48) Installing pyc (0.1-r0) (12/48) Installing py3-docutils-pyc (0.19-r4) (13/48) Installing python3-pyc (3.11.3-r10) (14/48) Installing py3-docutils (0.19-r4) (15/48) Installing py3-flit-core (3.8.0-r2) (16/48) Installing py3-flit-core-pyc (3.8.0-r2) (17/48) Installing py3-certifi (2022.12.7-r2) (18/48) Installing py3-certifi-pyc (2022.12.7-r2) (19/48) Installing py3-charset-normalizer (3.1.0-r1) (20/48) Installing py3-charset-normalizer-pyc (3.1.0-r1) (21/48) Installing py3-idna (3.4-r4) (22/48) Installing py3-idna-pyc (3.4-r4) (23/48) Installing py3-urllib3 (1.26.15-r1) (24/48) Installing py3-urllib3-pyc (1.26.15-r1) (25/48) Installing py3-requests (2.28.2-r1) (26/48) Installing py3-requests-pyc (2.28.2-r1) (27/48) Installing py3-tomli-w (1.0.0-r4) (28/48) Installing py3-installer (0.7.0-r1) (29/48) Installing py3-installer-pyc (0.7.0-r1) (30/48) Installing py3-iniconfig (1.1.1-r6) (31/48) Installing py3-iniconfig-pyc (1.1.1-r6) (32/48) Installing py3-parsing (3.0.9-r2) (33/48) Installing py3-parsing-pyc (3.0.9-r2) (34/48) Installing py3-packaging (23.1-r1) (35/48) Installing py3-packaging-pyc (23.1-r1) (36/48) Installing py3-pluggy (1.0.0-r3) (37/48) Installing py3-pluggy-pyc (1.0.0-r3) (38/48) Installing py3-py (1.11.0-r2) (39/48) Installing py3-py-pyc (1.11.0-r2) (40/48) Installing py3-pytest (7.3.1-r1) (41/48) Installing py3-pytest-pyc (7.3.1-r1) (42/48) Installing py3-coverage (6.5.0-r4) (43/48) Installing py3-coverage-pyc (6.5.0-r4) (44/48) Installing py3-pytest-cov (4.0.0-r1) (45/48) Installing py3-toml (0.10.2-r5) (46/48) Installing py3-responses (0.22.0-r2) (47/48) Installing py3-testpath (0.6.0-r1) (48/48) Installing .makedepends-py3-flit (20230419.132619) Executing busybox-1.36.0-r7.trigger OK: 382 MiB in 147 packages >>> py3-flit: Cleaning up srcdir >>> py3-flit: Cleaning up pkgdir >>> py3-flit: Fetching https://distfiles.alpinelinux.org/distfiles/edge/flit-3.8.0.tar.gz >>> py3-flit: Fetching https://distfiles.alpinelinux.org/distfiles/edge/flit-3.8.0.tar.gz >>> py3-flit: Checking sha512sums... flit-3.8.0.tar.gz: OK tests-use-python3.patch: OK >>> py3-flit: Unpacking /var/cache/distfiles/edge/flit-3.8.0.tar.gz... >>> py3-flit: tests-use-python3.patch patching file tests/test_find_python_executable.py flit-3.8.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-flit/src/flit-3.8.0 plugins: cov-4.0.0 collecting ... collected 205 items / 6 deselected / 199 selected flit_core/flit_core/tests/test_build_thyself.py::test_prepare_metadata PASSED [ 0%] flit_core/flit_core/tests/test_build_thyself.py::test_wheel PASSED [ 1%] flit_core/flit_core/tests/test_build_thyself.py::test_sdist PASSED [ 1%] flit_core/flit_core/tests/test_buildapi.py::test_get_build_requires PASSED [ 2%] flit_core/flit_core/tests/test_buildapi.py::test_get_build_requires_pep621_nodynamic PASSED [ 2%] flit_core/flit_core/tests/test_buildapi.py::test_get_build_requires_import PASSED [ 3%] flit_core/flit_core/tests/test_buildapi.py::test_build_wheel PASSED [ 3%] flit_core/flit_core/tests/test_buildapi.py::test_build_wheel_pep621 PASSED [ 4%] flit_core/flit_core/tests/test_buildapi.py::test_build_editable PASSED [ 4%] flit_core/flit_core/tests/test_buildapi.py::test_build_sdist PASSED [ 5%] flit_core/flit_core/tests/test_buildapi.py::test_prepare_metadata_for_build_wheel PASSED [ 5%] flit_core/flit_core/tests/test_buildapi.py::test_prepare_metadata_for_build_editable PASSED [ 6%] flit_core/flit_core/tests/test_common.py::ModuleTests::test_conflicting_modules PASSED [ 6%] flit_core/flit_core/tests/test_common.py::ModuleTests::test_get_info_from_module PASSED [ 7%] flit_core/flit_core/tests/test_common.py::ModuleTests::test_missing_name PASSED [ 7%] flit_core/flit_core/tests/test_common.py::ModuleTests::test_module_importable PASSED [ 8%] flit_core/flit_core/tests/test_common.py::ModuleTests::test_ns_package_importable PASSED [ 8%] flit_core/flit_core/tests/test_common.py::ModuleTests::test_package_importable PASSED [ 9%] flit_core/flit_core/tests/test_common.py::ModuleTests::test_version_raise PASSED [ 9%] flit_core/flit_core/tests/test_common.py::test_normalize_file_permissions PASSED [ 10%] flit_core/flit_core/tests/test_common.py::test_supports_py2[-True] PASSED [ 10%] flit_core/flit_core/tests/test_common.py::test_supports_py2[>2.7-True] PASSED [ 11%] flit_core/flit_core/tests/test_common.py::test_supports_py2[3-False] PASSED [ 11%] flit_core/flit_core/tests/test_common.py::test_supports_py2[>= 3.7-False] PASSED [ 12%] flit_core/flit_core/tests/test_common.py::test_supports_py2[<4, > 3.2-False] PASSED [ 12%] flit_core/flit_core/tests/test_common.py::test_supports_py2[>3.4-False] PASSED [ 13%] flit_core/flit_core/tests/test_common.py::test_supports_py2[>=2.7, !=3.0.*, !=3.1.*, !=3.2.*-True] PASSED [ 13%] flit_core/flit_core/tests/test_common.py::test_supports_py2[== 3.9-False] PASSED [ 14%] flit_core/flit_core/tests/test_common.py::test_supports_py2[~=2.7-True] PASSED [ 14%] flit_core/flit_core/tests/test_common.py::test_supports_py2[~=3.9-False] PASSED [ 15%] flit_core/flit_core/tests/test_common.py::test_make_metadata PASSED [ 15%] flit_core/flit_core/tests/test_common.py::test_metadata_multiline PASSED [ 16%] flit_core/flit_core/tests/test_config.py::test_flatten_entrypoints PASSED [ 16%] flit_core/flit_core/tests/test_config.py::test_load_toml PASSED [ 17%] flit_core/flit_core/tests/test_config.py::test_load_toml_ns PASSED [ 17%] flit_core/flit_core/tests/test_config.py::test_load_normalization PASSED [ 18%] flit_core/flit_core/tests/test_config.py::test_load_pep621 PASSED [ 18%] flit_core/flit_core/tests/test_config.py::test_load_pep621_nodynamic PASSED [ 19%] flit_core/flit_core/tests/test_config.py::test_misspelled_key PASSED [ 19%] flit_core/flit_core/tests/test_config.py::test_description_file PASSED [ 20%] flit_core/flit_core/tests/test_config.py::test_missing_description_file PASSED [ 20%] flit_core/flit_core/tests/test_config.py::test_bad_description_extension PASSED [ 21%] flit_core/flit_core/tests/test_config.py::test_extras PASSED [ 21%] flit_core/flit_core/tests/test_config.py::test_extras_dev_conflict PASSED [ 22%] flit_core/flit_core/tests/test_config.py::test_extras_dev_warning PASSED [ 22%] flit_core/flit_core/tests/test_config.py::test_requires_extra_env_marker PASSED [ 23%] flit_core/flit_core/tests/test_config.py::test_faulty_requires_extra[erroneous0-Expected a dict for requires-extra field] PASSED [ 23%] flit_core/flit_core/tests/test_config.py::test_faulty_requires_extra[erroneous1-Expected a dict of lists for requires-extra field] PASSED [ 24%] flit_core/flit_core/tests/test_config.py::test_faulty_requires_extra[erroneous2-Expected a string list for requires-extra] PASSED [ 24%] flit_core/flit_core/tests/test_config.py::test_bad_include_paths[../bar-out of the directory] PASSED [ 25%] flit_core/flit_core/tests/test_config.py::test_bad_include_paths[foo/../../bar-out of the directory] PASSED [ 25%] flit_core/flit_core/tests/test_config.py::test_bad_include_paths[/home-absolute path] PASSED [ 26%] flit_core/flit_core/tests/test_config.py::test_bad_include_paths[foo:bar-bad character] PASSED [ 26%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad0-\\bstr\\b] PASSED [ 27%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad1-[Uu]nrecognised] PASSED [ 27%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad2-both] PASSED [ 28%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad3-required] PASSED [ 28%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad4-list] PASSED [ 29%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad5-strings] PASSED [ 29%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad6-entry-point.*tables] PASSED [ 30%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad7-entry-point.*string] PASSED [ 30%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad8-\\[project\\.gui-scripts\\]] PASSED [ 31%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad9-scripts.*string] PASSED [ 31%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad10-gui-scripts.*string] PASSED [ 32%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad11-list.*optional-dep] PASSED [ 32%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad12-string.*optional-dep] PASSED [ 33%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad13-dynamic] PASSED [ 33%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad14-dynamic.*\\[project\\]] PASSED [ 34%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad15-author.*\\bdict] PASSED [ 34%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_info[proj_bad16-maintainer.*title] PASSED [ 35%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_readme[readme0-required] PASSED [ 35%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_readme[readme1-content-type] PASSED [ 36%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_readme[/opt/README.rst-relative] PASSED [ 36%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_readme[readme3-both] PASSED [ 37%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_readme[readme4-required] PASSED [ 37%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_readme[readme5-[Uu]nrecognised] PASSED [ 38%] flit_core/flit_core/tests/test_config.py::test_bad_pep621_readme[5-readme.*string] PASSED [ 38%] flit_core/flit_core/tests/test_sdist.py::test_make_sdist PASSED [ 39%] flit_core/flit_core/tests/test_sdist.py::test_make_sdist_pep621 PASSED [ 39%] flit_core/flit_core/tests/test_sdist.py::test_make_sdist_pep621_nodynamic PASSED [ 40%] flit_core/flit_core/tests/test_sdist.py::test_clean_tarinfo PASSED [ 40%] flit_core/flit_core/tests/test_sdist.py::test_include_exclude PASSED [ 41%] flit_core/flit_core/tests/test_sdist.py::test_data_dir PASSED [ 41%] flit_core/flit_core/tests/test_versionno.py::test_normalise_version PASSED [ 42%] flit_core/flit_core/tests/test_wheel.py::test_licenses_dir PASSED [ 42%] flit_core/flit_core/tests/test_wheel.py::test_source_date_epoch PASSED [ 43%] flit_core/flit_core/tests/test_wheel.py::test_zero_timestamp PASSED [ 43%] flit_core/flit_core/tests/test_wheel.py::test_main PASSED [ 44%] flit_core/flit_core/tests/test_wheel.py::test_data_dir PASSED [ 44%] tests/test_build.py::test_build_main PASSED [ 45%] tests/test_build.py::test_build_sdist_only PASSED [ 45%] tests/test_build.py::test_build_wheel_only PASSED [ 46%] tests/test_build.py::test_build_ns_main PASSED [ 46%] tests/test_build.py::test_build_module_no_docstring PASSED [ 47%] tests/test_command.py::test_flit_help PASSED [ 47%] tests/test_command.py::test_flit_usage PASSED [ 48%] tests/test_find_python_executable.py::test_default PASSED [ 48%] tests/test_find_python_executable.py::test_self PASSED [ 49%] tests/test_find_python_executable.py::test_abs PASSED [ 49%] tests/test_find_python_executable.py::test_find_in_path PASSED [ 50%] tests/test_find_python_executable.py::test_exception[pyhton] PASSED [ 50%] tests/test_find_python_executable.py::test_exception[ls] PASSED [ 51%] tests/test_find_python_executable.py::test_exception[.] PASSED [ 51%] tests/test_init.py::test_store_defaults PASSED [ 52%] tests/test_init.py::test_prompt_options PASSED [ 52%] tests/test_init.py::test_guess_module_name PASSED [ 53%] tests/test_init.py::test_write_license PASSED [ 53%] tests/test_init.py::test_init PASSED [ 54%] tests/test_init.py::test_init_homepage_and_license_are_optional PASSED [ 54%] tests/test_init.py::test_init_homepage_validator PASSED [ 55%] tests/test_init.py::test_author_email_field_is_optional PASSED [ 55%] tests/test_init.py::test_find_readme[readme.md] PASSED [ 56%] tests/test_init.py::test_find_readme[README.MD] PASSED [ 56%] tests/test_init.py::test_find_readme[README.md] PASSED [ 57%] tests/test_init.py::test_find_readme[Readme.md] PASSED [ 57%] tests/test_init.py::test_find_readme[readme.MD] PASSED [ 58%] tests/test_init.py::test_find_readme[readme.rst] PASSED [ 58%] tests/test_init.py::test_find_readme[readme.txt] PASSED [ 59%] tests/test_init.py::test_find_readme_not_found PASSED [ 59%] tests/test_init.py::test_init_readme_found_yes_choosen PASSED [ 60%] tests/test_init.py::test_init_non_ascii_author_name PASSED [ 60%] tests/test_install.py::InstallTests::test_dist_name PASSED [ 61%] tests/test_install.py::InstallTests::test_entry_points PASSED [ 61%] tests/test_install.py::InstallTests::test_extras_error PASSED [ 62%] tests/test_install.py::InstallTests::test_install_module PASSED [ 62%] tests/test_install.py::InstallTests::test_install_module_in_src PASSED [ 63%] tests/test_install.py::InstallTests::test_install_ns_package_module_native PASSED [ 63%] tests/test_install.py::InstallTests::test_install_ns_package_native PASSED [ 64%] tests/test_install.py::InstallTests::test_install_ns_package_native_symlink PASSED [ 64%] tests/test_install.py::InstallTests::test_install_ns_package_pth_file PASSED [ 65%] tests/test_install.py::InstallTests::test_install_package PASSED [ 65%] tests/test_install.py::InstallTests::test_install_requires PASSED [ 66%] tests/test_install.py::InstallTests::test_pip_install PASSED [ 66%] tests/test_install.py::InstallTests::test_pth_module_in_src PASSED [ 67%] tests/test_install.py::InstallTests::test_pth_package PASSED [ 67%] tests/test_install.py::InstallTests::test_symlink_module_in_src PASSED [ 68%] tests/test_install.py::InstallTests::test_symlink_other_python PASSED [ 68%] tests/test_install.py::InstallTests::test_symlink_package PASSED [ 69%] tests/test_install.py::test_install_requires_extra[none-extras0-installed0] PASSED [ 69%] tests/test_install.py::test_install_requires_extra[develop-extras1-installed1] PASSED [ 70%] tests/test_install.py::test_install_requires_extra[production-extras2-installed2] PASSED [ 70%] tests/test_install.py::test_install_requires_extra[all-extras3-installed3] PASSED [ 71%] tests/test_install.py::test_requires_dist_to_pip_requirement PASSED [ 71%] tests/test_install.py::test_test_writable_dir_win PASSED [ 72%] tests/test_sdist.py::test_auto_packages PASSED [ 72%] tests/test_sdist.py::test_make_sdist PASSED [ 73%] tests/test_sdist.py::test_sdist_no_setup_py PASSED [ 73%] tests/test_sdist.py::test_get_files_list_git PASSED [ 74%] tests/test_sdist.py::test_get_files_list_hg PASSED [ 74%] tests/test_sdist.py::test_make_setup_py PASSED [ 75%] tests/test_sdist.py::test_make_setup_py_reqs PASSED [ 75%] tests/test_sdist.py::test_make_setup_py_reqs_envmark PASSED [ 76%] tests/test_sdist.py::test_make_setup_py_reqs_extra_envmark PASSED [ 76%] tests/test_sdist.py::test_make_setup_py_package_dir_src PASSED [ 77%] tests/test_sdist.py::test_make_setup_py_ns_pkg PASSED [ 77%] tests/test_sdist.py::test_make_setup_py_ns_pkg_mod PASSED [ 78%] tests/test_tomlify.py::test_tomlify PASSED [ 78%] tests/test_upload.py::test_upload PASSED [ 79%] tests/test_upload.py::test_get_repository PASSED [ 79%] tests/test_upload.py::test_get_repository_env PASSED [ 80%] tests/test_upload.py::test_get_repository_keyring PASSED [ 80%] tests/test_upload.py::test_upload_pypirc_file PASSED [ 81%] tests/test_upload.py::test_upload_invalid_pypirc_file PASSED [ 81%] tests/test_upload.py::test_upload_default_pypirc_file PASSED [ 82%] tests/test_validate.py::test_validate_entrypoints PASSED [ 82%] tests/test_validate.py::test_validate_name PASSED [ 83%] tests/test_validate.py::test_validate_requires_python PASSED [ 83%] tests/test_validate.py::test_validate_requires_dist PASSED [ 84%] tests/test_validate.py::test_validate_environment_marker PASSED [ 84%] tests/test_validate.py::test_validate_url PASSED [ 85%] tests/test_validate.py::test_validate_project_urls PASSED [ 85%] tests/test_validate.py::test_read_classifiers_cached PASSED [ 86%] tests/test_validate.py::test_download_and_cache_classifiers PASSED [ 86%] tests/test_validate.py::test_validate_classifiers_private PASSED [ 87%] tests/test_validate.py::test_download_and_cache_classifiers_with_unacessible_dir[PermissionError] PASSED [ 87%] tests/test_validate.py::test_download_and_cache_classifiers_with_unacessible_dir[error1] PASSED [ 88%] tests/test_validate.py::test_verify_classifiers_valid_classifiers PASSED [ 88%] tests/test_validate.py::test_verify_classifiers_invalid_classifiers PASSED [ 89%] tests/test_validate.py::test_validate_readme_rst PASSED [ 89%] tests/test_validate.py::test_validate_readme_rst_code PASSED [ 90%] tests/test_vcs.py::test_identify_git_parent PASSED [ 90%] tests/test_wheel.py::test_wheel_module PASSED [ 91%] tests/test_wheel.py::test_editable_wheel_module PASSED [ 91%] tests/test_wheel.py::test_editable_wheel_has_absolute_pth PASSED [ 92%] tests/test_wheel.py::test_wheel_package PASSED [ 92%] tests/test_wheel.py::test_editable_wheel_package PASSED [ 93%] tests/test_wheel.py::test_editable_wheel_namespace_package PASSED [ 93%] tests/test_wheel.py::test_wheel_src_module PASSED [ 94%] tests/test_wheel.py::test_editable_wheel_src_module PASSED [ 94%] tests/test_wheel.py::test_wheel_src_package PASSED [ 95%] tests/test_wheel.py::test_editable_wheel_src_package PASSED [ 95%] tests/test_wheel.py::test_wheel_ns_package PASSED [ 96%] tests/test_wheel.py::test_dist_name PASSED [ 96%] tests/test_wheel.py::test_entry_points PASSED [ 97%] tests/test_wheel.py::test_entry_points_conflict PASSED [ 97%] tests/test_wheel.py::test_wheel_builder PASSED [ 98%] tests/test_wheel.py::test_permissions_normed PASSED [ 98%] tests/test_wheel.py::test_compression PASSED [ 99%] tests/test_wheel.py::test_wheel_module_local_version PASSED [100%] ====================== 199 passed, 6 deselected in 2.36s ======================= >>> py3-flit: Entering fakeroot... >>> py3-flit-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-flit/pkg/py3-flit/usr/lib/python3.11/site-packages/flit/__pycache__' -> '/home/buildozer/aports/community/py3-flit/pkg/py3-flit-pyc/usr/lib/python3.11/site-packages/flit/__pycache__' '/home/buildozer/aports/community/py3-flit/pkg/py3-flit/usr/lib/python3.11/site-packages/flit/vendorized/__pycache__' -> '/home/buildozer/aports/community/py3-flit/pkg/py3-flit-pyc/usr/lib/python3.11/site-packages/flit/vendorized/__pycache__' '/home/buildozer/aports/community/py3-flit/pkg/py3-flit/usr/lib/python3.11/site-packages/flit/vendorized/readme/__pycache__' -> '/home/buildozer/aports/community/py3-flit/pkg/py3-flit-pyc/usr/lib/python3.11/site-packages/flit/vendorized/readme/__pycache__' '/home/buildozer/aports/community/py3-flit/pkg/py3-flit/usr/lib/python3.11/site-packages/flit/vcs/__pycache__' -> '/home/buildozer/aports/community/py3-flit/pkg/py3-flit-pyc/usr/lib/python3.11/site-packages/flit/vcs/__pycache__' >>> py3-flit-pyc*: Preparing subpackage py3-flit-pyc... >>> py3-flit-pyc*: Running postcheck for py3-flit-pyc >>> py3-flit*: Running postcheck for py3-flit >>> py3-flit*: Preparing package py3-flit... >>> py3-flit-pyc*: Tracing dependencies... py3-docutils py3-flit-core py3-requests py3-tomli-w python3~3.11 >>> py3-flit-pyc*: Package size: 232.0 KB >>> py3-flit-pyc*: Compressing data... >>> py3-flit-pyc*: Create checksum... >>> py3-flit-pyc*: Create py3-flit-pyc-3.8.0-r2.apk >>> py3-flit*: Tracing dependencies... py3-docutils py3-flit-core py3-requests py3-tomli-w python3~3.11 >>> py3-flit*: Package size: 256.0 KB >>> py3-flit*: Compressing data... >>> py3-flit*: Create checksum... >>> py3-flit*: Create py3-flit-3.8.0-r2.apk >>> py3-flit: Build complete at Wed, 19 Apr 2023 13:26:26 +0000 elapsed time 0h 0m 9s >>> py3-flit: Cleaning up srcdir >>> py3-flit: Cleaning up pkgdir >>> py3-flit: Uninstalling dependencies... (1/48) Purging .makedepends-py3-flit (20230419.132619) (2/48) Purging py3-docutils-pyc (0.19-r4) (3/48) Purging py3-docutils (0.19-r4) (4/48) Purging py3-flit-core-pyc (3.8.0-r2) (5/48) Purging py3-flit-core (3.8.0-r2) (6/48) Purging py3-tomli-w (1.0.0-r4) (7/48) Purging py3-installer-pyc (0.7.0-r1) (8/48) Purging py3-installer (0.7.0-r1) (9/48) Purging py3-pytest-cov (4.0.0-r1) (10/48) Purging py3-pytest-pyc (7.3.1-r1) (11/48) Purging py3-pytest (7.3.1-r1) (12/48) Purging py3-iniconfig-pyc (1.1.1-r6) (13/48) Purging py3-iniconfig (1.1.1-r6) (14/48) Purging py3-packaging-pyc (23.1-r1) (15/48) Purging py3-packaging (23.1-r1) (16/48) Purging py3-parsing-pyc (3.0.9-r2) (17/48) Purging py3-parsing (3.0.9-r2) (18/48) Purging py3-pluggy-pyc (1.0.0-r3) (19/48) Purging py3-pluggy (1.0.0-r3) (20/48) Purging py3-py-pyc (1.11.0-r2) (21/48) Purging py3-py (1.11.0-r2) (22/48) Purging py3-coverage-pyc (6.5.0-r4) (23/48) Purging py3-coverage (6.5.0-r4) (24/48) Purging py3-responses (0.22.0-r2) (25/48) Purging py3-requests-pyc (2.28.2-r1) (26/48) Purging py3-requests (2.28.2-r1) (27/48) Purging py3-certifi-pyc (2022.12.7-r2) (28/48) Purging py3-certifi (2022.12.7-r2) (29/48) Purging py3-charset-normalizer-pyc (3.1.0-r1) (30/48) Purging py3-charset-normalizer (3.1.0-r1) (31/48) Purging py3-idna-pyc (3.4-r4) (32/48) Purging py3-idna (3.4-r4) (33/48) Purging py3-toml (0.10.2-r5) (34/48) Purging py3-urllib3-pyc (1.26.15-r1) (35/48) Purging py3-urllib3 (1.26.15-r1) (36/48) Purging py3-testpath (0.6.0-r1) (37/48) Purging python3-pyc (3.11.3-r10) (38/48) Purging python3-pycache-pyc0 (3.11.3-r10) (39/48) Purging pyc (0.1-r0) (40/48) Purging python3 (3.11.3-r10) (41/48) Purging gdbm (1.23-r1) (42/48) Purging libbz2 (1.0.8-r5) (43/48) Purging libffi (3.4.4-r2) (44/48) Purging libpanelw (6.4_p20230401-r4) (45/48) Purging mpdecimal (2.5.1-r2) (46/48) Purging readline (8.2.1-r1) (47/48) Purging sqlite-libs (3.41.2-r2) (48/48) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 326 MiB in 99 packages >>> py3-flit: Updating the community/armhf repository index... >>> py3-flit: Signing the index...