>>> yamllint: Building community/yamllint 1.23.0-r0 (using abuild 3.7.0_rc1-r1) started Sat, 19 Dec 2020 12:40:30 +0000 >>> yamllint: Checking sanity of /home/buildozer/aports/community/yamllint/APKBUILD... >>> yamllint: Analyzing dependencies... >>> yamllint: Installing for build: build-base python3 py3-pathspec py3-setuptools py3-yaml (1/17) Installing libbz2 (1.0.8-r1) (2/17) Installing libffi (3.3-r2) (3/17) Installing gdbm (1.18.1-r0) (4/17) Installing xz-libs (5.2.5-r0) (5/17) Installing readline (8.0.4-r0) (6/17) Installing sqlite-libs (3.34.0-r0) (7/17) Installing python3 (3.8.6-r0) (8/17) Installing py3-pathspec (0.8.1-r0) (9/17) Installing py3-ordered-set (4.0.2-r0) (10/17) Installing py3-appdirs (1.4.4-r1) (11/17) Installing py3-parsing (2.4.7-r1) (12/17) Installing py3-six (1.15.0-r0) (13/17) Installing py3-packaging (20.8-r0) (14/17) Installing py3-setuptools (51.0.0-r0) (15/17) Installing yaml (0.2.5-r0) (16/17) Installing py3-yaml (5.3.1-r1) (17/17) Installing .makedepends-yamllint (20201219.124037) Executing busybox-1.32.0-r8.trigger OK: 361 MiB in 103 packages >>> yamllint: Cleaning up srcdir >>> yamllint: Cleaning up pkgdir >>> yamllint: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/yamllint-1.23.0.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 117k 100 117k 0 0 1728k 0 --:--:-- --:--:-- --:--:-- 1728k >>> yamllint: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/yamllint-1.23.0.tar.gz >>> yamllint: Checking sha512sums... yamllint-1.23.0.tar.gz: OK >>> yamllint: Unpacking /var/cache/distfiles/v3.13/yamllint-1.23.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/yamllint copying yamllint/cli.py -> build/lib/yamllint copying yamllint/__init__.py -> build/lib/yamllint copying yamllint/__main__.py -> build/lib/yamllint copying yamllint/parser.py -> build/lib/yamllint copying yamllint/config.py -> build/lib/yamllint copying yamllint/linter.py -> build/lib/yamllint creating build/lib/yamllint/rules copying yamllint/rules/commas.py -> build/lib/yamllint/rules copying yamllint/rules/document_end.py -> build/lib/yamllint/rules copying yamllint/rules/key_ordering.py -> build/lib/yamllint/rules copying yamllint/rules/truthy.py -> build/lib/yamllint/rules copying yamllint/rules/key_duplicates.py -> build/lib/yamllint/rules copying yamllint/rules/document_start.py -> build/lib/yamllint/rules copying yamllint/rules/octal_values.py -> build/lib/yamllint/rules copying yamllint/rules/indentation.py -> build/lib/yamllint/rules copying yamllint/rules/empty_lines.py -> build/lib/yamllint/rules copying yamllint/rules/brackets.py -> build/lib/yamllint/rules copying yamllint/rules/__init__.py -> build/lib/yamllint/rules copying yamllint/rules/trailing_spaces.py -> build/lib/yamllint/rules copying yamllint/rules/quoted_strings.py -> build/lib/yamllint/rules copying yamllint/rules/line_length.py -> build/lib/yamllint/rules copying yamllint/rules/colons.py -> build/lib/yamllint/rules copying yamllint/rules/empty_values.py -> build/lib/yamllint/rules copying yamllint/rules/new_line_at_end_of_file.py -> build/lib/yamllint/rules copying yamllint/rules/hyphens.py -> build/lib/yamllint/rules copying yamllint/rules/new_lines.py -> build/lib/yamllint/rules copying yamllint/rules/comments.py -> build/lib/yamllint/rules copying yamllint/rules/braces.py -> build/lib/yamllint/rules copying yamllint/rules/common.py -> build/lib/yamllint/rules copying yamllint/rules/comments_indentation.py -> build/lib/yamllint/rules creating build/lib/yamllint/conf copying yamllint/conf/default.yaml -> build/lib/yamllint/conf copying yamllint/conf/relaxed.yaml -> build/lib/yamllint/conf 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. running egg_info creating yamllint.egg-info writing yamllint.egg-info/PKG-INFO writing dependency_links to yamllint.egg-info/dependency_links.txt writing entry points to yamllint.egg-info/entry_points.txt writing requirements to yamllint.egg-info/requires.txt writing top-level names to yamllint.egg-info/top_level.txt writing manifest file 'yamllint.egg-info/SOURCES.txt' reading manifest file 'yamllint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'yamllint.egg-info/SOURCES.txt' running build_ext test_check_keys_disabled (tests.rules.test_truthy.TruthyTestCase) ... ok test_combined_allowed_values (tests.rules.test_truthy.TruthyTestCase) ... ok test_different_allowed_values (tests.rules.test_truthy.TruthyTestCase) ... ok test_disabled (tests.rules.test_truthy.TruthyTestCase) ... ok test_enabled (tests.rules.test_truthy.TruthyTestCase) ... ok test_explicit_types (tests.rules.test_truthy.TruthyTestCase) ... ok test_no_allowed_values (tests.rules.test_truthy.TruthyTestCase) ... ok test_disabled (tests.rules.test_trailing_spaces.TrailingSpacesTestCase) ... ok test_enabled (tests.rules.test_trailing_spaces.TrailingSpacesTestCase) ... ok test_with_dos_new_lines (tests.rules.test_trailing_spaces.TrailingSpacesTestCase) ... ok test_disabled (tests.rules.test_new_lines.NewLinesTestCase) ... ok test_dos_type (tests.rules.test_new_lines.NewLinesTestCase) ... ok test_unix_type (tests.rules.test_new_lines.NewLinesTestCase) ... ok test_accents (tests.rules.test_key_ordering.KeyOrderingTestCase) ... ok test_case (tests.rules.test_key_ordering.KeyOrderingTestCase) ... ok test_disabled (tests.rules.test_key_ordering.KeyOrderingTestCase) ... ok test_enabled (tests.rules.test_key_ordering.KeyOrderingTestCase) ... ok test_key_duplicates (tests.rules.test_key_ordering.KeyOrderingTestCase) ... ok test_key_tokens_in_flow_sequences (tests.rules.test_key_ordering.KeyOrderingTestCase) ... ok test_word_length (tests.rules.test_key_ordering.KeyOrderingTestCase) ... ok test_disabled (tests.rules.test_document_end.DocumentEndTestCase) ... ok test_forbidden (tests.rules.test_document_end.DocumentEndTestCase) ... ok test_multiple_documents (tests.rules.test_document_end.DocumentEndTestCase) ... ok test_required (tests.rules.test_document_end.DocumentEndTestCase) ... ok test_default (tests.rules.test_line_length.LineLengthTestCase) ... ok test_disabled (tests.rules.test_line_length.LineLengthTestCase) ... ok test_max_length_10 (tests.rules.test_line_length.LineLengthTestCase) ... ok test_non_breakable_inline_mappings (tests.rules.test_line_length.LineLengthTestCase) ... ok test_non_breakable_word (tests.rules.test_line_length.LineLengthTestCase) ... ok test_spaces (tests.rules.test_line_length.LineLengthTestCase) ... ok test_unicode (tests.rules.test_line_length.LineLengthTestCase) ... ok test_with_dos_newlines (tests.rules.test_line_length.LineLengthTestCase) ... ok test_get_line_indent (tests.rules.test_common.CommonTestCase) ... ok test_both (tests.rules.test_comments.CommentsTestCase) ... ok test_disabled (tests.rules.test_comments.CommentsTestCase) ... ok test_empty_comment (tests.rules.test_comments.CommentsTestCase) ... ok test_first_line (tests.rules.test_comments.CommentsTestCase) ... ok test_ignore_shebang (tests.rules.test_comments.CommentsTestCase) ... ok test_last_line (tests.rules.test_comments.CommentsTestCase) ... ok test_multi_line_scalar (tests.rules.test_comments.CommentsTestCase) ... ok test_shebang (tests.rules.test_comments.CommentsTestCase) ... ok test_spaces_from_content (tests.rules.test_comments.CommentsTestCase) ... ok test_starting_space (tests.rules.test_comments.CommentsTestCase) ... ok test_disabled (tests.rules.test_new_line_at_end_of_file.NewLineAtEndOfFileTestCase) ... ok test_enabled (tests.rules.test_new_line_at_end_of_file.NewLineAtEndOfFileTestCase) ... ok test_disabled (tests.rules.test_hyphens.HyphenTestCase) ... ok test_enabled (tests.rules.test_hyphens.HyphenTestCase) ... ok test_max_3 (tests.rules.test_hyphens.HyphenTestCase) ... ok test_anchors (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_flows (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_flows_imbrication (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_non_indented_sequences (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_simple_mapping (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_simple_sequence (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_tags (tests.rules.test_indentation.IndentationStackTestCase) ... ok test_anchors (tests.rules.test_indentation.IndentationTestCase) ... ok test_broken_flows (tests.rules.test_indentation.IndentationTestCase) ... ok test_clear_sequence_item (tests.rules.test_indentation.IndentationTestCase) ... ok test_cleared_flows (tests.rules.test_indentation.IndentationTestCase) ... ok test_consistent_spaces (tests.rules.test_indentation.IndentationTestCase) ... ok test_consistent_spaces_and_indent_sequences (tests.rules.test_indentation.IndentationTestCase) ... ok test_direct_flows (tests.rules.test_indentation.IndentationTestCase) ... ok test_disabled (tests.rules.test_indentation.IndentationTestCase) ... ok test_empty_value (tests.rules.test_indentation.IndentationTestCase) ... ok test_explicit_block_mappings (tests.rules.test_indentation.IndentationTestCase) ... ok test_first_line (tests.rules.test_indentation.IndentationTestCase) ... ok test_flows_imbrication (tests.rules.test_indentation.IndentationTestCase) ... ok test_indent_sequences_consistent (tests.rules.test_indentation.IndentationTestCase) ... ok test_indent_sequences_whatever (tests.rules.test_indentation.IndentationTestCase) ... ok test_multi_lines (tests.rules.test_indentation.IndentationTestCase) ... ok test_nested_collections (tests.rules.test_indentation.IndentationTestCase) ... ok test_one_space (tests.rules.test_indentation.IndentationTestCase) ... ok test_over_indented (tests.rules.test_indentation.IndentationTestCase) ... ok test_return (tests.rules.test_indentation.IndentationTestCase) ... ok test_tags (tests.rules.test_indentation.IndentationTestCase) ... ok test_three_spaces (tests.rules.test_indentation.IndentationTestCase) ... ok test_two_spaces (tests.rules.test_indentation.IndentationTestCase) ... ok test_under_indented (tests.rules.test_indentation.IndentationTestCase) ... ok test_basics_folded_style (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_basics_literal_style (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_basics_plain (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_basics_quoted (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_check_multi_line_folded_style (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_check_multi_line_literal_style (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_check_multi_line_plain (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_check_multi_line_quoted (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_consistent (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_paragraph_double_quoted (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_paragraph_folded (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_paragraph_literal (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_paragraph_plain (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_paragraph_single_quoted (tests.rules.test_indentation.ScalarIndentationTestCase) ... ok test_directives (tests.rules.test_document_start.DocumentStartTestCase) ... ok test_disabled (tests.rules.test_document_start.DocumentStartTestCase) ... ok test_forbidden (tests.rules.test_document_start.DocumentStartTestCase) ... ok test_multiple_documents (tests.rules.test_document_start.DocumentStartTestCase) ... ok test_required (tests.rules.test_document_start.DocumentStartTestCase) ... ok test_0_empty_lines (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_10_empty_lines (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_disabled (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_empty_document (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_empty_lines_at_end (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_empty_lines_at_start (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_spaces (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_with_dos_newlines (tests.rules.test_empty_lines.EmptyLinesTestCase) ... ok test_disabled (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_block_mappings_all_lines (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_block_mappings_comments (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_block_mappings_different_level (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_block_mappings_disabled (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_block_mappings_empty_block_sequence (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_block_mappings_empty_flow_mapping (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_block_mappings_explicit_end_of_document (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_block_mappings_not_empty_or_explicit_null (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_block_mappings_not_end_of_document (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_block_mappings_single_line (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_block_mappings_various_explicit_null (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_flow_mappings_comments (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_flow_mappings_disabled (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_flow_mappings_multi_line (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_flow_mappings_single_line (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_in_flow_mappings_various_explicit_null (tests.rules.test_empty_values.EmptyValuesTestCase) ... ok test_after_max (tests.rules.test_commas.CommaTestCase) ... ok test_after_max_3 (tests.rules.test_commas.CommaTestCase) ... ok test_after_min (tests.rules.test_commas.CommaTestCase) ... ok test_before_max (tests.rules.test_commas.CommaTestCase) ... ok test_before_max_3 (tests.rules.test_commas.CommaTestCase) ... ok test_before_max_with_comma_on_new_line (tests.rules.test_commas.CommaTestCase) ... ok test_both_before_and_after (tests.rules.test_commas.CommaTestCase) ... ok test_disabled (tests.rules.test_commas.CommaTestCase) ... ok test_disabled (tests.rules.test_octal_values.OctalValuesTestCase) ... ok test_explicit_octal_values (tests.rules.test_octal_values.OctalValuesTestCase) ... ok test_implicit_octal_values (tests.rules.test_octal_values.OctalValuesTestCase) ... ok test_disabled (tests.rules.test_key_duplicates.KeyDuplicatesTestCase) ... ok test_enabled (tests.rules.test_key_duplicates.KeyDuplicatesTestCase) ... ok test_key_tokens_in_flow_sequences (tests.rules.test_key_duplicates.KeyDuplicatesTestCase) ... ok test_after_do_not_confound_with_trailing_space (tests.rules.test_colons.ColonTestCase) ... ok test_after_enabled (tests.rules.test_colons.ColonTestCase) ... ok test_after_enabled_question_mark (tests.rules.test_colons.ColonTestCase) ... ok test_after_max (tests.rules.test_colons.ColonTestCase) ... ok test_after_with_explicit_block_mappings (tests.rules.test_colons.ColonTestCase) ... ok test_before_enabled (tests.rules.test_colons.ColonTestCase) ... ok test_before_max (tests.rules.test_colons.ColonTestCase) ... ok test_before_with_explicit_block_mappings (tests.rules.test_colons.ColonTestCase) ... ok test_both_before_and_after (tests.rules.test_colons.ColonTestCase) ... ok test_disabled (tests.rules.test_colons.ColonTestCase) ... ok test_any_quotes_not_required (tests.rules.test_quoted_strings.QuotedTestCase) ... ok test_disabled (tests.rules.test_quoted_strings.QuotedTestCase) ... ok test_only_when_needed (tests.rules.test_quoted_strings.QuotedTestCase) ... ok test_only_when_needed_corner_cases (tests.rules.test_quoted_strings.QuotedTestCase) ... ok test_only_when_needed_extras (tests.rules.test_quoted_strings.QuotedTestCase) ... ok test_only_when_needed_single_quotes (tests.rules.test_quoted_strings.QuotedTestCase) ... ok test_quote_type_any (tests.rules.test_quoted_strings.QuotedTestCase) ... ok test_quote_type_double (tests.rules.test_quoted_strings.QuotedTestCase) ... ok test_quote_type_single (tests.rules.test_quoted_strings.QuotedTestCase) ... ok test_single_quotes_not_required (tests.rules.test_quoted_strings.QuotedTestCase) ... ok test_disabled (tests.rules.test_brackets.ColonTestCase) ... ok test_max_spaces (tests.rules.test_brackets.ColonTestCase) ... ok test_max_spaces_empty (tests.rules.test_brackets.ColonTestCase) ... ok test_min_and_max_spaces (tests.rules.test_brackets.ColonTestCase) ... ok test_min_and_max_spaces_empty (tests.rules.test_brackets.ColonTestCase) ... ok test_min_spaces (tests.rules.test_brackets.ColonTestCase) ... ok test_min_spaces_empty (tests.rules.test_brackets.ColonTestCase) ... ok test_mixed_empty_nonempty (tests.rules.test_brackets.ColonTestCase) ... ok test_disable (tests.rules.test_comments_indentation.CommentsIndentationTestCase) ... ok test_empty_comment (tests.rules.test_comments_indentation.CommentsIndentationTestCase) ... ok test_enabled (tests.rules.test_comments_indentation.CommentsIndentationTestCase) ... ok test_first_line (tests.rules.test_comments_indentation.CommentsIndentationTestCase) ... ok test_inline_comment (tests.rules.test_comments_indentation.CommentsIndentationTestCase) ... ok test_no_newline_at_end (tests.rules.test_comments_indentation.CommentsIndentationTestCase) ... ok test_disabled (tests.rules.test_braces.ColonTestCase) ... ok test_max_spaces (tests.rules.test_braces.ColonTestCase) ... ok test_max_spaces_empty (tests.rules.test_braces.ColonTestCase) ... ok test_min_and_max_spaces (tests.rules.test_braces.ColonTestCase) ... ok test_min_and_max_spaces_empty (tests.rules.test_braces.ColonTestCase) ... ok test_min_spaces (tests.rules.test_braces.ColonTestCase) ... ok test_min_spaces_empty (tests.rules.test_braces.ColonTestCase) ... ok test_mixed_empty_nonempty (tests.rules.test_braces.ColonTestCase) ... ok test_run_on_bytes (tests.test_linter.LinterTestCase) ... ok test_run_on_int (tests.test_linter.LinterTestCase) ... ok test_run_on_list (tests.test_linter.LinterTestCase) ... ok test_run_on_non_ascii_chars (tests.test_linter.LinterTestCase) ... ok test_run_on_stream (tests.test_linter.LinterTestCase) ... ok test_run_on_string (tests.test_linter.LinterTestCase) ... ok test_run_on_unicode (tests.test_linter.LinterTestCase) ... ok test_example-10.1 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.2 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.3 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.4 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.5 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.6 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.7 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.8 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-10.9 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.1 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.10 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.12 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.13 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.14 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.15 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.16 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.17 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.18 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.19 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.2 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.20 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.21 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.22 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.25 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.26 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.28 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.3 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.4 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.5 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.6 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.7 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.8 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-2.9 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.1 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.11 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.2 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.3 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.4 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.5 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.7 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.8 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-5.9 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.10 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.11 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.13 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.14 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.16 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.23 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.28 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.29 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.4 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.5 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.6 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.7 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.8 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-6.9 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.11 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.13 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.14 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.15 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.16 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.18 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.19 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.20 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.23 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.24 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.4 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.5 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.6 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.7 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.8 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-7.9 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.1 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.10 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.11 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.12 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.13 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.14 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.15 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.16 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.17 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.2 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.20 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.22 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.4 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.5 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.6 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.7 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.8 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-8.9 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-9.1 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-9.2 (tests.test_spec_examples.SpecificationTestCase) ... ok test_example-9.6 (tests.test_spec_examples.SpecificationTestCase) ... ok test_directive_on_itself (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_directive_on_last_line (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_disable_directive (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_disable_directive_with_rules (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_disable_file_directive (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_disable_file_directive_not_at_first_position (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_disable_file_directive_with_dos_lines (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_disable_file_directive_with_syntax_error (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_disable_line_directive (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_disable_line_directive_with_rules (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_indented_directive (tests.test_yamllint_directives.YamllintDirectivesTestCase) ... ok test_run_module_no_args (tests.test_module.ModuleTestCase) ... /home/buildozer/aports/community/yamllint/src/yamllint-1.23.0/tests/test_module.py:50: DeprecationWarning: Please use assertRegex instead. self.assertRegexpMatches(ctx.exception.output.decode(), ok test_run_module_on_bad_dir (tests.test_module.ModuleTestCase) ... ok test_run_module_on_dir (tests.test_module.ModuleTestCase) ... ok test_run_module_on_file (tests.test_module.ModuleTestCase) ... ok test_find_files_recursively (tests.test_cli.CommandLineTestCase) ... ok test_run_auto_output_without_tty_output (tests.test_cli.CommandLineTestCase) ... ok test_run_default_format_output_in_tty (tests.test_cli.CommandLineTestCase) ... ok test_run_default_format_output_without_tty (tests.test_cli.CommandLineTestCase) ... ok test_run_empty_file (tests.test_cli.CommandLineTestCase) ... ok test_run_format_colored (tests.test_cli.CommandLineTestCase) ... ok test_run_multiple_files (tests.test_cli.CommandLineTestCase) ... ok test_run_no_warnings (tests.test_cli.CommandLineTestCase) ... ok test_run_no_warnings_and_strict (tests.test_cli.CommandLineTestCase) ... ok test_run_non_ascii_file (tests.test_cli.CommandLineTestCase) ... ok test_run_non_existing_file (tests.test_cli.CommandLineTestCase) ... /home/buildozer/aports/community/yamllint/src/yamllint-1.23.0/tests/test_cli.py:301: DeprecationWarning: Please use assertRegex instead. self.assertRegexpMatches(ctx.stderr, r'No such file or directory') ok test_run_non_universal_newline (tests.test_cli.CommandLineTestCase) ... ok test_run_one_ok_file (tests.test_cli.CommandLineTestCase) ... ok test_run_one_problem_file (tests.test_cli.CommandLineTestCase) ... ok test_run_one_warning (tests.test_cli.CommandLineTestCase) ... ok test_run_piped_output_nocolor (tests.test_cli.CommandLineTestCase) ... ok test_run_read_from_stdin (tests.test_cli.CommandLineTestCase) ... ok test_run_version (tests.test_cli.CommandLineTestCase) ... ok test_run_warning_in_strict_mode (tests.test_cli.CommandLineTestCase) ... ok test_run_with_bad_arguments (tests.test_cli.CommandLineTestCase) ... ok test_run_with_bad_config (tests.test_cli.CommandLineTestCase) ... ok test_run_with_config_file (tests.test_cli.CommandLineTestCase) ... ok test_run_with_empty_config (tests.test_cli.CommandLineTestCase) ... ok test_run_with_user_global_config_file (tests.test_cli.CommandLineTestCase) ... ok test_empty_flows (tests.test_syntax_errors.YamlLintTestCase) ... ok test_explicit_mapping (tests.test_syntax_errors.YamlLintTestCase) ... ok test_mapping_between_sequences (tests.test_syntax_errors.YamlLintTestCase) ... ok test_sets (tests.test_syntax_errors.YamlLintTestCase) ... ok test_syntax_errors (tests.test_syntax_errors.YamlLintTestCase) ... ok test_line_generator (tests.test_parser.ParserTestCase) ... ok test_token_or_comment_generator (tests.test_parser.ParserTestCase) ... ok test_token_or_comment_or_line_generator (tests.test_parser.ParserTestCase) ... ok test_extend_edit_rule (tests.test_config.ExtendedConfigTestCase) ... ok test_extend_on_file (tests.test_config.ExtendedConfigTestCase) ... ok test_extend_on_object (tests.test_config.ExtendedConfigTestCase) ... ok test_extend_recursive_default_values (tests.test_config.ExtendedConfigTestCase) ... ok test_extend_reenable_rule (tests.test_config.ExtendedConfigTestCase) ... ok test_extend_remove_rule (tests.test_config.ExtendedConfigTestCase) ... ok test_extend_config_disable_rule (tests.test_config.ExtendedLibraryConfigTestCase) ... ok test_extend_config_override_rule_partly (tests.test_config.ExtendedLibraryConfigTestCase) ... ok test_extend_config_override_whole_rule (tests.test_config.ExtendedLibraryConfigTestCase) ... ok test_run_with_ignored_path (tests.test_config.IgnorePathConfigTestCase) ... ok test_enable_disable_keywords (tests.test_config.SimpleConfigTestCase) ... ok test_invalid_conf (tests.test_config.SimpleConfigTestCase) ... ok test_missing_option (tests.test_config.SimpleConfigTestCase) ... ok test_parse_config (tests.test_config.SimpleConfigTestCase) ... ok test_unknown_option (tests.test_config.SimpleConfigTestCase) ... /home/buildozer/aports/community/yamllint/src/yamllint-1.23.0/tests/test_config.py:70: DeprecationWarning: Please use assertRaisesRegex instead. with self.assertRaisesRegexp( ok test_unknown_rule (tests.test_config.SimpleConfigTestCase) ... ok test_validate_rule_conf (tests.test_config.SimpleConfigTestCase) ... ok test_yes_no_for_booleans (tests.test_config.SimpleConfigTestCase) ... ok ---------------------------------------------------------------------- Ran 343 tests in 17.411s OK >>> yamllint: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/community/yamllint/pkg creating /home/buildozer/aports/community/yamllint/pkg/yamllint creating /home/buildozer/aports/community/yamllint/pkg/yamllint/usr creating /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib creating /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8 creating /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages creating /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint copying build/lib/yamllint/cli.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint creating /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/commas.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/document_end.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/key_ordering.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/truthy.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/key_duplicates.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/document_start.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/octal_values.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/indentation.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/empty_lines.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/brackets.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/__init__.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/trailing_spaces.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/quoted_strings.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/line_length.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/colons.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/empty_values.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/new_line_at_end_of_file.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/hyphens.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/new_lines.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/comments.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/braces.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/common.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/rules/comments_indentation.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules copying build/lib/yamllint/__init__.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint copying build/lib/yamllint/__main__.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint creating /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/conf copying build/lib/yamllint/conf/default.yaml -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/conf copying build/lib/yamllint/conf/relaxed.yaml -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/conf copying build/lib/yamllint/parser.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint copying build/lib/yamllint/config.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint copying build/lib/yamllint/linter.py -> /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/cli.py to cli.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/commas.py to commas.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/document_end.py to document_end.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/key_ordering.py to key_ordering.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/truthy.py to truthy.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/key_duplicates.py to key_duplicates.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/document_start.py to document_start.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/octal_values.py to octal_values.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/indentation.py to indentation.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/empty_lines.py to empty_lines.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/brackets.py to brackets.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/trailing_spaces.py to trailing_spaces.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/quoted_strings.py to quoted_strings.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/line_length.py to line_length.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/colons.py to colons.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/empty_values.py to empty_values.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/new_line_at_end_of_file.py to new_line_at_end_of_file.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/hyphens.py to hyphens.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/new_lines.py to new_lines.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/comments.py to comments.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/braces.py to braces.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/common.py to common.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/rules/comments_indentation.py to comments_indentation.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/__main__.py to __main__.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/parser.py to parser.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/config.py to config.cpython-38.pyc byte-compiling /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint/linter.py to linter.cpython-38.pyc running install_egg_info running egg_info writing yamllint.egg-info/PKG-INFO writing dependency_links to yamllint.egg-info/dependency_links.txt writing entry points to yamllint.egg-info/entry_points.txt writing requirements to yamllint.egg-info/requires.txt writing top-level names to yamllint.egg-info/top_level.txt reading manifest file 'yamllint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'yamllint.egg-info/SOURCES.txt' Copying yamllint.egg-info to /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/lib/python3.8/site-packages/yamllint-1.23.0-py3.8.egg-info running install_scripts Installing yamllint script to /home/buildozer/aports/community/yamllint/pkg/yamllint/usr/bin >>> yamllint*: Running postcheck for yamllint >>> yamllint*: Preparing package yamllint... >>> yamllint*: Tracing dependencies... >>> yamllint*: Package size: 396.0 KB >>> yamllint*: Compressing data... >>> yamllint*: Create checksum... >>> yamllint*: Create yamllint-1.23.0-r0.apk >>> yamllint: Build complete at Sat, 19 Dec 2020 12:40:57 +0000 elapsed time 0h 0m 27s >>> yamllint: Cleaning up srcdir >>> yamllint: Cleaning up pkgdir >>> yamllint: Uninstalling dependencies... (1/17) Purging .makedepends-yamllint (20201219.124037) (2/17) Purging py3-pathspec (0.8.1-r0) (3/17) Purging py3-setuptools (51.0.0-r0) (4/17) Purging py3-ordered-set (4.0.2-r0) (5/17) Purging py3-appdirs (1.4.4-r1) (6/17) Purging py3-packaging (20.8-r0) (7/17) Purging py3-parsing (2.4.7-r1) (8/17) Purging py3-six (1.15.0-r0) (9/17) Purging py3-yaml (5.3.1-r1) (10/17) Purging python3 (3.8.6-r0) (11/17) Purging libbz2 (1.0.8-r1) (12/17) Purging libffi (3.3-r2) (13/17) Purging gdbm (1.18.1-r0) (14/17) Purging xz-libs (5.2.5-r0) (15/17) Purging readline (8.0.4-r0) (16/17) Purging sqlite-libs (3.34.0-r0) (17/17) Purging yaml (0.2.5-r0) Executing busybox-1.32.0-r8.trigger OK: 310 MiB in 86 packages >>> yamllint: Updating the community/x86 repository index... >>> yamllint: Signing the index...