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

    validating hash... ok
patching file libcst/metadata/tests/test_type_inference_provider.py
copy cloning /jenkins/jobs/oi-userland/workspace/components/python/libcst/libcst-1.7.0 to /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9
* Getting build dependencies for wheel...
* Building wheel...
/usr/lib/python3.9/vendor-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
[03/21/25 13:29:04] WARNING  toml section missing        pyproject_reading.py:42
                             'pyproject.toml does not                           
                             contain a                                          
                             tool.setuptools_scm                                
                             section'                                           
                             Traceback (most recent call                        
                             last):                                             
                               File                                             
                             "/usr/lib/python3.9/vendor-                        
                             packages/setuptools_scm/_in                        
                             tegration/pyproject_reading                        
                             .py", line 36, in                                  
                             read_pyproject                                     
                                 section =                                      
                             defn.get("tool",                                   
                             {})[tool_name]                                     
                             KeyError: 'setuptools_scm'                         
running bdist_wheel
running build
running build_py
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_batched_visitor.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_exceptions.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_version.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/tool.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_types.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_typed_visitor_base.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_visitors.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_position.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_maybe_sentinel.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_typed_visitor.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_metadata_dependent.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_add_slots.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_flatten_sentinel.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_tabs.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_type_enforce.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
copying libcst/_removal_sentinel.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod
copying libcst/codemod/_dummy_pool.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod
copying libcst/codemod/_context.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod
copying libcst/codemod/_command.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod
copying libcst/codemod/_cli.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod
copying libcst/codemod/_runner.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod
copying libcst/codemod/_testing.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod
copying libcst/codemod/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod
copying libcst/codemod/_visitor.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod
copying libcst/codemod/_codemod.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser
copying libcst/_parser/wrapped_tokenize.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser
copying libcst/_parser/grammar.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser
copying libcst/_parser/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser
copying libcst/_parser/production_decorator.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser
copying libcst/_parser/entrypoints.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser
copying libcst/_parser/base_parser.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser
copying libcst/_parser/py_whitespace_parser.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser
copying libcst/_parser/whitespace_parser.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser
copying libcst/_parser/python_parser.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser
copying libcst/_parser/custom_itertools.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser
copying libcst/_parser/detect_config.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/scope_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/type_inference_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/name_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/file_path_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/full_repo_manager.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/span_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/expression_context_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/base_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/parent_node_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/wrapper.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/reentrant_codegen.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/position_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
copying libcst/metadata/accessor_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/testing
copying libcst/testing/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/testing
copying libcst/testing/utils.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/testing
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers
copying libcst/matchers/_decorators.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers
copying libcst/matchers/_matcher_base.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers
copying libcst/matchers/_return_types.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers
copying libcst/matchers/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers
copying libcst/matchers/_visitors.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen
copying libcst/codegen/gather.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen
copying libcst/codegen/transforms.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen
copying libcst/codegen/generate.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen
copying libcst/codegen/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen
copying libcst/codegen/gen_matcher_classes.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen
copying libcst/codegen/gen_type_mapping.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen
copying libcst/codegen/gen_visitor_functions.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/test_batched_visitor.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/test_deep_replace.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/test_tabs.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/test_visitor.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/test_type_enforce.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/test_deep_clone.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/test_fuzz.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/test_exceptions.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/test_pyre_integration.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/test_roundtrip.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/test_add_slots.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/test_e2e.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
copying libcst/tests/__main__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display
copying libcst/display/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display
copying libcst/display/graphviz.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display
copying libcst/display/text.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes
copying libcst/_nodes/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes
copying libcst/_nodes/module.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes
copying libcst/_nodes/whitespace.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes
copying libcst/_nodes/statement.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes
copying libcst/_nodes/op.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes
copying libcst/_nodes/expression.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes
copying libcst/_nodes/deep_equals.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes
copying libcst/_nodes/base.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes
copying libcst/_nodes/internal.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers
copying libcst/helpers/node_fields.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers
copying libcst/helpers/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers
copying libcst/helpers/module.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers
copying libcst/helpers/paths.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers
copying libcst/helpers/common.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers
copying libcst/helpers/_template.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers
copying libcst/helpers/expression.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors
copying libcst/codemod/visitors/_gather_unused_imports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors
copying libcst/codemod/visitors/_gather_comments.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors
copying libcst/codemod/visitors/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors
copying libcst/codemod/visitors/_remove_imports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors
copying libcst/codemod/visitors/_gather_exports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors
copying libcst/codemod/visitors/_apply_type_annotations.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors
copying libcst/codemod/visitors/_add_imports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors
copying libcst/codemod/visitors/_gather_string_annotation_names.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors
copying libcst/codemod/visitors/_gather_imports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors
copying libcst/codemod/visitors/_imports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors
copying libcst/codemod/visitors/_gather_global_names.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/remove_unused_imports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/fix_pyre_directives.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/convert_namedtuple_to_dataclass.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/rename_typing_generic_aliases.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/add_trailing_commas.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/fix_variadic_callable.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/convert_union_to_or.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/rename.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/strip_strings_from_types.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/convert_format_to_fstring.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/remove_pyre_directive.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/convert_type_comments.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/convert_percent_format_to_fstring.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/noop.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/unnecessary_format_string.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/add_pyre_directive.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
copying libcst/codemod/commands/ensure_import_present.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests
copying libcst/codemod/tests/test_metadata.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests
copying libcst/codemod/tests/test_runner.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests
copying libcst/codemod/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests
copying libcst/codemod/tests/test_codemod_cli.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests
copying libcst/codemod/tests/test_codemod.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests
copying libcst/codemod/visitors/tests/test_gather_global_names.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests
copying libcst/codemod/visitors/tests/test_gather_comments.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests
copying libcst/codemod/visitors/tests/test_apply_type_annotations.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests
copying libcst/codemod/visitors/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests
copying libcst/codemod/visitors/tests/test_gather_string_annotation_names.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests
copying libcst/codemod/visitors/tests/test_add_imports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests
copying libcst/codemod/visitors/tests/test_gather_unused_imports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests
copying libcst/codemod/visitors/tests/test_gather_imports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests
copying libcst/codemod/visitors/tests/test_remove_imports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests
copying libcst/codemod/visitors/tests/test_gather_exports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_unnecessary_format_string.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_strip_strings_from_types.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_convert_type_comments.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_remove_pyre_directive.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_rename_typing_generic_aliases.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_convert_format_to_fstring.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_add_pyre_directive.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_ensure_import_present.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_rename.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_convert_namedtuple_to_dataclass.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_remove_unused_imports.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_convert_percent_format_to_fstring.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_convert_union_to_or.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_noop.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_add_trailing_commas.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_fix_variadic_callable.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
copying libcst/codemod/commands/tests/test_fix_pyre_directives.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions
copying libcst/_parser/conversions/terminals.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions
copying libcst/_parser/conversions/params.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions
copying libcst/_parser/conversions/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions
copying libcst/_parser/conversions/statement.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions
copying libcst/_parser/conversions/expression.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions
copying libcst/_parser/conversions/module.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types
copying libcst/_parser/types/whitespace_state.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types
copying libcst/_parser/types/conversions.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types
copying libcst/_parser/types/py_whitespace_state.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types
copying libcst/_parser/types/py_token.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types
copying libcst/_parser/types/token.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types
copying libcst/_parser/types/production.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types
copying libcst/_parser/types/py_config.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types
copying libcst/_parser/types/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types
copying libcst/_parser/types/partials.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types
copying libcst/_parser/types/config.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests
copying libcst/_parser/tests/test_version_compare.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests
copying libcst/_parser/tests/test_whitespace_parser.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests
copying libcst/_parser/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests
copying libcst/_parser/tests/test_parse_errors.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests
copying libcst/_parser/tests/test_node_identity.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests
copying libcst/_parser/tests/test_wrapped_tokenize.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests
copying libcst/_parser/tests/test_footer_behavior.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests
copying libcst/_parser/tests/test_detect_config.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests
copying libcst/_parser/tests/test_config.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso
copying libcst/_parser/parso/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso
copying libcst/_parser/parso/utils.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/tests
copying libcst/_parser/types/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/tests
copying libcst/_parser/types/tests/test_config.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/tests
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/tests
copying libcst/_parser/parso/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/tests
copying libcst/_parser/parso/tests/test_fstring.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/tests
copying libcst/_parser/parso/tests/test_tokenize.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/tests
copying libcst/_parser/parso/tests/test_utils.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/tests
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/pgen2
copying libcst/_parser/parso/pgen2/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/pgen2
copying libcst/_parser/parso/pgen2/generator.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/pgen2
copying libcst/_parser/parso/pgen2/grammar_parser.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/pgen2
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/python
copying libcst/_parser/parso/python/py_token.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/python
copying libcst/_parser/parso/python/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/python
copying libcst/_parser/parso/python/tokenize.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/python
copying libcst/_parser/parso/python/token.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/python
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_position_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_scope_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_parent_node_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_accessor_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_expression_context_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_reentrant_codegen.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_full_repo_manager.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_metadata_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_name_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_base_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_type_inference_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_span_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_file_path_provider.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
copying libcst/metadata/tests/test_metadata_wrapper.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests
copying libcst/matchers/tests/test_findall.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests
copying libcst/matchers/tests/test_decorators.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests
copying libcst/matchers/tests/test_matchers.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests
copying libcst/matchers/tests/test_extract.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests
copying libcst/matchers/tests/test_matchers_with_metadata.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests
copying libcst/matchers/tests/test_visitors.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests
copying libcst/matchers/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests
copying libcst/matchers/tests/test_replace.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen/tests
copying libcst/codegen/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen/tests
copying libcst/codegen/tests/test_codegen_clean.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen/tests
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display/tests
copying libcst/display/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display/tests
copying libcst/display/tests/test_dump_text.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display/tests
copying libcst/display/tests/test_dump_graphviz.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display/tests
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_cst_node.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_yield.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_await.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_indented_block.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_import.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_set.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_leaf_small_statements.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_raise.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_simple_statement.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_boolean_op.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_dict_comp.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_global.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_with.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_simple_comp.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_matrix_multiply.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_del.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_classdef.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_else.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_attribute.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_module.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_small_statement.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_atom.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_if.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_subscript.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_simple_string.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_assign.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_newline.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_binary_op.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_try.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_return.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_number.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_flatten_behavior.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_namedexpr.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_lambda.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_for.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_match.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_comparison.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_type_alias.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_tuple.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_ifexp.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_comment.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/base.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_empty_line.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_assert.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_nonlocal.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_dict.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_removal_behavior.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_docstring.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_list.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_unary_op.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_simple_whitespace.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_trailing_whitespace.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_funcdef.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_while.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
copying libcst/_nodes/tests/test_call.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests
copying libcst/helpers/tests/test_expression.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests
copying libcst/helpers/tests/test_template.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests
copying libcst/helpers/tests/test_paths.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests
copying libcst/helpers/tests/test_node_fields.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests
copying libcst/helpers/tests/__init__.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests
copying libcst/helpers/tests/test_module.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests
running egg_info
writing libcst.egg-info/PKG-INFO
writing dependency_links to libcst.egg-info/dependency_links.txt
writing requirements to libcst.egg-info/requires.txt
writing top-level names to libcst.egg-info/top_level.txt
reading manifest file 'libcst.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'native/target'
adding license file 'LICENSE'
writing manifest file 'libcst.egg-info/SOURCES.txt'
/usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:212: _Warning: Package 'libcst.tests.pyre' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'libcst.tests.pyre' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'libcst.tests.pyre' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'libcst.tests.pyre' to be distributed and are
        already explicitly excluding 'libcst.tests.pyre' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
