>>> Building on exopi-3 under devel/pylint BDEPENDS = [devel/py-build;lang/python/3;devel/py-wheel;devel/py-setuptools;devel/py-installer] DIST = [devel/pylint:pylint-3.1.0.tar.gz] FULLPKGNAME = pylint3-3.1.0p2 RDEPENDS = [lang/python/3;sysutils/py-platformdirs;devel/py-mccabe;devel/py-dill;textproc/py-tomlkit;devel/py-astroid;devel/py-typing-extensions;devel/py-isort] (Junk lock obtained for exopi-3 at 1738598980.89) >>> Running depends in devel/pylint at 1738598980.94 last junk was in telephony/kamailio /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p0 python-3.12.8p2 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p0 >>> Running show-prepare-results in devel/pylint at 1738598986.28 ===> devel/pylint ===> Building from scratch pylint3-3.1.0p2 ===> pylint3-3.1.0p2 depends on: python->=3.12,<3.13 -> python-3.12.8p2 ===> pylint3-3.1.0p2 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> pylint3-3.1.0p2 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> pylint3-3.1.0p2 depends on: py3-setuptools-* -> py3-setuptools-75.6.0p0v0 ===> pylint3-3.1.0p2 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-wheel-0.45.1p0 python-3.12.8p2 (Junk lock released for exopi-3 at 1738598987.73) distfiles size=1494465 >>> Running build in devel/pylint at 1738598987.77 ===> devel/pylint ===> Checking files for pylint3-3.1.0p2 `/exopi-cvs/ports/distfiles/pylint-3.1.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for pylint3-3.1.0p2 ===> Patching for pylint3-3.1.0p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for pylint3-3.1.0p2 ===> Configuring for pylint3-3.1.0p2 ===> Building for pylint3-3.1.0p2 * Getting build dependencies for wheel... running egg_info writing pylint.egg-info/PKG-INFO writing dependency_links to pylint.egg-info/dependency_links.txt writing entry points to pylint.egg-info/entry_points.txt writing requirements to pylint.egg-info/requires.txt writing top-level names to pylint.egg-info/top_level.txt reading manifest file 'pylint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/_build' no previously-included directories found matching 'tests/.benchmarks' no previously-included directories found matching 'tests/.pylint_primer_tests' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'CONTRIBUTORS.txt' writing manifest file 'pylint.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build/lib/pylint copying ./pylint/__init__.py -> build/lib/pylint copying ./pylint/__main__.py -> build/lib/pylint copying ./pylint/__pkginfo__.py -> build/lib/pylint copying ./pylint/constants.py -> build/lib/pylint copying ./pylint/exceptions.py -> build/lib/pylint copying ./pylint/graph.py -> build/lib/pylint copying ./pylint/interfaces.py -> build/lib/pylint copying ./pylint/typing.py -> build/lib/pylint creating build/lib/pylint/checkers copying ./pylint/checkers/__init__.py -> build/lib/pylint/checkers copying ./pylint/checkers/async.py -> build/lib/pylint/checkers copying ./pylint/checkers/bad_chained_comparison.py -> build/lib/pylint/checkers copying ./pylint/checkers/base_checker.py -> build/lib/pylint/checkers copying ./pylint/checkers/dataclass_checker.py -> build/lib/pylint/checkers copying ./pylint/checkers/deprecated.py -> build/lib/pylint/checkers copying ./pylint/checkers/design_analysis.py -> build/lib/pylint/checkers copying ./pylint/checkers/dunder_methods.py -> build/lib/pylint/checkers copying ./pylint/checkers/ellipsis_checker.py -> build/lib/pylint/checkers copying ./pylint/checkers/exceptions.py -> build/lib/pylint/checkers copying ./pylint/checkers/format.py -> build/lib/pylint/checkers copying ./pylint/checkers/imports.py -> build/lib/pylint/checkers copying ./pylint/checkers/lambda_expressions.py -> build/lib/pylint/checkers copying ./pylint/checkers/logging.py -> build/lib/pylint/checkers copying ./pylint/checkers/method_args.py -> build/lib/pylint/checkers copying ./pylint/checkers/misc.py -> build/lib/pylint/checkers copying ./pylint/checkers/modified_iterating_checker.py -> build/lib/pylint/checkers copying ./pylint/checkers/newstyle.py -> build/lib/pylint/checkers copying ./pylint/checkers/nested_min_max.py -> build/lib/pylint/checkers copying ./pylint/checkers/non_ascii_names.py -> build/lib/pylint/checkers copying ./pylint/checkers/raw_metrics.py -> build/lib/pylint/checkers copying ./pylint/checkers/similar.py -> build/lib/pylint/checkers copying ./pylint/checkers/spelling.py -> build/lib/pylint/checkers copying ./pylint/checkers/stdlib.py -> build/lib/pylint/checkers copying ./pylint/checkers/strings.py -> build/lib/pylint/checkers copying ./pylint/checkers/threading_checker.py -> build/lib/pylint/checkers copying ./pylint/checkers/typecheck.py -> build/lib/pylint/checkers copying ./pylint/checkers/unicode.py -> build/lib/pylint/checkers copying ./pylint/checkers/unsupported_version.py -> build/lib/pylint/checkers copying ./pylint/checkers/utils.py -> build/lib/pylint/checkers copying ./pylint/checkers/variables.py -> build/lib/pylint/checkers creating build/lib/pylint/config copying ./pylint/config/__init__.py -> build/lib/pylint/config copying ./pylint/config/_breaking_changes.py -> build/lib/pylint/config copying ./pylint/config/argument.py -> build/lib/pylint/config copying ./pylint/config/arguments_manager.py -> build/lib/pylint/config copying ./pylint/config/arguments_provider.py -> build/lib/pylint/config copying ./pylint/config/callback_actions.py -> build/lib/pylint/config copying ./pylint/config/config_file_parser.py -> build/lib/pylint/config copying ./pylint/config/config_initialization.py -> build/lib/pylint/config copying ./pylint/config/deprecation_actions.py -> build/lib/pylint/config copying ./pylint/config/exceptions.py -> build/lib/pylint/config copying ./pylint/config/find_default_config_files.py -> build/lib/pylint/config copying ./pylint/config/help_formatter.py -> build/lib/pylint/config copying ./pylint/config/utils.py -> build/lib/pylint/config creating build/lib/pylint/extensions copying ./pylint/extensions/__init__.py -> build/lib/pylint/extensions copying ./pylint/extensions/_check_docs_utils.py -> build/lib/pylint/extensions copying ./pylint/extensions/bad_builtin.py -> build/lib/pylint/extensions copying ./pylint/extensions/broad_try_clause.py -> build/lib/pylint/extensions copying ./pylint/extensions/check_elif.py -> build/lib/pylint/extensions copying ./pylint/extensions/code_style.py -> build/lib/pylint/extensions copying ./pylint/extensions/comparison_placement.py -> build/lib/pylint/extensions copying ./pylint/extensions/confusing_elif.py -> build/lib/pylint/extensions copying ./pylint/extensions/consider_refactoring_into_while_condition.py -> build/lib/pylint/extensions copying ./pylint/extensions/consider_ternary_expression.py -> build/lib/pylint/extensions copying ./pylint/extensions/dict_init_mutate.py -> build/lib/pylint/extensions copying ./pylint/extensions/docparams.py -> build/lib/pylint/extensions copying ./pylint/extensions/docstyle.py -> build/lib/pylint/extensions copying ./pylint/extensions/dunder.py -> build/lib/pylint/extensions copying ./pylint/extensions/empty_comment.py -> build/lib/pylint/extensions copying ./pylint/extensions/eq_without_hash.py -> build/lib/pylint/extensions copying ./pylint/extensions/for_any_all.py -> build/lib/pylint/extensions copying ./pylint/extensions/magic_value.py -> build/lib/pylint/extensions copying ./pylint/extensions/mccabe.py -> build/lib/pylint/extensions copying ./pylint/extensions/no_self_use.py -> build/lib/pylint/extensions copying ./pylint/extensions/overlapping_exceptions.py -> build/lib/pylint/extensions copying ./pylint/extensions/private_import.py -> build/lib/pylint/extensions copying ./pylint/extensions/redefined_loop_name.py -> build/lib/pylint/extensions copying ./pylint/extensions/redefined_variable_type.py -> build/lib/pylint/extensions copying ./pylint/extensions/set_membership.py -> build/lib/pylint/extensions copying ./pylint/extensions/typing.py -> build/lib/pylint/extensions copying ./pylint/extensions/while_used.py -> build/lib/pylint/extensions creating build/lib/pylint/lint copying ./pylint/lint/__init__.py -> build/lib/pylint/lint copying ./pylint/lint/base_options.py -> build/lib/pylint/lint copying ./pylint/lint/caching.py -> build/lib/pylint/lint copying ./pylint/lint/expand_modules.py -> build/lib/pylint/lint copying ./pylint/lint/message_state_handler.py -> build/lib/pylint/lint copying ./pylint/lint/parallel.py -> build/lib/pylint/lint copying ./pylint/lint/pylinter.py -> build/lib/pylint/lint copying ./pylint/lint/report_functions.py -> build/lib/pylint/lint copying ./pylint/lint/run.py -> build/lib/pylint/lint copying ./pylint/lint/utils.py -> build/lib/pylint/lint creating build/lib/pylint/message copying ./pylint/message/__init__.py -> build/lib/pylint/message copying ./pylint/message/_deleted_message_ids.py -> build/lib/pylint/message copying ./pylint/message/message.py -> build/lib/pylint/message copying ./pylint/message/message_definition.py -> build/lib/pylint/message copying ./pylint/message/message_definition_store.py -> build/lib/pylint/message copying ./pylint/message/message_id_store.py -> build/lib/pylint/message creating build/lib/pylint/pyreverse copying ./pylint/pyreverse/__init__.py -> build/lib/pylint/pyreverse copying ./pylint/pyreverse/diadefslib.py -> build/lib/pylint/pyreverse copying ./pylint/pyreverse/diagrams.py -> build/lib/pylint/pyreverse copying ./pylint/pyreverse/dot_printer.py -> build/lib/pylint/pyreverse copying ./pylint/pyreverse/inspector.py -> build/lib/pylint/pyreverse copying ./pylint/pyreverse/main.py -> build/lib/pylint/pyreverse copying ./pylint/pyreverse/mermaidjs_printer.py -> build/lib/pylint/pyreverse copying ./pylint/pyreverse/plantuml_printer.py -> build/lib/pylint/pyreverse copying ./pylint/pyreverse/printer.py -> build/lib/pylint/pyreverse copying ./pylint/pyreverse/printer_factory.py -> build/lib/pylint/pyreverse copying ./pylint/pyreverse/utils.py -> build/lib/pylint/pyreverse copying ./pylint/pyreverse/writer.py -> build/lib/pylint/pyreverse creating build/lib/pylint/reporters copying ./pylint/reporters/__init__.py -> build/lib/pylint/reporters copying ./pylint/reporters/base_reporter.py -> build/lib/pylint/reporters copying ./pylint/reporters/collecting_reporter.py -> build/lib/pylint/reporters copying ./pylint/reporters/json_reporter.py -> build/lib/pylint/reporters copying ./pylint/reporters/multi_reporter.py -> build/lib/pylint/reporters copying ./pylint/reporters/reports_handler_mix_in.py -> build/lib/pylint/reporters copying ./pylint/reporters/text.py -> build/lib/pylint/reporters creating build/lib/pylint/testutils copying ./pylint/testutils/__init__.py -> build/lib/pylint/testutils copying ./pylint/testutils/_run.py -> build/lib/pylint/testutils copying ./pylint/testutils/checker_test_case.py -> build/lib/pylint/testutils copying ./pylint/testutils/configuration_test.py -> build/lib/pylint/testutils copying ./pylint/testutils/constants.py -> build/lib/pylint/testutils copying ./pylint/testutils/decorator.py -> build/lib/pylint/testutils copying ./pylint/testutils/get_test_info.py -> build/lib/pylint/testutils copying ./pylint/testutils/global_test_linter.py -> build/lib/pylint/testutils copying ./pylint/testutils/lint_module_test.py -> build/lib/pylint/testutils copying ./pylint/testutils/output_line.py -> build/lib/pylint/testutils copying ./pylint/testutils/pyreverse.py -> build/lib/pylint/testutils copying ./pylint/testutils/reporter_for_tests.py -> build/lib/pylint/testutils copying ./pylint/testutils/tokenize_str.py -> build/lib/pylint/testutils copying ./pylint/testutils/unittest_linter.py -> build/lib/pylint/testutils copying ./pylint/testutils/utils.py -> build/lib/pylint/testutils creating build/lib/pylint/utils copying ./pylint/utils/__init__.py -> build/lib/pylint/utils copying ./pylint/utils/ast_walker.py -> build/lib/pylint/utils copying ./pylint/utils/docs.py -> build/lib/pylint/utils copying ./pylint/utils/file_state.py -> build/lib/pylint/utils copying ./pylint/utils/linterstats.py -> build/lib/pylint/utils copying ./pylint/utils/pragma_parser.py -> build/lib/pylint/utils copying ./pylint/utils/utils.py -> build/lib/pylint/utils creating build/lib/pylint/checkers/base copying ./pylint/checkers/base/__init__.py -> build/lib/pylint/checkers/base copying ./pylint/checkers/base/basic_checker.py -> build/lib/pylint/checkers/base copying ./pylint/checkers/base/basic_error_checker.py -> build/lib/pylint/checkers/base copying ./pylint/checkers/base/comparison_checker.py -> build/lib/pylint/checkers/base copying ./pylint/checkers/base/docstring_checker.py -> build/lib/pylint/checkers/base copying ./pylint/checkers/base/pass_checker.py -> build/lib/pylint/checkers/base creating build/lib/pylint/checkers/classes copying ./pylint/checkers/classes/__init__.py -> build/lib/pylint/checkers/classes copying ./pylint/checkers/classes/class_checker.py -> build/lib/pylint/checkers/classes copying ./pylint/checkers/classes/special_methods_checker.py -> build/lib/pylint/checkers/classes creating build/lib/pylint/checkers/refactoring copying ./pylint/checkers/refactoring/__init__.py -> build/lib/pylint/checkers/refactoring copying ./pylint/checkers/refactoring/implicit_booleaness_checker.py -> build/lib/pylint/checkers/refactoring copying ./pylint/checkers/refactoring/not_checker.py -> build/lib/pylint/checkers/refactoring copying ./pylint/checkers/refactoring/recommendation_checker.py -> build/lib/pylint/checkers/refactoring copying ./pylint/checkers/refactoring/refactoring_checker.py -> build/lib/pylint/checkers/refactoring creating build/lib/pylint/checkers/base/name_checker copying ./pylint/checkers/base/name_checker/__init__.py -> build/lib/pylint/checkers/base/name_checker copying ./pylint/checkers/base/name_checker/checker.py -> build/lib/pylint/checkers/base/name_checker copying ./pylint/checkers/base/name_checker/naming_style.py -> build/lib/pylint/checkers/base/name_checker creating build/lib/pylint/config/_pylint_config copying ./pylint/config/_pylint_config/__init__.py -> build/lib/pylint/config/_pylint_config copying ./pylint/config/_pylint_config/generate_command.py -> build/lib/pylint/config/_pylint_config copying ./pylint/config/_pylint_config/help_message.py -> build/lib/pylint/config/_pylint_config copying ./pylint/config/_pylint_config/main.py -> build/lib/pylint/config/_pylint_config copying ./pylint/config/_pylint_config/setup.py -> build/lib/pylint/config/_pylint_config copying ./pylint/config/_pylint_config/utils.py -> build/lib/pylint/config/_pylint_config creating build/lib/pylint/reporters/ureports copying ./pylint/reporters/ureports/__init__.py -> build/lib/pylint/reporters/ureports copying ./pylint/reporters/ureports/base_writer.py -> build/lib/pylint/reporters/ureports copying ./pylint/reporters/ureports/nodes.py -> build/lib/pylint/reporters/ureports copying ./pylint/reporters/ureports/text_writer.py -> build/lib/pylint/reporters/ureports creating build/lib/pylint/testutils/_primer copying ./pylint/testutils/_primer/__init__.py -> build/lib/pylint/testutils/_primer copying ./pylint/testutils/_primer/package_to_lint.py -> build/lib/pylint/testutils/_primer copying ./pylint/testutils/_primer/primer.py -> build/lib/pylint/testutils/_primer copying ./pylint/testutils/_primer/primer_command.py -> build/lib/pylint/testutils/_primer copying ./pylint/testutils/_primer/primer_compare_command.py -> build/lib/pylint/testutils/_primer copying ./pylint/testutils/_primer/primer_prepare_command.py -> build/lib/pylint/testutils/_primer copying ./pylint/testutils/_primer/primer_run_command.py -> build/lib/pylint/testutils/_primer creating build/lib/pylint/testutils/functional copying ./pylint/testutils/functional/__init__.py -> build/lib/pylint/testutils/functional copying ./pylint/testutils/functional/find_functional_tests.py -> build/lib/pylint/testutils/functional copying ./pylint/testutils/functional/lint_module_output_update.py -> build/lib/pylint/testutils/functional copying ./pylint/testutils/functional/test_file.py -> build/lib/pylint/testutils/functional running egg_info writing pylint.egg-info/PKG-INFO writing dependency_links to pylint.egg-info/dependency_links.txt writing entry points to pylint.egg-info/entry_points.txt writing requirements to pylint.egg-info/requires.txt writing top-level names to pylint.egg-info/top_level.txt reading manifest file 'pylint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'doc/_build' no previously-included directories found matching 'tests/.benchmarks' no previously-included directories found matching 'tests/.pylint_primer_tests' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' adding license file 'CONTRIBUTORS.txt' warning: no previously-included files matching '*.py[co]' found anywhere in distribution writing manifest file 'pylint.egg-info/SOURCES.txt' copying ./pylint/py.typed -> build/lib/pylint copying ./pylint/testutils/testing_pylintrc -> build/lib/pylint/testutils installing to build/bdist.openbsd-7.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64/wheel creating build/bdist.openbsd-7.6-amd64/wheel/pylint copying build/lib/pylint/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint copying build/lib/pylint/__main__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint copying build/lib/pylint/__pkginfo__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint copying build/lib/pylint/constants.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint copying build/lib/pylint/exceptions.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint copying build/lib/pylint/graph.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint copying build/lib/pylint/interfaces.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint copying build/lib/pylint/typing.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint creating build/bdist.openbsd-7.6-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/async.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/bad_chained_comparison.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/base_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/dataclass_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/deprecated.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/design_analysis.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/dunder_methods.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/ellipsis_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/exceptions.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/format.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/imports.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/lambda_expressions.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/logging.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/method_args.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/misc.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/modified_iterating_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/newstyle.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/nested_min_max.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/non_ascii_names.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/raw_metrics.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/similar.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/spelling.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/stdlib.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/strings.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/threading_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/typecheck.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/unicode.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/unsupported_version.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers copying build/lib/pylint/checkers/variables.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers creating build/bdist.openbsd-7.6-amd64/wheel/pylint/checkers/base copying build/lib/pylint/checkers/base/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/base copying build/lib/pylint/checkers/base/basic_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/base copying build/lib/pylint/checkers/base/basic_error_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/base copying build/lib/pylint/checkers/base/comparison_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/base copying build/lib/pylint/checkers/base/docstring_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/base copying build/lib/pylint/checkers/base/pass_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/base creating build/bdist.openbsd-7.6-amd64/wheel/pylint/checkers/base/name_checker copying build/lib/pylint/checkers/base/name_checker/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/base/name_checker copying build/lib/pylint/checkers/base/name_checker/checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/base/name_checker copying build/lib/pylint/checkers/base/name_checker/naming_style.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/base/name_checker creating build/bdist.openbsd-7.6-amd64/wheel/pylint/checkers/classes copying build/lib/pylint/checkers/classes/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/classes copying build/lib/pylint/checkers/classes/class_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/classes copying build/lib/pylint/checkers/classes/special_methods_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/classes creating build/bdist.openbsd-7.6-amd64/wheel/pylint/checkers/refactoring copying build/lib/pylint/checkers/refactoring/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/refactoring copying build/lib/pylint/checkers/refactoring/implicit_booleaness_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/refactoring copying build/lib/pylint/checkers/refactoring/not_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/refactoring copying build/lib/pylint/checkers/refactoring/recommendation_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/refactoring copying build/lib/pylint/checkers/refactoring/refactoring_checker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/checkers/refactoring creating build/bdist.openbsd-7.6-amd64/wheel/pylint/config copying build/lib/pylint/config/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config copying build/lib/pylint/config/_breaking_changes.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config copying build/lib/pylint/config/argument.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config copying build/lib/pylint/config/arguments_manager.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config copying build/lib/pylint/config/arguments_provider.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config copying build/lib/pylint/config/callback_actions.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config copying build/lib/pylint/config/config_file_parser.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config copying build/lib/pylint/config/config_initialization.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config copying build/lib/pylint/config/deprecation_actions.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config copying build/lib/pylint/config/exceptions.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config copying build/lib/pylint/config/find_default_config_files.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config copying build/lib/pylint/config/help_formatter.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config copying build/lib/pylint/config/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config creating build/bdist.openbsd-7.6-amd64/wheel/pylint/config/_pylint_config copying build/lib/pylint/config/_pylint_config/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config/_pylint_config copying build/lib/pylint/config/_pylint_config/generate_command.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config/_pylint_config copying build/lib/pylint/config/_pylint_config/help_message.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config/_pylint_config copying build/lib/pylint/config/_pylint_config/main.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config/_pylint_config copying build/lib/pylint/config/_pylint_config/setup.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config/_pylint_config copying build/lib/pylint/config/_pylint_config/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/config/_pylint_config creating build/bdist.openbsd-7.6-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/_check_docs_utils.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/bad_builtin.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/broad_try_clause.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/check_elif.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/code_style.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/comparison_placement.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/confusing_elif.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/consider_refactoring_into_while_condition.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/consider_ternary_expression.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/dict_init_mutate.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/docparams.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/docstyle.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/dunder.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/empty_comment.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/eq_without_hash.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/for_any_all.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/magic_value.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/mccabe.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/no_self_use.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/overlapping_exceptions.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/private_import.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/redefined_loop_name.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/redefined_variable_type.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/set_membership.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/typing.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions copying build/lib/pylint/extensions/while_used.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/extensions creating build/bdist.openbsd-7.6-amd64/wheel/pylint/lint copying build/lib/pylint/lint/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/lint copying build/lib/pylint/lint/base_options.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/lint copying build/lib/pylint/lint/caching.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/lint copying build/lib/pylint/lint/expand_modules.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/lint copying build/lib/pylint/lint/message_state_handler.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/lint copying build/lib/pylint/lint/parallel.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/lint copying build/lib/pylint/lint/pylinter.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/lint copying build/lib/pylint/lint/report_functions.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/lint copying build/lib/pylint/lint/run.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/lint copying build/lib/pylint/lint/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/lint creating build/bdist.openbsd-7.6-amd64/wheel/pylint/message copying build/lib/pylint/message/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/message copying build/lib/pylint/message/_deleted_message_ids.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/message copying build/lib/pylint/message/message.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/message copying build/lib/pylint/message/message_definition.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/message copying build/lib/pylint/message/message_definition_store.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/message copying build/lib/pylint/message/message_id_store.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/message creating build/bdist.openbsd-7.6-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/pyreverse copying build/lib/pylint/pyreverse/diadefslib.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/pyreverse copying build/lib/pylint/pyreverse/diagrams.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/pyreverse copying build/lib/pylint/pyreverse/dot_printer.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/pyreverse copying build/lib/pylint/pyreverse/inspector.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/pyreverse copying build/lib/pylint/pyreverse/main.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/pyreverse copying build/lib/pylint/pyreverse/mermaidjs_printer.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/pyreverse copying build/lib/pylint/pyreverse/plantuml_printer.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/pyreverse copying build/lib/pylint/pyreverse/printer.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/pyreverse copying build/lib/pylint/pyreverse/printer_factory.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/pyreverse copying build/lib/pylint/pyreverse/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/pyreverse copying build/lib/pylint/pyreverse/writer.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/pyreverse creating build/bdist.openbsd-7.6-amd64/wheel/pylint/reporters copying build/lib/pylint/reporters/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/reporters copying build/lib/pylint/reporters/base_reporter.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/reporters copying build/lib/pylint/reporters/collecting_reporter.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/reporters copying build/lib/pylint/reporters/json_reporter.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/reporters copying build/lib/pylint/reporters/multi_reporter.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/reporters copying build/lib/pylint/reporters/reports_handler_mix_in.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/reporters copying build/lib/pylint/reporters/text.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/reporters creating build/bdist.openbsd-7.6-amd64/wheel/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/base_writer.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/nodes.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/text_writer.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/reporters/ureports creating build/bdist.openbsd-7.6-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/_run.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/checker_test_case.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/configuration_test.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/constants.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/decorator.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/get_test_info.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/global_test_linter.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/lint_module_test.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/output_line.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/pyreverse.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/reporter_for_tests.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/tokenize_str.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/unittest_linter.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils copying build/lib/pylint/testutils/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils creating build/bdist.openbsd-7.6-amd64/wheel/pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/package_to_lint.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/primer.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/primer_command.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/primer_compare_command.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/primer_prepare_command.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/primer_run_command.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils/_primer creating build/bdist.openbsd-7.6-amd64/wheel/pylint/testutils/functional copying build/lib/pylint/testutils/functional/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils/functional copying build/lib/pylint/testutils/functional/find_functional_tests.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils/functional copying build/lib/pylint/testutils/functional/lint_module_output_update.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils/functional copying build/lib/pylint/testutils/functional/test_file.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils/functional copying build/lib/pylint/testutils/testing_pylintrc -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/testutils creating build/bdist.openbsd-7.6-amd64/wheel/pylint/utils copying build/lib/pylint/utils/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/utils copying build/lib/pylint/utils/ast_walker.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/utils copying build/lib/pylint/utils/docs.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/utils copying build/lib/pylint/utils/file_state.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/utils copying build/lib/pylint/utils/linterstats.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/utils copying build/lib/pylint/utils/pragma_parser.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/utils copying build/lib/pylint/utils/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/./pylint/utils copying build/lib/pylint/py.typed -> build/bdist.openbsd-7.6-amd64/wheel/./pylint running install_egg_info Copying pylint.egg-info to build/bdist.openbsd-7.6-amd64/wheel/./pylint-3.1.0-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/pylint-3.1.0.dist-info/WHEEL creating '/exopi-obj/pobj/pylint3-3.1.0/pylint-3.1.0/dist/.tmp-pfxq23g2/pylint-3.1.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'pylint/__init__.py' adding 'pylint/__main__.py' adding 'pylint/__pkginfo__.py' adding 'pylint/constants.py' adding 'pylint/exceptions.py' adding 'pylint/graph.py' adding 'pylint/interfaces.py' adding 'pylint/py.typed' adding 'pylint/typing.py' adding 'pylint/checkers/__init__.py' adding 'pylint/checkers/async.py' adding 'pylint/checkers/bad_chained_comparison.py' adding 'pylint/checkers/base_checker.py' adding 'pylint/checkers/dataclass_checker.py' adding 'pylint/checkers/deprecated.py' adding 'pylint/checkers/design_analysis.py' adding 'pylint/checkers/dunder_methods.py' adding 'pylint/checkers/ellipsis_checker.py' adding 'pylint/checkers/exceptions.py' adding 'pylint/checkers/format.py' adding 'pylint/checkers/imports.py' adding 'pylint/checkers/lambda_expressions.py' adding 'pylint/checkers/logging.py' adding 'pylint/checkers/method_args.py' adding 'pylint/checkers/misc.py' adding 'pylint/checkers/modified_iterating_checker.py' adding 'pylint/checkers/nested_min_max.py' adding 'pylint/checkers/newstyle.py' adding 'pylint/checkers/non_ascii_names.py' adding 'pylint/checkers/raw_metrics.py' adding 'pylint/checkers/similar.py' adding 'pylint/checkers/spelling.py' adding 'pylint/checkers/stdlib.py' adding 'pylint/checkers/strings.py' adding 'pylint/checkers/threading_checker.py' adding 'pylint/checkers/typecheck.py' adding 'pylint/checkers/unicode.py' adding 'pylint/checkers/unsupported_version.py' adding 'pylint/checkers/utils.py' adding 'pylint/checkers/variables.py' adding 'pylint/checkers/base/__init__.py' adding 'pylint/checkers/base/basic_checker.py' adding 'pylint/checkers/base/basic_error_checker.py' adding 'pylint/checkers/base/comparison_checker.py' adding 'pylint/checkers/base/docstring_checker.py' adding 'pylint/checkers/base/pass_checker.py' adding 'pylint/checkers/base/name_checker/__init__.py' adding 'pylint/checkers/base/name_checker/checker.py' adding 'pylint/checkers/base/name_checker/naming_style.py' adding 'pylint/checkers/classes/__init__.py' adding 'pylint/checkers/classes/class_checker.py' adding 'pylint/checkers/classes/special_methods_checker.py' adding 'pylint/checkers/refactoring/__init__.py' adding 'pylint/checkers/refactoring/implicit_booleaness_checker.py' adding 'pylint/checkers/refactoring/not_checker.py' adding 'pylint/checkers/refactoring/recommendation_checker.py' adding 'pylint/checkers/refactoring/refactoring_checker.py' adding 'pylint/config/__init__.py' adding 'pylint/config/_breaking_changes.py' adding 'pylint/config/argument.py' adding 'pylint/config/arguments_manager.py' adding 'pylint/config/arguments_provider.py' adding 'pylint/config/callback_actions.py' adding 'pylint/config/config_file_parser.py' adding 'pylint/config/config_initialization.py' adding 'pylint/config/deprecation_actions.py' adding 'pylint/config/exceptions.py' adding 'pylint/config/find_default_config_files.py' adding 'pylint/config/help_formatter.py' adding 'pylint/config/utils.py' adding 'pylint/config/_pylint_config/__init__.py' adding 'pylint/config/_pylint_config/generate_command.py' adding 'pylint/config/_pylint_config/help_message.py' adding 'pylint/config/_pylint_config/main.py' adding 'pylint/config/_pylint_config/setup.py' adding 'pylint/config/_pylint_config/utils.py' adding 'pylint/extensions/__init__.py' adding 'pylint/extensions/_check_docs_utils.py' adding 'pylint/extensions/bad_builtin.py' adding 'pylint/extensions/broad_try_clause.py' adding 'pylint/extensions/check_elif.py' adding 'pylint/extensions/code_style.py' adding 'pylint/extensions/comparison_placement.py' adding 'pylint/extensions/confusing_elif.py' adding 'pylint/extensions/consider_refactoring_into_while_condition.py' adding 'pylint/extensions/consider_ternary_expression.py' adding 'pylint/extensions/dict_init_mutate.py' adding 'pylint/extensions/docparams.py' adding 'pylint/extensions/docstyle.py' adding 'pylint/extensions/dunder.py' adding 'pylint/extensions/empty_comment.py' adding 'pylint/extensions/eq_without_hash.py' adding 'pylint/extensions/for_any_all.py' adding 'pylint/extensions/magic_value.py' adding 'pylint/extensions/mccabe.py' adding 'pylint/extensions/no_self_use.py' adding 'pylint/extensions/overlapping_exceptions.py' adding 'pylint/extensions/private_import.py' adding 'pylint/extensions/redefined_loop_name.py' adding 'pylint/extensions/redefined_variable_type.py' adding 'pylint/extensions/set_membership.py' adding 'pylint/extensions/typing.py' adding 'pylint/extensions/while_used.py' adding 'pylint/lint/__init__.py' adding 'pylint/lint/base_options.py' adding 'pylint/lint/caching.py' adding 'pylint/lint/expand_modules.py' adding 'pylint/lint/message_state_handler.py' adding 'pylint/lint/parallel.py' adding 'pylint/lint/pylinter.py' adding 'pylint/lint/report_functions.py' adding 'pylint/lint/run.py' adding 'pylint/lint/utils.py' adding 'pylint/message/__init__.py' adding 'pylint/message/_deleted_message_ids.py' adding 'pylint/message/message.py' adding 'pylint/message/message_definition.py' adding 'pylint/message/message_definition_store.py' adding 'pylint/message/message_id_store.py' adding 'pylint/pyreverse/__init__.py' adding 'pylint/pyreverse/diadefslib.py' adding 'pylint/pyreverse/diagrams.py' adding 'pylint/pyreverse/dot_printer.py' adding 'pylint/pyreverse/inspector.py' adding 'pylint/pyreverse/main.py' adding 'pylint/pyreverse/mermaidjs_printer.py' adding 'pylint/pyreverse/plantuml_printer.py' adding 'pylint/pyreverse/printer.py' adding 'pylint/pyreverse/printer_factory.py' adding 'pylint/pyreverse/utils.py' adding 'pylint/pyreverse/writer.py' adding 'pylint/reporters/__init__.py' adding 'pylint/reporters/base_reporter.py' adding 'pylint/reporters/collecting_reporter.py' adding 'pylint/reporters/json_reporter.py' adding 'pylint/reporters/multi_reporter.py' adding 'pylint/reporters/reports_handler_mix_in.py' adding 'pylint/reporters/text.py' adding 'pylint/reporters/ureports/__init__.py' adding 'pylint/reporters/ureports/base_writer.py' adding 'pylint/reporters/ureports/nodes.py' adding 'pylint/reporters/ureports/text_writer.py' adding 'pylint/testutils/__init__.py' adding 'pylint/testutils/_run.py' adding 'pylint/testutils/checker_test_case.py' adding 'pylint/testutils/configuration_test.py' adding 'pylint/testutils/constants.py' adding 'pylint/testutils/decorator.py' adding 'pylint/testutils/get_test_info.py' adding 'pylint/testutils/global_test_linter.py' adding 'pylint/testutils/lint_module_test.py' adding 'pylint/testutils/output_line.py' adding 'pylint/testutils/pyreverse.py' adding 'pylint/testutils/reporter_for_tests.py' adding 'pylint/testutils/testing_pylintrc' adding 'pylint/testutils/tokenize_str.py' adding 'pylint/testutils/unittest_linter.py' adding 'pylint/testutils/utils.py' adding 'pylint/testutils/_primer/__init__.py' adding 'pylint/testutils/_primer/package_to_lint.py' adding 'pylint/testutils/_primer/primer.py' adding 'pylint/testutils/_primer/primer_command.py' adding 'pylint/testutils/_primer/primer_compare_command.py' adding 'pylint/testutils/_primer/primer_prepare_command.py' adding 'pylint/testutils/_primer/primer_run_command.py' adding 'pylint/testutils/functional/__init__.py' adding 'pylint/testutils/functional/find_functional_tests.py' adding 'pylint/testutils/functional/lint_module_output_update.py' adding 'pylint/testutils/functional/test_file.py' adding 'pylint/utils/__init__.py' adding 'pylint/utils/ast_walker.py' adding 'pylint/utils/docs.py' adding 'pylint/utils/file_state.py' adding 'pylint/utils/linterstats.py' adding 'pylint/utils/pragma_parser.py' adding 'pylint/utils/utils.py' adding 'pylint-3.1.0.dist-info/CONTRIBUTORS.txt' adding 'pylint-3.1.0.dist-info/LICENSE' adding 'pylint-3.1.0.dist-info/METADATA' adding 'pylint-3.1.0.dist-info/WHEEL' adding 'pylint-3.1.0.dist-info/entry_points.txt' adding 'pylint-3.1.0.dist-info/top_level.txt' adding 'pylint-3.1.0.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built pylint-3.1.0-py3-none-any.whl >>> Running package in devel/pylint at 1738598993.36 ===> devel/pylint ===> Faking installation for pylint3-3.1.0p2 ===> Building package for pylint3-3.1.0p2 Create /exopi-cvs/ports/packages/amd64/all/pylint3-3.1.0p2.tgz Creating package pylint3-3.1.0p2 reading plist| checking dependencies| checking dependencies|devel/py-astroid checking dependencies|devel/py-dill checking dependencies|devel/py-isort Error: Dependency py3-isort-<6 doesn't match FULLPKGNAME: py3-isort-6.0.0 checksumming... Error: @depend devel/py-isort:py3-isort-<6:py3-isort-6.0.0 pattern py3-isort-<6 doesn't match default py3-isort-6.0.0 pkg_create: can't continue *** Error 1 in devel/pylint (/exopi-cvs/ports/infrastructure/mk/bsd.port.mk:2249 '/exopi-cvs/ports/packages/amd64/all/pylint3-3.1.0p2.tgz') *** Error 2 in devel/pylint (/exopi-cvs/ports/infrastructure/mk/bsd.port.mk:2733 '_internal-package': @case X${_DEPENDS_CACHE} in X) _DEPEN...) *** Error 2 in devel/pylint (/exopi-cvs/ports/infrastructure/mk/bsd.port.mk:2712 'package': @lock=pylint3-3.1.0p2; export _LOCKS_HELD=" pyl...) ===> Exiting devel/pylint with an error *** Error 1 in /exopi-cvs/ports (infrastructure/mk/bsd.port.subdir.mk:144 'package': @: ${echo_msg:=echo}; : ${target:=package}; for i in ...) >>> Ended at 1738599002.74 max_stuck=5.05/depends=5.33/show-prepare-results=1.50/build=5.56/package=9.45 Error: job failed with 512 on exopi-3 at 1738599002