>>> Building on exopi-1 under devel/pylint,python3 BDEPENDS = [lang/python/3.10;devel/py-setuptools,python3;devel/py-installer,python3;devel/py-build,python3;devel/py-wheel,python3] DIST = [devel/pylint,python3:pylint-3.1.0.tar.gz] FULLPKGNAME = pylint3-3.1.0 RDEPENDS = [devel/py-dill,python3;sysutils/py-platformdirs,python3;textproc/py-tomli,python3;devel/py-mccabe,python3;devel/py-astroid,python3;devel/py-isort,python3;textproc/py-tomlkit,python3;lang/python/3.10;devel/py-typing-extensions,python3] (Junk lock obtained for exopi-1 at 1713853542.13) >>> Running depends in devel/pylint,python3 at 1713853542.17 last junk was in devel/xtensa-lx106-elf/gcc /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 /usr/sbin/pkg_add -aI -Drepair py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 >>> Running show-prepare-results in devel/pylint,python3 at 1713853545.90 ===> devel/pylint,python3 ===> Building from scratch pylint3-3.1.0 ===> pylint3-3.1.0 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> pylint3-3.1.0 depends on: py3-build-* -> py3-build-1.1.1 ===> pylint3-3.1.0 depends on: py3-installer-* -> py3-installer-0.7.0 ===> pylint3-3.1.0 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> pylint3-3.1.0 depends on: py3-wheel-* -> py3-wheel-0.43.0 py3-build-1.1.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 Still tainted: host marked nojunk by games/openclonk >>> Running junk in devel/pylint,python3 at 1713853547.16 Can't run junk because of lock on games/openclonk (Junk lock released for exopi-1 at 1713853548.79) distfiles size=1494465 >>> Running build in devel/pylint,python3 at 1713853548.82 ===> devel/pylint,python3 ===> Checking files for pylint3-3.1.0 `/exopi-cvs/ports/distfiles/pylint-3.1.0.tar.gz' is up to date. >> (SHA256) pylint-3.1.0.tar.gz: OK ===> Extracting for pylint3-3.1.0 ===> Patching for pylint3-3.1.0 ===> 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.0 ===> Configuring for pylint3-3.1.0 ===> Building for pylint3-3.1.0 * Getting build dependencies for wheel... WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section /usr/local/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) 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 ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any 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 warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' adding license file 'CONTRIBUTORS.txt' writing manifest file 'pylint.egg-info/SOURCES.txt' * Building wheel... WARNING setuptools_scm._integration.setuptools pyproject.toml does not contain a tool.setuptools_scm section /usr/local/lib/python3.10/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. config = read_configuration(filepath, True, ignore_option_errors, dist) running bdist_wheel running build running build_py creating build creating build/lib 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 ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any 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 warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' adding license file 'CONTRIBUTORS.txt' 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.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/pylint copying build/lib/pylint/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint copying build/lib/pylint/__main__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint copying build/lib/pylint/__pkginfo__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint copying build/lib/pylint/constants.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint copying build/lib/pylint/exceptions.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint copying build/lib/pylint/graph.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint copying build/lib/pylint/interfaces.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint copying build/lib/pylint/typing.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint creating build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/async.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/bad_chained_comparison.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/base_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/dataclass_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/deprecated.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/design_analysis.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/dunder_methods.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/ellipsis_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/exceptions.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/format.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/imports.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/lambda_expressions.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/logging.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/method_args.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/misc.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/modified_iterating_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/newstyle.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/nested_min_max.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/non_ascii_names.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/raw_metrics.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/similar.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/spelling.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/stdlib.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/strings.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/threading_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/typecheck.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/unicode.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/unsupported_version.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers copying build/lib/pylint/checkers/variables.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers creating build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/base copying build/lib/pylint/checkers/base/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/base copying build/lib/pylint/checkers/base/basic_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/base copying build/lib/pylint/checkers/base/basic_error_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/base copying build/lib/pylint/checkers/base/comparison_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/base copying build/lib/pylint/checkers/base/docstring_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/base copying build/lib/pylint/checkers/base/pass_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/base creating build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/base/name_checker copying build/lib/pylint/checkers/base/name_checker/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/base/name_checker copying build/lib/pylint/checkers/base/name_checker/checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/base/name_checker copying build/lib/pylint/checkers/base/name_checker/naming_style.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/base/name_checker creating build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/classes copying build/lib/pylint/checkers/classes/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/classes copying build/lib/pylint/checkers/classes/class_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/classes copying build/lib/pylint/checkers/classes/special_methods_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/classes creating build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/refactoring copying build/lib/pylint/checkers/refactoring/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/refactoring copying build/lib/pylint/checkers/refactoring/implicit_booleaness_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/refactoring copying build/lib/pylint/checkers/refactoring/not_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/refactoring copying build/lib/pylint/checkers/refactoring/recommendation_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/refactoring copying build/lib/pylint/checkers/refactoring/refactoring_checker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/checkers/refactoring creating build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/_breaking_changes.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/argument.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/arguments_manager.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/arguments_provider.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/callback_actions.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/config_file_parser.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/config_initialization.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/deprecation_actions.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/exceptions.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/find_default_config_files.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/help_formatter.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config copying build/lib/pylint/config/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config creating build/bdist.openbsd-7.5-amd64/wheel/pylint/config/_pylint_config copying build/lib/pylint/config/_pylint_config/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config/_pylint_config copying build/lib/pylint/config/_pylint_config/generate_command.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config/_pylint_config copying build/lib/pylint/config/_pylint_config/help_message.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config/_pylint_config copying build/lib/pylint/config/_pylint_config/main.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config/_pylint_config copying build/lib/pylint/config/_pylint_config/setup.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config/_pylint_config copying build/lib/pylint/config/_pylint_config/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/config/_pylint_config creating build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/_check_docs_utils.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/bad_builtin.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/broad_try_clause.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/check_elif.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/code_style.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/comparison_placement.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/confusing_elif.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/consider_refactoring_into_while_condition.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/consider_ternary_expression.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/dict_init_mutate.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/docparams.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/docstyle.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/dunder.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/empty_comment.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/eq_without_hash.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/for_any_all.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/magic_value.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/mccabe.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/no_self_use.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/overlapping_exceptions.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/private_import.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/redefined_loop_name.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/redefined_variable_type.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/set_membership.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/typing.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions copying build/lib/pylint/extensions/while_used.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/extensions creating build/bdist.openbsd-7.5-amd64/wheel/pylint/lint copying build/lib/pylint/lint/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/lint copying build/lib/pylint/lint/base_options.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/lint copying build/lib/pylint/lint/caching.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/lint copying build/lib/pylint/lint/expand_modules.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/lint copying build/lib/pylint/lint/message_state_handler.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/lint copying build/lib/pylint/lint/parallel.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/lint copying build/lib/pylint/lint/pylinter.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/lint copying build/lib/pylint/lint/report_functions.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/lint copying build/lib/pylint/lint/run.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/lint copying build/lib/pylint/lint/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/lint creating build/bdist.openbsd-7.5-amd64/wheel/pylint/message copying build/lib/pylint/message/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/message copying build/lib/pylint/message/_deleted_message_ids.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/message copying build/lib/pylint/message/message.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/message copying build/lib/pylint/message/message_definition.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/message copying build/lib/pylint/message/message_definition_store.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/message copying build/lib/pylint/message/message_id_store.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/message creating build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/diadefslib.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/diagrams.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/dot_printer.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/inspector.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/main.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/mermaidjs_printer.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/plantuml_printer.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/printer.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/printer_factory.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse copying build/lib/pylint/pyreverse/writer.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/pyreverse creating build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters copying build/lib/pylint/reporters/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters copying build/lib/pylint/reporters/base_reporter.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters copying build/lib/pylint/reporters/collecting_reporter.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters copying build/lib/pylint/reporters/json_reporter.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters copying build/lib/pylint/reporters/multi_reporter.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters copying build/lib/pylint/reporters/reports_handler_mix_in.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters copying build/lib/pylint/reporters/text.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters creating build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/base_writer.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/nodes.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters/ureports copying build/lib/pylint/reporters/ureports/text_writer.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/reporters/ureports creating build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/_run.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/checker_test_case.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/configuration_test.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/constants.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/decorator.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/get_test_info.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/global_test_linter.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/lint_module_test.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/output_line.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/pyreverse.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/reporter_for_tests.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/tokenize_str.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/unittest_linter.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils copying build/lib/pylint/testutils/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils creating build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/package_to_lint.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/primer.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/primer_command.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/primer_compare_command.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/primer_prepare_command.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/_primer copying build/lib/pylint/testutils/_primer/primer_run_command.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/_primer creating build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/functional copying build/lib/pylint/testutils/functional/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/functional copying build/lib/pylint/testutils/functional/find_functional_tests.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/functional copying build/lib/pylint/testutils/functional/lint_module_output_update.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/functional copying build/lib/pylint/testutils/functional/test_file.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils/functional copying build/lib/pylint/testutils/testing_pylintrc -> build/bdist.openbsd-7.5-amd64/wheel/pylint/testutils creating build/bdist.openbsd-7.5-amd64/wheel/pylint/utils copying build/lib/pylint/utils/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/utils copying build/lib/pylint/utils/ast_walker.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/utils copying build/lib/pylint/utils/docs.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/utils copying build/lib/pylint/utils/file_state.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/utils copying build/lib/pylint/utils/linterstats.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/utils copying build/lib/pylint/utils/pragma_parser.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/utils copying build/lib/pylint/utils/utils.py -> build/bdist.openbsd-7.5-amd64/wheel/pylint/utils copying build/lib/pylint/py.typed -> build/bdist.openbsd-7.5-amd64/wheel/pylint running install_egg_info Copying pylint.egg-info to build/bdist.openbsd-7.5-amd64/wheel/pylint-3.1.0-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/pylint-3.1.0.dist-info/WHEEL creating '/exopi-obj/pobj/pylint3-3.1.0-python3/pylint-3.1.0/dist/.tmp-mjmed3cx/pylint-3.1.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.5-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.5-amd64/wheel Successfully built pylint-3.1.0-py3-none-any.whl >>> Running package in devel/pylint,python3 at 1713853556.52 ===> devel/pylint,python3 ===> Faking installation for pylint3-3.1.0 ===> Building package for pylint3-3.1.0 Create /exopi-cvs/ports/packages/amd64/all/pylint3-3.1.0.tgz Creating package pylint3-3.1.0 reading plist| checking dependencies| checking dependencies|devel/py-astroid,python3 checking dependencies|devel/py-dill,python3 checking dependencies|devel/py-isort,python3 checking dependencies|devel/py-mccabe,python3 checking dependencies|devel/py-typing-extensions,python3 checking dependencies|lang/python/3.10,-main checking dependencies|sysutils/py-platformdirs,python3 checking dependencies|textproc/py-tomli,python3 checking dependencies|textproc/py-tomlkit,python3 checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|***** | 9% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******** | 12% archiving|******** | 13% archiving|********* | 13% archiving|********* | 15% archiving|********** | 16% archiving|*********** | 17% archiving|************ | 18% archiving|************ | 19% archiving|************** | 21% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 28% archiving|******************* | 30% archiving|******************** | 31% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 35% archiving|*********************** | 36% archiving|*********************** | 37% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|**************************** | 45% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|******************************** | 51% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|*********************************************** | 73% archiving|************************************************ | 75% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|***************************************************** | 84% archiving|****************************************************** | 84% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/pylint3-3.1.0.tgz >>> Running clean in devel/pylint,python3 at 1713853563.83 ===> devel/pylint,python3 ===> Cleaning for pylint3-3.1.0 >>> Ended at 1713853564.70 max_stuck=2.21/depends=3.74/show-prepare-results=1.24/junk=1.66/build=7.69/package=7.32/clean=0.89