copying libcst/py.typed -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst
creating build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/pyre
copying libcst/tests/pyre/.pyre_configuration -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/pyre
copying libcst/tests/pyre/simple_class.json -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/pyre
copying libcst/tests/pyre/simple_class.py -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/pyre
copying libcst/codemod/tests/codemod_formatter_error_input.py.txt -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests
copying libcst/_parser/conversions/README.md -> build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions
running build_ext
running build_rust
    Updating crates.io index
 Downloading crates ...
  Downloaded anes v0.1.6
  Downloaded wasm-bindgen-backend v0.2.81
  Downloaded pyo3-ffi v0.23.5
  Downloaded windows-targets v0.48.5
  Downloaded serde_derive v1.0.208
  Downloaded wasm-bindgen-shared v0.2.81
  Downloaded thiserror-impl v1.0.63
  Downloaded trybuild v1.0.99
  Downloaded winnow v0.6.18
  Downloaded syn v1.0.109
  Downloaded js-sys v0.3.58
  Downloaded rayon v1.10.0
  Downloaded itertools v0.10.5
  Downloaded wasm-bindgen v0.2.81
  Downloaded syn v2.0.75
  Downloaded regex v1.10.6
  Downloaded criterion v0.5.1
  Downloaded unicode-ident v1.0.1
  Downloaded pyo3-macros-backend v0.23.5
  Downloaded clap_builder v4.4.0
  Downloaded unicode-width v0.2.0
  Downloaded toml v0.8.19
  Downloaded serde v1.0.208
  Downloaded rustix v0.38.19
  Downloaded regex-syntax v0.8.4
  Downloaded same-file v1.0.6
  Downloaded pyo3-macros v0.23.5
  Downloaded windows_x86_64_gnullvm v0.48.5
  Downloaded plotters-svg v0.3.1
  Downloaded itertools v0.13.0
  Downloaded indexmap v2.4.0
  Downloaded serde_spanned v0.6.7
  Downloaded serde_json v1.0.125
  Downloaded portable-atomic v1.4.3
  Downloaded windows_aarch64_gnullvm v0.48.5
  Downloaded peg-macros v0.8.4
  Downloaded oorandom v11.1.3
  Downloaded libc v0.2.149
  Downloaded once_cell v1.16.0
  Downloaded regex-automata v0.4.7
  Downloaded memoffset v0.6.5
  Downloaded lazy_static v1.4.0
  Downloaded hermit-abi v0.3.2
  Downloaded errno v0.3.2
  Downloaded clap_lex v0.5.1
  Downloaded windows_x86_64_msvc v0.48.5
  Downloaded windows_aarch64_msvc v0.48.5
  Downloaded web-sys v0.3.58
  Downloaded windows_i686_gnu v0.48.5
  Downloaded windows_x86_64_gnu v0.48.5
  Downloaded aho-corasick v1.0.4
  Downloaded unindent v0.2.3
  Downloaded toml_edit v0.22.20
  Downloaded toml_datetime v0.6.8
  Downloaded hashbrown v0.14.5
  Downloaded half v1.8.2
  Downloaded equivalent v1.0.1
  Downloaded windows_i686_msvc v0.48.5
  Downloaded pyo3 v0.23.5
  Downloaded difference v2.0.0
  Downloaded crossbeam-epoch v0.9.9
  Downloaded ciborium-io v0.2.0
  Downloaded ryu v1.0.10
  Downloaded rayon-core v1.12.1
  Downloaded quote v1.0.37
  Downloaded pyo3-build-config v0.23.5
  Downloaded proc-macro2 v1.0.86
  Downloaded paste v1.0.15
  Downloaded memoffset v0.9.0
  Downloaded memchr v2.7.4
  Downloaded errno-dragonfly v0.1.2
  Downloaded winapi v0.3.9
  Downloaded either v1.6.1
  Downloaded crossbeam-deque v0.8.1
  Downloaded linux-raw-sys v0.4.10
  Downloaded criterion-plot v0.5.0
  Downloaded cfg-if v1.0.0
  Downloaded cc v1.0.83
  Downloaded annotate-snippets v0.11.5
  Downloaded winapi-util v0.1.5
  Downloaded wasm-bindgen-macro-support v0.2.81
  Downloaded wasm-bindgen-macro v0.2.81
  Downloaded walkdir v2.3.2
  Downloaded thiserror v1.0.63
  Downloaded termcolor v1.1.3
  Downloaded target-lexicon v0.12.15
  Downloaded peg v0.8.4
  Downloaded itoa v1.0.2
  Downloaded is-terminal v0.4.9
  Downloaded glob v0.3.0
  Downloaded ciborium-ll v0.2.0
  Downloaded bumpalo v3.12.0
  Downloaded plotters-backend v0.3.2
  Downloaded peg-runtime v0.8.3
  Downloaded log v0.4.17
  Downloaded crossbeam-utils v0.8.10
  Downloaded clap v4.4.0
  Downloaded bitflags v2.4.0
  Downloaded autocfg v1.1.0
  Downloaded anstyle v1.0.10
  Downloaded tinytemplate v1.2.1
  Downloaded scopeguard v1.1.0
  Downloaded num-traits v0.2.15
  Downloaded indoc v2.0.4
  Downloaded heck v0.5.0
  Downloaded ciborium v0.2.0
  Downloaded cast v0.3.0
  Downloaded windows-sys v0.48.0
  Downloaded winapi-i686-pc-windows-gnu v0.4.0
  Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
  Downloaded plotters v0.3.1
