>>> py3-flit: Building community/py3-flit 3.8.0-r0 (using abuild 3.10.0_rc1-r2) started Wed, 09 Nov 2022 20:16:45 +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 py3-tomli-w py3-installer py3-pytest-cov py3-responses py3-testpath (1/32) Installing libbz2 (1.0.8-r3) (2/32) Installing libffi (3.4.4-r0) (3/32) Installing gdbm (1.23-r0) (4/32) Installing xz-libs (5.2.7-r0) (5/32) Installing mpdecimal (2.5.1-r1) (6/32) Installing readline (8.2.0-r0) (7/32) Installing sqlite-libs (3.39.4-r0) (8/32) Installing python3 (3.10.8-r3) (9/32) Installing py3-docutils (0.19-r1) (10/32) Installing py3-flit-core (3.8.0-r0) (11/32) Installing py3-certifi (2022.9.24-r0) (12/32) Installing py3-charset-normalizer (3.0.0-r0) (13/32) Installing py3-idna (3.4-r2) (14/32) Installing py3-urllib3 (1.26.12-r0) (15/32) Installing py3-requests (2.28.1-r1) (16/32) Installing py3-tomli (2.0.1-r1) (17/32) Installing py3-tomli-w (1.0.0-r2) (18/32) Installing py3-installer (0.5.1-r1) (19/32) Installing py3-attrs (22.1.0-r0) (20/32) Installing py3-exceptiongroup (1.0.1-r0) (21/32) Installing py3-iniconfig (1.1.1-r3) (22/32) Installing py3-parsing (3.0.9-r0) (23/32) Installing py3-packaging (21.3-r2) (24/32) Installing py3-pluggy (1.0.0-r1) (25/32) Installing py3-py (1.11.0-r0) (26/32) Installing py3-pytest (7.2.0-r1) (27/32) Installing py3-coverage (6.5.0-r0) (28/32) Installing py3-pytest-cov (4.0.0-r0) (29/32) Installing py3-toml (0.10.2-r4) (30/32) Installing py3-responses (0.22.0-r0) (31/32) Installing py3-testpath (0.6.0-r0) (32/32) Installing .makedepends-py3-flit (20221109.201646) Executing busybox-1.35.0-r27.trigger OK: 255 MiB in 124 packages >>> py3-flit: Cleaning up srcdir >>> py3-flit: Cleaning up pkgdir >>> py3-flit: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/flit-3.8.0.tar.gz >>> py3-flit: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/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/v3.17/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.10.8, pytest-7.2.0, 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.09s ======================= >>> py3-flit: Entering fakeroot... >>> py3-flit*: Running postcheck for py3-flit >>> py3-flit*: Preparing package py3-flit... >>> py3-flit*: Tracing dependencies... >>> py3-flit*: Package size: 396.0 KB >>> py3-flit*: Compressing data... >>> py3-flit*: Create checksum... >>> py3-flit*: Create py3-flit-3.8.0-r0.apk >>> py3-flit: Build complete at Wed, 09 Nov 2022 20:16:49 +0000 elapsed time 0h 0m 4s >>> py3-flit: Cleaning up srcdir >>> py3-flit: Cleaning up pkgdir >>> py3-flit: Uninstalling dependencies... (1/32) Purging .makedepends-py3-flit (20221109.201646) (2/32) Purging py3-docutils (0.19-r1) (3/32) Purging py3-flit-core (3.8.0-r0) (4/32) Purging py3-tomli-w (1.0.0-r2) (5/32) Purging py3-installer (0.5.1-r1) (6/32) Purging py3-pytest-cov (4.0.0-r0) (7/32) Purging py3-pytest (7.2.0-r1) (8/32) Purging py3-attrs (22.1.0-r0) (9/32) Purging py3-exceptiongroup (1.0.1-r0) (10/32) Purging py3-iniconfig (1.1.1-r3) (11/32) Purging py3-packaging (21.3-r2) (12/32) Purging py3-parsing (3.0.9-r0) (13/32) Purging py3-pluggy (1.0.0-r1) (14/32) Purging py3-py (1.11.0-r0) (15/32) Purging py3-tomli (2.0.1-r1) (16/32) Purging py3-coverage (6.5.0-r0) (17/32) Purging py3-responses (0.22.0-r0) (18/32) Purging py3-requests (2.28.1-r1) (19/32) Purging py3-certifi (2022.9.24-r0) (20/32) Purging py3-charset-normalizer (3.0.0-r0) (21/32) Purging py3-idna (3.4-r2) (22/32) Purging py3-toml (0.10.2-r4) (23/32) Purging py3-urllib3 (1.26.12-r0) (24/32) Purging py3-testpath (0.6.0-r0) (25/32) Purging python3 (3.10.8-r3) (26/32) Purging libbz2 (1.0.8-r3) (27/32) Purging libffi (3.4.4-r0) (28/32) Purging gdbm (1.23-r0) (29/32) Purging xz-libs (5.2.7-r0) (30/32) Purging mpdecimal (2.5.1-r1) (31/32) Purging readline (8.2.0-r0) (32/32) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> py3-flit: Updating the community/armv7 repository index... >>> py3-flit: Signing the index...