>>> py3-click: Building community/py3-click 7.1.2-r0 (using abuild 3.7.0_rc1-r1) started Sat, 19 Dec 2020 19:09:20 +0000 >>> py3-click: Checking sanity of /home/buildozer/aports/community/py3-click/APKBUILD... >>> py3-click: Analyzing dependencies... >>> py3-click: Installing for build: build-base python3 py3-setuptools py3-pytest (1/23) Installing libbz2 (1.0.8-r1) (2/23) Installing libffi (3.3-r2) (3/23) Installing gdbm (1.18.1-r0) (4/23) Installing xz-libs (5.2.5-r0) (5/23) Installing readline (8.0.4-r0) (6/23) Installing sqlite-libs (3.34.0-r0) (7/23) Installing python3 (3.8.6-r0) (8/23) Installing py3-ordered-set (4.0.2-r0) (9/23) Installing py3-appdirs (1.4.4-r1) (10/23) Installing py3-parsing (2.4.7-r1) (11/23) Installing py3-six (1.15.0-r0) (12/23) Installing py3-packaging (20.8-r0) (13/23) Installing py3-setuptools (51.0.0-r0) (14/23) Installing py3-atomicwrites (1.4.0-r0) (15/23) Installing py3-attrs (20.3.0-r0) (16/23) Installing py3-more-itertools (8.6.0-r0) (17/23) Installing py3-iniconfig (1.1.1-r0) (18/23) Installing py3-pluggy (0.13.1-r1) (19/23) Installing py3-py (1.10.0-r0) (20/23) Installing py3-wcwidth (0.2.5-r0) (21/23) Installing py3-toml (0.10.2-r0) (22/23) Installing py3-pytest (6.2.1-r0) (23/23) Installing .makedepends-py3-click (20201219.190926) Executing busybox-1.32.0-r8.trigger OK: 364 MiB in 109 packages >>> py3-click: Cleaning up srcdir >>> py3-click: Cleaning up pkgdir >>> py3-click: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/click-7.1.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 290k 100 290k 0 0 3540k 0 --:--:-- --:--:-- --:--:-- 3584k >>> py3-click: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/click-7.1.2.tar.gz >>> py3-click: Checking sha512sums... click-7.1.2.tar.gz: OK >>> py3-click: Unpacking /var/cache/distfiles/v3.13/click-7.1.2.tar.gz... running build running build_py creating build creating build/lib creating build/lib/click copying src/click/globals.py -> build/lib/click copying src/click/_compat.py -> build/lib/click copying src/click/_unicodefun.py -> build/lib/click copying src/click/utils.py -> build/lib/click copying src/click/_textwrap.py -> build/lib/click copying src/click/_bashcomplete.py -> build/lib/click copying src/click/testing.py -> build/lib/click copying src/click/__init__.py -> build/lib/click copying src/click/termui.py -> build/lib/click copying src/click/_winconsole.py -> build/lib/click copying src/click/core.py -> build/lib/click copying src/click/_termui_impl.py -> build/lib/click copying src/click/parser.py -> build/lib/click copying src/click/decorators.py -> build/lib/click copying src/click/formatting.py -> build/lib/click copying src/click/exceptions.py -> build/lib/click copying src/click/types.py -> build/lib/click running egg_info writing src/click.egg-info/PKG-INFO writing dependency_links to src/click.egg-info/dependency_links.txt writing top-level names to src/click.egg-info/top_level.txt reading manifest file 'src/click.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'src/click.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.8.6, pytest-6.2.1, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/buildozer/aports/community/py3-click/src/click-7.1.2, configfile: setup.cfg, testpaths: tests collecting ... collected 300 items tests/test_arguments.py::test_nargs_star PASSED [ 0%] tests/test_arguments.py::test_nargs_default PASSED [ 0%] tests/test_arguments.py::test_nargs_tup PASSED [ 1%] tests/test_arguments.py::test_nargs_tup_composite PASSED [ 1%] tests/test_arguments.py::test_nargs_err PASSED [ 1%] tests/test_arguments.py::test_bytes_args PASSED [ 2%] tests/test_arguments.py::test_file_args PASSED [ 2%] tests/test_arguments.py::test_path_args PASSED [ 2%] tests/test_arguments.py::test_file_atomics PASSED [ 3%] tests/test_arguments.py::test_stdout_default PASSED [ 3%] tests/test_arguments.py::test_nargs_envvar PASSED [ 3%] tests/test_arguments.py::test_empty_nargs PASSED [ 4%] tests/test_arguments.py::test_missing_arg PASSED [ 4%] tests/test_arguments.py::test_missing_argument_string_cast PASSED [ 4%] tests/test_arguments.py::test_implicit_non_required PASSED [ 5%] tests/test_arguments.py::test_eat_options PASSED [ 5%] tests/test_arguments.py::test_nargs_star_ordering PASSED [ 5%] tests/test_arguments.py::test_nargs_specified_plus_star_ordering PASSED [ 6%] tests/test_arguments.py::test_defaults_for_nargs PASSED [ 6%] tests/test_arguments.py::test_multiple_param_decls_not_allowed PASSED [ 6%] tests/test_bashcomplete.py::test_single_command PASSED [ 7%] tests/test_bashcomplete.py::test_boolean_flag PASSED [ 7%] tests/test_bashcomplete.py::test_multi_value_option PASSED [ 7%] tests/test_bashcomplete.py::test_multi_option PASSED [ 8%] tests/test_bashcomplete.py::test_small_chain PASSED [ 8%] tests/test_bashcomplete.py::test_long_chain PASSED [ 8%] tests/test_bashcomplete.py::test_chaining PASSED [ 9%] tests/test_bashcomplete.py::test_argument_choice PASSED [ 9%] tests/test_bashcomplete.py::test_option_choice PASSED [ 9%] tests/test_bashcomplete.py::test_option_and_arg_choice PASSED [ 10%] tests/test_bashcomplete.py::test_boolean_flag_choice PASSED [ 10%] tests/test_bashcomplete.py::test_multi_value_option_choice PASSED [ 10%] tests/test_bashcomplete.py::test_multi_option_choice PASSED [ 11%] tests/test_bashcomplete.py::test_variadic_argument_choice PASSED [ 11%] tests/test_bashcomplete.py::test_variadic_argument_complete PASSED [ 11%] tests/test_bashcomplete.py::test_long_chain_choice PASSED [ 12%] tests/test_bashcomplete.py::test_chained_multi PASSED [ 12%] tests/test_bashcomplete.py::test_hidden PASSED [ 12%] tests/test_bashcomplete.py::test_args_with_double_dash_complete[args0---expect0] PASSED [ 13%] tests/test_bashcomplete.py::test_args_with_double_dash_complete[args1----expect1] PASSED [ 13%] tests/test_bashcomplete.py::test_args_with_double_dash_complete[args2--o-expect2] PASSED [ 13%] tests/test_bashcomplete.py::test_args_with_double_dash_complete[args3--o-expect3] PASSED [ 14%] tests/test_bashcomplete.py::test_args_with_double_dash_complete[args4--expect4] PASSED [ 14%] tests/test_bashcomplete.py::test_args_with_double_dash_complete[args5---o-expect5] PASSED [ 14%] tests/test_basic.py::test_basic_functionality PASSED [ 15%] tests/test_basic.py::test_repr PASSED [ 15%] tests/test_basic.py::test_return_values PASSED [ 15%] tests/test_basic.py::test_basic_group PASSED [ 16%] tests/test_basic.py::test_basic_option PASSED [ 16%] tests/test_basic.py::test_int_option PASSED [ 16%] tests/test_basic.py::test_uuid_option PASSED [ 17%] tests/test_basic.py::test_float_option PASSED [ 17%] tests/test_basic.py::test_boolean_option PASSED [ 17%] tests/test_basic.py::test_boolean_conversion PASSED [ 18%] tests/test_basic.py::test_file_option PASSED [ 18%] tests/test_basic.py::test_file_lazy_mode PASSED [ 18%] tests/test_basic.py::test_path_option PASSED [ 19%] tests/test_basic.py::test_choice_option PASSED [ 19%] tests/test_basic.py::test_datetime_option_default PASSED [ 19%] tests/test_basic.py::test_datetime_option_custom PASSED [ 20%] tests/test_basic.py::test_int_range_option PASSED [ 20%] tests/test_basic.py::test_float_range_option PASSED [ 20%] tests/test_basic.py::test_required_option PASSED [ 21%] tests/test_basic.py::test_evaluation_order PASSED [ 21%] tests/test_basic.py::test_hidden_option PASSED [ 21%] tests/test_basic.py::test_hidden_command PASSED [ 22%] tests/test_basic.py::test_hidden_group PASSED [ 22%] tests/test_chain.py::test_basic_chaining PASSED [ 22%] tests/test_chain.py::test_chaining_help PASSED [ 23%] tests/test_chain.py::test_chaining_with_options PASSED [ 23%] tests/test_chain.py::test_chaining_with_arguments PASSED [ 23%] tests/test_chain.py::test_pipeline PASSED [ 24%] tests/test_chain.py::test_args_and_chain PASSED [ 24%] tests/test_chain.py::test_multicommand_arg_behavior PASSED [ 24%] tests/test_chain.py::test_multicommand_chaining XFAIL [ 25%] tests/test_commands.py::test_other_command_invoke PASSED [ 25%] tests/test_commands.py::test_other_command_forward PASSED [ 25%] tests/test_commands.py::test_auto_shorthelp PASSED [ 26%] tests/test_commands.py::test_no_args_is_help PASSED [ 26%] tests/test_commands.py::test_default_maps PASSED [ 26%] tests/test_commands.py::test_group_with_args PASSED [ 27%] tests/test_commands.py::test_base_command PASSED [ 27%] tests/test_commands.py::test_object_propagation PASSED [ 27%] tests/test_commands.py::test_other_command_invoke_with_defaults PASSED [ 28%] tests/test_commands.py::test_invoked_subcommand PASSED [ 28%] tests/test_commands.py::test_unprocessed_options PASSED [ 28%] tests/test_commands.py::test_deprecated_in_help_messages PASSED [ 29%] tests/test_commands.py::test_deprecated_in_invocation PASSED [ 29%] tests/test_compat.py::test_legacy_callbacks PASSED [ 29%] tests/test_compat.py::test_bash_func_name PASSED [ 30%] tests/test_compat.py::test_zsh_func_name PASSED [ 30%] tests/test_compat.py::test_is_jupyter_kernel_output PASSED [ 30%] tests/test_context.py::test_ensure_context_objects PASSED [ 31%] tests/test_context.py::test_get_context_objects PASSED [ 31%] tests/test_context.py::test_get_context_objects_no_ensuring PASSED [ 31%] tests/test_context.py::test_get_context_objects_missing PASSED [ 32%] tests/test_context.py::test_multi_enter PASSED [ 32%] tests/test_context.py::test_global_context_object PASSED [ 32%] tests/test_context.py::test_context_meta PASSED [ 33%] tests/test_context.py::test_context_pushing PASSED [ 33%] tests/test_context.py::test_pass_obj PASSED [ 33%] tests/test_context.py::test_close_before_pop PASSED [ 34%] tests/test_context.py::test_make_pass_decorator_args PASSED [ 34%] tests/test_context.py::test_exit_not_standalone PASSED [ 34%] tests/test_defaults.py::test_basic_defaults PASSED [ 35%] tests/test_defaults.py::test_multiple_defaults PASSED [ 35%] tests/test_defaults.py::test_nargs_plus_multiple PASSED [ 35%] tests/test_formatting.py::test_basic_functionality PASSED [ 36%] tests/test_formatting.py::test_wrapping_long_options_strings PASSED [ 36%] tests/test_formatting.py::test_wrapping_long_command_name PASSED [ 36%] tests/test_formatting.py::test_formatting_empty_help_lines PASSED [ 37%] tests/test_formatting.py::test_formatting_usage_error PASSED [ 37%] tests/test_formatting.py::test_formatting_usage_error_metavar_missing_arg PASSED [ 37%] tests/test_formatting.py::test_formatting_usage_error_metavar_bad_arg PASSED [ 38%] tests/test_formatting.py::test_formatting_usage_error_nested PASSED [ 38%] tests/test_formatting.py::test_formatting_usage_error_no_help PASSED [ 38%] tests/test_formatting.py::test_formatting_usage_custom_help PASSED [ 39%] tests/test_formatting.py::test_formatting_custom_type_metavar PASSED [ 39%] tests/test_formatting.py::test_truncating_docstring PASSED [ 39%] tests/test_formatting.py::test_global_show_default PASSED [ 40%] tests/test_formatting.py::test_formatting_usage_multiline_option_padding PASSED [ 40%] tests/test_formatting.py::test_formatting_usage_no_option_padding PASSED [ 40%] tests/test_imports.py::test_light_imports PASSED [ 41%] tests/test_normalization.py::test_option_normalization PASSED [ 41%] tests/test_normalization.py::test_choice_normalization PASSED [ 41%] tests/test_normalization.py::test_command_normalization PASSED [ 42%] tests/test_options.py::test_prefixes PASSED [ 42%] tests/test_options.py::test_invalid_option PASSED [ 42%] tests/test_options.py::test_invalid_nargs PASSED [ 43%] tests/test_options.py::test_nargs_tup_composite_mult PASSED [ 43%] tests/test_options.py::test_counting PASSED [ 43%] tests/test_options.py::test_unknown_options[--foo] PASSED [ 44%] tests/test_options.py::test_unknown_options[-f] PASSED [ 44%] tests/test_options.py::test_multiple_required PASSED [ 44%] tests/test_options.py::test_empty_envvar PASSED [ 45%] tests/test_options.py::test_multiple_envvar PASSED [ 45%] tests/test_options.py::test_multiple_default_help PASSED [ 45%] tests/test_options.py::test_multiple_default_type PASSED [ 46%] tests/test_options.py::test_dynamic_default_help_unset PASSED [ 46%] tests/test_options.py::test_dynamic_default_help_text PASSED [ 46%] tests/test_options.py::test_toupper_envvar_prefix PASSED [ 47%] tests/test_options.py::test_nargs_envvar PASSED [ 47%] tests/test_options.py::test_show_envvar PASSED [ 47%] tests/test_options.py::test_show_envvar_auto_prefix PASSED [ 48%] tests/test_options.py::test_show_envvar_auto_prefix_dash_in_command PASSED [ 48%] tests/test_options.py::test_custom_validation PASSED [ 48%] tests/test_options.py::test_winstyle_options PASSED [ 49%] tests/test_options.py::test_legacy_options PASSED [ 49%] tests/test_options.py::test_missing_option_string_cast PASSED [ 49%] tests/test_options.py::test_missing_choice PASSED [ 50%] tests/test_options.py::test_case_insensitive_choice PASSED [ 50%] tests/test_options.py::test_case_insensitive_choice_returned_exactly PASSED [ 50%] tests/test_options.py::test_option_help_preserve_paragraphs PASSED [ 51%] tests/test_options.py::test_argument_custom_class PASSED [ 51%] tests/test_options.py::test_option_custom_class PASSED [ 51%] tests/test_options.py::test_option_custom_class_reusable PASSED [ 52%] tests/test_options.py::test_bool_flag_with_type PASSED [ 52%] tests/test_options.py::test_aliases_for_flags PASSED [ 52%] tests/test_options.py::test_option_names[option_args0-aggressive] PASSED [ 53%] tests/test_options.py::test_option_names[option_args1-first] PASSED [ 53%] tests/test_options.py::test_option_names[option_args2-apple] PASSED [ 53%] tests/test_options.py::test_option_names[option_args3-cantaloupe] PASSED [ 54%] tests/test_options.py::test_option_names[option_args4-a] PASSED [ 54%] tests/test_options.py::test_option_names[option_args5-c] PASSED [ 54%] tests/test_options.py::test_option_names[option_args6-apple] PASSED [ 55%] tests/test_options.py::test_option_names[option_args7-cantaloupe] PASSED [ 55%] tests/test_options.py::test_option_names[option_args8-_from] PASSED [ 55%] tests/test_options.py::test_option_names[option_args9-_ret] PASSED [ 56%] tests/test_termui.py::test_progressbar_strip_regression PASSED [ 56%] tests/test_termui.py::test_progressbar_length_hint PASSED [ 56%] tests/test_termui.py::test_progressbar_hidden PASSED [ 57%] tests/test_termui.py::test_progressbar_time_per_iteration[avg0-0.0] PASSED [ 57%] tests/test_termui.py::test_progressbar_time_per_iteration[avg1-2.5] PASSED [ 57%] tests/test_termui.py::test_progressbar_eta[False-5] PASSED [ 58%] tests/test_termui.py::test_progressbar_eta[True-0] PASSED [ 58%] tests/test_termui.py::test_progressbar_format_eta[0-00:00:00] PASSED [ 58%] tests/test_termui.py::test_progressbar_format_eta[30-00:00:30] PASSED [ 59%] tests/test_termui.py::test_progressbar_format_eta[90-00:01:30] PASSED [ 59%] tests/test_termui.py::test_progressbar_format_eta[900-00:15:00] PASSED [ 59%] tests/test_termui.py::test_progressbar_format_eta[9000-02:30:00] PASSED [ 60%] tests/test_termui.py::test_progressbar_format_eta[99999999999-1157407d 09:46:39] PASSED [ 60%] tests/test_termui.py::test_progressbar_format_eta[None-] PASSED [ 60%] tests/test_termui.py::test_progressbar_format_pos[0-5] PASSED [ 61%] tests/test_termui.py::test_progressbar_format_pos[-1-1] PASSED [ 61%] tests/test_termui.py::test_progressbar_format_pos[5-5] PASSED [ 61%] tests/test_termui.py::test_progressbar_format_pos[6-5] PASSED [ 62%] tests/test_termui.py::test_progressbar_format_pos[4-0] PASSED [ 62%] tests/test_termui.py::test_progressbar_format_bar[8-False-7-0-#######-] PASSED [ 62%] tests/test_termui.py::test_progressbar_format_bar[0-True-8-0-########] PASSED [ 63%] tests/test_termui.py::test_progressbar_format_bar[0-False-8-0---------] PASSED [ 63%] tests/test_termui.py::test_progressbar_format_bar[0-False-5-3-#-------] PASSED [ 63%] tests/test_termui.py::test_progressbar_format_progress_line[0-True-True-True-0- [--------] 0/0 0%] PASSED [ 64%] tests/test_termui.py::test_progressbar_format_progress_line[0-True-False-True-0- [--------] 0/0] PASSED [ 64%] tests/test_termui.py::test_progressbar_format_progress_line[0-True-False-False-0- [--------]] PASSED [ 64%] tests/test_termui.py::test_progressbar_format_progress_line[0-False-False-False-0- [--------]] PASSED [ 65%] tests/test_termui.py::test_progressbar_format_progress_line[8-True-True-True-8- [########] 8/8 100%] PASSED [ 65%] tests/test_termui.py::test_progressbar_format_progress_line_with_show_func[test] PASSED [ 65%] tests/test_termui.py::test_progressbar_format_progress_line_with_show_func[None] PASSED [ 66%] tests/test_termui.py::test_progressbar_init_exceptions PASSED [ 66%] tests/test_termui.py::test_progressbar_iter_outside_with_exceptions PASSED [ 66%] tests/test_termui.py::test_progressbar_is_iterator PASSED [ 67%] tests/test_termui.py::test_choices_list_in_prompt PASSED [ 67%] tests/test_termui.py::test_file_prompt_default_format[file_kwargs0] PASSED [ 67%] tests/test_termui.py::test_file_prompt_default_format[file_kwargs1] PASSED [ 68%] tests/test_termui.py::test_file_prompt_default_format[file_kwargs2] PASSED [ 68%] tests/test_termui.py::test_secho PASSED [ 68%] tests/test_termui.py::test_progressbar_yields_all_items PASSED [ 69%] tests/test_termui.py::test_progressbar_update PASSED [ 69%] tests/test_termui.py::test_getchar_windows[True-h] SKIPPED (Tests us...) [ 69%] tests/test_termui.py::test_getchar_windows[True-H] SKIPPED (Tests us...) [ 70%] tests/test_termui.py::test_getchar_windows[True-\xe9] SKIPPED (Tests...) [ 70%] tests/test_termui.py::test_getchar_windows[True-\xc0] SKIPPED (Tests...) [ 70%] tests/test_termui.py::test_getchar_windows[True- ] SKIPPED (Tests us...) [ 71%] tests/test_termui.py::test_getchar_windows[True-\u5b57] SKIPPED (Tes...) [ 71%] tests/test_termui.py::test_getchar_windows[True-\xe0H] SKIPPED (Test...) [ 71%] tests/test_termui.py::test_getchar_windows[True-\xe0R] SKIPPED (Test...) [ 72%] tests/test_termui.py::test_getchar_windows[False-h] SKIPPED (Tests u...) [ 72%] tests/test_termui.py::test_getchar_windows[False-H] SKIPPED (Tests u...) [ 72%] tests/test_termui.py::test_getchar_windows[False-\xe9] SKIPPED (Test...) [ 73%] tests/test_termui.py::test_getchar_windows[False-\xc0] SKIPPED (Test...) [ 73%] tests/test_termui.py::test_getchar_windows[False- ] SKIPPED (Tests u...) [ 73%] tests/test_termui.py::test_getchar_windows[False-\u5b57] SKIPPED (Te...) [ 74%] tests/test_termui.py::test_getchar_windows[False-\xe0H] SKIPPED (Tes...) [ 74%] tests/test_termui.py::test_getchar_windows[False-\xe0R] SKIPPED (Tes...) [ 74%] tests/test_termui.py::test_getchar_special_key_windows[\x00-a] SKIPPED [ 75%] tests/test_termui.py::test_getchar_special_key_windows[\x00-b] SKIPPED [ 75%] tests/test_termui.py::test_getchar_special_key_windows[\xe0-c] SKIPPED [ 75%] tests/test_termui.py::test_getchar_windows_exceptions[\x03-KeyboardInterrupt] SKIPPED [ 76%] tests/test_termui.py::test_getchar_windows_exceptions[\x1a-EOFError] SKIPPED [ 76%] tests/test_testing.py::test_runner PASSED [ 76%] tests/test_testing.py::test_runner_with_stream PASSED [ 77%] tests/test_testing.py::test_prompts PASSED [ 77%] tests/test_testing.py::test_getchar PASSED [ 77%] tests/test_testing.py::test_catch_exceptions PASSED [ 78%] tests/test_testing.py::test_with_color PASSED [ 78%] tests/test_testing.py::test_with_color_but_pause_not_blocking PASSED [ 78%] tests/test_testing.py::test_exit_code_and_output_from_sys_exit PASSED [ 79%] tests/test_testing.py::test_env PASSED [ 79%] tests/test_testing.py::test_stderr PASSED [ 79%] tests/test_testing.py::test_args[None-bar\n] PASSED [ 80%] tests/test_testing.py::test_args[args1-bar\n] PASSED [ 80%] tests/test_testing.py::test_args[-bar\n] PASSED [ 80%] tests/test_testing.py::test_args[args3-one two\n] PASSED [ 81%] tests/test_testing.py::test_args[--foo "one two"-one two\n] PASSED [ 81%] tests/test_testing.py::test_setting_prog_name_in_extra PASSED [ 81%] tests/test_utils.py::test_echo PASSED [ 82%] tests/test_utils.py::test_echo_custom_file PASSED [ 82%] tests/test_utils.py::test_styling[styles0-\x1b[30mx y\x1b[0m] PASSED [ 82%] tests/test_utils.py::test_styling[styles1-\x1b[31mx y\x1b[0m] PASSED [ 83%] tests/test_utils.py::test_styling[styles2-\x1b[32mx y\x1b[0m] PASSED [ 83%] tests/test_utils.py::test_styling[styles3-\x1b[33mx y\x1b[0m] PASSED [ 83%] tests/test_utils.py::test_styling[styles4-\x1b[34mx y\x1b[0m] PASSED [ 84%] tests/test_utils.py::test_styling[styles5-\x1b[35mx y\x1b[0m] PASSED [ 84%] tests/test_utils.py::test_styling[styles6-\x1b[36mx y\x1b[0m] PASSED [ 84%] tests/test_utils.py::test_styling[styles7-\x1b[37mx y\x1b[0m] PASSED [ 85%] tests/test_utils.py::test_styling[styles8-\x1b[40mx y\x1b[0m] PASSED [ 85%] tests/test_utils.py::test_styling[styles9-\x1b[41mx y\x1b[0m] PASSED [ 85%] tests/test_utils.py::test_styling[styles10-\x1b[42mx y\x1b[0m] PASSED [ 86%] tests/test_utils.py::test_styling[styles11-\x1b[43mx y\x1b[0m] PASSED [ 86%] tests/test_utils.py::test_styling[styles12-\x1b[44mx y\x1b[0m] PASSED [ 86%] tests/test_utils.py::test_styling[styles13-\x1b[45mx y\x1b[0m] PASSED [ 87%] tests/test_utils.py::test_styling[styles14-\x1b[46mx y\x1b[0m] PASSED [ 87%] tests/test_utils.py::test_styling[styles15-\x1b[47mx y\x1b[0m] PASSED [ 87%] tests/test_utils.py::test_styling[styles16-\x1b[5mx y\x1b[0m] PASSED [ 88%] tests/test_utils.py::test_styling[styles17-\x1b[4mx y\x1b[0m] PASSED [ 88%] tests/test_utils.py::test_styling[styles18-\x1b[1mx y\x1b[0m] PASSED [ 88%] tests/test_utils.py::test_styling[styles19-\x1b[2mx y\x1b[0m] PASSED [ 89%] tests/test_utils.py::test_unstyle_other_ansi[\x1b[?25lx y\x1b[?25h-x y] PASSED [ 89%] tests/test_utils.py::test_filename_formatting PASSED [ 89%] tests/test_utils.py::test_prompts PASSED [ 90%] tests/test_utils.py::test_prompts_abort PASSED [ 90%] tests/test_utils.py::test_echo_via_pager[test0-cat] PASSED [ 90%] tests/test_utils.py::test_echo_via_pager[test0-cat 0] PASSED [ 91%] tests/test_utils.py::test_echo_via_pager[test0-cat 1] PASSED [ 91%] tests/test_utils.py::test_echo_via_pager[test1-cat] PASSED [ 91%] tests/test_utils.py::test_echo_via_pager[test1-cat 0] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test1-cat 1] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test2-cat] PASSED [ 92%] tests/test_utils.py::test_echo_via_pager[test2-cat 0] PASSED [ 93%] tests/test_utils.py::test_echo_via_pager[test2-cat 1] PASSED [ 93%] tests/test_utils.py::test_echo_via_pager[test3-cat] PASSED [ 93%] tests/test_utils.py::test_echo_via_pager[test3-cat 0] PASSED [ 94%] tests/test_utils.py::test_echo_via_pager[test3-cat 1] PASSED [ 94%] tests/test_utils.py::test_echo_via_pager[test4-cat] PASSED [ 94%] tests/test_utils.py::test_echo_via_pager[test4-cat 0] PASSED [ 95%] tests/test_utils.py::test_echo_via_pager[test4-cat 1] PASSED [ 95%] tests/test_utils.py::test_echo_color_flag PASSED [ 95%] tests/test_utils.py::test_echo_writing_to_standard_error PASSED [ 96%] tests/test_utils.py::test_open_file PASSED [ 96%] tests/test_utils.py::test_open_file_ignore_errors_stdin PASSED [ 96%] tests/test_utils.py::test_open_file_respects_ignore PASSED [ 97%] tests/test_utils.py::test_open_file_ignore_invalid_utf8 PASSED [ 97%] tests/test_utils.py::test_open_file_ignore_no_encoding PASSED [ 97%] tests/test_utils.py::test_open_file_atomic_permissions_existing_file[256] PASSED [ 98%] tests/test_utils.py::test_open_file_atomic_permissions_existing_file[292] PASSED [ 98%] tests/test_utils.py::test_open_file_atomic_permissions_existing_file[384] PASSED [ 98%] tests/test_utils.py::test_open_file_atomic_permissions_existing_file[420] PASSED [ 99%] tests/test_utils.py::test_open_file_atomic_permissions_new_file PASSED [ 99%] tests/test_utils.py::test_iter_keepopenfile PASSED [ 99%] tests/test_utils.py::test_iter_lazyfile PASSED [100%] ================== 278 passed, 21 skipped, 1 xfailed in 2.60s ================== >>> py3-click: Entering fakeroot... running install running build running build_py running egg_info writing src/click.egg-info/PKG-INFO writing dependency_links to src/click.egg-info/dependency_links.txt writing top-level names to src/click.egg-info/top_level.txt reading manifest file 'src/click.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' writing manifest file 'src/click.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-click/pkg creating /home/buildozer/aports/community/py3-click/pkg/py3-click creating /home/buildozer/aports/community/py3-click/pkg/py3-click/usr creating /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib creating /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8 creating /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages creating /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/globals.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/_compat.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/_unicodefun.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/utils.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/_textwrap.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/_bashcomplete.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/testing.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click creating /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/core.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/_compat.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/formatting.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/parser.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/termui.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/exceptions.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/_unicodefun.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/_textwrap.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/decorators.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/_bashcomplete.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/utils.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/__init__.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/_termui_impl.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/globals.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/types.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__pycache__/testing.cpython-38.pyc -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/__pycache__ copying build/lib/click/__init__.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/termui.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/_winconsole.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/core.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/_termui_impl.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/parser.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/decorators.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/formatting.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/exceptions.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click copying build/lib/click/types.py -> /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click byte-compiling /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click/_winconsole.py to _winconsole.cpython-38.pyc running install_egg_info Copying src/click.egg-info to /home/buildozer/aports/community/py3-click/pkg/py3-click/usr/lib/python3.8/site-packages/click-7.1.2-py3.8.egg-info running install_scripts >>> py3-click*: Running postcheck for py3-click >>> py3-click*: Preparing package py3-click... >>> py3-click*: Tracing dependencies... >>> py3-click*: Package size: 616.0 KB >>> py3-click*: Compressing data... >>> py3-click*: Create checksum... >>> py3-click*: Create py3-click-7.1.2-r0.apk >>> py3-click: Build complete at Sat, 19 Dec 2020 19:09:31 +0000 elapsed time 0h 0m 11s >>> py3-click: Cleaning up srcdir >>> py3-click: Cleaning up pkgdir >>> py3-click: Uninstalling dependencies... (1/23) Purging .makedepends-py3-click (20201219.190926) (2/23) Purging py3-pytest (6.2.1-r0) (3/23) Purging py3-atomicwrites (1.4.0-r0) (4/23) Purging py3-attrs (20.3.0-r0) (5/23) Purging py3-more-itertools (8.6.0-r0) (6/23) Purging py3-iniconfig (1.1.1-r0) (7/23) Purging py3-pluggy (0.13.1-r1) (8/23) Purging py3-py (1.10.0-r0) (9/23) Purging py3-wcwidth (0.2.5-r0) (10/23) Purging py3-setuptools (51.0.0-r0) (11/23) Purging py3-ordered-set (4.0.2-r0) (12/23) Purging py3-appdirs (1.4.4-r1) (13/23) Purging py3-packaging (20.8-r0) (14/23) Purging py3-parsing (2.4.7-r1) (15/23) Purging py3-six (1.15.0-r0) (16/23) Purging py3-toml (0.10.2-r0) (17/23) Purging python3 (3.8.6-r0) (18/23) Purging libbz2 (1.0.8-r1) (19/23) Purging libffi (3.3-r2) (20/23) Purging gdbm (1.18.1-r0) (21/23) Purging xz-libs (5.2.5-r0) (22/23) Purging readline (8.0.4-r0) (23/23) Purging sqlite-libs (3.34.0-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> py3-click: Updating the community/x86 repository index... >>> py3-click: Signing the index...