cargo rustc --lib --message-format=json-render-diagnostics --manifest-path native/libcst/Cargo.toml --release -v --features pyo3/extension-module --crate-type cdylib --
   Compiling target-lexicon v0.12.15
   Compiling proc-macro2 v1.0.86
   Compiling once_cell v1.16.0
   Compiling unicode-ident v1.0.1
   Compiling libc v0.2.149
   Compiling autocfg v1.1.0
   Compiling heck v0.5.0
   Compiling memchr v2.7.4
     Running `rustc --crate-name build_script_build --edition=2018 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.12.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=4a0ad7912a869b49 -C extra-filename=-76ab3d80657d75c5 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/target-lexicon-76ab3d80657d75c5 -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
     Running `rustc --crate-name once_cell --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "atomic_polyfill", "critical-section", "critical_section", "default", "parking_lot", "parking_lot_core", "race", "std", "unstable"))' -C metadata=aa9b43b0787798b3 -C extra-filename=-009af37ef54ad7a4 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
     Running `rustc --crate-name build_script_build --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.86/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=28486519d8fe49f4 -C extra-filename=-e9aa1dba21792a1a --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/proc-macro2-e9aa1dba21792a1a -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
     Running `rustc --crate-name unicode_ident --edition=2018 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b0a1619933804e7 -C extra-filename=-85971ab05fccd58f --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
     Running `rustc --crate-name build_script_build --edition=2015 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.149/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=e2982c0add20d41c -C extra-filename=-49cc03d9f4111ad0 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/libc-49cc03d9f4111ad0 -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
     Running `rustc --crate-name heck --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3e832d7370472e65 -C extra-filename=-49599593bacdf481 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
     Running `rustc --crate-name memchr --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=626b614e65ca4b18 -C extra-filename=-a402eb3aac32c13f --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
     Running `rustc --crate-name autocfg --edition=2015 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0c0f43e78c2a771 -C extra-filename=-227f942f89a6914b --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
   Compiling regex-syntax v0.8.4
     Running `rustc --crate-name regex_syntax --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=b04452c461889c8b -C extra-filename=-84bc594e822352eb --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
   Compiling paste v1.0.15
     Running `rustc --crate-name build_script_build --edition=2018 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5656398562c6e43 -C extra-filename=-fc276bf1b7961011 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/paste-fc276bf1b7961011 -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
   Compiling thiserror v1.0.63
     Running `rustc --crate-name build_script_build --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.63/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee710ac349394ec9 -C extra-filename=-b7d6656b52177aff --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/thiserror-b7d6656b52177aff -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
     Running `/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/proc-macro2-e9aa1dba21792a1a/build-script-build`
     Running `/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/libc-49cc03d9f4111ad0/build-script-build`
   Compiling memoffset v0.9.0
     Running `rustc --crate-name build_script_build --edition=2015 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=3ba8e396e436cc4b -C extra-filename=-713cdc82b89caeb6 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/memoffset-713cdc82b89caeb6 -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern autocfg=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libautocfg-227f942f89a6914b.rlib --cap-lints allow`
     Running `rustc --crate-name libc --edition=2015 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=e300ffebd09d6984 -C extra-filename=-7a854e999c4ae2e8 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn`
     Running `rustc --crate-name proc_macro2 --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=fb44f1e7f0f83571 -C extra-filename=-bf89364c9cd585ab --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern unicode_ident=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libunicode_ident-85971ab05fccd58f.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
   Compiling peg-runtime v0.8.3
     Running `rustc --crate-name peg_runtime --edition=2018 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=a1a4d0dfc48f7fe7 -C extra-filename=-299771dd0a2cc7f2 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
     Running `/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/target-lexicon-76ab3d80657d75c5/build-script-build`
     Running `rustc --crate-name target_lexicon --edition=2018 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.12.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=2cddb611a12c426e -C extra-filename=-4bcc422eaeb0d227 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow --cfg 'feature="rust_1_40"'`
     Running `/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/thiserror-b7d6656b52177aff/build-script-build`
     Running `/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/memoffset-713cdc82b89caeb6/build-script-build`
   Compiling aho-corasick v1.0.4
     Running `rustc --crate-name aho_corasick --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=4b8062ed83731075 -C extra-filename=-5b1ff731efa4b222 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern memchr=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libmemchr-a402eb3aac32c13f.rmeta --cap-lints allow`
     Running `rustc --crate-name memoffset --edition=2015 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=cea5e35a9d35d802 -C extra-filename=-302bf69979df9099 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const`
     Running `/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/paste-fc276bf1b7961011/build-script-build`
     Running `rustc --crate-name once_cell --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "atomic_polyfill", "critical-section", "critical_section", "default", "parking_lot", "parking_lot_core", "race", "std", "unstable"))' -C metadata=13397581372c3cf9 -C extra-filename=-30dc8be9684d97e4 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
     Running `rustc --crate-name peg_runtime --edition=2018 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=5ee11c45c8c054be -C extra-filename=-624c8f20f4a454db --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
   Compiling pyo3-build-config v0.23.5
     Running `rustc --crate-name build_script_build --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-build-config-0.23.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "python3-dll-a", "resolve-config"))' -C metadata=10d5e783a3a4ac51 -C extra-filename=-eda2d80164189209 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/pyo3-build-config-eda2d80164189209 -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern target_lexicon=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libtarget_lexicon-4bcc422eaeb0d227.rlib --cap-lints allow`
   Compiling quote v1.0.37
     Running `rustc --crate-name quote --edition=2018 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=158a798a649e6fcc -C extra-filename=-ab7cf2dcad6b9110 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern proc_macro2=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libproc_macro2-bf89364c9cd585ab.rmeta --cap-lints allow`
   Compiling anstyle v1.0.10
     Running `rustc --crate-name anstyle --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7f66a2a3c2ad5264 -C extra-filename=-8c563de3e0b776f9 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
   Compiling syn v2.0.75
     Running `rustc --crate-name syn --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=2ccadb4851751941 -C extra-filename=-360585be69f2edb4 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern proc_macro2=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libproc_macro2-bf89364c9cd585ab.rmeta --extern quote=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libquote-ab7cf2dcad6b9110.rmeta --extern unicode_ident=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libunicode_ident-85971ab05fccd58f.rmeta --cap-lints allow`
   Compiling indoc v2.0.4
     Running `rustc --crate-name indoc --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e646634bec2f72b -C extra-filename=-1c83c6bcd140b758 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern proc_macro --cap-lints allow`
   Compiling peg-macros v0.8.4
     Running `rustc --crate-name peg_macros --edition=2018 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=000c24b92c96979b -C extra-filename=-2efe8f92f152e2ad --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern peg_runtime=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpeg_runtime-299771dd0a2cc7f2.rlib --extern proc_macro2=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libproc_macro2-bf89364c9cd585ab.rlib --extern quote=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libquote-ab7cf2dcad6b9110.rlib --extern proc_macro --cap-lints allow`
   Compiling cfg-if v1.0.0
     Running `rustc --crate-name cfg_if --edition=2018 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=029b1921dc30c594 -C extra-filename=-5ab45a8cf37af354 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
   Compiling unindent v0.2.3
     Running `rustc --crate-name unindent --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unindent-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac0cfcb074d23189 -C extra-filename=-c0e0ac42f051df32 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
   Compiling unicode-width v0.2.0
     Running `rustc --crate-name unicode_width --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=215007a36acf0ea6 -C extra-filename=-d4a565cfe22a54ac --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --cap-lints allow`
     Running `/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/pyo3-build-config-eda2d80164189209/build-script-build`
     Running `rustc --crate-name pyo3_build_config --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-build-config-0.23.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="resolve-config"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "python3-dll-a", "resolve-config"))' -C metadata=8611da2437b8afb0 -C extra-filename=-22a27f637e6ad4cc --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern once_cell=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libonce_cell-009af37ef54ad7a4.rmeta --extern target_lexicon=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libtarget_lexicon-4bcc422eaeb0d227.rmeta --cap-lints allow`
     Running `rustc --crate-name paste --edition=2018 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4c0a0ae03d5bb9a5 -C extra-filename=-0533847d1e53a624 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
   Compiling annotate-snippets v0.11.5
     Running `rustc --crate-name annotate_snippets --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/annotate-snippets-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "memchr", "simd", "testing-colors"))' -C metadata=5555ba9c245f5c71 -C extra-filename=-7840b082b0e2219c --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern anstyle=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libanstyle-8c563de3e0b776f9.rmeta --extern unicode_width=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libunicode_width-d4a565cfe22a54ac.rmeta --cap-lints allow`
   Compiling regex-automata v0.4.7
     Running `rustc --crate-name regex_automata --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=dc9e9fb444a0478b -C extra-filename=-78ff3f5611d172e9 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern aho_corasick=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libaho_corasick-5b1ff731efa4b222.rmeta --extern memchr=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libmemchr-a402eb3aac32c13f.rmeta --extern regex_syntax=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libregex_syntax-84bc594e822352eb.rmeta --cap-lints allow`
   Compiling pyo3-macros-backend v0.23.5
     Running `rustc --crate-name build_script_build --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-macros-backend-0.23.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes '--warn=clippy::unnecessary_wraps' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-async"))' -C metadata=ad8554a5484e8079 -C extra-filename=-7966abe4aa692fe9 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/pyo3-macros-backend-7966abe4aa692fe9 -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern pyo3_build_config=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpyo3_build_config-22a27f637e6ad4cc.rlib --cap-lints allow`
   Compiling pyo3-ffi v0.23.5
     Running `rustc --crate-name build_script_build --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-ffi-0.23.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes '--warn=clippy::unnecessary_wraps' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "generate-import-lib"))' -C metadata=f77672dd5c6b3210 -C extra-filename=-cc7e330f8be6f14a --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/pyo3-ffi-cc7e330f8be6f14a -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern pyo3_build_config=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpyo3_build_config-22a27f637e6ad4cc.rlib --cap-lints allow`
     Running `/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/pyo3-macros-backend-7966abe4aa692fe9/build-script-build`
   Compiling pyo3 v0.23.5
     Running `rustc --crate-name build_script_build --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-0.23.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes '--warn=clippy::unnecessary_wraps' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py37", "abi3-py38", "abi3-py39", "anyhow", "auto-initialize", "chrono", "chrono-tz", "default", "either", "experimental-async", "experimental-inspect", "extension-module", "eyre", "full", "generate-import-lib", "hashbrown", "indexmap", "indoc", "inventory", "macros", "multiple-pymethods", "nightly", "num-bigint", "num-complex", "num-rational", "py-clone", "pyo3-macros", "rust_decimal", "serde", "smallvec", "unindent"))' -C metadata=bc65a55d29b872a6 -C extra-filename=-dded49bddd767a41 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/pyo3-dded49bddd767a41 -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern pyo3_build_config=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpyo3_build_config-22a27f637e6ad4cc.rlib --cap-lints allow`
     Running `/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/pyo3-ffi-cc7e330f8be6f14a/build-script-build`
   Compiling peg v0.8.4
     Running `rustc --crate-name peg --edition=2018 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=a919a8004fd46513 -C extra-filename=-6db6c18622c0d158 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern peg_macros=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpeg_macros-2efe8f92f152e2ad.so --extern peg_runtime=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpeg_runtime-624c8f20f4a454db.rmeta --cap-lints allow`
     Running `rustc --crate-name pyo3_ffi --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-ffi-0.23.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes '--warn=clippy::unnecessary_wraps' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' --cfg 'feature="default"' --cfg 'feature="extension-module"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py37", "abi3-py38", "abi3-py39", "default", "extension-module", "generate-import-lib"))' -C metadata=b2a68c08a41d6f2c -C extra-filename=-13f6fb31a535cec8 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern libc=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/liblibc-7a854e999c4ae2e8.rmeta --cap-lints allow --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg rustc_has_once_lock --cfg invalid_from_utf8_lint --cfg c_str_lit --cfg diagnostic_namespace --cfg fn_ptr_eq --check-cfg 'cfg(Py_LIMITED_API)' --check-cfg 'cfg(Py_GIL_DISABLED)' --check-cfg 'cfg(PyPy)' --check-cfg 'cfg(GraalPy)' --check-cfg 'cfg(py_sys_config, values("Py_DEBUG", "Py_REF_DEBUG", "Py_TRACE_REFS", "COUNT_ALLOCS"))' --check-cfg 'cfg(invalid_from_utf8_lint)' --check-cfg 'cfg(pyo3_disable_reference_pool)' --check-cfg 'cfg(pyo3_leak_on_drop_without_reference_pool)' --check-cfg 'cfg(diagnostic_namespace)' --check-cfg 'cfg(c_str_lit)' --check-cfg 'cfg(rustc_has_once_lock)' --check-cfg 'cfg(fn_ptr_eq)' --check-cfg 'cfg(Py_3_7)' --check-cfg 'cfg(Py_3_8)' --check-cfg 'cfg(Py_3_9)' --check-cfg 'cfg(Py_3_10)' --check-cfg 'cfg(Py_3_11)' --check-cfg 'cfg(Py_3_12)' --check-cfg 'cfg(Py_3_13)'`
     Running `/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/build/pyo3-dded49bddd767a41/build-script-build`
     Running `rustc --crate-name pyo3_macros_backend --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-macros-backend-0.23.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes '--warn=clippy::unnecessary_wraps' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-async"))' -C metadata=65e85cba9bcc4beb -C extra-filename=-7503fbf0ef5f3676 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern heck=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libheck-49599593bacdf481.rmeta --extern proc_macro2=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libproc_macro2-bf89364c9cd585ab.rmeta --extern pyo3_build_config=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpyo3_build_config-22a27f637e6ad4cc.rmeta --extern quote=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libquote-ab7cf2dcad6b9110.rmeta --extern syn=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libsyn-360585be69f2edb4.rmeta --cap-lints allow --cfg rustc_has_once_lock --cfg invalid_from_utf8_lint --cfg c_str_lit --cfg diagnostic_namespace --cfg fn_ptr_eq --check-cfg 'cfg(Py_LIMITED_API)' --check-cfg 'cfg(Py_GIL_DISABLED)' --check-cfg 'cfg(PyPy)' --check-cfg 'cfg(GraalPy)' --check-cfg 'cfg(py_sys_config, values("Py_DEBUG", "Py_REF_DEBUG", "Py_TRACE_REFS", "COUNT_ALLOCS"))' --check-cfg 'cfg(invalid_from_utf8_lint)' --check-cfg 'cfg(pyo3_disable_reference_pool)' --check-cfg 'cfg(pyo3_leak_on_drop_without_reference_pool)' --check-cfg 'cfg(diagnostic_namespace)' --check-cfg 'cfg(c_str_lit)' --check-cfg 'cfg(rustc_has_once_lock)' --check-cfg 'cfg(fn_ptr_eq)' --check-cfg 'cfg(Py_3_7)' --check-cfg 'cfg(Py_3_8)' --check-cfg 'cfg(Py_3_9)' --check-cfg 'cfg(Py_3_10)' --check-cfg 'cfg(Py_3_11)' --check-cfg 'cfg(Py_3_12)' --check-cfg 'cfg(Py_3_13)'`
   Compiling regex v1.10.6
     Running `rustc --crate-name regex --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=8b618ef9947f99f2 -C extra-filename=-9245465435da9311 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern aho_corasick=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libaho_corasick-5b1ff731efa4b222.rmeta --extern memchr=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libmemchr-a402eb3aac32c13f.rmeta --extern regex_automata=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libregex_automata-78ff3f5611d172e9.rmeta --extern regex_syntax=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libregex_syntax-84bc594e822352eb.rmeta --cap-lints allow`
   Compiling thiserror-impl v1.0.63
     Running `rustc --crate-name thiserror_impl --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c102dc5e8b8821b2 -C extra-filename=-e77d7c6bec83980c --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern proc_macro2=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libproc_macro2-bf89364c9cd585ab.rlib --extern quote=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libquote-ab7cf2dcad6b9110.rlib --extern syn=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libsyn-360585be69f2edb4.rlib --extern proc_macro --cap-lints allow`
   Compiling libcst_derive v1.7.0 (/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/libcst_derive)
     Running `rustc --crate-name libcst_derive --edition=2018 libcst_derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fd58cfd7d8ad468 -C extra-filename=-02a16cba24c0b02b --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern quote=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libquote-ab7cf2dcad6b9110.rlib --extern syn=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libsyn-360585be69f2edb4.rlib --extern proc_macro`
     Running `rustc --crate-name thiserror --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4821a243a3a96c83 -C extra-filename=-2b35fca6dd3af4a8 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern thiserror_impl=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libthiserror_impl-e77d7c6bec83980c.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
   Compiling pyo3-macros v0.23.5
     Running `rustc --crate-name pyo3_macros --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-macros-0.23.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes '--warn=clippy::unnecessary_wraps' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-async", "multiple-pymethods"))' -C metadata=94ee3a2f0e08e38c -C extra-filename=-7b31680096c4dc23 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern proc_macro2=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libproc_macro2-bf89364c9cd585ab.rlib --extern pyo3_macros_backend=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpyo3_macros_backend-7503fbf0ef5f3676.rlib --extern quote=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libquote-ab7cf2dcad6b9110.rlib --extern syn=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libsyn-360585be69f2edb4.rlib --extern proc_macro --cap-lints allow`
     Running `rustc --crate-name pyo3 --edition=2021 /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-0.23.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::useless_transmute' '--warn=clippy::used_underscore_binding' --warn=unused_lifetimes '--warn=clippy::unnecessary_wraps' '--warn=clippy::todo' --warn=rust_2021_prelude_collisions '--warn=clippy::manual_ok_or' '--warn=clippy::manual_assert' '--warn=clippy::let_unit_value' --warn=invalid_doc_attributes '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::explicit_iter_loop' '--warn=clippy::explicit_into_iter_loop' --warn=elided_lifetimes_in_paths '--warn=clippy::dbg_macro' '--warn=clippy::checked_conversions' '--warn=rustdoc::broken_intra_doc_links' '--warn=rustdoc::bare_urls' --cfg 'feature="default"' --cfg 'feature="extension-module"' --cfg 'feature="indoc"' --cfg 'feature="macros"' --cfg 'feature="pyo3-macros"' --cfg 'feature="unindent"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("abi3", "abi3-py310", "abi3-py311", "abi3-py312", "abi3-py37", "abi3-py38", "abi3-py39", "anyhow", "auto-initialize", "chrono", "chrono-tz", "default", "either", "experimental-async", "experimental-inspect", "extension-module", "eyre", "full", "generate-import-lib", "hashbrown", "indexmap", "indoc", "inventory", "macros", "multiple-pymethods", "nightly", "num-bigint", "num-complex", "num-rational", "py-clone", "pyo3-macros", "rust_decimal", "serde", "smallvec", "unindent"))' -C metadata=fb6f55d12c95c7dc -C extra-filename=-25e5d76a2c86cd30 --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern cfg_if=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libcfg_if-5ab45a8cf37af354.rmeta --extern indoc=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libindoc-1c83c6bcd140b758.so --extern libc=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/liblibc-7a854e999c4ae2e8.rmeta --extern memoffset=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libmemoffset-302bf69979df9099.rmeta --extern once_cell=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libonce_cell-30dc8be9684d97e4.rmeta --extern pyo3_ffi=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpyo3_ffi-13f6fb31a535cec8.rmeta --extern pyo3_macros=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpyo3_macros-7b31680096c4dc23.so --extern unindent=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libunindent-c0e0ac42f051df32.rmeta --cap-lints allow --cfg Py_3_7 --cfg Py_3_8 --cfg Py_3_9 --cfg rustc_has_once_lock --cfg invalid_from_utf8_lint --cfg c_str_lit --cfg diagnostic_namespace --cfg fn_ptr_eq --check-cfg 'cfg(Py_LIMITED_API)' --check-cfg 'cfg(Py_GIL_DISABLED)' --check-cfg 'cfg(PyPy)' --check-cfg 'cfg(GraalPy)' --check-cfg 'cfg(py_sys_config, values("Py_DEBUG", "Py_REF_DEBUG", "Py_TRACE_REFS", "COUNT_ALLOCS"))' --check-cfg 'cfg(invalid_from_utf8_lint)' --check-cfg 'cfg(pyo3_disable_reference_pool)' --check-cfg 'cfg(pyo3_leak_on_drop_without_reference_pool)' --check-cfg 'cfg(diagnostic_namespace)' --check-cfg 'cfg(c_str_lit)' --check-cfg 'cfg(rustc_has_once_lock)' --check-cfg 'cfg(fn_ptr_eq)' --check-cfg 'cfg(Py_3_7)' --check-cfg 'cfg(Py_3_8)' --check-cfg 'cfg(Py_3_9)' --check-cfg 'cfg(Py_3_10)' --check-cfg 'cfg(Py_3_11)' --check-cfg 'cfg(Py_3_12)' --check-cfg 'cfg(Py_3_13)'`
   Compiling libcst v1.7.0 (/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/libcst)
     Running `rustc --crate-name libcst_native --edition=2018 libcst/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type cdylib --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="py"' --cfg 'feature="pyo3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "py", "pyo3", "trace"))' -C metadata=caa06f968a18efbe --out-dir /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps -C linker=/usr/gcc/14/bin/gcc -C strip=debuginfo -L dependency=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps --extern annotate_snippets=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libannotate_snippets-7840b082b0e2219c.rlib --extern libcst_derive=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/liblibcst_derive-02a16cba24c0b02b.so --extern memchr=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libmemchr-a402eb3aac32c13f.rlib --extern paste=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpaste-0533847d1e53a624.so --extern peg=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpeg-6db6c18622c0d158.rlib --extern pyo3=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libpyo3-25e5d76a2c86cd30.rlib --extern regex=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libregex-9245465435da9311.rlib --extern thiserror=/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/native/target/release/deps/libthiserror-2b35fca6dd3af4a8.rlib`
