>>> py3-pylint: Building community/py3-pylint 4.0.8-r0 (using abuild 3.18.0_rc5-r1) started Sun, 06 Sep 2026 19:47:54 +0000 >>> py3-pylint: Validating /home/buildozer/aports/community/py3-pylint/APKBUILD... >>> py3-pylint: Analyzing dependencies... >>> py3-pylint: Installing for build: build-base py3-astroid~4 py3-dill py3-isort py3-mccabe py3-platformdirs py3-tomlkit py3-gpep517 py3-installer py3-setuptools py3-wheel ( 1/36) Installing libbz2 (1.0.8-r6) ( 2/36) Installing libffi (3.8.0-r0) ( 3/36) Installing xz-libs (5.8.3-r0) ( 4/36) Installing mpdecimal (4.0.1-r0) ( 5/36) Installing libpanelw (6.6_p20260822-r0) ( 6/36) Installing readline (8.3.3-r1) ( 7/36) Installing sqlite-libs (3.53.4-r0) ( 8/36) Installing python3 (3.14.7-r0) ( 9/36) Installing python3-pycache-pyc0 (3.14.7-r0) (10/36) Installing pyc (3.14.7-r0) (11/36) Installing py3-astroid-pyc (4.1.1-r1) (12/36) Installing python3-pyc (3.14.7-r0) (13/36) Installing py3-astroid (4.1.1-r1) (14/36) Installing py3-dill (0.4.1-r1) (15/36) Installing py3-dill-pyc (0.4.1-r1) (16/36) Installing py3-isort (9.0.1-r0) (17/36) Installing py3-isort-pyc (9.0.1-r0) (18/36) Installing py3-mccabe (0.7.0-r5) (19/36) Installing py3-mccabe-pyc (0.7.0-r5) (20/36) Installing py3-platformdirs (4.11.5-r0) (21/36) Installing py3-platformdirs-pyc (4.11.5-r0) (22/36) Installing py3-tomlkit (0.13.3-r1) (23/36) Installing py3-tomlkit-pyc (0.13.3-r1) (24/36) Installing py3-installer (1.0.1-r0) (25/36) Installing py3-installer-pyc (1.0.1-r0) (26/36) Installing py3-gpep517 (20-r0) (27/36) Installing py3-gpep517-pyc (20-r0) (28/36) Installing py3-parsing (3.3.2-r1) (29/36) Installing py3-parsing-pyc (3.3.2-r1) (30/36) Installing py3-packaging (26.2-r0) (31/36) Installing py3-packaging-pyc (26.2-r0) (32/36) Installing py3-setuptools (84.0.0-r0) (33/36) Installing py3-setuptools-pyc (84.0.0-r0) (34/36) Installing py3-wheel (0.48.0-r0) (35/36) Installing py3-wheel-pyc (0.48.0-r0) (36/36) Installing .makedepends-py3-pylint (20260906.194754) Executing busybox-1.38.0-r4.trigger OK: 343.8 MiB in 142 packages >>> py3-pylint: Cleaning up srcdir >>> py3-pylint: Cleaning up pkgdir >>> py3-pylint: Cleaning up tmpdir >>> py3-pylint: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pylint-4.0.8.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-pylint: Fetching py3-pylint-4.0.8.tar.gz::https://github.com/PyCQA/pylint/archive/refs/tags/v4.0.8.tar.gz Connecting to github.com (20.26.156.215:443) Connecting to github.com (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216:443) saving to '/var/cache/distfiles/py3-pylint-4.0.8.tar.gz.part' py3-pylint-4.0.8.tar 37% |*********** | 553k 0:00:01 ETA py3-pylint-4.0.8.tar 100% |********************************| 1492k 0:00:00 ETA '/var/cache/distfiles/py3-pylint-4.0.8.tar.gz.part' saved /var/cache/distfiles/py3-pylint-4.0.8.tar.gz: OK >>> py3-pylint: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-pylint-4.0.8.tar.gz /var/cache/distfiles/py3-pylint-4.0.8.tar.gz: OK >>> py3-pylint: Unpacking /var/cache/distfiles/py3-pylint-4.0.8.tar.gz... 2026-09-06 19:48:00,736 gpep517 INFO Building wheel via backend setuptools.build_meta 2026-09-06 19:48:00,834 root INFO running bdist_wheel 2026-09-06 19:48:00,851 root INFO running build 2026-09-06 19:48:00,851 root INFO running build_py 2026-09-06 19:48:00,855 root INFO creating build/lib/pylint 2026-09-06 19:48:00,855 root INFO copying ./pylint/graph.py -> build/lib/pylint 2026-09-06 19:48:00,855 root INFO copying ./pylint/__pkginfo__.py -> build/lib/pylint 2026-09-06 19:48:00,856 root INFO copying ./pylint/exceptions.py -> build/lib/pylint 2026-09-06 19:48:00,856 root INFO copying ./pylint/constants.py -> build/lib/pylint 2026-09-06 19:48:00,856 root INFO copying ./pylint/__main__.py -> build/lib/pylint 2026-09-06 19:48:00,856 root INFO copying ./pylint/typing.py -> build/lib/pylint 2026-09-06 19:48:00,857 root INFO copying ./pylint/__init__.py -> build/lib/pylint 2026-09-06 19:48:00,857 root INFO copying ./pylint/interfaces.py -> build/lib/pylint 2026-09-06 19:48:00,857 root INFO creating build/lib/pylint/checkers 2026-09-06 19:48:00,858 root INFO copying ./pylint/checkers/deprecated.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,858 root INFO copying ./pylint/checkers/format.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,858 root INFO copying ./pylint/checkers/lambda_expressions.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,858 root INFO copying ./pylint/checkers/spelling.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,859 root INFO copying ./pylint/checkers/bad_chained_comparison.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,859 root INFO copying ./pylint/checkers/non_ascii_names.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,859 root INFO copying ./pylint/checkers/misc.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,859 root INFO copying ./pylint/checkers/unsupported_version.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,860 root INFO copying ./pylint/checkers/exceptions.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,860 root INFO copying ./pylint/checkers/newstyle.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,860 root INFO copying ./pylint/checkers/dataclass_checker.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,860 root INFO copying ./pylint/checkers/async_checker.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,860 root INFO copying ./pylint/checkers/logging.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,861 root INFO copying ./pylint/checkers/ellipsis_checker.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,861 root INFO copying ./pylint/checkers/typecheck.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,861 root INFO copying ./pylint/checkers/match_statements_checker.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,861 root INFO copying ./pylint/checkers/symilar.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,862 root INFO copying ./pylint/checkers/utils.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,862 root INFO copying ./pylint/checkers/method_args.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,862 root INFO copying ./pylint/checkers/variables.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,863 root INFO copying ./pylint/checkers/stdlib.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,863 root INFO copying ./pylint/checkers/nested_min_max.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,863 root INFO copying ./pylint/checkers/unicode.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,863 root INFO copying ./pylint/checkers/raw_metrics.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,863 root INFO copying ./pylint/checkers/base_checker.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,864 root INFO copying ./pylint/checkers/imports.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,864 root INFO copying ./pylint/checkers/modified_iterating_checker.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,864 root INFO copying ./pylint/checkers/strings.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,864 root INFO copying ./pylint/checkers/__init__.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,865 root INFO copying ./pylint/checkers/clear_lru_cache.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,865 root INFO copying ./pylint/checkers/design_analysis.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,865 root INFO copying ./pylint/checkers/dunder_methods.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,865 root INFO copying ./pylint/checkers/threading_checker.py -> build/lib/pylint/checkers 2026-09-06 19:48:00,866 root INFO creating build/lib/pylint/message 2026-09-06 19:48:00,866 root INFO copying ./pylint/message/message.py -> build/lib/pylint/message 2026-09-06 19:48:00,866 root INFO copying ./pylint/message/message_id_store.py -> build/lib/pylint/message 2026-09-06 19:48:00,866 root INFO copying ./pylint/message/message_definition_store.py -> build/lib/pylint/message 2026-09-06 19:48:00,867 root INFO copying ./pylint/message/_deleted_message_ids.py -> build/lib/pylint/message 2026-09-06 19:48:00,867 root INFO copying ./pylint/message/message_definition.py -> build/lib/pylint/message 2026-09-06 19:48:00,867 root INFO copying ./pylint/message/__init__.py -> build/lib/pylint/message 2026-09-06 19:48:00,867 root INFO creating build/lib/pylint/config 2026-09-06 19:48:00,868 root INFO copying ./pylint/config/help_formatter.py -> build/lib/pylint/config 2026-09-06 19:48:00,868 root INFO copying ./pylint/config/config_initialization.py -> build/lib/pylint/config 2026-09-06 19:48:00,868 root INFO copying ./pylint/config/argument.py -> build/lib/pylint/config 2026-09-06 19:48:00,868 root INFO copying ./pylint/config/config_file_parser.py -> build/lib/pylint/config 2026-09-06 19:48:00,869 root INFO copying ./pylint/config/arguments_manager.py -> build/lib/pylint/config 2026-09-06 19:48:00,869 root INFO copying ./pylint/config/exceptions.py -> build/lib/pylint/config 2026-09-06 19:48:00,869 root INFO copying ./pylint/config/deprecation_actions.py -> build/lib/pylint/config 2026-09-06 19:48:00,869 root INFO copying ./pylint/config/utils.py -> build/lib/pylint/config 2026-09-06 19:48:00,870 root INFO copying ./pylint/config/callback_actions.py -> build/lib/pylint/config 2026-09-06 19:48:00,870 root INFO copying ./pylint/config/find_default_config_files.py -> build/lib/pylint/config 2026-09-06 19:48:00,870 root INFO copying ./pylint/config/__init__.py -> build/lib/pylint/config 2026-09-06 19:48:00,870 root INFO copying ./pylint/config/arguments_provider.py -> build/lib/pylint/config 2026-09-06 19:48:00,871 root INFO creating build/lib/pylint/testutils 2026-09-06 19:48:00,871 root INFO copying ./pylint/testutils/output_line.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,871 root INFO copying ./pylint/testutils/decorator.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,871 root INFO copying ./pylint/testutils/global_test_linter.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,872 root INFO copying ./pylint/testutils/tokenize_str.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,872 root INFO copying ./pylint/testutils/reporter_for_tests.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,872 root INFO copying ./pylint/testutils/constants.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,872 root INFO copying ./pylint/testutils/pyreverse.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,873 root INFO copying ./pylint/testutils/checker_test_case.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,873 root INFO copying ./pylint/testutils/utils.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,873 root INFO copying ./pylint/testutils/_run.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,873 root INFO copying ./pylint/testutils/configuration_test.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,873 root INFO copying ./pylint/testutils/unittest_linter.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,874 root INFO copying ./pylint/testutils/__init__.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,874 root INFO copying ./pylint/testutils/lint_module_test.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,874 root INFO copying ./pylint/testutils/get_test_info.py -> build/lib/pylint/testutils 2026-09-06 19:48:00,875 root INFO creating build/lib/pylint/extensions 2026-09-06 19:48:00,875 root INFO copying ./pylint/extensions/magic_value.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,875 root INFO copying ./pylint/extensions/eq_without_hash.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,875 root INFO copying ./pylint/extensions/mccabe.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,876 root INFO copying ./pylint/extensions/confusing_elif.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,876 root INFO copying ./pylint/extensions/for_any_all.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,876 root INFO copying ./pylint/extensions/consider_refactoring_into_while_condition.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,876 root INFO copying ./pylint/extensions/redefined_variable_type.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,877 root INFO copying ./pylint/extensions/bad_builtin.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,877 root INFO copying ./pylint/extensions/set_membership.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,877 root INFO copying ./pylint/extensions/check_elif.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,877 root INFO copying ./pylint/extensions/broad_try_clause.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,878 root INFO copying ./pylint/extensions/while_used.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,878 root INFO copying ./pylint/extensions/docparams.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,878 root INFO copying ./pylint/extensions/dunder.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,878 root INFO copying ./pylint/extensions/overlapping_exceptions.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,878 root INFO copying ./pylint/extensions/code_style.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,879 root INFO copying ./pylint/extensions/empty_comment.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,879 root INFO copying ./pylint/extensions/redefined_loop_name.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,879 root INFO copying ./pylint/extensions/typing.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,879 root INFO copying ./pylint/extensions/private_import.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,880 root INFO copying ./pylint/extensions/comparison_placement.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,880 root INFO copying ./pylint/extensions/_check_docs_utils.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,880 root INFO copying ./pylint/extensions/__init__.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,880 root INFO copying ./pylint/extensions/consider_ternary_expression.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,881 root INFO copying ./pylint/extensions/docstyle.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,881 root INFO copying ./pylint/extensions/no_self_use.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,881 root INFO copying ./pylint/extensions/dict_init_mutate.py -> build/lib/pylint/extensions 2026-09-06 19:48:00,881 root INFO creating build/lib/pylint/reporters 2026-09-06 19:48:00,882 root INFO copying ./pylint/reporters/reports_handler_mix_in.py -> build/lib/pylint/reporters 2026-09-06 19:48:00,882 root INFO copying ./pylint/reporters/collecting_reporter.py -> build/lib/pylint/reporters 2026-09-06 19:48:00,882 root INFO copying ./pylint/reporters/base_reporter.py -> build/lib/pylint/reporters 2026-09-06 19:48:00,882 root INFO copying ./pylint/reporters/json_reporter.py -> build/lib/pylint/reporters 2026-09-06 19:48:00,882 root INFO copying ./pylint/reporters/__init__.py -> build/lib/pylint/reporters 2026-09-06 19:48:00,883 root INFO copying ./pylint/reporters/progress_reporters.py -> build/lib/pylint/reporters 2026-09-06 19:48:00,883 root INFO copying ./pylint/reporters/multi_reporter.py -> build/lib/pylint/reporters 2026-09-06 19:48:00,883 root INFO copying ./pylint/reporters/text.py -> build/lib/pylint/reporters 2026-09-06 19:48:00,884 root INFO creating build/lib/pylint/lint 2026-09-06 19:48:00,884 root INFO copying ./pylint/lint/message_state_handler.py -> build/lib/pylint/lint 2026-09-06 19:48:00,884 root INFO copying ./pylint/lint/expand_modules.py -> build/lib/pylint/lint 2026-09-06 19:48:00,884 root INFO copying ./pylint/lint/base_options.py -> build/lib/pylint/lint 2026-09-06 19:48:00,884 root INFO copying ./pylint/lint/parallel.py -> build/lib/pylint/lint 2026-09-06 19:48:00,885 root INFO copying ./pylint/lint/report_functions.py -> build/lib/pylint/lint 2026-09-06 19:48:00,885 root INFO copying ./pylint/lint/utils.py -> build/lib/pylint/lint 2026-09-06 19:48:00,885 root INFO copying ./pylint/lint/pylinter.py -> build/lib/pylint/lint 2026-09-06 19:48:00,885 root INFO copying ./pylint/lint/run.py -> build/lib/pylint/lint 2026-09-06 19:48:00,886 root INFO copying ./pylint/lint/caching.py -> build/lib/pylint/lint 2026-09-06 19:48:00,886 root INFO copying ./pylint/lint/__init__.py -> build/lib/pylint/lint 2026-09-06 19:48:00,886 root INFO creating build/lib/pylint/utils 2026-09-06 19:48:00,886 root INFO copying ./pylint/utils/file_state.py -> build/lib/pylint/utils 2026-09-06 19:48:00,887 root INFO copying ./pylint/utils/docs.py -> build/lib/pylint/utils 2026-09-06 19:48:00,887 root INFO copying ./pylint/utils/linterstats.py -> build/lib/pylint/utils 2026-09-06 19:48:00,887 root INFO copying ./pylint/utils/utils.py -> build/lib/pylint/utils 2026-09-06 19:48:00,887 root INFO copying ./pylint/utils/ast_walker.py -> build/lib/pylint/utils 2026-09-06 19:48:00,888 root INFO copying ./pylint/utils/__init__.py -> build/lib/pylint/utils 2026-09-06 19:48:00,888 root INFO copying ./pylint/utils/pragma_parser.py -> build/lib/pylint/utils 2026-09-06 19:48:00,888 root INFO creating build/lib/pylint/pyreverse 2026-09-06 19:48:00,888 root INFO copying ./pylint/pyreverse/printer.py -> build/lib/pylint/pyreverse 2026-09-06 19:48:00,889 root INFO copying ./pylint/pyreverse/printer_factory.py -> build/lib/pylint/pyreverse 2026-09-06 19:48:00,889 root INFO copying ./pylint/pyreverse/dot_printer.py -> build/lib/pylint/pyreverse 2026-09-06 19:48:00,889 root INFO copying ./pylint/pyreverse/main.py -> build/lib/pylint/pyreverse 2026-09-06 19:48:00,889 root INFO copying ./pylint/pyreverse/inspector.py -> build/lib/pylint/pyreverse 2026-09-06 19:48:00,890 root INFO copying ./pylint/pyreverse/plantuml_printer.py -> build/lib/pylint/pyreverse 2026-09-06 19:48:00,890 root INFO copying ./pylint/pyreverse/utils.py -> build/lib/pylint/pyreverse 2026-09-06 19:48:00,890 root INFO copying ./pylint/pyreverse/writer.py -> build/lib/pylint/pyreverse 2026-09-06 19:48:00,890 root INFO copying ./pylint/pyreverse/diadefslib.py -> build/lib/pylint/pyreverse 2026-09-06 19:48:00,891 root INFO copying ./pylint/pyreverse/diagrams.py -> build/lib/pylint/pyreverse 2026-09-06 19:48:00,891 root INFO copying ./pylint/pyreverse/__init__.py -> build/lib/pylint/pyreverse 2026-09-06 19:48:00,891 root INFO copying ./pylint/pyreverse/mermaidjs_printer.py -> build/lib/pylint/pyreverse 2026-09-06 19:48:00,891 root INFO creating build/lib/pylint/checkers/refactoring 2026-09-06 19:48:00,891 root INFO copying ./pylint/checkers/refactoring/recommendation_checker.py -> build/lib/pylint/checkers/refactoring 2026-09-06 19:48:00,892 root INFO copying ./pylint/checkers/refactoring/implicit_booleaness_checker.py -> build/lib/pylint/checkers/refactoring 2026-09-06 19:48:00,892 root INFO copying ./pylint/checkers/refactoring/refactoring_checker.py -> build/lib/pylint/checkers/refactoring 2026-09-06 19:48:00,892 root INFO copying ./pylint/checkers/refactoring/__init__.py -> build/lib/pylint/checkers/refactoring 2026-09-06 19:48:00,892 root INFO copying ./pylint/checkers/refactoring/not_checker.py -> build/lib/pylint/checkers/refactoring 2026-09-06 19:48:00,893 root INFO creating build/lib/pylint/checkers/base 2026-09-06 19:48:00,893 root INFO copying ./pylint/checkers/base/function_checker.py -> build/lib/pylint/checkers/base 2026-09-06 19:48:00,893 root INFO copying ./pylint/checkers/base/docstring_checker.py -> build/lib/pylint/checkers/base 2026-09-06 19:48:00,893 root INFO copying ./pylint/checkers/base/pass_checker.py -> build/lib/pylint/checkers/base 2026-09-06 19:48:00,894 root INFO copying ./pylint/checkers/base/comparison_checker.py -> build/lib/pylint/checkers/base 2026-09-06 19:48:00,894 root INFO copying ./pylint/checkers/base/basic_error_checker.py -> build/lib/pylint/checkers/base 2026-09-06 19:48:00,894 root INFO copying ./pylint/checkers/base/basic_checker.py -> build/lib/pylint/checkers/base 2026-09-06 19:48:00,894 root INFO copying ./pylint/checkers/base/__init__.py -> build/lib/pylint/checkers/base 2026-09-06 19:48:00,895 root INFO creating build/lib/pylint/checkers/classes 2026-09-06 19:48:00,895 root INFO copying ./pylint/checkers/classes/special_methods_checker.py -> build/lib/pylint/checkers/classes 2026-09-06 19:48:00,895 root INFO copying ./pylint/checkers/classes/class_checker.py -> build/lib/pylint/checkers/classes 2026-09-06 19:48:00,895 root INFO copying ./pylint/checkers/classes/__init__.py -> build/lib/pylint/checkers/classes 2026-09-06 19:48:00,896 root INFO creating build/lib/pylint/checkers/base/name_checker 2026-09-06 19:48:00,896 root INFO copying ./pylint/checkers/base/name_checker/checker.py -> build/lib/pylint/checkers/base/name_checker 2026-09-06 19:48:00,896 root INFO copying ./pylint/checkers/base/name_checker/naming_style.py -> build/lib/pylint/checkers/base/name_checker 2026-09-06 19:48:00,896 root INFO copying ./pylint/checkers/base/name_checker/__init__.py -> build/lib/pylint/checkers/base/name_checker 2026-09-06 19:48:00,897 root INFO creating build/lib/pylint/config/_breaking_changes 2026-09-06 19:48:00,897 root INFO copying ./pylint/config/_breaking_changes/__init__.py -> build/lib/pylint/config/_breaking_changes 2026-09-06 19:48:00,897 root INFO creating build/lib/pylint/config/_pylint_config 2026-09-06 19:48:00,897 root INFO copying ./pylint/config/_pylint_config/generate_command.py -> build/lib/pylint/config/_pylint_config 2026-09-06 19:48:00,898 root INFO copying ./pylint/config/_pylint_config/main.py -> build/lib/pylint/config/_pylint_config 2026-09-06 19:48:00,898 root INFO copying ./pylint/config/_pylint_config/help_message.py -> build/lib/pylint/config/_pylint_config 2026-09-06 19:48:00,898 root INFO copying ./pylint/config/_pylint_config/utils.py -> build/lib/pylint/config/_pylint_config 2026-09-06 19:48:00,898 root INFO copying ./pylint/config/_pylint_config/__init__.py -> build/lib/pylint/config/_pylint_config 2026-09-06 19:48:00,899 root INFO copying ./pylint/config/_pylint_config/setup.py -> build/lib/pylint/config/_pylint_config 2026-09-06 19:48:00,899 root INFO creating build/lib/pylint/testutils/functional 2026-09-06 19:48:00,899 root INFO copying ./pylint/testutils/functional/lint_module_output_update.py -> build/lib/pylint/testutils/functional 2026-09-06 19:48:00,899 root INFO copying ./pylint/testutils/functional/test_file.py -> build/lib/pylint/testutils/functional 2026-09-06 19:48:00,900 root INFO copying ./pylint/testutils/functional/find_functional_tests.py -> build/lib/pylint/testutils/functional 2026-09-06 19:48:00,900 root INFO copying ./pylint/testutils/functional/__init__.py -> build/lib/pylint/testutils/functional 2026-09-06 19:48:00,900 root INFO creating build/lib/pylint/testutils/_primer 2026-09-06 19:48:00,900 root INFO copying ./pylint/testutils/_primer/primer.py -> build/lib/pylint/testutils/_primer 2026-09-06 19:48:00,900 root INFO copying ./pylint/testutils/_primer/primer_command.py -> build/lib/pylint/testutils/_primer 2026-09-06 19:48:00,901 root INFO copying ./pylint/testutils/_primer/primer_run_command.py -> build/lib/pylint/testutils/_primer 2026-09-06 19:48:00,901 root INFO copying ./pylint/testutils/_primer/primer_compare_command.py -> build/lib/pylint/testutils/_primer 2026-09-06 19:48:00,901 root INFO copying ./pylint/testutils/_primer/primer_prepare_command.py -> build/lib/pylint/testutils/_primer 2026-09-06 19:48:00,901 root INFO copying ./pylint/testutils/_primer/package_to_lint.py -> build/lib/pylint/testutils/_primer 2026-09-06 19:48:00,902 root INFO copying ./pylint/testutils/_primer/__init__.py -> build/lib/pylint/testutils/_primer 2026-09-06 19:48:00,902 root INFO creating build/lib/pylint/reporters/ureports 2026-09-06 19:48:00,902 root INFO copying ./pylint/reporters/ureports/base_writer.py -> build/lib/pylint/reporters/ureports 2026-09-06 19:48:00,902 root INFO copying ./pylint/reporters/ureports/nodes.py -> build/lib/pylint/reporters/ureports 2026-09-06 19:48:00,903 root INFO copying ./pylint/reporters/ureports/text_writer.py -> build/lib/pylint/reporters/ureports 2026-09-06 19:48:00,903 root INFO copying ./pylint/reporters/ureports/__init__.py -> build/lib/pylint/reporters/ureports 2026-09-06 19:48:00,903 root INFO running egg_info 2026-09-06 19:48:00,907 root INFO creating pylint.egg-info 2026-09-06 19:48:00,907 root INFO writing pylint.egg-info/PKG-INFO 2026-09-06 19:48:00,908 root INFO writing dependency_links to pylint.egg-info/dependency_links.txt 2026-09-06 19:48:00,908 root INFO writing entry points to pylint.egg-info/entry_points.txt 2026-09-06 19:48:00,909 root INFO writing requirements to pylint.egg-info/requires.txt 2026-09-06 19:48:00,910 root INFO writing top-level names to pylint.egg-info/top_level.txt 2026-09-06 19:48:00,910 root INFO writing manifest file 'pylint.egg-info/SOURCES.txt' 2026-09-06 19:48:00,921 root INFO reading manifest file 'pylint.egg-info/SOURCES.txt' 2026-09-06 19:48:00,922 root INFO reading manifest template 'MANIFEST.in' 2026-09-06 19:48:01,024 root WARNING no previously-included directories found matching 'doc/_build' 2026-09-06 19:48:01,028 root WARNING no previously-included directories found matching 'tests/.benchmarks' 2026-09-06 19:48:01,041 root WARNING warning: no previously-included files matching '__pycache__' found anywhere in distribution 2026-09-06 19:48:01,050 root WARNING warning: no previously-included files matching '*.py[co]' found anywhere in distribution 2026-09-06 19:48:01,050 root INFO adding license file 'LICENSE' 2026-09-06 19:48:01,050 root INFO adding license file 'CONTRIBUTORS.txt' 2026-09-06 19:48:01,126 root INFO writing manifest file 'pylint.egg-info/SOURCES.txt' 2026-09-06 19:48:01,202 root INFO copying ./pylint/py.typed -> build/lib/pylint 2026-09-06 19:48:01,202 root INFO copying ./pylint/testutils/testing_pylintrc -> build/lib/pylint/testutils 2026-09-06 19:48:01,213 root INFO installing to build/bdist.linux-ppc64le/wheel 2026-09-06 19:48:01,213 root INFO running install 2026-09-06 19:48:01,232 root INFO running install_lib 2026-09-06 19:48:01,235 root INFO creating build/bdist.linux-ppc64le/wheel 2026-09-06 19:48:01,235 root INFO creating build/bdist.linux-ppc64le/wheel/pylint 2026-09-06 19:48:01,236 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/checkers 2026-09-06 19:48:01,236 root INFO copying build/lib/pylint/checkers/deprecated.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,236 root INFO copying build/lib/pylint/checkers/format.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,236 root INFO copying build/lib/pylint/checkers/lambda_expressions.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,236 root INFO copying build/lib/pylint/checkers/spelling.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,237 root INFO copying build/lib/pylint/checkers/bad_chained_comparison.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,237 root INFO copying build/lib/pylint/checkers/non_ascii_names.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,237 root INFO copying build/lib/pylint/checkers/misc.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,237 root INFO copying build/lib/pylint/checkers/unsupported_version.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,237 root INFO copying build/lib/pylint/checkers/exceptions.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,238 root INFO copying build/lib/pylint/checkers/newstyle.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,238 root INFO copying build/lib/pylint/checkers/dataclass_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,238 root INFO copying build/lib/pylint/checkers/async_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,238 root INFO copying build/lib/pylint/checkers/logging.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,238 root INFO copying build/lib/pylint/checkers/ellipsis_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,239 root INFO copying build/lib/pylint/checkers/typecheck.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,239 root INFO copying build/lib/pylint/checkers/match_statements_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,239 root INFO copying build/lib/pylint/checkers/symilar.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,239 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/checkers/refactoring 2026-09-06 19:48:01,240 root INFO copying build/lib/pylint/checkers/refactoring/recommendation_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/refactoring 2026-09-06 19:48:01,240 root INFO copying build/lib/pylint/checkers/refactoring/implicit_booleaness_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/refactoring 2026-09-06 19:48:01,240 root INFO copying build/lib/pylint/checkers/refactoring/refactoring_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/refactoring 2026-09-06 19:48:01,240 root INFO copying build/lib/pylint/checkers/refactoring/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/refactoring 2026-09-06 19:48:01,240 root INFO copying build/lib/pylint/checkers/refactoring/not_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/refactoring 2026-09-06 19:48:01,241 root INFO copying build/lib/pylint/checkers/utils.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,241 root INFO copying build/lib/pylint/checkers/method_args.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,241 root INFO copying build/lib/pylint/checkers/variables.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,241 root INFO copying build/lib/pylint/checkers/stdlib.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,242 root INFO copying build/lib/pylint/checkers/nested_min_max.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,242 root INFO copying build/lib/pylint/checkers/unicode.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,242 root INFO copying build/lib/pylint/checkers/raw_metrics.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,242 root INFO copying build/lib/pylint/checkers/base_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,242 root INFO copying build/lib/pylint/checkers/imports.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,243 root INFO copying build/lib/pylint/checkers/modified_iterating_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,243 root INFO copying build/lib/pylint/checkers/strings.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,243 root INFO copying build/lib/pylint/checkers/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,243 root INFO copying build/lib/pylint/checkers/clear_lru_cache.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,243 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/checkers/base 2026-09-06 19:48:01,244 root INFO copying build/lib/pylint/checkers/base/function_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/base 2026-09-06 19:48:01,244 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/checkers/base/name_checker 2026-09-06 19:48:01,244 root INFO copying build/lib/pylint/checkers/base/name_checker/checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/base/name_checker 2026-09-06 19:48:01,244 root INFO copying build/lib/pylint/checkers/base/name_checker/naming_style.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/base/name_checker 2026-09-06 19:48:01,244 root INFO copying build/lib/pylint/checkers/base/name_checker/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/base/name_checker 2026-09-06 19:48:01,245 root INFO copying build/lib/pylint/checkers/base/docstring_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/base 2026-09-06 19:48:01,245 root INFO copying build/lib/pylint/checkers/base/pass_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/base 2026-09-06 19:48:01,245 root INFO copying build/lib/pylint/checkers/base/comparison_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/base 2026-09-06 19:48:01,245 root INFO copying build/lib/pylint/checkers/base/basic_error_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/base 2026-09-06 19:48:01,245 root INFO copying build/lib/pylint/checkers/base/basic_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/base 2026-09-06 19:48:01,246 root INFO copying build/lib/pylint/checkers/base/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/base 2026-09-06 19:48:01,246 root INFO copying build/lib/pylint/checkers/design_analysis.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,246 root INFO copying build/lib/pylint/checkers/dunder_methods.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,246 root INFO copying build/lib/pylint/checkers/threading_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers 2026-09-06 19:48:01,247 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/checkers/classes 2026-09-06 19:48:01,247 root INFO copying build/lib/pylint/checkers/classes/special_methods_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/classes 2026-09-06 19:48:01,247 root INFO copying build/lib/pylint/checkers/classes/class_checker.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/classes 2026-09-06 19:48:01,247 root INFO copying build/lib/pylint/checkers/classes/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/checkers/classes 2026-09-06 19:48:01,247 root INFO copying build/lib/pylint/graph.py -> build/bdist.linux-ppc64le/wheel/./pylint 2026-09-06 19:48:01,248 root INFO copying build/lib/pylint/__pkginfo__.py -> build/bdist.linux-ppc64le/wheel/./pylint 2026-09-06 19:48:01,248 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/message 2026-09-06 19:48:01,248 root INFO copying build/lib/pylint/message/message.py -> build/bdist.linux-ppc64le/wheel/./pylint/message 2026-09-06 19:48:01,248 root INFO copying build/lib/pylint/message/message_id_store.py -> build/bdist.linux-ppc64le/wheel/./pylint/message 2026-09-06 19:48:01,248 root INFO copying build/lib/pylint/message/message_definition_store.py -> build/bdist.linux-ppc64le/wheel/./pylint/message 2026-09-06 19:48:01,249 root INFO copying build/lib/pylint/message/_deleted_message_ids.py -> build/bdist.linux-ppc64le/wheel/./pylint/message 2026-09-06 19:48:01,249 root INFO copying build/lib/pylint/message/message_definition.py -> build/bdist.linux-ppc64le/wheel/./pylint/message 2026-09-06 19:48:01,249 root INFO copying build/lib/pylint/message/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/message 2026-09-06 19:48:01,249 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/config 2026-09-06 19:48:01,249 root INFO copying build/lib/pylint/config/help_formatter.py -> build/bdist.linux-ppc64le/wheel/./pylint/config 2026-09-06 19:48:01,250 root INFO copying build/lib/pylint/config/config_initialization.py -> build/bdist.linux-ppc64le/wheel/./pylint/config 2026-09-06 19:48:01,250 root INFO copying build/lib/pylint/config/argument.py -> build/bdist.linux-ppc64le/wheel/./pylint/config 2026-09-06 19:48:01,250 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/config/_breaking_changes 2026-09-06 19:48:01,250 root INFO copying build/lib/pylint/config/_breaking_changes/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/config/_breaking_changes 2026-09-06 19:48:01,250 root INFO copying build/lib/pylint/config/config_file_parser.py -> build/bdist.linux-ppc64le/wheel/./pylint/config 2026-09-06 19:48:01,251 root INFO copying build/lib/pylint/config/arguments_manager.py -> build/bdist.linux-ppc64le/wheel/./pylint/config 2026-09-06 19:48:01,251 root INFO copying build/lib/pylint/config/exceptions.py -> build/bdist.linux-ppc64le/wheel/./pylint/config 2026-09-06 19:48:01,251 root INFO copying build/lib/pylint/config/deprecation_actions.py -> build/bdist.linux-ppc64le/wheel/./pylint/config 2026-09-06 19:48:01,251 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/config/_pylint_config 2026-09-06 19:48:01,251 root INFO copying build/lib/pylint/config/_pylint_config/generate_command.py -> build/bdist.linux-ppc64le/wheel/./pylint/config/_pylint_config 2026-09-06 19:48:01,252 root INFO copying build/lib/pylint/config/_pylint_config/main.py -> build/bdist.linux-ppc64le/wheel/./pylint/config/_pylint_config 2026-09-06 19:48:01,252 root INFO copying build/lib/pylint/config/_pylint_config/help_message.py -> build/bdist.linux-ppc64le/wheel/./pylint/config/_pylint_config 2026-09-06 19:48:01,252 root INFO copying build/lib/pylint/config/_pylint_config/utils.py -> build/bdist.linux-ppc64le/wheel/./pylint/config/_pylint_config 2026-09-06 19:48:01,252 root INFO copying build/lib/pylint/config/_pylint_config/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/config/_pylint_config 2026-09-06 19:48:01,252 root INFO copying build/lib/pylint/config/_pylint_config/setup.py -> build/bdist.linux-ppc64le/wheel/./pylint/config/_pylint_config 2026-09-06 19:48:01,253 root INFO copying build/lib/pylint/config/utils.py -> build/bdist.linux-ppc64le/wheel/./pylint/config 2026-09-06 19:48:01,253 root INFO copying build/lib/pylint/config/callback_actions.py -> build/bdist.linux-ppc64le/wheel/./pylint/config 2026-09-06 19:48:01,253 root INFO copying build/lib/pylint/config/find_default_config_files.py -> build/bdist.linux-ppc64le/wheel/./pylint/config 2026-09-06 19:48:01,253 root INFO copying build/lib/pylint/config/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/config 2026-09-06 19:48:01,253 root INFO copying build/lib/pylint/config/arguments_provider.py -> build/bdist.linux-ppc64le/wheel/./pylint/config 2026-09-06 19:48:01,254 root INFO copying build/lib/pylint/exceptions.py -> build/bdist.linux-ppc64le/wheel/./pylint 2026-09-06 19:48:01,254 root INFO copying build/lib/pylint/constants.py -> build/bdist.linux-ppc64le/wheel/./pylint 2026-09-06 19:48:01,254 root INFO copying build/lib/pylint/__main__.py -> build/bdist.linux-ppc64le/wheel/./pylint 2026-09-06 19:48:01,254 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/testutils 2026-09-06 19:48:01,255 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/testutils/functional 2026-09-06 19:48:01,255 root INFO copying build/lib/pylint/testutils/functional/lint_module_output_update.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils/functional 2026-09-06 19:48:01,255 root INFO copying build/lib/pylint/testutils/functional/test_file.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils/functional 2026-09-06 19:48:01,255 root INFO copying build/lib/pylint/testutils/functional/find_functional_tests.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils/functional 2026-09-06 19:48:01,255 root INFO copying build/lib/pylint/testutils/functional/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils/functional 2026-09-06 19:48:01,256 root INFO copying build/lib/pylint/testutils/output_line.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,256 root INFO copying build/lib/pylint/testutils/decorator.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,256 root INFO copying build/lib/pylint/testutils/global_test_linter.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,256 root INFO copying build/lib/pylint/testutils/tokenize_str.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,256 root INFO copying build/lib/pylint/testutils/reporter_for_tests.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,257 root INFO copying build/lib/pylint/testutils/constants.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,257 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/testutils/_primer 2026-09-06 19:48:01,257 root INFO copying build/lib/pylint/testutils/_primer/primer.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils/_primer 2026-09-06 19:48:01,257 root INFO copying build/lib/pylint/testutils/_primer/primer_command.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils/_primer 2026-09-06 19:48:01,257 root INFO copying build/lib/pylint/testutils/_primer/primer_run_command.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils/_primer 2026-09-06 19:48:01,258 root INFO copying build/lib/pylint/testutils/_primer/primer_compare_command.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils/_primer 2026-09-06 19:48:01,258 root INFO copying build/lib/pylint/testutils/_primer/primer_prepare_command.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils/_primer 2026-09-06 19:48:01,258 root INFO copying build/lib/pylint/testutils/_primer/package_to_lint.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils/_primer 2026-09-06 19:48:01,258 root INFO copying build/lib/pylint/testutils/_primer/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils/_primer 2026-09-06 19:48:01,258 root INFO copying build/lib/pylint/testutils/pyreverse.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,259 root INFO copying build/lib/pylint/testutils/checker_test_case.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,259 root INFO copying build/lib/pylint/testutils/utils.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,259 root INFO copying build/lib/pylint/testutils/_run.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,259 root INFO copying build/lib/pylint/testutils/testing_pylintrc -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,259 root INFO copying build/lib/pylint/testutils/configuration_test.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,260 root INFO copying build/lib/pylint/testutils/unittest_linter.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,260 root INFO copying build/lib/pylint/testutils/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,260 root INFO copying build/lib/pylint/testutils/lint_module_test.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,260 root INFO copying build/lib/pylint/testutils/get_test_info.py -> build/bdist.linux-ppc64le/wheel/./pylint/testutils 2026-09-06 19:48:01,261 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/extensions 2026-09-06 19:48:01,261 root INFO copying build/lib/pylint/extensions/magic_value.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,261 root INFO copying build/lib/pylint/extensions/eq_without_hash.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,261 root INFO copying build/lib/pylint/extensions/mccabe.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,261 root INFO copying build/lib/pylint/extensions/confusing_elif.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,261 root INFO copying build/lib/pylint/extensions/for_any_all.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,262 root INFO copying build/lib/pylint/extensions/consider_refactoring_into_while_condition.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,262 root INFO copying build/lib/pylint/extensions/redefined_variable_type.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,262 root INFO copying build/lib/pylint/extensions/bad_builtin.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,262 root INFO copying build/lib/pylint/extensions/set_membership.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,262 root INFO copying build/lib/pylint/extensions/check_elif.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,263 root INFO copying build/lib/pylint/extensions/broad_try_clause.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,263 root INFO copying build/lib/pylint/extensions/while_used.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,263 root INFO copying build/lib/pylint/extensions/docparams.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,263 root INFO copying build/lib/pylint/extensions/dunder.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,264 root INFO copying build/lib/pylint/extensions/overlapping_exceptions.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,264 root INFO copying build/lib/pylint/extensions/code_style.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,264 root INFO copying build/lib/pylint/extensions/empty_comment.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,264 root INFO copying build/lib/pylint/extensions/redefined_loop_name.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,264 root INFO copying build/lib/pylint/extensions/typing.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,265 root INFO copying build/lib/pylint/extensions/private_import.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,265 root INFO copying build/lib/pylint/extensions/comparison_placement.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,265 root INFO copying build/lib/pylint/extensions/_check_docs_utils.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,265 root INFO copying build/lib/pylint/extensions/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,265 root INFO copying build/lib/pylint/extensions/consider_ternary_expression.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,266 root INFO copying build/lib/pylint/extensions/docstyle.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,266 root INFO copying build/lib/pylint/extensions/no_self_use.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,266 root INFO copying build/lib/pylint/extensions/dict_init_mutate.py -> build/bdist.linux-ppc64le/wheel/./pylint/extensions 2026-09-06 19:48:01,266 root INFO copying build/lib/pylint/typing.py -> build/bdist.linux-ppc64le/wheel/./pylint 2026-09-06 19:48:01,266 root INFO copying build/lib/pylint/py.typed -> build/bdist.linux-ppc64le/wheel/./pylint 2026-09-06 19:48:01,267 root INFO copying build/lib/pylint/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint 2026-09-06 19:48:01,267 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/reporters 2026-09-06 19:48:01,267 root INFO copying build/lib/pylint/reporters/reports_handler_mix_in.py -> build/bdist.linux-ppc64le/wheel/./pylint/reporters 2026-09-06 19:48:01,267 root INFO copying build/lib/pylint/reporters/collecting_reporter.py -> build/bdist.linux-ppc64le/wheel/./pylint/reporters 2026-09-06 19:48:01,267 root INFO copying build/lib/pylint/reporters/base_reporter.py -> build/bdist.linux-ppc64le/wheel/./pylint/reporters 2026-09-06 19:48:01,268 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/reporters/ureports 2026-09-06 19:48:01,268 root INFO copying build/lib/pylint/reporters/ureports/base_writer.py -> build/bdist.linux-ppc64le/wheel/./pylint/reporters/ureports 2026-09-06 19:48:01,268 root INFO copying build/lib/pylint/reporters/ureports/nodes.py -> build/bdist.linux-ppc64le/wheel/./pylint/reporters/ureports 2026-09-06 19:48:01,268 root INFO copying build/lib/pylint/reporters/ureports/text_writer.py -> build/bdist.linux-ppc64le/wheel/./pylint/reporters/ureports 2026-09-06 19:48:01,268 root INFO copying build/lib/pylint/reporters/ureports/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/reporters/ureports 2026-09-06 19:48:01,269 root INFO copying build/lib/pylint/reporters/json_reporter.py -> build/bdist.linux-ppc64le/wheel/./pylint/reporters 2026-09-06 19:48:01,269 root INFO copying build/lib/pylint/reporters/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/reporters 2026-09-06 19:48:01,269 root INFO copying build/lib/pylint/reporters/progress_reporters.py -> build/bdist.linux-ppc64le/wheel/./pylint/reporters 2026-09-06 19:48:01,269 root INFO copying build/lib/pylint/reporters/multi_reporter.py -> build/bdist.linux-ppc64le/wheel/./pylint/reporters 2026-09-06 19:48:01,269 root INFO copying build/lib/pylint/reporters/text.py -> build/bdist.linux-ppc64le/wheel/./pylint/reporters 2026-09-06 19:48:01,270 root INFO copying build/lib/pylint/interfaces.py -> build/bdist.linux-ppc64le/wheel/./pylint 2026-09-06 19:48:01,270 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/lint 2026-09-06 19:48:01,270 root INFO copying build/lib/pylint/lint/message_state_handler.py -> build/bdist.linux-ppc64le/wheel/./pylint/lint 2026-09-06 19:48:01,270 root INFO copying build/lib/pylint/lint/expand_modules.py -> build/bdist.linux-ppc64le/wheel/./pylint/lint 2026-09-06 19:48:01,270 root INFO copying build/lib/pylint/lint/base_options.py -> build/bdist.linux-ppc64le/wheel/./pylint/lint 2026-09-06 19:48:01,271 root INFO copying build/lib/pylint/lint/parallel.py -> build/bdist.linux-ppc64le/wheel/./pylint/lint 2026-09-06 19:48:01,271 root INFO copying build/lib/pylint/lint/report_functions.py -> build/bdist.linux-ppc64le/wheel/./pylint/lint 2026-09-06 19:48:01,271 root INFO copying build/lib/pylint/lint/utils.py -> build/bdist.linux-ppc64le/wheel/./pylint/lint 2026-09-06 19:48:01,271 root INFO copying build/lib/pylint/lint/pylinter.py -> build/bdist.linux-ppc64le/wheel/./pylint/lint 2026-09-06 19:48:01,271 root INFO copying build/lib/pylint/lint/run.py -> build/bdist.linux-ppc64le/wheel/./pylint/lint 2026-09-06 19:48:01,272 root INFO copying build/lib/pylint/lint/caching.py -> build/bdist.linux-ppc64le/wheel/./pylint/lint 2026-09-06 19:48:01,272 root INFO copying build/lib/pylint/lint/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/lint 2026-09-06 19:48:01,272 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/utils 2026-09-06 19:48:01,272 root INFO copying build/lib/pylint/utils/file_state.py -> build/bdist.linux-ppc64le/wheel/./pylint/utils 2026-09-06 19:48:01,272 root INFO copying build/lib/pylint/utils/docs.py -> build/bdist.linux-ppc64le/wheel/./pylint/utils 2026-09-06 19:48:01,273 root INFO copying build/lib/pylint/utils/linterstats.py -> build/bdist.linux-ppc64le/wheel/./pylint/utils 2026-09-06 19:48:01,273 root INFO copying build/lib/pylint/utils/utils.py -> build/bdist.linux-ppc64le/wheel/./pylint/utils 2026-09-06 19:48:01,273 root INFO copying build/lib/pylint/utils/ast_walker.py -> build/bdist.linux-ppc64le/wheel/./pylint/utils 2026-09-06 19:48:01,273 root INFO copying build/lib/pylint/utils/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/utils 2026-09-06 19:48:01,273 root INFO copying build/lib/pylint/utils/pragma_parser.py -> build/bdist.linux-ppc64le/wheel/./pylint/utils 2026-09-06 19:48:01,274 root INFO creating build/bdist.linux-ppc64le/wheel/pylint/pyreverse 2026-09-06 19:48:01,274 root INFO copying build/lib/pylint/pyreverse/printer.py -> build/bdist.linux-ppc64le/wheel/./pylint/pyreverse 2026-09-06 19:48:01,274 root INFO copying build/lib/pylint/pyreverse/printer_factory.py -> build/bdist.linux-ppc64le/wheel/./pylint/pyreverse 2026-09-06 19:48:01,274 root INFO copying build/lib/pylint/pyreverse/dot_printer.py -> build/bdist.linux-ppc64le/wheel/./pylint/pyreverse 2026-09-06 19:48:01,274 root INFO copying build/lib/pylint/pyreverse/main.py -> build/bdist.linux-ppc64le/wheel/./pylint/pyreverse 2026-09-06 19:48:01,275 root INFO copying build/lib/pylint/pyreverse/inspector.py -> build/bdist.linux-ppc64le/wheel/./pylint/pyreverse 2026-09-06 19:48:01,275 root INFO copying build/lib/pylint/pyreverse/plantuml_printer.py -> build/bdist.linux-ppc64le/wheel/./pylint/pyreverse 2026-09-06 19:48:01,275 root INFO copying build/lib/pylint/pyreverse/utils.py -> build/bdist.linux-ppc64le/wheel/./pylint/pyreverse 2026-09-06 19:48:01,275 root INFO copying build/lib/pylint/pyreverse/writer.py -> build/bdist.linux-ppc64le/wheel/./pylint/pyreverse 2026-09-06 19:48:01,276 root INFO copying build/lib/pylint/pyreverse/diadefslib.py -> build/bdist.linux-ppc64le/wheel/./pylint/pyreverse 2026-09-06 19:48:01,276 root INFO copying build/lib/pylint/pyreverse/diagrams.py -> build/bdist.linux-ppc64le/wheel/./pylint/pyreverse 2026-09-06 19:48:01,276 root INFO copying build/lib/pylint/pyreverse/__init__.py -> build/bdist.linux-ppc64le/wheel/./pylint/pyreverse 2026-09-06 19:48:01,276 root INFO copying build/lib/pylint/pyreverse/mermaidjs_printer.py -> build/bdist.linux-ppc64le/wheel/./pylint/pyreverse 2026-09-06 19:48:01,276 root INFO running install_egg_info 2026-09-06 19:48:01,280 root INFO Copying pylint.egg-info to build/bdist.linux-ppc64le/wheel/./pylint-4.0.8-py3.14.egg-info 2026-09-06 19:48:01,281 root INFO running install_scripts 2026-09-06 19:48:01,283 root INFO creating build/bdist.linux-ppc64le/wheel/pylint-4.0.8.dist-info/WHEEL 2026-09-06 19:48:01,283 wheel INFO creating '/home/buildozer/aports/community/py3-pylint/src/pylint-4.0.8/.dist/.tmp-ql7rbe7i/pylint-4.0.8-py3-none-any.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2026-09-06 19:48:01,284 wheel INFO adding 'pylint/__init__.py' 2026-09-06 19:48:01,284 wheel INFO adding 'pylint/__main__.py' 2026-09-06 19:48:01,284 wheel INFO adding 'pylint/__pkginfo__.py' 2026-09-06 19:48:01,284 wheel INFO adding 'pylint/constants.py' 2026-09-06 19:48:01,284 wheel INFO adding 'pylint/exceptions.py' 2026-09-06 19:48:01,285 wheel INFO adding 'pylint/graph.py' 2026-09-06 19:48:01,285 wheel INFO adding 'pylint/interfaces.py' 2026-09-06 19:48:01,285 wheel INFO adding 'pylint/py.typed' 2026-09-06 19:48:01,285 wheel INFO adding 'pylint/typing.py' 2026-09-06 19:48:01,286 wheel INFO adding 'pylint/checkers/__init__.py' 2026-09-06 19:48:01,286 wheel INFO adding 'pylint/checkers/async_checker.py' 2026-09-06 19:48:01,286 wheel INFO adding 'pylint/checkers/bad_chained_comparison.py' 2026-09-06 19:48:01,286 wheel INFO adding 'pylint/checkers/base_checker.py' 2026-09-06 19:48:01,286 wheel INFO adding 'pylint/checkers/clear_lru_cache.py' 2026-09-06 19:48:01,287 wheel INFO adding 'pylint/checkers/dataclass_checker.py' 2026-09-06 19:48:01,287 wheel INFO adding 'pylint/checkers/deprecated.py' 2026-09-06 19:48:01,287 wheel INFO adding 'pylint/checkers/design_analysis.py' 2026-09-06 19:48:01,287 wheel INFO adding 'pylint/checkers/dunder_methods.py' 2026-09-06 19:48:01,288 wheel INFO adding 'pylint/checkers/ellipsis_checker.py' 2026-09-06 19:48:01,288 wheel INFO adding 'pylint/checkers/exceptions.py' 2026-09-06 19:48:01,288 wheel INFO adding 'pylint/checkers/format.py' 2026-09-06 19:48:01,288 wheel INFO adding 'pylint/checkers/imports.py' 2026-09-06 19:48:01,289 wheel INFO adding 'pylint/checkers/lambda_expressions.py' 2026-09-06 19:48:01,289 wheel INFO adding 'pylint/checkers/logging.py' 2026-09-06 19:48:01,289 wheel INFO adding 'pylint/checkers/match_statements_checker.py' 2026-09-06 19:48:01,289 wheel INFO adding 'pylint/checkers/method_args.py' 2026-09-06 19:48:01,290 wheel INFO adding 'pylint/checkers/misc.py' 2026-09-06 19:48:01,290 wheel INFO adding 'pylint/checkers/modified_iterating_checker.py' 2026-09-06 19:48:01,290 wheel INFO adding 'pylint/checkers/nested_min_max.py' 2026-09-06 19:48:01,290 wheel INFO adding 'pylint/checkers/newstyle.py' 2026-09-06 19:48:01,290 wheel INFO adding 'pylint/checkers/non_ascii_names.py' 2026-09-06 19:48:01,291 wheel INFO adding 'pylint/checkers/raw_metrics.py' 2026-09-06 19:48:01,291 wheel INFO adding 'pylint/checkers/spelling.py' 2026-09-06 19:48:01,291 wheel INFO adding 'pylint/checkers/stdlib.py' 2026-09-06 19:48:01,291 wheel INFO adding 'pylint/checkers/strings.py' 2026-09-06 19:48:01,292 wheel INFO adding 'pylint/checkers/symilar.py' 2026-09-06 19:48:01,292 wheel INFO adding 'pylint/checkers/threading_checker.py' 2026-09-06 19:48:01,292 wheel INFO adding 'pylint/checkers/typecheck.py' 2026-09-06 19:48:01,293 wheel INFO adding 'pylint/checkers/unicode.py' 2026-09-06 19:48:01,293 wheel INFO adding 'pylint/checkers/unsupported_version.py' 2026-09-06 19:48:01,293 wheel INFO adding 'pylint/checkers/utils.py' 2026-09-06 19:48:01,294 wheel INFO adding 'pylint/checkers/variables.py' 2026-09-06 19:48:01,295 wheel INFO adding 'pylint/checkers/base/__init__.py' 2026-09-06 19:48:01,295 wheel INFO adding 'pylint/checkers/base/basic_checker.py' 2026-09-06 19:48:01,295 wheel INFO adding 'pylint/checkers/base/basic_error_checker.py' 2026-09-06 19:48:01,295 wheel INFO adding 'pylint/checkers/base/comparison_checker.py' 2026-09-06 19:48:01,296 wheel INFO adding 'pylint/checkers/base/docstring_checker.py' 2026-09-06 19:48:01,296 wheel INFO adding 'pylint/checkers/base/function_checker.py' 2026-09-06 19:48:01,296 wheel INFO adding 'pylint/checkers/base/pass_checker.py' 2026-09-06 19:48:01,296 wheel INFO adding 'pylint/checkers/base/name_checker/__init__.py' 2026-09-06 19:48:01,297 wheel INFO adding 'pylint/checkers/base/name_checker/checker.py' 2026-09-06 19:48:01,297 wheel INFO adding 'pylint/checkers/base/name_checker/naming_style.py' 2026-09-06 19:48:01,297 wheel INFO adding 'pylint/checkers/classes/__init__.py' 2026-09-06 19:48:01,297 wheel INFO adding 'pylint/checkers/classes/class_checker.py' 2026-09-06 19:48:01,298 wheel INFO adding 'pylint/checkers/classes/special_methods_checker.py' 2026-09-06 19:48:01,298 wheel INFO adding 'pylint/checkers/refactoring/__init__.py' 2026-09-06 19:48:01,298 wheel INFO adding 'pylint/checkers/refactoring/implicit_booleaness_checker.py' 2026-09-06 19:48:01,299 wheel INFO adding 'pylint/checkers/refactoring/not_checker.py' 2026-09-06 19:48:01,299 wheel INFO adding 'pylint/checkers/refactoring/recommendation_checker.py' 2026-09-06 19:48:01,299 wheel INFO adding 'pylint/checkers/refactoring/refactoring_checker.py' 2026-09-06 19:48:01,300 wheel INFO adding 'pylint/config/__init__.py' 2026-09-06 19:48:01,300 wheel INFO adding 'pylint/config/argument.py' 2026-09-06 19:48:01,300 wheel INFO adding 'pylint/config/arguments_manager.py' 2026-09-06 19:48:01,300 wheel INFO adding 'pylint/config/arguments_provider.py' 2026-09-06 19:48:01,301 wheel INFO adding 'pylint/config/callback_actions.py' 2026-09-06 19:48:01,301 wheel INFO adding 'pylint/config/config_file_parser.py' 2026-09-06 19:48:01,301 wheel INFO adding 'pylint/config/config_initialization.py' 2026-09-06 19:48:01,301 wheel INFO adding 'pylint/config/deprecation_actions.py' 2026-09-06 19:48:01,302 wheel INFO adding 'pylint/config/exceptions.py' 2026-09-06 19:48:01,302 wheel INFO adding 'pylint/config/find_default_config_files.py' 2026-09-06 19:48:01,302 wheel INFO adding 'pylint/config/help_formatter.py' 2026-09-06 19:48:01,302 wheel INFO adding 'pylint/config/utils.py' 2026-09-06 19:48:01,302 wheel INFO adding 'pylint/config/_breaking_changes/__init__.py' 2026-09-06 19:48:01,303 wheel INFO adding 'pylint/config/_pylint_config/__init__.py' 2026-09-06 19:48:01,303 wheel INFO adding 'pylint/config/_pylint_config/generate_command.py' 2026-09-06 19:48:01,303 wheel INFO adding 'pylint/config/_pylint_config/help_message.py' 2026-09-06 19:48:01,303 wheel INFO adding 'pylint/config/_pylint_config/main.py' 2026-09-06 19:48:01,303 wheel INFO adding 'pylint/config/_pylint_config/setup.py' 2026-09-06 19:48:01,304 wheel INFO adding 'pylint/config/_pylint_config/utils.py' 2026-09-06 19:48:01,304 wheel INFO adding 'pylint/extensions/__init__.py' 2026-09-06 19:48:01,304 wheel INFO adding 'pylint/extensions/_check_docs_utils.py' 2026-09-06 19:48:01,304 wheel INFO adding 'pylint/extensions/bad_builtin.py' 2026-09-06 19:48:01,305 wheel INFO adding 'pylint/extensions/broad_try_clause.py' 2026-09-06 19:48:01,305 wheel INFO adding 'pylint/extensions/check_elif.py' 2026-09-06 19:48:01,305 wheel INFO adding 'pylint/extensions/code_style.py' 2026-09-06 19:48:01,305 wheel INFO adding 'pylint/extensions/comparison_placement.py' 2026-09-06 19:48:01,305 wheel INFO adding 'pylint/extensions/confusing_elif.py' 2026-09-06 19:48:01,306 wheel INFO adding 'pylint/extensions/consider_refactoring_into_while_condition.py' 2026-09-06 19:48:01,306 wheel INFO adding 'pylint/extensions/consider_ternary_expression.py' 2026-09-06 19:48:01,306 wheel INFO adding 'pylint/extensions/dict_init_mutate.py' 2026-09-06 19:48:01,306 wheel INFO adding 'pylint/extensions/docparams.py' 2026-09-06 19:48:01,306 wheel INFO adding 'pylint/extensions/docstyle.py' 2026-09-06 19:48:01,307 wheel INFO adding 'pylint/extensions/dunder.py' 2026-09-06 19:48:01,307 wheel INFO adding 'pylint/extensions/empty_comment.py' 2026-09-06 19:48:01,307 wheel INFO adding 'pylint/extensions/eq_without_hash.py' 2026-09-06 19:48:01,307 wheel INFO adding 'pylint/extensions/for_any_all.py' 2026-09-06 19:48:01,307 wheel INFO adding 'pylint/extensions/magic_value.py' 2026-09-06 19:48:01,308 wheel INFO adding 'pylint/extensions/mccabe.py' 2026-09-06 19:48:01,308 wheel INFO adding 'pylint/extensions/no_self_use.py' 2026-09-06 19:48:01,308 wheel INFO adding 'pylint/extensions/overlapping_exceptions.py' 2026-09-06 19:48:01,308 wheel INFO adding 'pylint/extensions/private_import.py' 2026-09-06 19:48:01,308 wheel INFO adding 'pylint/extensions/redefined_loop_name.py' 2026-09-06 19:48:01,309 wheel INFO adding 'pylint/extensions/redefined_variable_type.py' 2026-09-06 19:48:01,309 wheel INFO adding 'pylint/extensions/set_membership.py' 2026-09-06 19:48:01,309 wheel INFO adding 'pylint/extensions/typing.py' 2026-09-06 19:48:01,309 wheel INFO adding 'pylint/extensions/while_used.py' 2026-09-06 19:48:01,310 wheel INFO adding 'pylint/lint/__init__.py' 2026-09-06 19:48:01,310 wheel INFO adding 'pylint/lint/base_options.py' 2026-09-06 19:48:01,310 wheel INFO adding 'pylint/lint/caching.py' 2026-09-06 19:48:01,310 wheel INFO adding 'pylint/lint/expand_modules.py' 2026-09-06 19:48:01,310 wheel INFO adding 'pylint/lint/message_state_handler.py' 2026-09-06 19:48:01,311 wheel INFO adding 'pylint/lint/parallel.py' 2026-09-06 19:48:01,311 wheel INFO adding 'pylint/lint/pylinter.py' 2026-09-06 19:48:01,311 wheel INFO adding 'pylint/lint/report_functions.py' 2026-09-06 19:48:01,311 wheel INFO adding 'pylint/lint/run.py' 2026-09-06 19:48:01,312 wheel INFO adding 'pylint/lint/utils.py' 2026-09-06 19:48:01,312 wheel INFO adding 'pylint/message/__init__.py' 2026-09-06 19:48:01,312 wheel INFO adding 'pylint/message/_deleted_message_ids.py' 2026-09-06 19:48:01,312 wheel INFO adding 'pylint/message/message.py' 2026-09-06 19:48:01,313 wheel INFO adding 'pylint/message/message_definition.py' 2026-09-06 19:48:01,313 wheel INFO adding 'pylint/message/message_definition_store.py' 2026-09-06 19:48:01,313 wheel INFO adding 'pylint/message/message_id_store.py' 2026-09-06 19:48:01,313 wheel INFO adding 'pylint/pyreverse/__init__.py' 2026-09-06 19:48:01,313 wheel INFO adding 'pylint/pyreverse/diadefslib.py' 2026-09-06 19:48:01,314 wheel INFO adding 'pylint/pyreverse/diagrams.py' 2026-09-06 19:48:01,314 wheel INFO adding 'pylint/pyreverse/dot_printer.py' 2026-09-06 19:48:01,314 wheel INFO adding 'pylint/pyreverse/inspector.py' 2026-09-06 19:48:01,314 wheel INFO adding 'pylint/pyreverse/main.py' 2026-09-06 19:48:01,315 wheel INFO adding 'pylint/pyreverse/mermaidjs_printer.py' 2026-09-06 19:48:01,315 wheel INFO adding 'pylint/pyreverse/plantuml_printer.py' 2026-09-06 19:48:01,315 wheel INFO adding 'pylint/pyreverse/printer.py' 2026-09-06 19:48:01,315 wheel INFO adding 'pylint/pyreverse/printer_factory.py' 2026-09-06 19:48:01,315 wheel INFO adding 'pylint/pyreverse/utils.py' 2026-09-06 19:48:01,316 wheel INFO adding 'pylint/pyreverse/writer.py' 2026-09-06 19:48:01,316 wheel INFO adding 'pylint/reporters/__init__.py' 2026-09-06 19:48:01,316 wheel INFO adding 'pylint/reporters/base_reporter.py' 2026-09-06 19:48:01,316 wheel INFO adding 'pylint/reporters/collecting_reporter.py' 2026-09-06 19:48:01,316 wheel INFO adding 'pylint/reporters/json_reporter.py' 2026-09-06 19:48:01,317 wheel INFO adding 'pylint/reporters/multi_reporter.py' 2026-09-06 19:48:01,317 wheel INFO adding 'pylint/reporters/progress_reporters.py' 2026-09-06 19:48:01,317 wheel INFO adding 'pylint/reporters/reports_handler_mix_in.py' 2026-09-06 19:48:01,317 wheel INFO adding 'pylint/reporters/text.py' 2026-09-06 19:48:01,317 wheel INFO adding 'pylint/reporters/ureports/__init__.py' 2026-09-06 19:48:01,318 wheel INFO adding 'pylint/reporters/ureports/base_writer.py' 2026-09-06 19:48:01,318 wheel INFO adding 'pylint/reporters/ureports/nodes.py' 2026-09-06 19:48:01,318 wheel INFO adding 'pylint/reporters/ureports/text_writer.py' 2026-09-06 19:48:01,318 wheel INFO adding 'pylint/testutils/__init__.py' 2026-09-06 19:48:01,318 wheel INFO adding 'pylint/testutils/_run.py' 2026-09-06 19:48:01,319 wheel INFO adding 'pylint/testutils/checker_test_case.py' 2026-09-06 19:48:01,319 wheel INFO adding 'pylint/testutils/configuration_test.py' 2026-09-06 19:48:01,319 wheel INFO adding 'pylint/testutils/constants.py' 2026-09-06 19:48:01,319 wheel INFO adding 'pylint/testutils/decorator.py' 2026-09-06 19:48:01,320 wheel INFO adding 'pylint/testutils/get_test_info.py' 2026-09-06 19:48:01,320 wheel INFO adding 'pylint/testutils/global_test_linter.py' 2026-09-06 19:48:01,320 wheel INFO adding 'pylint/testutils/lint_module_test.py' 2026-09-06 19:48:01,320 wheel INFO adding 'pylint/testutils/output_line.py' 2026-09-06 19:48:01,320 wheel INFO adding 'pylint/testutils/pyreverse.py' 2026-09-06 19:48:01,321 wheel INFO adding 'pylint/testutils/reporter_for_tests.py' 2026-09-06 19:48:01,321 wheel INFO adding 'pylint/testutils/testing_pylintrc' 2026-09-06 19:48:01,321 wheel INFO adding 'pylint/testutils/tokenize_str.py' 2026-09-06 19:48:01,321 wheel INFO adding 'pylint/testutils/unittest_linter.py' 2026-09-06 19:48:01,321 wheel INFO adding 'pylint/testutils/utils.py' 2026-09-06 19:48:01,322 wheel INFO adding 'pylint/testutils/_primer/__init__.py' 2026-09-06 19:48:01,322 wheel INFO adding 'pylint/testutils/_primer/package_to_lint.py' 2026-09-06 19:48:01,322 wheel INFO adding 'pylint/testutils/_primer/primer.py' 2026-09-06 19:48:01,322 wheel INFO adding 'pylint/testutils/_primer/primer_command.py' 2026-09-06 19:48:01,322 wheel INFO adding 'pylint/testutils/_primer/primer_compare_command.py' 2026-09-06 19:48:01,323 wheel INFO adding 'pylint/testutils/_primer/primer_prepare_command.py' 2026-09-06 19:48:01,323 wheel INFO adding 'pylint/testutils/_primer/primer_run_command.py' 2026-09-06 19:48:01,323 wheel INFO adding 'pylint/testutils/functional/__init__.py' 2026-09-06 19:48:01,323 wheel INFO adding 'pylint/testutils/functional/find_functional_tests.py' 2026-09-06 19:48:01,323 wheel INFO adding 'pylint/testutils/functional/lint_module_output_update.py' 2026-09-06 19:48:01,324 wheel INFO adding 'pylint/testutils/functional/test_file.py' 2026-09-06 19:48:01,324 wheel INFO adding 'pylint/utils/__init__.py' 2026-09-06 19:48:01,324 wheel INFO adding 'pylint/utils/ast_walker.py' 2026-09-06 19:48:01,324 wheel INFO adding 'pylint/utils/docs.py' 2026-09-06 19:48:01,324 wheel INFO adding 'pylint/utils/file_state.py' 2026-09-06 19:48:01,325 wheel INFO adding 'pylint/utils/linterstats.py' 2026-09-06 19:48:01,325 wheel INFO adding 'pylint/utils/pragma_parser.py' 2026-09-06 19:48:01,325 wheel INFO adding 'pylint/utils/utils.py' 2026-09-06 19:48:01,326 wheel INFO adding 'pylint-4.0.8.dist-info/licenses/CONTRIBUTORS.txt' 2026-09-06 19:48:01,326 wheel INFO adding 'pylint-4.0.8.dist-info/licenses/LICENSE' 2026-09-06 19:48:01,326 wheel INFO adding 'pylint-4.0.8.dist-info/METADATA' 2026-09-06 19:48:01,326 wheel INFO adding 'pylint-4.0.8.dist-info/WHEEL' 2026-09-06 19:48:01,326 wheel INFO adding 'pylint-4.0.8.dist-info/entry_points.txt' 2026-09-06 19:48:01,326 wheel INFO adding 'pylint-4.0.8.dist-info/top_level.txt' 2026-09-06 19:48:01,327 wheel INFO adding 'pylint-4.0.8.dist-info/RECORD' 2026-09-06 19:48:01,329 root INFO removing build/bdist.linux-ppc64le/wheel 2026-09-06 19:48:01,336 gpep517 INFO The backend produced .dist/pylint-4.0.8-py3-none-any.whl pylint-4.0.8-py3-none-any.whl >>> py3-pylint: Entering fakeroot... >>> py3-pylint-pyc*: Running split function pyc... 'usr/lib/python3.14/site-packages/pylint/checkers/refactoring/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/checkers/refactoring/__pycache__' 'usr/lib/python3.14/site-packages/pylint/checkers/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/checkers/__pycache__' 'usr/lib/python3.14/site-packages/pylint/checkers/base/name_checker/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/checkers/base/name_checker/__pycache__' 'usr/lib/python3.14/site-packages/pylint/checkers/base/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/checkers/base/__pycache__' 'usr/lib/python3.14/site-packages/pylint/checkers/classes/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/checkers/classes/__pycache__' 'usr/lib/python3.14/site-packages/pylint/message/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/message/__pycache__' 'usr/lib/python3.14/site-packages/pylint/config/_breaking_changes/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/config/_breaking_changes/__pycache__' 'usr/lib/python3.14/site-packages/pylint/config/_pylint_config/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/config/_pylint_config/__pycache__' 'usr/lib/python3.14/site-packages/pylint/config/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/config/__pycache__' 'usr/lib/python3.14/site-packages/pylint/testutils/functional/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/testutils/functional/__pycache__' 'usr/lib/python3.14/site-packages/pylint/testutils/_primer/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/testutils/_primer/__pycache__' 'usr/lib/python3.14/site-packages/pylint/testutils/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/testutils/__pycache__' 'usr/lib/python3.14/site-packages/pylint/extensions/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/extensions/__pycache__' 'usr/lib/python3.14/site-packages/pylint/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/__pycache__' 'usr/lib/python3.14/site-packages/pylint/reporters/ureports/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/reporters/ureports/__pycache__' 'usr/lib/python3.14/site-packages/pylint/reporters/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/reporters/__pycache__' 'usr/lib/python3.14/site-packages/pylint/lint/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/lint/__pycache__' 'usr/lib/python3.14/site-packages/pylint/utils/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/utils/__pycache__' 'usr/lib/python3.14/site-packages/pylint/pyreverse/__pycache__' -> '/home/buildozer/aports/community/py3-pylint/pkg/py3-pylint-pyc/usr/lib/python3.14/site-packages/pylint/pyreverse/__pycache__' >>> py3-pylint-pyc*: Preparing subpackage py3-pylint-pyc... >>> py3-pylint-pyc*: Running postcheck for py3-pylint-pyc >>> py3-pylint*: Running postcheck for py3-pylint >>> py3-pylint*: Preparing package py3-pylint... >>> py3-pylint*: Tracing dependencies... py3-astroid~4 py3-dill py3-isort py3-mccabe py3-platformdirs py3-tomlkit python3~3.14 >>> py3-pylint*: Package size: 1.8 MB >>> py3-pylint*: Compressing data... >>> py3-pylint*: Create checksum... >>> py3-pylint*: Create py3-pylint-4.0.8-r0.apk >>> py3-pylint-pyc*: Tracing dependencies... python3~3.14 >>> py3-pylint-pyc*: Package size: 2.3 MB >>> py3-pylint-pyc*: Compressing data... >>> py3-pylint-pyc*: Create checksum... >>> py3-pylint-pyc*: Create py3-pylint-pyc-4.0.8-r0.apk >>> py3-pylint: Build complete at Sun, 06 Sep 2026 19:48:02 +0000 elapsed time 0h 0m 8s >>> py3-pylint: Cleaning up srcdir >>> py3-pylint: Cleaning up pkgdir >>> py3-pylint: Uninstalling dependencies... ( 1/36) Purging .makedepends-py3-pylint (20260906.194754) ( 2/36) Purging py3-astroid-pyc (4.1.1-r1) ( 3/36) Purging py3-astroid (4.1.1-r1) ( 4/36) Purging py3-dill-pyc (0.4.1-r1) ( 5/36) Purging py3-dill (0.4.1-r1) ( 6/36) Purging py3-isort-pyc (9.0.1-r0) ( 7/36) Purging py3-isort (9.0.1-r0) ( 8/36) Purging py3-mccabe-pyc (0.7.0-r5) ( 9/36) Purging py3-mccabe (0.7.0-r5) (10/36) Purging py3-platformdirs-pyc (4.11.5-r0) (11/36) Purging py3-platformdirs (4.11.5-r0) (12/36) Purging py3-tomlkit-pyc (0.13.3-r1) (13/36) Purging py3-tomlkit (0.13.3-r1) (14/36) Purging py3-gpep517-pyc (20-r0) (15/36) Purging py3-gpep517 (20-r0) (16/36) Purging py3-installer-pyc (1.0.1-r0) (17/36) Purging py3-installer (1.0.1-r0) (18/36) Purging py3-setuptools-pyc (84.0.0-r0) (19/36) Purging py3-setuptools (84.0.0-r0) (20/36) Purging py3-wheel-pyc (0.48.0-r0) (21/36) Purging py3-wheel (0.48.0-r0) (22/36) Purging py3-packaging-pyc (26.2-r0) (23/36) Purging py3-packaging (26.2-r0) (24/36) Purging py3-parsing-pyc (3.3.2-r1) (25/36) Purging py3-parsing (3.3.2-r1) (26/36) Purging python3-pyc (3.14.7-r0) (27/36) Purging python3-pycache-pyc0 (3.14.7-r0) (28/36) Purging pyc (3.14.7-r0) (29/36) Purging python3 (3.14.7-r0) (30/36) Purging libbz2 (1.0.8-r6) (31/36) Purging libffi (3.8.0-r0) (32/36) Purging libpanelw (6.6_p20260822-r0) (33/36) Purging mpdecimal (4.0.1-r0) (34/36) Purging readline (8.3.3-r1) (35/36) Purging sqlite-libs (3.53.4-r0) (36/36) Purging xz-libs (5.8.3-r0) Executing busybox-1.38.0-r4.trigger OK: 289.4 MiB in 106 packages >>> py3-pylint: Updating the community/ppc64le repository index... >>> py3-pylint: Signing the index...