=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-bulktest/devel/py-rope", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent", "PYTHON_VERSION_REQD=312"] ===> Building for py312-rope-1.14.0 * Building wheel... /opt/pkg/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2027-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /opt/pkg/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /opt/pkg/lib/python3.12/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/rope copying rope/__init__.py -> build/lib/rope creating build/lib/rope/base copying rope/base/__init__.py -> build/lib/rope/base copying rope/base/arguments.py -> build/lib/rope/base copying rope/base/ast.py -> build/lib/rope/base copying rope/base/builtins.py -> build/lib/rope/base copying rope/base/change.py -> build/lib/rope/base copying rope/base/codeanalyze.py -> build/lib/rope/base copying rope/base/evaluate.py -> build/lib/rope/base copying rope/base/exceptions.py -> build/lib/rope/base copying rope/base/fscommands.py -> build/lib/rope/base copying rope/base/history.py -> build/lib/rope/base copying rope/base/libutils.py -> build/lib/rope/base copying rope/base/nameanalyze.py -> build/lib/rope/base copying rope/base/prefs.py -> build/lib/rope/base copying rope/base/project.py -> build/lib/rope/base copying rope/base/pycore.py -> build/lib/rope/base copying rope/base/pynames.py -> build/lib/rope/base copying rope/base/pynamesdef.py -> build/lib/rope/base copying rope/base/pyobjects.py -> build/lib/rope/base copying rope/base/pyobjectsdef.py -> build/lib/rope/base copying rope/base/pyscopes.py -> build/lib/rope/base copying rope/base/resourceobserver.py -> build/lib/rope/base copying rope/base/resources.py -> build/lib/rope/base copying rope/base/serializer.py -> build/lib/rope/base copying rope/base/simplify.py -> build/lib/rope/base copying rope/base/stdmods.py -> build/lib/rope/base copying rope/base/taskhandle.py -> build/lib/rope/base copying rope/base/versioning.py -> build/lib/rope/base copying rope/base/worder.py -> build/lib/rope/base creating build/lib/rope/base/oi copying rope/base/oi/__init__.py -> build/lib/rope/base/oi copying rope/base/oi/doa.py -> build/lib/rope/base/oi copying rope/base/oi/memorydb.py -> build/lib/rope/base/oi copying rope/base/oi/objectdb.py -> build/lib/rope/base/oi copying rope/base/oi/objectinfo.py -> build/lib/rope/base/oi copying rope/base/oi/runmod.py -> build/lib/rope/base/oi copying rope/base/oi/soa.py -> build/lib/rope/base/oi copying rope/base/oi/soi.py -> build/lib/rope/base/oi copying rope/base/oi/transform.py -> build/lib/rope/base/oi creating build/lib/rope/base/oi/type_hinting copying rope/base/oi/type_hinting/__init__.py -> build/lib/rope/base/oi/type_hinting copying rope/base/oi/type_hinting/evaluate.py -> build/lib/rope/base/oi/type_hinting copying rope/base/oi/type_hinting/factory.py -> build/lib/rope/base/oi/type_hinting copying rope/base/oi/type_hinting/interfaces.py -> build/lib/rope/base/oi/type_hinting copying rope/base/oi/type_hinting/utils.py -> build/lib/rope/base/oi/type_hinting creating build/lib/rope/base/oi/type_hinting/providers copying rope/base/oi/type_hinting/providers/__init__.py -> build/lib/rope/base/oi/type_hinting/providers copying rope/base/oi/type_hinting/providers/composite.py -> build/lib/rope/base/oi/type_hinting/providers copying rope/base/oi/type_hinting/providers/docstrings.py -> build/lib/rope/base/oi/type_hinting/providers copying rope/base/oi/type_hinting/providers/inheritance.py -> build/lib/rope/base/oi/type_hinting/providers copying rope/base/oi/type_hinting/providers/interfaces.py -> build/lib/rope/base/oi/type_hinting/providers copying rope/base/oi/type_hinting/providers/numpydocstrings.py -> build/lib/rope/base/oi/type_hinting/providers copying rope/base/oi/type_hinting/providers/pep0484_type_comments.py -> build/lib/rope/base/oi/type_hinting/providers creating build/lib/rope/base/oi/type_hinting/resolvers copying rope/base/oi/type_hinting/resolvers/__init__.py -> build/lib/rope/base/oi/type_hinting/resolvers copying rope/base/oi/type_hinting/resolvers/composite.py -> build/lib/rope/base/oi/type_hinting/resolvers copying rope/base/oi/type_hinting/resolvers/interfaces.py -> build/lib/rope/base/oi/type_hinting/resolvers copying rope/base/oi/type_hinting/resolvers/types.py -> build/lib/rope/base/oi/type_hinting/resolvers creating build/lib/rope/base/utils copying rope/base/utils/__init__.py -> build/lib/rope/base/utils copying rope/base/utils/datastructures.py -> build/lib/rope/base/utils creating build/lib/rope/contrib copying rope/contrib/__init__.py -> build/lib/rope/contrib copying rope/contrib/changestack.py -> build/lib/rope/contrib copying rope/contrib/codeassist.py -> build/lib/rope/contrib copying rope/contrib/finderrors.py -> build/lib/rope/contrib copying rope/contrib/findit.py -> build/lib/rope/contrib copying rope/contrib/fixmodnames.py -> build/lib/rope/contrib copying rope/contrib/fixsyntax.py -> build/lib/rope/contrib copying rope/contrib/generate.py -> build/lib/rope/contrib creating build/lib/rope/contrib/autoimport copying rope/contrib/autoimport/__init__.py -> build/lib/rope/contrib/autoimport copying rope/contrib/autoimport/defs.py -> build/lib/rope/contrib/autoimport copying rope/contrib/autoimport/models.py -> build/lib/rope/contrib/autoimport copying rope/contrib/autoimport/parse.py -> build/lib/rope/contrib/autoimport copying rope/contrib/autoimport/pickle.py -> build/lib/rope/contrib/autoimport copying rope/contrib/autoimport/sqlite.py -> build/lib/rope/contrib/autoimport copying rope/contrib/autoimport/utils.py -> build/lib/rope/contrib/autoimport creating build/lib/rope/refactor copying rope/refactor/__init__.py -> build/lib/rope/refactor copying rope/refactor/change_signature.py -> build/lib/rope/refactor copying rope/refactor/encapsulate_field.py -> build/lib/rope/refactor copying rope/refactor/extract.py -> build/lib/rope/refactor copying rope/refactor/functionutils.py -> build/lib/rope/refactor copying rope/refactor/inline.py -> build/lib/rope/refactor copying rope/refactor/introduce_factory.py -> build/lib/rope/refactor copying rope/refactor/introduce_parameter.py -> build/lib/rope/refactor copying rope/refactor/localtofield.py -> build/lib/rope/refactor copying rope/refactor/method_object.py -> build/lib/rope/refactor copying rope/refactor/move.py -> build/lib/rope/refactor copying rope/refactor/multiproject.py -> build/lib/rope/refactor copying rope/refactor/occurrences.py -> build/lib/rope/refactor copying rope/refactor/patchedast.py -> build/lib/rope/refactor copying rope/refactor/rename.py -> build/lib/rope/refactor copying rope/refactor/restructure.py -> build/lib/rope/refactor copying rope/refactor/similarfinder.py -> build/lib/rope/refactor copying rope/refactor/sourceutils.py -> build/lib/rope/refactor copying rope/refactor/suites.py -> build/lib/rope/refactor copying rope/refactor/topackage.py -> build/lib/rope/refactor copying rope/refactor/usefunction.py -> build/lib/rope/refactor copying rope/refactor/wildcards.py -> build/lib/rope/refactor creating build/lib/rope/refactor/importutils copying rope/refactor/importutils/__init__.py -> build/lib/rope/refactor/importutils copying rope/refactor/importutils/actions.py -> build/lib/rope/refactor/importutils copying rope/refactor/importutils/importinfo.py -> build/lib/rope/refactor/importutils copying rope/refactor/importutils/module_imports.py -> build/lib/rope/refactor/importutils running egg_info writing rope.egg-info/PKG-INFO writing dependency_links to rope.egg-info/dependency_links.txt writing requirements to rope.egg-info/requires.txt writing top-level names to rope.egg-info/top_level.txt reading manifest file 'rope.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'rope.egg-info/SOURCES.txt' installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rope copying build/lib/rope/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rope/base copying build/lib/rope/base/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/arguments.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/ast.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/builtins.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/change.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/codeanalyze.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/evaluate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/fscommands.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/history.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/libutils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/nameanalyze.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/prefs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/project.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/pycore.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/pynames.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/pynamesdef.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/pyobjects.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/pyobjectsdef.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/pyscopes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/resourceobserver.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/resources.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/serializer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/simplify.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/stdmods.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/taskhandle.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/versioning.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base copying build/lib/rope/base/worder.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rope/base/oi copying build/lib/rope/base/oi/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi copying build/lib/rope/base/oi/doa.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi copying build/lib/rope/base/oi/memorydb.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi copying build/lib/rope/base/oi/objectdb.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi copying build/lib/rope/base/oi/objectinfo.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi copying build/lib/rope/base/oi/runmod.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi copying build/lib/rope/base/oi/soa.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi copying build/lib/rope/base/oi/soi.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi copying build/lib/rope/base/oi/transform.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rope/base/oi/type_hinting copying build/lib/rope/base/oi/type_hinting/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting copying build/lib/rope/base/oi/type_hinting/evaluate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting copying build/lib/rope/base/oi/type_hinting/factory.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting copying build/lib/rope/base/oi/type_hinting/interfaces.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting copying build/lib/rope/base/oi/type_hinting/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rope/base/oi/type_hinting/providers copying build/lib/rope/base/oi/type_hinting/providers/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting/providers copying build/lib/rope/base/oi/type_hinting/providers/composite.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting/providers copying build/lib/rope/base/oi/type_hinting/providers/docstrings.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting/providers copying build/lib/rope/base/oi/type_hinting/providers/inheritance.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting/providers copying build/lib/rope/base/oi/type_hinting/providers/interfaces.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting/providers copying build/lib/rope/base/oi/type_hinting/providers/numpydocstrings.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting/providers copying build/lib/rope/base/oi/type_hinting/providers/pep0484_type_comments.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting/providers creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rope/base/oi/type_hinting/resolvers copying build/lib/rope/base/oi/type_hinting/resolvers/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting/resolvers copying build/lib/rope/base/oi/type_hinting/resolvers/composite.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting/resolvers copying build/lib/rope/base/oi/type_hinting/resolvers/interfaces.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting/resolvers copying build/lib/rope/base/oi/type_hinting/resolvers/types.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/oi/type_hinting/resolvers creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rope/base/utils copying build/lib/rope/base/utils/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/utils copying build/lib/rope/base/utils/datastructures.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/base/utils creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rope/contrib copying build/lib/rope/contrib/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib copying build/lib/rope/contrib/changestack.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib copying build/lib/rope/contrib/codeassist.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib copying build/lib/rope/contrib/finderrors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib copying build/lib/rope/contrib/findit.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib copying build/lib/rope/contrib/fixmodnames.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib copying build/lib/rope/contrib/fixsyntax.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib copying build/lib/rope/contrib/generate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rope/contrib/autoimport copying build/lib/rope/contrib/autoimport/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib/autoimport copying build/lib/rope/contrib/autoimport/defs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib/autoimport copying build/lib/rope/contrib/autoimport/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib/autoimport copying build/lib/rope/contrib/autoimport/parse.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib/autoimport copying build/lib/rope/contrib/autoimport/pickle.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib/autoimport copying build/lib/rope/contrib/autoimport/sqlite.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib/autoimport copying build/lib/rope/contrib/autoimport/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/contrib/autoimport creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rope/refactor copying build/lib/rope/refactor/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/change_signature.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/encapsulate_field.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/extract.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/functionutils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/inline.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/introduce_factory.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/introduce_parameter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/localtofield.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/method_object.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/move.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/multiproject.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/occurrences.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/patchedast.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/rename.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/restructure.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/similarfinder.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/sourceutils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/suites.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/topackage.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/usefunction.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor copying build/lib/rope/refactor/wildcards.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rope/refactor/importutils copying build/lib/rope/refactor/importutils/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor/importutils copying build/lib/rope/refactor/importutils/actions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor/importutils copying build/lib/rope/refactor/importutils/importinfo.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor/importutils copying build/lib/rope/refactor/importutils/module_imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope/refactor/importutils running install_egg_info Copying rope.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./rope-1.14.0-py3.12.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rope-1.14.0.dist-info/WHEEL creating '/tmp/work/devel/py-rope/work/rope-1.14.0/dist/.tmp-7lwt9faw/rope-1.14.0-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'rope/__init__.py' adding 'rope/base/__init__.py' adding 'rope/base/arguments.py' adding 'rope/base/ast.py' adding 'rope/base/builtins.py' adding 'rope/base/change.py' adding 'rope/base/codeanalyze.py' adding 'rope/base/evaluate.py' adding 'rope/base/exceptions.py' adding 'rope/base/fscommands.py' adding 'rope/base/history.py' adding 'rope/base/libutils.py' adding 'rope/base/nameanalyze.py' adding 'rope/base/prefs.py' adding 'rope/base/project.py' adding 'rope/base/pycore.py' adding 'rope/base/pynames.py' adding 'rope/base/pynamesdef.py' adding 'rope/base/pyobjects.py' adding 'rope/base/pyobjectsdef.py' adding 'rope/base/pyscopes.py' adding 'rope/base/resourceobserver.py' adding 'rope/base/resources.py' adding 'rope/base/serializer.py' adding 'rope/base/simplify.py' adding 'rope/base/stdmods.py' adding 'rope/base/taskhandle.py' adding 'rope/base/versioning.py' adding 'rope/base/worder.py' adding 'rope/base/oi/__init__.py' adding 'rope/base/oi/doa.py' adding 'rope/base/oi/memorydb.py' adding 'rope/base/oi/objectdb.py' adding 'rope/base/oi/objectinfo.py' adding 'rope/base/oi/runmod.py' adding 'rope/base/oi/soa.py' adding 'rope/base/oi/soi.py' adding 'rope/base/oi/transform.py' adding 'rope/base/oi/type_hinting/__init__.py' adding 'rope/base/oi/type_hinting/evaluate.py' adding 'rope/base/oi/type_hinting/factory.py' adding 'rope/base/oi/type_hinting/interfaces.py' adding 'rope/base/oi/type_hinting/utils.py' adding 'rope/base/oi/type_hinting/providers/__init__.py' adding 'rope/base/oi/type_hinting/providers/composite.py' adding 'rope/base/oi/type_hinting/providers/docstrings.py' adding 'rope/base/oi/type_hinting/providers/inheritance.py' adding 'rope/base/oi/type_hinting/providers/interfaces.py' adding 'rope/base/oi/type_hinting/providers/numpydocstrings.py' adding 'rope/base/oi/type_hinting/providers/pep0484_type_comments.py' adding 'rope/base/oi/type_hinting/resolvers/__init__.py' adding 'rope/base/oi/type_hinting/resolvers/composite.py' adding 'rope/base/oi/type_hinting/resolvers/interfaces.py' adding 'rope/base/oi/type_hinting/resolvers/types.py' adding 'rope/base/utils/__init__.py' adding 'rope/base/utils/datastructures.py' adding 'rope/contrib/__init__.py' adding 'rope/contrib/changestack.py' adding 'rope/contrib/codeassist.py' adding 'rope/contrib/finderrors.py' adding 'rope/contrib/findit.py' adding 'rope/contrib/fixmodnames.py' adding 'rope/contrib/fixsyntax.py' adding 'rope/contrib/generate.py' adding 'rope/contrib/autoimport/__init__.py' adding 'rope/contrib/autoimport/defs.py' adding 'rope/contrib/autoimport/models.py' adding 'rope/contrib/autoimport/parse.py' adding 'rope/contrib/autoimport/pickle.py' adding 'rope/contrib/autoimport/sqlite.py' adding 'rope/contrib/autoimport/utils.py' adding 'rope/refactor/__init__.py' adding 'rope/refactor/change_signature.py' adding 'rope/refactor/encapsulate_field.py' adding 'rope/refactor/extract.py' adding 'rope/refactor/functionutils.py' adding 'rope/refactor/inline.py' adding 'rope/refactor/introduce_factory.py' adding 'rope/refactor/introduce_parameter.py' adding 'rope/refactor/localtofield.py' adding 'rope/refactor/method_object.py' adding 'rope/refactor/move.py' adding 'rope/refactor/multiproject.py' adding 'rope/refactor/occurrences.py' adding 'rope/refactor/patchedast.py' adding 'rope/refactor/rename.py' adding 'rope/refactor/restructure.py' adding 'rope/refactor/similarfinder.py' adding 'rope/refactor/sourceutils.py' adding 'rope/refactor/suites.py' adding 'rope/refactor/topackage.py' adding 'rope/refactor/usefunction.py' adding 'rope/refactor/wildcards.py' adding 'rope/refactor/importutils/__init__.py' adding 'rope/refactor/importutils/actions.py' adding 'rope/refactor/importutils/importinfo.py' adding 'rope/refactor/importutils/module_imports.py' adding 'rope-1.14.0.dist-info/licenses/COPYING' adding 'rope-1.14.0.dist-info/METADATA' adding 'rope-1.14.0.dist-info/WHEEL' adding 'rope-1.14.0.dist-info/top_level.txt' adding 'rope-1.14.0.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built rope-1.14.0-py3-none-any.whl