warning: unused imports: `DeflatedAsynchronous as Asynchronous` and `DeflatedFormattedStringText as FormattedStringText`
  --> libcst/src/nodes/mod.rs:56:29
   |
56 |         DeflatedArg as Arg, DeflatedAsynchronous as Asynchronous, DeflatedAttribute as Attribute,
   |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
67 |         DeflatedFormattedStringText as FormattedStringText, DeflatedFrom as From,
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

warning: unused import: `DeflatedImportStar as ImportStar`
  --> libcst/src/nodes/mod.rs:90:9
   |
90 |         DeflatedImportStar as ImportStar, DeflatedSemicolon as Semicolon,
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: field `string_start` is never read
  --> libcst/src/tokenizer/core/string_types.rs:74:9
   |
70 | pub struct FStringNode {
   |            ----------- field in this struct
...
74 |     pub string_start: Option<TextPositionSnapshot>,
   |         ^^^^^^^^^^^^
   |
   = note: `FStringNode` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` on by default

warning: `libcst` (lib) generated 3 warnings (run `cargo fix --lib -p libcst` to apply 2 suggestions)
    Finished `release` profile [optimized] target(s) in 51.80s
Copying rust artifact from native/target/release/liblibcst_native.so to build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/native.cpython-39.so
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/libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_position.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_visitors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_batched_visitor.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/_nodes
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/op.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/statement.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/deep_equals.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/module.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/whitespace.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_cst_node.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_namedexpr.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_return.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_number.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_tuple.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_indented_block.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_if.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_lambda.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_binary_op.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_ifexp.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_dict.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_funcdef.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_simple_whitespace.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_trailing_whitespace.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_call.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_empty_line.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_list.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_match.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_simple_comp.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_assert.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_small_statement.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_newline.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_type_alias.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_while.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_classdef.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_for.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_comparison.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_matrix_multiply.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_simple_statement.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_docstring.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_try.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_comment.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_raise.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_import.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_with.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_removal_behavior.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_del.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_yield.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_await.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_atom.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_simple_string.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_else.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_flatten_behavior.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_global.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_nonlocal.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_boolean_op.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_dict_comp.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_leaf_small_statements.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_set.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_unary_op.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_module.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_subscript.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_attribute.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/tests/test_assign.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/expression.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_nodes/internal.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_nodes
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/helpers
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/paths.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/common.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/module.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/helpers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests/test_module.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests/test_node_fields.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests/test_expression.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests/test_template.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/tests/test_paths.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/_template.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/expression.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/node_fields.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/helpers/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/helpers
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_metadata_dependent.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_type_enforce.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/testing
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/testing/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/testing
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/testing/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/testing
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/display
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/display/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display/tests/test_dump_graphviz.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/display/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/display/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display/tests/test_dump_text.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/display/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display/text.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/display
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display/graphviz.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/display
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/display/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/display
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/accessor_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/expression_context_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/position_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/reentrant_codegen.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/scope_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/name_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/full_repo_manager.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/parent_node_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/type_inference_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_base_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_position_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_span_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_accessor_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_parent_node_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_file_path_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_reentrant_codegen.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_scope_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_full_repo_manager.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_expression_context_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_metadata_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_metadata_wrapper.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_type_inference_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/tests/test_name_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/span_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/file_path_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/base_provider.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/metadata/wrapper.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/metadata
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_typed_visitor.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/codegen
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen/gen_matcher_classes.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codegen
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen/generate.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codegen
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen/transforms.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codegen
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/codegen/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codegen/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen/tests/test_codegen_clean.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codegen/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen/gather.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codegen
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen/gen_type_mapping.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codegen
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codegen
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codegen/gen_visitor_functions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codegen
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_maybe_sentinel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_typed_visitor_base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tool.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_tabs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_removal_sentinel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/py.typed -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/codemod
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/_context.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/codemod/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests/test_metadata.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests/test_codemod_cli.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests/test_codemod.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests/test_runner.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/tests/codemod_formatter_error_input.py.txt -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/tests
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/codemod/visitors
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/_apply_type_annotations.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/_gather_global_names.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/_gather_imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/_gather_string_annotation_names.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/_imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/_add_imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/_gather_unused_imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/_remove_imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/_gather_exports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/codemod/visitors/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests/test_add_imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests/test_remove_imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests/test_gather_exports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests/test_gather_global_names.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests/test_gather_unused_imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests/test_gather_comments.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests/test_gather_imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests/test_apply_type_annotations.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests/test_gather_string_annotation_names.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/visitors/_gather_comments.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/visitors
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/_command.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/unnecessary_format_string.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/convert_union_to_or.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/ensure_import_present.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/convert_format_to_fstring.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_unnecessary_format_string.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_convert_format_to_fstring.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_convert_namedtuple_to_dataclass.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_fix_variadic_callable.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_rename.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_remove_unused_imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_ensure_import_present.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_convert_percent_format_to_fstring.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_strip_strings_from_types.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_rename_typing_generic_aliases.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_convert_union_to_or.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_add_pyre_directive.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_add_trailing_commas.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_fix_pyre_directives.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_convert_type_comments.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_noop.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/tests/test_remove_pyre_directive.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/noop.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/strip_strings_from_types.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/fix_pyre_directives.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/convert_namedtuple_to_dataclass.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/rename.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/add_trailing_commas.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/convert_type_comments.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/remove_pyre_directive.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/convert_percent_format_to_fstring.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/rename_typing_generic_aliases.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/fix_variadic_callable.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/add_pyre_directive.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/commands/remove_unused_imports.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod/commands
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/_runner.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/_testing.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/_codemod.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/_visitor.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/_cli.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/codemod/_dummy_pool.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/codemod
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/matchers
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/matchers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests/test_visitors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests/test_replace.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests/test_matchers_with_metadata.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests/test_matchers.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests/test_extract.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests/test_findall.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/tests/test_decorators.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/_matcher_base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/_visitors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/_decorators.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/_return_types.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/matchers/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/matchers
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_types.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/test_batched_visitor.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/test_fuzz.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/test_deep_replace.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/test_visitor.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/test_exceptions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/test_tabs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/test_roundtrip.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/test_e2e.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/test_pyre_integration.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/tests/pyre
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/pyre/.pyre_configuration -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests/pyre
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/pyre/simple_class.json -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests/pyre
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/pyre/simple_class.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests/pyre
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/test_deep_clone.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/test_add_slots.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/test_type_enforce.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/tests/__main__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/native.cpython-39.so -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_add_slots.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_flatten_sentinel.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/_parser
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/production_decorator.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/_parser/conversions
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/conversions
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions/module.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/conversions
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions/expression.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/conversions
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions/statement.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/conversions
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions/terminals.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/conversions
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions/params.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/conversions
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/conversions/README.md -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/conversions
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/_parser/types
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/token.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/types
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/py_whitespace_state.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/types
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/config.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/types
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/py_token.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/types
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/partials.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/types
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/py_config.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/types
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/_parser/types/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/types/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/tests/test_config.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/types/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/whitespace_state.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/types
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/production.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/types
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/conversions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/types
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/types/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/types
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/wrapped_tokenize.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/entrypoints.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/base_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/detect_config.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/custom_itertools.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/python_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/_parser/parso
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/_parser/parso/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/tests/test_fstring.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/tests/test_tokenize.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/tests/test_utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso/tests
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/_parser/parso/pgen2
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/pgen2/generator.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso/pgen2
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/pgen2/grammar_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso/pgen2
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/pgen2/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso/pgen2
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/_parser/parso/python
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/python/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso/python
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/python/tokenize.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso/python
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/python/token.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso/python
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/parso/python/py_token.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/parso/python
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/py_whitespace_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst/_parser/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests/test_version_compare.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests/test_detect_config.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests/test_parse_errors.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests/test_footer_behavior.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests/test_config.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests/test_wrapped_tokenize.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests/test_node_identity.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/tests/test_whitespace_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser/tests
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/whitespace_parser.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser
copying build/lib.solaris-2.11-i86pc.64bit-cpython-39/libcst/_parser/grammar.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst/_parser
running install_egg_info
Copying libcst.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./libcst-1.7.0-py3.9.egg-info
running install_scripts
creating build/bdist.solaris-2.11-i86pc.64bit/wheel/libcst-1.7.0.dist-info/WHEEL
creating '/jenkins/jobs/oi-userland/workspace/components/python/libcst/build/amd64-3.9/dist/.tmp-i_fif34k/libcst-1.7.0-cp39-cp39-solaris_2_11_i86pc_64bit.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it
adding 'libcst/__init__.py'
adding 'libcst/_add_slots.py'
adding 'libcst/_batched_visitor.py'
adding 'libcst/_exceptions.py'
adding 'libcst/_flatten_sentinel.py'
adding 'libcst/_maybe_sentinel.py'
adding 'libcst/_metadata_dependent.py'
adding 'libcst/_position.py'
adding 'libcst/_removal_sentinel.py'
adding 'libcst/_tabs.py'
adding 'libcst/_type_enforce.py'
adding 'libcst/_typed_visitor.py'
adding 'libcst/_typed_visitor_base.py'
adding 'libcst/_types.py'
adding 'libcst/_version.py'
adding 'libcst/_visitors.py'
adding 'libcst/native.cpython-39.so'
adding 'libcst/py.typed'
adding 'libcst/tool.py'
adding 'libcst/_nodes/__init__.py'
adding 'libcst/_nodes/base.py'
adding 'libcst/_nodes/deep_equals.py'
adding 'libcst/_nodes/expression.py'
adding 'libcst/_nodes/internal.py'
adding 'libcst/_nodes/module.py'
adding 'libcst/_nodes/op.py'
adding 'libcst/_nodes/statement.py'
adding 'libcst/_nodes/whitespace.py'
adding 'libcst/_nodes/tests/__init__.py'
adding 'libcst/_nodes/tests/base.py'
adding 'libcst/_nodes/tests/test_assert.py'
adding 'libcst/_nodes/tests/test_assign.py'
adding 'libcst/_nodes/tests/test_atom.py'
adding 'libcst/_nodes/tests/test_attribute.py'
adding 'libcst/_nodes/tests/test_await.py'
adding 'libcst/_nodes/tests/test_binary_op.py'
adding 'libcst/_nodes/tests/test_boolean_op.py'
adding 'libcst/_nodes/tests/test_call.py'
adding 'libcst/_nodes/tests/test_classdef.py'
adding 'libcst/_nodes/tests/test_comment.py'
adding 'libcst/_nodes/tests/test_comparison.py'
adding 'libcst/_nodes/tests/test_cst_node.py'
adding 'libcst/_nodes/tests/test_del.py'
adding 'libcst/_nodes/tests/test_dict.py'
adding 'libcst/_nodes/tests/test_dict_comp.py'
adding 'libcst/_nodes/tests/test_docstring.py'
adding 'libcst/_nodes/tests/test_else.py'
adding 'libcst/_nodes/tests/test_empty_line.py'
adding 'libcst/_nodes/tests/test_flatten_behavior.py'
adding 'libcst/_nodes/tests/test_for.py'
adding 'libcst/_nodes/tests/test_funcdef.py'
adding 'libcst/_nodes/tests/test_global.py'
adding 'libcst/_nodes/tests/test_if.py'
adding 'libcst/_nodes/tests/test_ifexp.py'
adding 'libcst/_nodes/tests/test_import.py'
adding 'libcst/_nodes/tests/test_indented_block.py'
adding 'libcst/_nodes/tests/test_lambda.py'
adding 'libcst/_nodes/tests/test_leaf_small_statements.py'
adding 'libcst/_nodes/tests/test_list.py'
adding 'libcst/_nodes/tests/test_match.py'
adding 'libcst/_nodes/tests/test_matrix_multiply.py'
adding 'libcst/_nodes/tests/test_module.py'
adding 'libcst/_nodes/tests/test_namedexpr.py'
adding 'libcst/_nodes/tests/test_newline.py'
adding 'libcst/_nodes/tests/test_nonlocal.py'
adding 'libcst/_nodes/tests/test_number.py'
adding 'libcst/_nodes/tests/test_raise.py'
adding 'libcst/_nodes/tests/test_removal_behavior.py'
adding 'libcst/_nodes/tests/test_return.py'
adding 'libcst/_nodes/tests/test_set.py'
adding 'libcst/_nodes/tests/test_simple_comp.py'
adding 'libcst/_nodes/tests/test_simple_statement.py'
adding 'libcst/_nodes/tests/test_simple_string.py'
adding 'libcst/_nodes/tests/test_simple_whitespace.py'
adding 'libcst/_nodes/tests/test_small_statement.py'
adding 'libcst/_nodes/tests/test_subscript.py'
adding 'libcst/_nodes/tests/test_trailing_whitespace.py'
adding 'libcst/_nodes/tests/test_try.py'
adding 'libcst/_nodes/tests/test_tuple.py'
adding 'libcst/_nodes/tests/test_type_alias.py'
adding 'libcst/_nodes/tests/test_unary_op.py'
adding 'libcst/_nodes/tests/test_while.py'
adding 'libcst/_nodes/tests/test_with.py'
adding 'libcst/_nodes/tests/test_yield.py'
adding 'libcst/_parser/__init__.py'
adding 'libcst/_parser/base_parser.py'
adding 'libcst/_parser/custom_itertools.py'
adding 'libcst/_parser/detect_config.py'
adding 'libcst/_parser/entrypoints.py'
adding 'libcst/_parser/grammar.py'
adding 'libcst/_parser/production_decorator.py'
adding 'libcst/_parser/py_whitespace_parser.py'
adding 'libcst/_parser/python_parser.py'
adding 'libcst/_parser/whitespace_parser.py'
adding 'libcst/_parser/wrapped_tokenize.py'
adding 'libcst/_parser/conversions/README.md'
adding 'libcst/_parser/conversions/__init__.py'
adding 'libcst/_parser/conversions/expression.py'
adding 'libcst/_parser/conversions/module.py'
adding 'libcst/_parser/conversions/params.py'
adding 'libcst/_parser/conversions/statement.py'
adding 'libcst/_parser/conversions/terminals.py'
adding 'libcst/_parser/parso/__init__.py'
adding 'libcst/_parser/parso/utils.py'
adding 'libcst/_parser/parso/pgen2/__init__.py'
adding 'libcst/_parser/parso/pgen2/generator.py'
adding 'libcst/_parser/parso/pgen2/grammar_parser.py'
adding 'libcst/_parser/parso/python/__init__.py'
adding 'libcst/_parser/parso/python/py_token.py'
adding 'libcst/_parser/parso/python/token.py'
adding 'libcst/_parser/parso/python/tokenize.py'
adding 'libcst/_parser/parso/tests/__init__.py'
adding 'libcst/_parser/parso/tests/test_fstring.py'
adding 'libcst/_parser/parso/tests/test_tokenize.py'
adding 'libcst/_parser/parso/tests/test_utils.py'
adding 'libcst/_parser/tests/__init__.py'
adding 'libcst/_parser/tests/test_config.py'
adding 'libcst/_parser/tests/test_detect_config.py'
adding 'libcst/_parser/tests/test_footer_behavior.py'
adding 'libcst/_parser/tests/test_node_identity.py'
adding 'libcst/_parser/tests/test_parse_errors.py'
adding 'libcst/_parser/tests/test_version_compare.py'
adding 'libcst/_parser/tests/test_whitespace_parser.py'
adding 'libcst/_parser/tests/test_wrapped_tokenize.py'
adding 'libcst/_parser/types/__init__.py'
adding 'libcst/_parser/types/config.py'
adding 'libcst/_parser/types/conversions.py'
adding 'libcst/_parser/types/partials.py'
adding 'libcst/_parser/types/production.py'
adding 'libcst/_parser/types/py_config.py'
adding 'libcst/_parser/types/py_token.py'
adding 'libcst/_parser/types/py_whitespace_state.py'
adding 'libcst/_parser/types/token.py'
adding 'libcst/_parser/types/whitespace_state.py'
adding 'libcst/_parser/types/tests/__init__.py'
adding 'libcst/_parser/types/tests/test_config.py'
adding 'libcst/codegen/__init__.py'
adding 'libcst/codegen/gather.py'
adding 'libcst/codegen/gen_matcher_classes.py'
adding 'libcst/codegen/gen_type_mapping.py'
adding 'libcst/codegen/gen_visitor_functions.py'
adding 'libcst/codegen/generate.py'
adding 'libcst/codegen/transforms.py'
adding 'libcst/codegen/tests/__init__.py'
adding 'libcst/codegen/tests/test_codegen_clean.py'
adding 'libcst/codemod/__init__.py'
adding 'libcst/codemod/_cli.py'
adding 'libcst/codemod/_codemod.py'
adding 'libcst/codemod/_command.py'
adding 'libcst/codemod/_context.py'
adding 'libcst/codemod/_dummy_pool.py'
adding 'libcst/codemod/_runner.py'
adding 'libcst/codemod/_testing.py'
adding 'libcst/codemod/_visitor.py'
adding 'libcst/codemod/commands/__init__.py'
adding 'libcst/codemod/commands/add_pyre_directive.py'
adding 'libcst/codemod/commands/add_trailing_commas.py'
adding 'libcst/codemod/commands/convert_format_to_fstring.py'
adding 'libcst/codemod/commands/convert_namedtuple_to_dataclass.py'
adding 'libcst/codemod/commands/convert_percent_format_to_fstring.py'
adding 'libcst/codemod/commands/convert_type_comments.py'
adding 'libcst/codemod/commands/convert_union_to_or.py'
adding 'libcst/codemod/commands/ensure_import_present.py'
adding 'libcst/codemod/commands/fix_pyre_directives.py'
adding 'libcst/codemod/commands/fix_variadic_callable.py'
adding 'libcst/codemod/commands/noop.py'
adding 'libcst/codemod/commands/remove_pyre_directive.py'
adding 'libcst/codemod/commands/remove_unused_imports.py'
adding 'libcst/codemod/commands/rename.py'
adding 'libcst/codemod/commands/rename_typing_generic_aliases.py'
adding 'libcst/codemod/commands/strip_strings_from_types.py'
adding 'libcst/codemod/commands/unnecessary_format_string.py'
adding 'libcst/codemod/commands/tests/__init__.py'
adding 'libcst/codemod/commands/tests/test_add_pyre_directive.py'
adding 'libcst/codemod/commands/tests/test_add_trailing_commas.py'
adding 'libcst/codemod/commands/tests/test_convert_format_to_fstring.py'
adding 'libcst/codemod/commands/tests/test_convert_namedtuple_to_dataclass.py'
adding 'libcst/codemod/commands/tests/test_convert_percent_format_to_fstring.py'
adding 'libcst/codemod/commands/tests/test_convert_type_comments.py'
adding 'libcst/codemod/commands/tests/test_convert_union_to_or.py'
adding 'libcst/codemod/commands/tests/test_ensure_import_present.py'
adding 'libcst/codemod/commands/tests/test_fix_pyre_directives.py'
adding 'libcst/codemod/commands/tests/test_fix_variadic_callable.py'
adding 'libcst/codemod/commands/tests/test_noop.py'
adding 'libcst/codemod/commands/tests/test_remove_pyre_directive.py'
adding 'libcst/codemod/commands/tests/test_remove_unused_imports.py'
adding 'libcst/codemod/commands/tests/test_rename.py'
adding 'libcst/codemod/commands/tests/test_rename_typing_generic_aliases.py'
adding 'libcst/codemod/commands/tests/test_strip_strings_from_types.py'
adding 'libcst/codemod/commands/tests/test_unnecessary_format_string.py'
adding 'libcst/codemod/tests/__init__.py'
adding 'libcst/codemod/tests/codemod_formatter_error_input.py.txt'
adding 'libcst/codemod/tests/test_codemod.py'
adding 'libcst/codemod/tests/test_codemod_cli.py'
adding 'libcst/codemod/tests/test_metadata.py'
adding 'libcst/codemod/tests/test_runner.py'
adding 'libcst/codemod/visitors/__init__.py'
adding 'libcst/codemod/visitors/_add_imports.py'
adding 'libcst/codemod/visitors/_apply_type_annotations.py'
adding 'libcst/codemod/visitors/_gather_comments.py'
adding 'libcst/codemod/visitors/_gather_exports.py'
adding 'libcst/codemod/visitors/_gather_global_names.py'
adding 'libcst/codemod/visitors/_gather_imports.py'
adding 'libcst/codemod/visitors/_gather_string_annotation_names.py'
adding 'libcst/codemod/visitors/_gather_unused_imports.py'
adding 'libcst/codemod/visitors/_imports.py'
adding 'libcst/codemod/visitors/_remove_imports.py'
adding 'libcst/codemod/visitors/tests/__init__.py'
adding 'libcst/codemod/visitors/tests/test_add_imports.py'
adding 'libcst/codemod/visitors/tests/test_apply_type_annotations.py'
adding 'libcst/codemod/visitors/tests/test_gather_comments.py'
adding 'libcst/codemod/visitors/tests/test_gather_exports.py'
adding 'libcst/codemod/visitors/tests/test_gather_global_names.py'
adding 'libcst/codemod/visitors/tests/test_gather_imports.py'
adding 'libcst/codemod/visitors/tests/test_gather_string_annotation_names.py'
adding 'libcst/codemod/visitors/tests/test_gather_unused_imports.py'
adding 'libcst/codemod/visitors/tests/test_remove_imports.py'
adding 'libcst/display/__init__.py'
adding 'libcst/display/graphviz.py'
adding 'libcst/display/text.py'
adding 'libcst/display/tests/__init__.py'
adding 'libcst/display/tests/test_dump_graphviz.py'
adding 'libcst/display/tests/test_dump_text.py'
adding 'libcst/helpers/__init__.py'
adding 'libcst/helpers/_template.py'
adding 'libcst/helpers/common.py'
adding 'libcst/helpers/expression.py'
adding 'libcst/helpers/module.py'
adding 'libcst/helpers/node_fields.py'
adding 'libcst/helpers/paths.py'
adding 'libcst/helpers/tests/__init__.py'
adding 'libcst/helpers/tests/test_expression.py'
adding 'libcst/helpers/tests/test_module.py'
adding 'libcst/helpers/tests/test_node_fields.py'
adding 'libcst/helpers/tests/test_paths.py'
adding 'libcst/helpers/tests/test_template.py'
adding 'libcst/matchers/__init__.py'
adding 'libcst/matchers/_decorators.py'
adding 'libcst/matchers/_matcher_base.py'
adding 'libcst/matchers/_return_types.py'
adding 'libcst/matchers/_visitors.py'
adding 'libcst/matchers/tests/__init__.py'
adding 'libcst/matchers/tests/test_decorators.py'
adding 'libcst/matchers/tests/test_extract.py'
adding 'libcst/matchers/tests/test_findall.py'
adding 'libcst/matchers/tests/test_matchers.py'
adding 'libcst/matchers/tests/test_matchers_with_metadata.py'
adding 'libcst/matchers/tests/test_replace.py'
adding 'libcst/matchers/tests/test_visitors.py'
adding 'libcst/metadata/__init__.py'
adding 'libcst/metadata/accessor_provider.py'
adding 'libcst/metadata/base_provider.py'
adding 'libcst/metadata/expression_context_provider.py'
adding 'libcst/metadata/file_path_provider.py'
adding 'libcst/metadata/full_repo_manager.py'
adding 'libcst/metadata/name_provider.py'
adding 'libcst/metadata/parent_node_provider.py'
adding 'libcst/metadata/position_provider.py'
adding 'libcst/metadata/reentrant_codegen.py'
adding 'libcst/metadata/scope_provider.py'
adding 'libcst/metadata/span_provider.py'
adding 'libcst/metadata/type_inference_provider.py'
adding 'libcst/metadata/wrapper.py'
adding 'libcst/metadata/tests/__init__.py'
adding 'libcst/metadata/tests/test_accessor_provider.py'
adding 'libcst/metadata/tests/test_base_provider.py'
adding 'libcst/metadata/tests/test_expression_context_provider.py'
adding 'libcst/metadata/tests/test_file_path_provider.py'
adding 'libcst/metadata/tests/test_full_repo_manager.py'
adding 'libcst/metadata/tests/test_metadata_provider.py'
adding 'libcst/metadata/tests/test_metadata_wrapper.py'
adding 'libcst/metadata/tests/test_name_provider.py'
adding 'libcst/metadata/tests/test_parent_node_provider.py'
adding 'libcst/metadata/tests/test_position_provider.py'
adding 'libcst/metadata/tests/test_reentrant_codegen.py'
adding 'libcst/metadata/tests/test_scope_provider.py'
adding 'libcst/metadata/tests/test_span_provider.py'
adding 'libcst/metadata/tests/test_type_inference_provider.py'
adding 'libcst/testing/__init__.py'
adding 'libcst/testing/utils.py'
adding 'libcst/tests/__init__.py'
adding 'libcst/tests/__main__.py'
adding 'libcst/tests/test_add_slots.py'
adding 'libcst/tests/test_batched_visitor.py'
adding 'libcst/tests/test_deep_clone.py'
adding 'libcst/tests/test_deep_replace.py'
adding 'libcst/tests/test_e2e.py'
adding 'libcst/tests/test_exceptions.py'
adding 'libcst/tests/test_fuzz.py'
adding 'libcst/tests/test_pyre_integration.py'
adding 'libcst/tests/test_roundtrip.py'
adding 'libcst/tests/test_tabs.py'
adding 'libcst/tests/test_type_enforce.py'
adding 'libcst/tests/test_visitor.py'
adding 'libcst/tests/pyre/.pyre_configuration'
adding 'libcst/tests/pyre/simple_class.json'
adding 'libcst/tests/pyre/simple_class.py'
adding 'libcst-1.7.0.dist-info/LICENSE'
adding 'libcst-1.7.0.dist-info/METADATA'
adding 'libcst-1.7.0.dist-info/WHEEL'
adding 'libcst-1.7.0.dist-info/top_level.txt'
adding 'libcst-1.7.0.dist-info/RECORD'
removing build/bdist.solaris-2.11-i86pc.64bit/wheel
Successfully built libcst-1.7.0-cp39-cp39-solaris_2_11_i86pc_64bit.whl
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/manifest-i386-libcst-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/libcst/build/manifest-i386-libcst.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: python/libcst
pkg://openindiana.org/library/python/libcst-39@1.7.0,5.11-2025.0.0.0:20250321T113028Z
PUBLISHED
pkg://openindiana.org/library/python/libcst@1.7.0,5.11-2025.0.0.0:20250321T113217Z
PUBLISHED