INFO: not using any hashes in /data/userland-archives/hashes for pylint-3.2.6.tar.gz (overridden with --hash)
Source /data/userland-archives/pylint-3.2.6.tar.gz... not found, skipping file copy
Source https://files.pythonhosted.org/packages/source/p/pylint/pylint-3.2.6.tar.gz... 
    downloading... ok
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
patching file requirements_test_min.txt
patching file requirements_test.txt
patching file tests/functional/n/no/no_name_in_module.py
patching file tests/functional/d/dataclass/dataclass_with_field.py
patching file tests/functional/d/dataclass/dataclass_with_field.txt
patching file tests/test_regr.py
copy cloning /jenkins/jobs/oi-userland/workspace/components/python/pylint/pylint-3.2.6 to /jenkins/jobs/oi-userland/workspace/components/python/pylint/build/amd64-3.9
* 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
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...
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/pylint
copying ./pylint/graph.py -> build/lib/pylint
copying ./pylint/__main__.py -> build/lib/pylint
copying ./pylint/__pkginfo__.py -> build/lib/pylint
copying ./pylint/__init__.py -> build/lib/pylint
copying ./pylint/typing.py -> build/lib/pylint
copying ./pylint/interfaces.py -> build/lib/pylint
copying ./pylint/constants.py -> build/lib/pylint
copying ./pylint/exceptions.py -> build/lib/pylint
creating build/lib/pylint/config
copying ./pylint/config/callback_actions.py -> build/lib/pylint/config
copying ./pylint/config/arguments_manager.py -> build/lib/pylint/config
copying ./pylint/config/find_default_config_files.py -> build/lib/pylint/config
copying ./pylint/config/arguments_provider.py -> build/lib/pylint/config
copying ./pylint/config/__init__.py -> build/lib/pylint/config
copying ./pylint/config/deprecation_actions.py -> build/lib/pylint/config
copying ./pylint/config/_breaking_changes.py -> build/lib/pylint/config
copying ./pylint/config/help_formatter.py -> build/lib/pylint/config
copying ./pylint/config/utils.py -> build/lib/pylint/config
copying ./pylint/config/config_initialization.py -> build/lib/pylint/config
copying ./pylint/config/argument.py -> build/lib/pylint/config
copying ./pylint/config/config_file_parser.py -> build/lib/pylint/config
copying ./pylint/config/exceptions.py -> build/lib/pylint/config
creating 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/printer_factory.py -> build/lib/pylint/pyreverse
copying ./pylint/pyreverse/dot_printer.py -> build/lib/pylint/pyreverse
copying ./pylint/pyreverse/utils.py -> build/lib/pylint/pyreverse
copying ./pylint/pyreverse/diadefslib.py -> build/lib/pylint/pyreverse
copying ./pylint/pyreverse/printer.py -> build/lib/pylint/pyreverse
copying ./pylint/pyreverse/mermaidjs_printer.py -> build/lib/pylint/pyreverse
copying ./pylint/pyreverse/diagrams.py -> build/lib/pylint/pyreverse
copying ./pylint/pyreverse/plantuml_printer.py -> build/lib/pylint/pyreverse
copying ./pylint/pyreverse/writer.py -> build/lib/pylint/pyreverse
copying ./pylint/pyreverse/__init__.py -> build/lib/pylint/pyreverse
creating build/lib/pylint/extensions
copying ./pylint/extensions/empty_comment.py -> build/lib/pylint/extensions
copying ./pylint/extensions/confusing_elif.py -> build/lib/pylint/extensions
copying ./pylint/extensions/while_used.py -> build/lib/pylint/extensions
copying ./pylint/extensions/private_import.py -> build/lib/pylint/extensions
copying ./pylint/extensions/eq_without_hash.py -> build/lib/pylint/extensions
copying ./pylint/extensions/_check_docs_utils.py -> build/lib/pylint/extensions
copying ./pylint/extensions/docparams.py -> build/lib/pylint/extensions
copying ./pylint/extensions/dict_init_mutate.py -> build/lib/pylint/extensions
copying ./pylint/extensions/docstyle.py -> build/lib/pylint/extensions
copying ./pylint/extensions/consider_ternary_expression.py -> build/lib/pylint/extensions
copying ./pylint/extensions/set_membership.py -> build/lib/pylint/extensions
copying ./pylint/extensions/for_any_all.py -> build/lib/pylint/extensions
copying ./pylint/extensions/mccabe.py -> build/lib/pylint/extensions
copying ./pylint/extensions/typing.py -> build/lib/pylint/extensions
copying ./pylint/extensions/redefined_variable_type.py -> build/lib/pylint/extensions
copying ./pylint/extensions/redefined_loop_name.py -> build/lib/pylint/extensions
copying ./pylint/extensions/overlapping_exceptions.py -> build/lib/pylint/extensions
copying ./pylint/extensions/bad_builtin.py -> build/lib/pylint/extensions
copying ./pylint/extensions/comparison_placement.py -> build/lib/pylint/extensions
copying ./pylint/extensions/__init__.py -> build/lib/pylint/extensions
copying ./pylint/extensions/broad_try_clause.py -> build/lib/pylint/extensions
copying ./pylint/extensions/no_self_use.py -> build/lib/pylint/extensions
copying ./pylint/extensions/dunder.py -> build/lib/pylint/extensions
copying ./pylint/extensions/code_style.py -> build/lib/pylint/extensions
copying ./pylint/extensions/consider_refactoring_into_while_condition.py -> build/lib/pylint/extensions
copying ./pylint/extensions/magic_value.py -> build/lib/pylint/extensions
copying ./pylint/extensions/check_elif.py -> build/lib/pylint/extensions
creating build/lib/pylint/lint
copying ./pylint/lint/base_options.py -> build/lib/pylint/lint
copying ./pylint/lint/utils.py -> build/lib/pylint/lint
copying ./pylint/lint/pylinter.py -> build/lib/pylint/lint
copying ./pylint/lint/run.py -> build/lib/pylint/lint
copying ./pylint/lint/report_functions.py -> build/lib/pylint/lint
copying ./pylint/lint/message_state_handler.py -> build/lib/pylint/lint
copying ./pylint/lint/expand_modules.py -> build/lib/pylint/lint
copying ./pylint/lint/parallel.py -> build/lib/pylint/lint
copying ./pylint/lint/__init__.py -> build/lib/pylint/lint
copying ./pylint/lint/caching.py -> build/lib/pylint/lint
creating build/lib/pylint/reporters
copying ./pylint/reporters/base_reporter.py -> build/lib/pylint/reporters
copying ./pylint/reporters/reports_handler_mix_in.py -> build/lib/pylint/reporters
copying ./pylint/reporters/__init__.py -> build/lib/pylint/reporters
copying ./pylint/reporters/text.py -> build/lib/pylint/reporters
copying ./pylint/reporters/collecting_reporter.py -> build/lib/pylint/reporters
copying ./pylint/reporters/multi_reporter.py -> build/lib/pylint/reporters
copying ./pylint/reporters/json_reporter.py -> build/lib/pylint/reporters
creating build/lib/pylint/utils
copying ./pylint/utils/pragma_parser.py -> build/lib/pylint/utils
copying ./pylint/utils/utils.py -> build/lib/pylint/utils
copying ./pylint/utils/file_state.py -> build/lib/pylint/utils
copying ./pylint/utils/docs.py -> build/lib/pylint/utils
copying ./pylint/utils/linterstats.py -> build/lib/pylint/utils
copying ./pylint/utils/__init__.py -> build/lib/pylint/utils
copying ./pylint/utils/ast_walker.py -> build/lib/pylint/utils
creating build/lib/pylint/message
copying ./pylint/message/__init__.py -> build/lib/pylint/message
copying ./pylint/message/message_definition.py -> build/lib/pylint/message
copying ./pylint/message/message.py -> build/lib/pylint/message
copying ./pylint/message/message_definition_store.py -> build/lib/pylint/message
copying ./pylint/message/_deleted_message_ids.py -> build/lib/pylint/message
copying ./pylint/message/message_id_store.py -> build/lib/pylint/message
creating 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/deprecated.py -> build/lib/pylint/checkers
copying ./pylint/checkers/dataclass_checker.py -> build/lib/pylint/checkers
copying ./pylint/checkers/bad_chained_comparison.py -> build/lib/pylint/checkers
copying ./pylint/checkers/raw_metrics.py -> build/lib/pylint/checkers
copying ./pylint/checkers/async.py -> build/lib/pylint/checkers
copying ./pylint/checkers/format.py -> build/lib/pylint/checkers
copying ./pylint/checkers/ellipsis_checker.py -> build/lib/pylint/checkers
copying ./pylint/checkers/nested_min_max.py -> build/lib/pylint/checkers
copying ./pylint/checkers/misc.py -> build/lib/pylint/checkers
copying ./pylint/checkers/design_analysis.py -> build/lib/pylint/checkers
copying ./pylint/checkers/variables.py -> build/lib/pylint/checkers
copying ./pylint/checkers/modified_iterating_checker.py -> build/lib/pylint/checkers
copying ./pylint/checkers/spelling.py -> build/lib/pylint/checkers
copying ./pylint/checkers/lambda_expressions.py -> build/lib/pylint/checkers
copying ./pylint/checkers/utils.py -> build/lib/pylint/checkers
copying ./pylint/checkers/__init__.py -> build/lib/pylint/checkers
copying ./pylint/checkers/exceptions.py -> build/lib/pylint/checkers
copying ./pylint/checkers/unicode.py -> build/lib/pylint/checkers
copying ./pylint/checkers/logging.py -> build/lib/pylint/checkers
copying ./pylint/checkers/strings.py -> build/lib/pylint/checkers
copying ./pylint/checkers/dunder_methods.py -> build/lib/pylint/checkers
copying ./pylint/checkers/unsupported_version.py -> build/lib/pylint/checkers
copying ./pylint/checkers/similar.py -> build/lib/pylint/checkers
copying ./pylint/checkers/base_checker.py -> build/lib/pylint/checkers
copying ./pylint/checkers/non_ascii_names.py -> build/lib/pylint/checkers
copying ./pylint/checkers/imports.py -> build/lib/pylint/checkers
copying ./pylint/checkers/newstyle.py -> build/lib/pylint/checkers
copying ./pylint/checkers/method_args.py -> build/lib/pylint/checkers
copying ./pylint/checkers/stdlib.py -> build/lib/pylint/checkers
creating build/lib/pylint/testutils
copying ./pylint/testutils/__init__.py -> build/lib/pylint/testutils
copying ./pylint/testutils/utils.py -> build/lib/pylint/testutils
copying ./pylint/testutils/tokenize_str.py -> build/lib/pylint/testutils
copying ./pylint/testutils/decorator.py -> build/lib/pylint/testutils
copying ./pylint/testutils/_run.py -> build/lib/pylint/testutils
copying ./pylint/testutils/constants.py -> build/lib/pylint/testutils
copying ./pylint/testutils/lint_module_test.py -> build/lib/pylint/testutils
copying ./pylint/testutils/configuration_test.py -> build/lib/pylint/testutils
copying ./pylint/testutils/pyreverse.py -> build/lib/pylint/testutils
copying ./pylint/testutils/get_test_info.py -> build/lib/pylint/testutils
copying ./pylint/testutils/reporter_for_tests.py -> build/lib/pylint/testutils
copying ./pylint/testutils/checker_test_case.py -> build/lib/pylint/testutils
copying ./pylint/testutils/global_test_linter.py -> build/lib/pylint/testutils
copying ./pylint/testutils/unittest_linter.py -> build/lib/pylint/testutils
copying ./pylint/testutils/output_line.py -> build/lib/pylint/testutils
creating build/lib/pylint/config/_pylint_config
copying ./pylint/config/_pylint_config/main.py -> build/lib/pylint/config/_pylint_config
copying ./pylint/config/_pylint_config/__init__.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/setup.py -> build/lib/pylint/config/_pylint_config
copying ./pylint/config/_pylint_config/utils.py -> build/lib/pylint/config/_pylint_config
copying ./pylint/config/_pylint_config/generate_command.py -> build/lib/pylint/config/_pylint_config
creating build/lib/pylint/reporters/ureports
copying ./pylint/reporters/ureports/base_writer.py -> build/lib/pylint/reporters/ureports
copying ./pylint/reporters/ureports/text_writer.py -> build/lib/pylint/reporters/ureports
copying ./pylint/reporters/ureports/__init__.py -> build/lib/pylint/reporters/ureports
copying ./pylint/reporters/ureports/nodes.py -> build/lib/pylint/reporters/ureports
creating build/lib/pylint/checkers/base
copying ./pylint/checkers/base/pass_checker.py -> build/lib/pylint/checkers/base
copying ./pylint/checkers/base/function_checker.py -> build/lib/pylint/checkers/base
copying ./pylint/checkers/base/basic_checker.py -> build/lib/pylint/checkers/base
copying ./pylint/checkers/base/__init__.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
creating build/lib/pylint/checkers/refactoring
copying ./pylint/checkers/refactoring/__init__.py -> build/lib/pylint/checkers/refactoring
copying ./pylint/checkers/refactoring/refactoring_checker.py -> build/lib/pylint/checkers/refactoring
copying ./pylint/checkers/refactoring/not_checker.py -> build/lib/pylint/checkers/refactoring
copying ./pylint/checkers/refactoring/implicit_booleaness_checker.py -> build/lib/pylint/checkers/refactoring
copying ./pylint/checkers/refactoring/recommendation_checker.py -> build/lib/pylint/checkers/refactoring
creating build/lib/pylint/checkers/classes
copying ./pylint/checkers/classes/special_methods_checker.py -> 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
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/testutils/functional
copying ./pylint/testutils/functional/lint_module_output_update.py -> build/lib/pylint/testutils/functional
copying ./pylint/testutils/functional/find_functional_tests.py -> build/lib/pylint/testutils/functional
copying ./pylint/testutils/functional/__init__.py -> build/lib/pylint/testutils/functional
copying ./pylint/testutils/functional/test_file.py -> build/lib/pylint/testutils/functional
creating build/lib/pylint/testutils/_primer
copying ./pylint/testutils/_primer/__init__.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_command.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_run_command.py -> build/lib/pylint/testutils/_primer
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
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.solaris-2.11-i86pc.64bit/wheel
running install
running install_lib
creating build/bdist.solaris-2.11-i86pc.64bit
creating build/bdist.solaris-2.11-i86pc.64bit/wheel
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint
copying build/lib/pylint/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint
copying build/lib/pylint/constants.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters
copying build/lib/pylint/reporters/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters
copying build/lib/pylint/reporters/base_reporter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters
copying build/lib/pylint/reporters/reports_handler_mix_in.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters
copying build/lib/pylint/reporters/json_reporter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters
copying build/lib/pylint/reporters/multi_reporter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters
copying build/lib/pylint/reporters/collecting_reporter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters/ureports
copying build/lib/pylint/reporters/ureports/text_writer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters/ureports
copying build/lib/pylint/reporters/ureports/base_writer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters/ureports
copying build/lib/pylint/reporters/ureports/nodes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters/ureports
copying build/lib/pylint/reporters/ureports/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters/ureports
copying build/lib/pylint/reporters/text.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/reporters
copying build/lib/pylint/interfaces.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/config/argument.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/config/callback_actions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/config/arguments_manager.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/config/arguments_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/config/_breaking_changes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/config/help_formatter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config/_pylint_config
copying build/lib/pylint/config/_pylint_config/setup.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config/_pylint_config
copying build/lib/pylint/config/_pylint_config/help_message.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config/_pylint_config
copying build/lib/pylint/config/_pylint_config/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config/_pylint_config
copying build/lib/pylint/config/_pylint_config/main.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config/_pylint_config
copying build/lib/pylint/config/_pylint_config/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config/_pylint_config
copying build/lib/pylint/config/_pylint_config/generate_command.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config/_pylint_config
copying build/lib/pylint/config/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/config/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/config/deprecation_actions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/config/find_default_config_files.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/config/config_initialization.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/config/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/config/config_file_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/config
copying build/lib/pylint/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint
copying build/lib/pylint/__pkginfo__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/message
copying build/lib/pylint/message/message_definition_store.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/message
copying build/lib/pylint/message/message.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/message
copying build/lib/pylint/message/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/message
copying build/lib/pylint/message/_deleted_message_ids.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/message
copying build/lib/pylint/message/message_definition.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/message
copying build/lib/pylint/message/message_id_store.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/message
copying build/lib/pylint/graph.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
copying build/lib/pylint/pyreverse/inspector.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
copying build/lib/pylint/pyreverse/diadefslib.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
copying build/lib/pylint/pyreverse/dot_printer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
copying build/lib/pylint/pyreverse/printer_factory.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
copying build/lib/pylint/pyreverse/main.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
copying build/lib/pylint/pyreverse/mermaidjs_printer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
copying build/lib/pylint/pyreverse/writer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
copying build/lib/pylint/pyreverse/plantuml_printer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
copying build/lib/pylint/pyreverse/printer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
copying build/lib/pylint/pyreverse/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
copying build/lib/pylint/pyreverse/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
copying build/lib/pylint/pyreverse/diagrams.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/pyreverse
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/private_import.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/confusing_elif.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/broad_try_clause.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/while_used.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/set_membership.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/eq_without_hash.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/typing.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/empty_comment.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/for_any_all.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/mccabe.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/dict_init_mutate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/comparison_placement.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/dunder.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/no_self_use.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/bad_builtin.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/docparams.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/code_style.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/overlapping_exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/redefined_variable_type.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/magic_value.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/consider_ternary_expression.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/redefined_loop_name.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/consider_refactoring_into_while_condition.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/check_elif.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/docstyle.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/extensions/_check_docs_utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/extensions
copying build/lib/pylint/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/unittest_linter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/configuration_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/functional
copying build/lib/pylint/testutils/functional/find_functional_tests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/functional
copying build/lib/pylint/testutils/functional/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/functional
copying build/lib/pylint/testutils/functional/test_file.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/functional
copying build/lib/pylint/testutils/functional/lint_module_output_update.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/functional
copying build/lib/pylint/testutils/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/_run.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/lint_module_test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/get_test_info.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/testing_pylintrc -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/checker_test_case.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/output_line.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/constants.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/decorator.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/reporter_for_tests.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/pyreverse.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/tokenize_str.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
copying build/lib/pylint/testutils/global_test_linter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/_primer
copying build/lib/pylint/testutils/_primer/primer_compare_command.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/_primer
copying build/lib/pylint/testutils/_primer/primer_prepare_command.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/_primer
copying build/lib/pylint/testutils/_primer/primer_run_command.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/_primer
copying build/lib/pylint/testutils/_primer/package_to_lint.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/_primer
copying build/lib/pylint/testutils/_primer/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/_primer
copying build/lib/pylint/testutils/_primer/primer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/_primer
copying build/lib/pylint/testutils/_primer/primer_command.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/testutils/_primer
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/utils
copying build/lib/pylint/utils/file_state.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/utils
copying build/lib/pylint/utils/docs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/utils
copying build/lib/pylint/utils/ast_walker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/utils
copying build/lib/pylint/utils/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/utils
copying build/lib/pylint/utils/pragma_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/utils
copying build/lib/pylint/utils/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/utils
copying build/lib/pylint/utils/linterstats.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/utils
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/typecheck.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/format.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/dataclass_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/async.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/misc.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/raw_metrics.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/nested_min_max.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/threading_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/deprecated.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/spelling.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/bad_chained_comparison.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/ellipsis_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/non_ascii_names.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/variables.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/lambda_expressions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/unsupported_version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/base_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/base
copying build/lib/pylint/checkers/base/comparison_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/base
copying build/lib/pylint/checkers/base/basic_error_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/base
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/base/name_checker
copying build/lib/pylint/checkers/base/name_checker/naming_style.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/base/name_checker
copying build/lib/pylint/checkers/base/name_checker/checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/base/name_checker
copying build/lib/pylint/checkers/base/name_checker/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/base/name_checker
copying build/lib/pylint/checkers/base/pass_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/base
copying build/lib/pylint/checkers/base/basic_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/base
copying build/lib/pylint/checkers/base/docstring_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/base
copying build/lib/pylint/checkers/base/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/base
copying build/lib/pylint/checkers/base/function_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/base
copying build/lib/pylint/checkers/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/refactoring
copying build/lib/pylint/checkers/refactoring/refactoring_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/refactoring
copying build/lib/pylint/checkers/refactoring/recommendation_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/refactoring
copying build/lib/pylint/checkers/refactoring/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/refactoring
copying build/lib/pylint/checkers/refactoring/implicit_booleaness_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/refactoring
copying build/lib/pylint/checkers/refactoring/not_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/refactoring
copying build/lib/pylint/checkers/similar.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/logging.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/strings.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/dunder_methods.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/modified_iterating_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/unicode.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/newstyle.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/stdlib.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/classes
copying build/lib/pylint/checkers/classes/class_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/classes
copying build/lib/pylint/checkers/classes/special_methods_checker.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/classes
copying build/lib/pylint/checkers/classes/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers/classes
copying build/lib/pylint/checkers/method_args.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/checkers/design_analysis.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/checkers
copying build/lib/pylint/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/lint
copying build/lib/pylint/lint/parallel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/lint
copying build/lib/pylint/lint/caching.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/lint
copying build/lib/pylint/lint/run.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/lint
copying build/lib/pylint/lint/expand_modules.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/lint
copying build/lib/pylint/lint/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/lint
copying build/lib/pylint/lint/report_functions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/lint
copying build/lib/pylint/lint/message_state_handler.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/lint
copying build/lib/pylint/lint/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/lint
copying build/lib/pylint/lint/base_options.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/lint
copying build/lib/pylint/lint/pylinter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint/lint
copying build/lib/pylint/typing.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint
running install_egg_info
Copying pylint.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint-3.2.6-py3.9.egg-info
running install_scripts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pylint-3.2.6.dist-info/WHEEL
creating '/jenkins/jobs/oi-userland/workspace/components/python/pylint/build/amd64-3.9/dist/.tmp-hdujtgmr/pylint-3.2.6-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/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/function_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.2.6.dist-info/CONTRIBUTORS.txt'
adding 'pylint-3.2.6.dist-info/LICENSE'
adding 'pylint-3.2.6.dist-info/METADATA'
adding 'pylint-3.2.6.dist-info/WHEEL'
adding 'pylint-3.2.6.dist-info/entry_points.txt'
adding 'pylint-3.2.6.dist-info/top_level.txt'
adding 'pylint-3.2.6.dist-info/RECORD'
removing build/bdist.solaris-2.11-i86pc.64bit/wheel
Successfully built pylint-3.2.6-py3-none-any.whl
Testing dependencies:
pip>=21.3.1
tox>=3.0
-r /jenkins/jobs/oi-userland/workspace/components/python/pylint/build/amd64-3.9/requirements_test.txt
Testing extras:

VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/pylint/build/manifest-i386-pylint-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pylint/build/manifest-i386-pylint.depend.res /jenkins/jobs/oi-userland/workspace/components/python/pylint/build/manifest-i386-pylint-meta.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: python/pylint
pkg://openindiana.org/library/python/pylint-39@3.2.6,5.11-2024.0.0.0:20240724T051713Z
PUBLISHED
pkg://openindiana.org/library/python/pylint@3.2.6,5.11-2024.0.0.0:20240724T051729Z
PUBLISHED
pkg://openindiana.org/developer/python/pylint@3.2.6,5.11-2024.0.0.0:20240724T051740Z
PUBLISHED
pkg://openindiana.org/developer/python/pylint-26@0.25.2,5.11-2016.0.1.0:20240724T051753Z
PUBLISHED
pkg://openindiana.org/developer/python/pylint-27@0.25.2,5.11-2020.0.1.1:20240724T051754Z
PUBLISHED
pkg://openindiana.org/developer/python/pylint-39@2.9.3,5.11-2020.0.1.1:20240724T051755Z
PUBLISHED