Your message dated Thu, 27 Feb 2025 00:36:50 +0000
with message-id <[email protected]>
and subject line Bug#1094054: fixed in python-libcst 1.4.0-1.2
has caused the Debian Bug report #1094054,
regarding python-libcst: FTBFS: KeyError: 'setuptools_scm'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1094054: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1094054
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-libcst
Version: 1.4.0-1.1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-20250124 ftbfs-trixie
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/build/reproducible-path/python-libcst-1.4.0'
> mv native/Cargo.lock native/Cargo.lock.saved
> dh_auto_build
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build"
> module
> I: pybuild base:311: python3.12 -m build --skip-dependency-check
> --no-isolation --wheel --outdir
> /build/reproducible-path/python-libcst-1.4.0/.pybuild/cpython3_3.12
> * Building wheel...
> /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261:
> UserWarning: Unknown distribution option: 'test_suite'
> warnings.warn(msg)
> WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml
> does not contain a tool.setuptools_scm section'
> Traceback (most recent call last):
> File
> "/usr/lib/python3/dist-packages/setuptools_scm/_integration/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.linux-x86_64-cpython-312/libcst
> copying libcst/tool.py -> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_exceptions.py -> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_flatten_sentinel.py ->
> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_types.py -> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_batched_visitor.py ->
> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_removal_sentinel.py ->
> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_typed_visitor.py -> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_version.py -> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_tabs.py -> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_metadata_dependent.py ->
> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/__init__.py -> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_type_enforce.py -> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_typed_visitor_base.py ->
> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_position.py -> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_add_slots.py -> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_visitors.py -> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/_maybe_sentinel.py -> build/lib.linux-x86_64-cpython-312/libcst
> creating build/lib.linux-x86_64-cpython-312/libcst/_parser
> copying libcst/_parser/py_whitespace_parser.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser
> copying libcst/_parser/detect_config.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser
> copying libcst/_parser/production_decorator.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser
> copying libcst/_parser/entrypoints.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser
> copying libcst/_parser/whitespace_parser.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser
> copying libcst/_parser/wrapped_tokenize.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser
> copying libcst/_parser/base_parser.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser
> copying libcst/_parser/grammar.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser
> copying libcst/_parser/custom_itertools.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser
> copying libcst/_parser/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser
> copying libcst/_parser/python_parser.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser
> creating build/lib.linux-x86_64-cpython-312/libcst/helpers
> copying libcst/helpers/paths.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers
> copying libcst/helpers/module.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers
> copying libcst/helpers/_template.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers
> copying libcst/helpers/expression.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers
> copying libcst/helpers/common.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers
> copying libcst/helpers/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers
> copying libcst/helpers/node_fields.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers
> creating build/lib.linux-x86_64-cpython-312/libcst/codemod
> copying libcst/codemod/_context.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod
> copying libcst/codemod/_testing.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod
> copying libcst/codemod/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod
> copying libcst/codemod/_cli.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod
> copying libcst/codemod/_runner.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod
> copying libcst/codemod/_command.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod
> copying libcst/codemod/_visitor.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod
> copying libcst/codemod/_dummy_pool.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod
> copying libcst/codemod/_codemod.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod
> creating build/lib.linux-x86_64-cpython-312/libcst/codegen
> copying libcst/codegen/gen_visitor_functions.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codegen
> copying libcst/codegen/generate.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codegen
> copying libcst/codegen/gather.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codegen
> copying libcst/codegen/gen_matcher_classes.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codegen
> copying libcst/codegen/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codegen
> copying libcst/codegen/transforms.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codegen
> copying libcst/codegen/gen_type_mapping.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codegen
> creating build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/file_path_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/base_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/reentrant_codegen.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/wrapper.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/full_repo_manager.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/name_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/expression_context_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/accessor_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/type_inference_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/scope_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/span_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/parent_node_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> copying libcst/metadata/position_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata
> creating build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/test_exceptions.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/test_deep_replace.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/test_visitor.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/test_batched_visitor.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/test_roundtrip.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/test_type_enforce.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/__main__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/test_tabs.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/test_deep_clone.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/test_fuzz.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/test_pyre_integration.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/test_add_slots.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> copying libcst/tests/test_e2e.py ->
> build/lib.linux-x86_64-cpython-312/libcst/tests
> creating build/lib.linux-x86_64-cpython-312/libcst/testing
> copying libcst/testing/utils.py ->
> build/lib.linux-x86_64-cpython-312/libcst/testing
> copying libcst/testing/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/testing
> creating build/lib.linux-x86_64-cpython-312/libcst/_nodes
> copying libcst/_nodes/whitespace.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes
> copying libcst/_nodes/op.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes
> copying libcst/_nodes/statement.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes
> copying libcst/_nodes/module.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes
> copying libcst/_nodes/expression.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes
> copying libcst/_nodes/internal.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes
> copying libcst/_nodes/base.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes
> copying libcst/_nodes/deep_equals.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes
> copying libcst/_nodes/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes
> creating build/lib.linux-x86_64-cpython-312/libcst/matchers
> copying libcst/matchers/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers
> copying libcst/matchers/_matcher_base.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers
> copying libcst/matchers/_return_types.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers
> copying libcst/matchers/_visitors.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers
> copying libcst/matchers/_decorators.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers
> creating build/lib.linux-x86_64-cpython-312/libcst/display
> copying libcst/display/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/display
> copying libcst/display/graphviz.py ->
> build/lib.linux-x86_64-cpython-312/libcst/display
> copying libcst/display/text.py ->
> build/lib.linux-x86_64-cpython-312/libcst/display
> creating build/lib.linux-x86_64-cpython-312/libcst/_parser/tests
> copying libcst/_parser/tests/test_config.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/tests
> copying libcst/_parser/tests/test_parse_errors.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/tests
> copying libcst/_parser/tests/test_node_identity.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/tests
> copying libcst/_parser/tests/test_wrapped_tokenize.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/tests
> copying libcst/_parser/tests/test_version_compare.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/tests
> copying libcst/_parser/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/tests
> copying libcst/_parser/tests/test_detect_config.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/tests
> copying libcst/_parser/tests/test_footer_behavior.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/tests
> copying libcst/_parser/tests/test_whitespace_parser.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/tests
> creating build/lib.linux-x86_64-cpython-312/libcst/_parser/types
> copying libcst/_parser/types/token.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/types
> copying libcst/_parser/types/production.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/types
> copying libcst/_parser/types/whitespace_state.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/types
> copying libcst/_parser/types/config.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/types
> copying libcst/_parser/types/conversions.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/types
> copying libcst/_parser/types/partials.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/types
> copying libcst/_parser/types/py_whitespace_state.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/types
> copying libcst/_parser/types/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/types
> copying libcst/_parser/types/py_config.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/types
> copying libcst/_parser/types/py_token.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/types
> creating build/lib.linux-x86_64-cpython-312/libcst/_parser/parso
> copying libcst/_parser/parso/utils.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso
> copying libcst/_parser/parso/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso
> creating build/lib.linux-x86_64-cpython-312/libcst/_parser/conversions
> copying libcst/_parser/conversions/statement.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/conversions
> copying libcst/_parser/conversions/module.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/conversions
> copying libcst/_parser/conversions/expression.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/conversions
> copying libcst/_parser/conversions/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/conversions
> copying libcst/_parser/conversions/params.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/conversions
> copying libcst/_parser/conversions/terminals.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/conversions
> creating build/lib.linux-x86_64-cpython-312/libcst/_parser/types/tests
> copying libcst/_parser/types/tests/test_config.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/types/tests
> copying libcst/_parser/types/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/types/tests
> creating build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/pgen2
> copying libcst/_parser/parso/pgen2/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/pgen2
> copying libcst/_parser/parso/pgen2/generator.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/pgen2
> copying libcst/_parser/parso/pgen2/grammar_parser.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/pgen2
> creating build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/tests
> copying libcst/_parser/parso/tests/test_fstring.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/tests
> copying libcst/_parser/parso/tests/test_utils.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/tests
> copying libcst/_parser/parso/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/tests
> copying libcst/_parser/parso/tests/test_tokenize.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/tests
> creating build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/python
> copying libcst/_parser/parso/python/token.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/python
> copying libcst/_parser/parso/python/tokenize.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/python
> copying libcst/_parser/parso/python/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/python
> copying libcst/_parser/parso/python/py_token.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_parser/parso/python
> creating build/lib.linux-x86_64-cpython-312/libcst/helpers/tests
> copying libcst/helpers/tests/test_paths.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers/tests
> copying libcst/helpers/tests/test_node_fields.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers/tests
> copying libcst/helpers/tests/test_module.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers/tests
> copying libcst/helpers/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers/tests
> copying libcst/helpers/tests/test_template.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers/tests
> copying libcst/helpers/tests/test_expression.py ->
> build/lib.linux-x86_64-cpython-312/libcst/helpers/tests
> creating build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/noop.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/remove_unused_imports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/remove_pyre_directive.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/convert_type_comments.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/add_trailing_commas.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/convert_format_to_fstring.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/rename.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/fix_pyre_directives.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/convert_namedtuple_to_dataclass.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/strip_strings_from_types.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/ensure_import_present.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/add_pyre_directive.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/convert_percent_format_to_fstring.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> copying libcst/codemod/commands/unnecessary_format_string.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands
> creating build/lib.linux-x86_64-cpython-312/libcst/codemod/tests
> copying libcst/codemod/tests/test_codemod.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/tests
> copying libcst/codemod/tests/test_codemod_cli.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/tests
> copying libcst/codemod/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/tests
> copying libcst/codemod/tests/test_runner.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/tests
> copying libcst/codemod/tests/test_metadata.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/tests
> creating build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors
> copying libcst/codemod/visitors/_add_imports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors
> copying libcst/codemod/visitors/_gather_imports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors
> copying libcst/codemod/visitors/_remove_imports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors
> copying libcst/codemod/visitors/_gather_comments.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors
> copying libcst/codemod/visitors/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors
> copying libcst/codemod/visitors/_gather_global_names.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors
> copying libcst/codemod/visitors/_apply_type_annotations.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors
> copying libcst/codemod/visitors/_gather_unused_imports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors
> copying libcst/codemod/visitors/_gather_string_annotation_names.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors
> copying libcst/codemod/visitors/_gather_exports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors
> copying libcst/codemod/visitors/_imports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors
> creating build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_strip_strings_from_types.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_add_trailing_commas.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_noop.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_ensure_import_present.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_remove_unused_imports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_fix_pyre_directives.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_convert_namedtuple_to_dataclass.py
> -> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_add_pyre_directive.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_convert_type_comments.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_remove_pyre_directive.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_rename.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying
> libcst/codemod/commands/tests/test_convert_percent_format_to_fstring.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_unnecessary_format_string.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_convert_format_to_fstring.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/commands/tests
> creating build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_add_imports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_gather_comments.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_gather_global_names.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_gather_imports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_gather_exports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_gather_string_annotation_names.py
> -> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_apply_type_annotations.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_gather_unused_imports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_remove_imports.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/visitors/tests
> creating build/lib.linux-x86_64-cpython-312/libcst/codegen/tests
> copying libcst/codegen/tests/test_codegen_clean.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codegen/tests
> copying libcst/codegen/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/codegen/tests
> creating build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_name_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_expression_context_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_full_repo_manager.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_reentrant_codegen.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_scope_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_type_inference_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_span_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_position_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_metadata_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_accessor_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_parent_node_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_file_path_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_base_provider.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> copying libcst/metadata/tests/test_metadata_wrapper.py ->
> build/lib.linux-x86_64-cpython-312/libcst/metadata/tests
> creating build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_else.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_match.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_del.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_attribute.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_boolean_op.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_docstring.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_comparison.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_dict_comp.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_for.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_trailing_whitespace.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_flatten_behavior.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_import.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_return.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_set.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_tuple.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_newline.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_lambda.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_assign.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_namedexpr.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_ifexp.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_await.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_simple_string.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_funcdef.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_assert.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_if.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_module.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_matrix_multiply.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_list.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_binary_op.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/base.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_comment.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_simple_statement.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_cst_node.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_atom.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_indented_block.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_small_statement.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_with.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_global.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_leaf_small_statements.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_dict.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_try.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_type_alias.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_subscript.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_number.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_empty_line.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_while.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_unary_op.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_call.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_raise.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_simple_whitespace.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_removal_behavior.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_nonlocal.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_simple_comp.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_yield.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_classdef.py ->
> build/lib.linux-x86_64-cpython-312/libcst/_nodes/tests
> creating build/lib.linux-x86_64-cpython-312/libcst/matchers/tests
> copying libcst/matchers/tests/test_matchers_with_metadata.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers/tests
> copying libcst/matchers/tests/test_replace.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers/tests
> copying libcst/matchers/tests/test_visitors.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers/tests
> copying libcst/matchers/tests/test_decorators.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers/tests
> copying libcst/matchers/tests/test_findall.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers/tests
> copying libcst/matchers/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers/tests
> copying libcst/matchers/tests/test_matchers.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers/tests
> copying libcst/matchers/tests/test_extract.py ->
> build/lib.linux-x86_64-cpython-312/libcst/matchers/tests
> creating build/lib.linux-x86_64-cpython-312/libcst/display/tests
> copying libcst/display/tests/test_dump_text.py ->
> build/lib.linux-x86_64-cpython-312/libcst/display/tests
> copying libcst/display/tests/test_dump_graphviz.py ->
> build/lib.linux-x86_64-cpython-312/libcst/display/tests
> copying libcst/display/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-312/libcst/display/tests
> running egg_info
> creating libcst.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
> writing manifest file 'libcst.egg-info/SOURCES.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'
> copying libcst/py.typed -> build/lib.linux-x86_64-cpython-312/libcst
> copying libcst/codemod/tests/codemod_formatter_error_input.py.txt ->
> build/lib.linux-x86_64-cpython-312/libcst/codemod/tests
> running build_ext
> running build_rust
> error: failed to select a version for the requirement `thiserror = "^1.0.37"`
> candidate versions found which didn't match: 2.0.11
> location searched: directory source `/usr/share/cargo/registry` (which is
> replacing registry `crates-io`)
> required by package `libcst v1.4.0
> (/build/reproducible-path/python-libcst-1.4.0/native/libcst)`
> perhaps a crate was updated and forgotten to be re-vendored?
> error: `cargo metadata --manifest-path native/libcst/Cargo.toml
> --format-version 1` failed with code 101
> -- Output captured from stdout:
>
>
> ERROR Backend subprocess exited when trying to invoke build_wheel
> E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1:
> python3.12 -m build --skip-dependency-check --no-isolation --wheel --outdir
> /build/reproducible-path/python-libcst-1.4.0/.pybuild/cpython3_3.12
> I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build"
> module
> I: pybuild base:311: python3.13 -m build --skip-dependency-check
> --no-isolation --wheel --outdir
> /build/reproducible-path/python-libcst-1.4.0/.pybuild/cpython3_3.13
> * Building wheel...
> /usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261:
> UserWarning: Unknown distribution option: 'test_suite'
> warnings.warn(msg)
> WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml
> does not contain a tool.setuptools_scm section'
> Traceback (most recent call last):
> File
> "/usr/lib/python3/dist-packages/setuptools_scm/_integration/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.linux-x86_64-cpython-313/libcst
> copying libcst/tool.py -> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_exceptions.py -> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_flatten_sentinel.py ->
> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_types.py -> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_batched_visitor.py ->
> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_removal_sentinel.py ->
> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_typed_visitor.py -> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_version.py -> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_tabs.py -> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_metadata_dependent.py ->
> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/__init__.py -> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_type_enforce.py -> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_typed_visitor_base.py ->
> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_position.py -> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_add_slots.py -> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_visitors.py -> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/_maybe_sentinel.py -> build/lib.linux-x86_64-cpython-313/libcst
> creating build/lib.linux-x86_64-cpython-313/libcst/_parser
> copying libcst/_parser/py_whitespace_parser.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser
> copying libcst/_parser/detect_config.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser
> copying libcst/_parser/production_decorator.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser
> copying libcst/_parser/entrypoints.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser
> copying libcst/_parser/whitespace_parser.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser
> copying libcst/_parser/wrapped_tokenize.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser
> copying libcst/_parser/base_parser.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser
> copying libcst/_parser/grammar.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser
> copying libcst/_parser/custom_itertools.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser
> copying libcst/_parser/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser
> copying libcst/_parser/python_parser.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser
> creating build/lib.linux-x86_64-cpython-313/libcst/helpers
> copying libcst/helpers/paths.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers
> copying libcst/helpers/module.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers
> copying libcst/helpers/_template.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers
> copying libcst/helpers/expression.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers
> copying libcst/helpers/common.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers
> copying libcst/helpers/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers
> copying libcst/helpers/node_fields.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers
> creating build/lib.linux-x86_64-cpython-313/libcst/codemod
> copying libcst/codemod/_context.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod
> copying libcst/codemod/_testing.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod
> copying libcst/codemod/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod
> copying libcst/codemod/_cli.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod
> copying libcst/codemod/_runner.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod
> copying libcst/codemod/_command.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod
> copying libcst/codemod/_visitor.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod
> copying libcst/codemod/_dummy_pool.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod
> copying libcst/codemod/_codemod.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod
> creating build/lib.linux-x86_64-cpython-313/libcst/codegen
> copying libcst/codegen/gen_visitor_functions.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codegen
> copying libcst/codegen/generate.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codegen
> copying libcst/codegen/gather.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codegen
> copying libcst/codegen/gen_matcher_classes.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codegen
> copying libcst/codegen/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codegen
> copying libcst/codegen/transforms.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codegen
> copying libcst/codegen/gen_type_mapping.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codegen
> creating build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/file_path_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/base_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/reentrant_codegen.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/wrapper.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/full_repo_manager.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/name_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/expression_context_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/accessor_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/type_inference_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/scope_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/span_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/parent_node_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> copying libcst/metadata/position_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata
> creating build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/test_exceptions.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/test_deep_replace.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/test_visitor.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/test_batched_visitor.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/test_roundtrip.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/test_type_enforce.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/__main__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/test_tabs.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/test_deep_clone.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/test_fuzz.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/test_pyre_integration.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/test_add_slots.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> copying libcst/tests/test_e2e.py ->
> build/lib.linux-x86_64-cpython-313/libcst/tests
> creating build/lib.linux-x86_64-cpython-313/libcst/testing
> copying libcst/testing/utils.py ->
> build/lib.linux-x86_64-cpython-313/libcst/testing
> copying libcst/testing/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/testing
> creating build/lib.linux-x86_64-cpython-313/libcst/_nodes
> copying libcst/_nodes/whitespace.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes
> copying libcst/_nodes/op.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes
> copying libcst/_nodes/statement.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes
> copying libcst/_nodes/module.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes
> copying libcst/_nodes/expression.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes
> copying libcst/_nodes/internal.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes
> copying libcst/_nodes/base.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes
> copying libcst/_nodes/deep_equals.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes
> copying libcst/_nodes/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes
> creating build/lib.linux-x86_64-cpython-313/libcst/matchers
> copying libcst/matchers/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers
> copying libcst/matchers/_matcher_base.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers
> copying libcst/matchers/_return_types.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers
> copying libcst/matchers/_visitors.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers
> copying libcst/matchers/_decorators.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers
> creating build/lib.linux-x86_64-cpython-313/libcst/display
> copying libcst/display/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/display
> copying libcst/display/graphviz.py ->
> build/lib.linux-x86_64-cpython-313/libcst/display
> copying libcst/display/text.py ->
> build/lib.linux-x86_64-cpython-313/libcst/display
> creating build/lib.linux-x86_64-cpython-313/libcst/_parser/tests
> copying libcst/_parser/tests/test_config.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/tests
> copying libcst/_parser/tests/test_parse_errors.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/tests
> copying libcst/_parser/tests/test_node_identity.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/tests
> copying libcst/_parser/tests/test_wrapped_tokenize.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/tests
> copying libcst/_parser/tests/test_version_compare.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/tests
> copying libcst/_parser/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/tests
> copying libcst/_parser/tests/test_detect_config.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/tests
> copying libcst/_parser/tests/test_footer_behavior.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/tests
> copying libcst/_parser/tests/test_whitespace_parser.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/tests
> creating build/lib.linux-x86_64-cpython-313/libcst/_parser/types
> copying libcst/_parser/types/token.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/types
> copying libcst/_parser/types/production.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/types
> copying libcst/_parser/types/whitespace_state.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/types
> copying libcst/_parser/types/config.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/types
> copying libcst/_parser/types/conversions.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/types
> copying libcst/_parser/types/partials.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/types
> copying libcst/_parser/types/py_whitespace_state.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/types
> copying libcst/_parser/types/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/types
> copying libcst/_parser/types/py_config.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/types
> copying libcst/_parser/types/py_token.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/types
> creating build/lib.linux-x86_64-cpython-313/libcst/_parser/parso
> copying libcst/_parser/parso/utils.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso
> copying libcst/_parser/parso/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso
> creating build/lib.linux-x86_64-cpython-313/libcst/_parser/conversions
> copying libcst/_parser/conversions/statement.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/conversions
> copying libcst/_parser/conversions/module.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/conversions
> copying libcst/_parser/conversions/expression.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/conversions
> copying libcst/_parser/conversions/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/conversions
> copying libcst/_parser/conversions/params.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/conversions
> copying libcst/_parser/conversions/terminals.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/conversions
> creating build/lib.linux-x86_64-cpython-313/libcst/_parser/types/tests
> copying libcst/_parser/types/tests/test_config.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/types/tests
> copying libcst/_parser/types/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/types/tests
> creating build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/pgen2
> copying libcst/_parser/parso/pgen2/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/pgen2
> copying libcst/_parser/parso/pgen2/generator.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/pgen2
> copying libcst/_parser/parso/pgen2/grammar_parser.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/pgen2
> creating build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/tests
> copying libcst/_parser/parso/tests/test_fstring.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/tests
> copying libcst/_parser/parso/tests/test_utils.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/tests
> copying libcst/_parser/parso/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/tests
> copying libcst/_parser/parso/tests/test_tokenize.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/tests
> creating build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/python
> copying libcst/_parser/parso/python/token.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/python
> copying libcst/_parser/parso/python/tokenize.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/python
> copying libcst/_parser/parso/python/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/python
> copying libcst/_parser/parso/python/py_token.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_parser/parso/python
> creating build/lib.linux-x86_64-cpython-313/libcst/helpers/tests
> copying libcst/helpers/tests/test_paths.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers/tests
> copying libcst/helpers/tests/test_node_fields.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers/tests
> copying libcst/helpers/tests/test_module.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers/tests
> copying libcst/helpers/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers/tests
> copying libcst/helpers/tests/test_template.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers/tests
> copying libcst/helpers/tests/test_expression.py ->
> build/lib.linux-x86_64-cpython-313/libcst/helpers/tests
> creating build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/noop.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/remove_unused_imports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/remove_pyre_directive.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/convert_type_comments.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/add_trailing_commas.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/convert_format_to_fstring.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/rename.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/fix_pyre_directives.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/convert_namedtuple_to_dataclass.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/strip_strings_from_types.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/ensure_import_present.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/add_pyre_directive.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/convert_percent_format_to_fstring.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> copying libcst/codemod/commands/unnecessary_format_string.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands
> creating build/lib.linux-x86_64-cpython-313/libcst/codemod/tests
> copying libcst/codemod/tests/test_codemod.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/tests
> copying libcst/codemod/tests/test_codemod_cli.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/tests
> copying libcst/codemod/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/tests
> copying libcst/codemod/tests/test_runner.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/tests
> copying libcst/codemod/tests/test_metadata.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/tests
> creating build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors
> copying libcst/codemod/visitors/_add_imports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors
> copying libcst/codemod/visitors/_gather_imports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors
> copying libcst/codemod/visitors/_remove_imports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors
> copying libcst/codemod/visitors/_gather_comments.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors
> copying libcst/codemod/visitors/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors
> copying libcst/codemod/visitors/_gather_global_names.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors
> copying libcst/codemod/visitors/_apply_type_annotations.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors
> copying libcst/codemod/visitors/_gather_unused_imports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors
> copying libcst/codemod/visitors/_gather_string_annotation_names.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors
> copying libcst/codemod/visitors/_gather_exports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors
> copying libcst/codemod/visitors/_imports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors
> creating build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_strip_strings_from_types.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_add_trailing_commas.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_noop.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_ensure_import_present.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_remove_unused_imports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_fix_pyre_directives.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_convert_namedtuple_to_dataclass.py
> -> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_add_pyre_directive.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_convert_type_comments.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_remove_pyre_directive.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_rename.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying
> libcst/codemod/commands/tests/test_convert_percent_format_to_fstring.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_unnecessary_format_string.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> copying libcst/codemod/commands/tests/test_convert_format_to_fstring.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/commands/tests
> creating build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_add_imports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_gather_comments.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_gather_global_names.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_gather_imports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_gather_exports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_gather_string_annotation_names.py
> -> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_apply_type_annotations.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_gather_unused_imports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors/tests
> copying libcst/codemod/visitors/tests/test_remove_imports.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/visitors/tests
> creating build/lib.linux-x86_64-cpython-313/libcst/codegen/tests
> copying libcst/codegen/tests/test_codegen_clean.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codegen/tests
> copying libcst/codegen/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/codegen/tests
> creating build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_name_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_expression_context_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_full_repo_manager.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_reentrant_codegen.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_scope_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_type_inference_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_span_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_position_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_metadata_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_accessor_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_parent_node_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_file_path_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_base_provider.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> copying libcst/metadata/tests/test_metadata_wrapper.py ->
> build/lib.linux-x86_64-cpython-313/libcst/metadata/tests
> creating build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_else.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_match.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_del.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_attribute.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_boolean_op.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_docstring.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_comparison.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_dict_comp.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_for.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_trailing_whitespace.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_flatten_behavior.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_import.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_return.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_set.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_tuple.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_newline.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_lambda.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_assign.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_namedexpr.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_ifexp.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_await.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_simple_string.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_funcdef.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_assert.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_if.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_module.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_matrix_multiply.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_list.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_binary_op.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/base.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_comment.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_simple_statement.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_cst_node.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_atom.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_indented_block.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_small_statement.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_with.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_global.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_leaf_small_statements.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_dict.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_try.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_type_alias.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_subscript.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_number.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_empty_line.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_while.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_unary_op.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_call.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_raise.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_simple_whitespace.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_removal_behavior.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_nonlocal.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_simple_comp.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_yield.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> copying libcst/_nodes/tests/test_classdef.py ->
> build/lib.linux-x86_64-cpython-313/libcst/_nodes/tests
> creating build/lib.linux-x86_64-cpython-313/libcst/matchers/tests
> copying libcst/matchers/tests/test_matchers_with_metadata.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers/tests
> copying libcst/matchers/tests/test_replace.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers/tests
> copying libcst/matchers/tests/test_visitors.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers/tests
> copying libcst/matchers/tests/test_decorators.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers/tests
> copying libcst/matchers/tests/test_findall.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers/tests
> copying libcst/matchers/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers/tests
> copying libcst/matchers/tests/test_matchers.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers/tests
> copying libcst/matchers/tests/test_extract.py ->
> build/lib.linux-x86_64-cpython-313/libcst/matchers/tests
> creating build/lib.linux-x86_64-cpython-313/libcst/display/tests
> copying libcst/display/tests/test_dump_text.py ->
> build/lib.linux-x86_64-cpython-313/libcst/display/tests
> copying libcst/display/tests/test_dump_graphviz.py ->
> build/lib.linux-x86_64-cpython-313/libcst/display/tests
> copying libcst/display/tests/__init__.py ->
> build/lib.linux-x86_64-cpython-313/libcst/display/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'
> copying libcst/py.typed -> build/lib.linux-x86_64-cpython-313/libcst
> copying libcst/codemod/tests/codemod_formatter_error_input.py.txt ->
> build/lib.linux-x86_64-cpython-313/libcst/codemod/tests
> running build_ext
> running build_rust
> error: failed to select a version for the requirement `thiserror = "^1.0.37"`
> candidate versions found which didn't match: 2.0.11
> location searched: directory source `/usr/share/cargo/registry` (which is
> replacing registry `crates-io`)
> required by package `libcst v1.4.0
> (/build/reproducible-path/python-libcst-1.4.0/native/libcst)`
> perhaps a crate was updated and forgotten to be re-vendored?
> error: `cargo metadata --manifest-path native/libcst/Cargo.toml
> --format-version 1` failed with code 101
> -- Output captured from stdout:
>
>
> ERROR Backend subprocess exited when trying to invoke build_wheel
> E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1:
> python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir
> /build/reproducible-path/python-libcst-1.4.0/.pybuild/cpython3_3.13
> dh_auto_build: error: pybuild --build -i python{version} -p "3.12 3.13"
> returned exit code 13
> make[1]: *** [debian/rules:16: override_dh_auto_build] Error 25
The full build log is available from:
http://qa-logs.debian.net/2025/01/24/python-libcst_1.4.0-1.1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250124;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250124&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: python-libcst
Source-Version: 1.4.0-1.2
Done: Bastian Germann <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-libcst, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Germann <[email protected]> (supplier of updated python-libcst package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 27 Feb 2025 00:18:08 +0100
Source: python-libcst
Architecture: source
Version: 1.4.0-1.2
Distribution: unstable
Urgency: medium
Maintainer: Jelmer Vernooij <[email protected]>
Changed-By: Bastian Germann <[email protected]>
Closes: 1094054 1095899
Changes:
python-libcst (1.4.0-1.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Depend on thiserror v1. Closes: #1095899, #1094054
Checksums-Sha1:
7782db3e5d1420de8139060dc02460b71110921e 2157 python-libcst_1.4.0-1.2.dsc
1bf68920837fbf6d6150f8dbfdc098a83fa98698 9696
python-libcst_1.4.0-1.2.debian.tar.xz
071e0259bc72217c1e392bc69bb9dad1ed8d1dd1 6441
python-libcst_1.4.0-1.2_source.buildinfo
Checksums-Sha256:
ed48ffb6f99b3ff541ebc72ed11644f871c0e527ccccf75fec6beda9949c9891 2157
python-libcst_1.4.0-1.2.dsc
e08eed4f3f5cd471590141aee16e5adb6641c1766808236a62a380954c445b01 9696
python-libcst_1.4.0-1.2.debian.tar.xz
9dac82e8fd90d8f95155881198f3a9220520f28a55960f5d76fafdeaa506cc07 6441
python-libcst_1.4.0-1.2_source.buildinfo
Files:
336d665dd7aae564bd905c8693263649 2157 python optional
python-libcst_1.4.0-1.2.dsc
c1e0d4b288f456de59ca17d8cca03da3 9696 python optional
python-libcst_1.4.0-1.2.debian.tar.xz
72c1c1afdfcc662040c445bed5beb457 6441 python optional
python-libcst_1.4.0-1.2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAme/oY0QHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFKZXDACxBFQkn02/ZqjyjnAoi/bULUYU+1yrbgAn
wsQ1Jl+rnuy1bqdYrnvleZ5m0v/d5+wWhA/hASic+CuD5CqU1RJX6q4UxbWMtmjm
V+tyR60ONDl5dUsG4k+W8r1uyhTLe4Wn9RxVkXPsstYe9RKxreeK/3RQr7z1x6qo
jpTspA26/sRlEAGV+P7j3cYjDsXtD+wdouZNnTeIe+u1bE8qI68JtXxUYoQBVkdG
Hf/sogbWdIROzWCDY44ly84bMUmDxhTPqGPmWeOLNMPoNowItkkNKM88fIFSu9Ar
UicjYTl2pCCboyttLmbqz7WzmcnpYi+dysgL77tMz30FtnJMkPMT8XinZVyBujs3
XQl5g0IDaa4yT7pUgLIie8QL1o6t3G4jlMFQW7T1bLLYju5kfuV5HbCpzLnNi1Ud
X1u0fPMSB1PpA7VdF2sanR+ECWzDNpYrDM7zXNEp3Kxi6qBECxbplbqmBQLPDu9i
VkGgUxfWcD8XpAD6IjItAdKUfs4av9o=
=O12C
-----END PGP SIGNATURE-----
pgpDkzFllyL_5.pgp
Description: PGP signature
--- End Message ---