+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=311 WRKLOG=/tmp/bulklog/py311-debugpy-1.8.2/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=311 WRKLOG=/tmp/bulklog/py311-debugpy-1.8.2/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for py311-debugpy-1.8.2
* Building wheel...
running bdist_wheel
running build
running build_py
running build_ext
building '_pydevd_bundle.pydevd_cython' extension
creating build
creating build/temp.linux-x86_64-cpython-311
creating build/temp.linux-x86_64-cpython-311/_pydevd_bundle
cc -Wsign-compare -DNDEBUG -pipe -O2 -I/usr/include -I/usr/pkg/include -DNCURSES_WIDECHAR=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/db4 -pipe -O2 -I/usr/include -I/usr/pkg/include -DNCURSES_WIDECHAR=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/db4 -pipe -O2 -I/usr/include -I/usr/pkg/include -DNCURSES_WIDECHAR=1 -I/usr/pkg/include/ncurses -I/usr/pkg/include/db4 -pipe -O2 -I/usr/include -I/usr/pkg/include/python3.11 -I/usr/include -I/usr/pkg/include/python3.11 -fPIC -DPy_BUILD_CORE_MODULE=1 -I/usr/pkg/include/python3.11 -c _pydevd_bundle/pydevd_cython.c -o build/temp.linux-x86_64-cpython-311/_pydevd_bundle/pydevd_cython.o -flto -O3
In file included from /home/pbulk/build/devel/py-debugpy/work/.buildlink/include/python3.11/internal/pycore_interp.h:13:0,
                 from _pydevd_bundle/pydevd_cython.c:22:
/home/pbulk/build/devel/py-debugpy/work/.buildlink/include/python3.11/internal/pycore_atomic.h:15:25: fatal error: stdatomic.h: No such file or directory
 #  include <stdatomic.h>
                         ^
compilation terminated.
error: command '/home/pbulk/build/devel/py-debugpy/work/.cwrapper/bin/cc' failed with exit code 1
warning: cmd_build_py: Failed to compile pydevd Cython extension modules (set SKIP_CYTHON_BUILD=1 to omit); proceeding without them.

creating build
creating build/lib.linux-x86_64-cpython-311
creating build/lib.linux-x86_64-cpython-311/debugpy
copying src/debugpy/__main__.py -> build/lib.linux-x86_64-cpython-311/debugpy
copying src/debugpy/_version.py -> build/lib.linux-x86_64-cpython-311/debugpy
copying src/debugpy/public_api.py -> build/lib.linux-x86_64-cpython-311/debugpy
copying src/debugpy/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy
creating build/lib.linux-x86_64-cpython-311/debugpy/adapter
copying src/debugpy/adapter/servers.py -> build/lib.linux-x86_64-cpython-311/debugpy/adapter
copying src/debugpy/adapter/__main__.py -> build/lib.linux-x86_64-cpython-311/debugpy/adapter
copying src/debugpy/adapter/components.py -> build/lib.linux-x86_64-cpython-311/debugpy/adapter
copying src/debugpy/adapter/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/adapter
copying src/debugpy/adapter/sessions.py -> build/lib.linux-x86_64-cpython-311/debugpy/adapter
copying src/debugpy/adapter/launchers.py -> build/lib.linux-x86_64-cpython-311/debugpy/adapter
copying src/debugpy/adapter/clients.py -> build/lib.linux-x86_64-cpython-311/debugpy/adapter
creating build/lib.linux-x86_64-cpython-311/debugpy/common
copying src/debugpy/common/log.py -> build/lib.linux-x86_64-cpython-311/debugpy/common
copying src/debugpy/common/sockets.py -> build/lib.linux-x86_64-cpython-311/debugpy/common
copying src/debugpy/common/timestamp.py -> build/lib.linux-x86_64-cpython-311/debugpy/common
copying src/debugpy/common/stacks.py -> build/lib.linux-x86_64-cpython-311/debugpy/common
copying src/debugpy/common/singleton.py -> build/lib.linux-x86_64-cpython-311/debugpy/common
copying src/debugpy/common/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/common
copying src/debugpy/common/messaging.py -> build/lib.linux-x86_64-cpython-311/debugpy/common
copying src/debugpy/common/json.py -> build/lib.linux-x86_64-cpython-311/debugpy/common
copying src/debugpy/common/util.py -> build/lib.linux-x86_64-cpython-311/debugpy/common
creating build/lib.linux-x86_64-cpython-311/debugpy/launcher
copying src/debugpy/launcher/__main__.py -> build/lib.linux-x86_64-cpython-311/debugpy/launcher
copying src/debugpy/launcher/debuggee.py -> build/lib.linux-x86_64-cpython-311/debugpy/launcher
copying src/debugpy/launcher/output.py -> build/lib.linux-x86_64-cpython-311/debugpy/launcher
copying src/debugpy/launcher/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/launcher
copying src/debugpy/launcher/handlers.py -> build/lib.linux-x86_64-cpython-311/debugpy/launcher
copying src/debugpy/launcher/winapi.py -> build/lib.linux-x86_64-cpython-311/debugpy/launcher
creating build/lib.linux-x86_64-cpython-311/debugpy/server
copying src/debugpy/server/cli.py -> build/lib.linux-x86_64-cpython-311/debugpy/server
copying src/debugpy/server/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/server
copying src/debugpy/server/api.py -> build/lib.linux-x86_64-cpython-311/debugpy/server
copying src/debugpy/server/attach_pid_injected.py -> build/lib.linux-x86_64-cpython-311/debugpy/server
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored
copying src/debugpy/_vendored/_util.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored
copying src/debugpy/_vendored/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored
copying src/debugpy/_vendored/force_pydevd.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored
copying src/debugpy/_vendored/_pydevd_packaging.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored
copying src/debugpy/ThirdPartyNotices.txt -> build/lib.linux-x86_64-cpython-311/debugpy
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd
copying src/debugpy/_vendored/pydevd/pydevconsole.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd
copying src/debugpy/_vendored/pydevd/pydevd_file_utils.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd
copying src/debugpy/_vendored/pydevd/pydev_run_in_console.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd
copying src/debugpy/_vendored/pydevd/pydevd.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd
copying src/debugpy/_vendored/pydevd/setup_pydevd_cython.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd
copying src/debugpy/_vendored/pydevd/pydev_pysrc.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd
copying src/debugpy/_vendored/pydevd/pydev_app_engine_debug_startup.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd
copying src/debugpy/_vendored/pydevd/pydev_coverage.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd
copying src/debugpy/_vendored/pydevd/pydevd_tracing.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/_always_live_program.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_script.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process_linux.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/README.txt -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/_check.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_pydevd.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pxd -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.template.pyx -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_main.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pyx -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_tracing.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/release_mem.h -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/.gitignore -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_modify_bytecode.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles
copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles
copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_nose.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles
copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel_client.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles
copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_pytest2.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles
copying src/debugpy/_vendored/pydevd/_pydev_runfiles/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles
copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles
copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_unittest.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles
copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles
copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_coverage.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pyx -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_safe_repr.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_xml.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_defaults.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pxd -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_import_class.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevconsole_code.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_signature.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace_files.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_utils.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_save_locals.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_plugin_utils.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_traceproperty.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec2.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_referrers.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_reload.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_breakpoints.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_xml.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_utils.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.c -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command_json.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_api.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_thread_lifecycle.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vm_type.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_timeout.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_source_mapping.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info_regular.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_api.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_stackless.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch_regular.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_custom_frames.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm_constants.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_json_debug_options.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython_wrapper.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_gevent_integration.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_json.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/qt_loaders.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookpyglet.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/matplotlibtools.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk3.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/version.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookglut.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt4.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookwx.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhooktk.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/qt_for_kernel.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/README -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhook.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt5.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
copying src/debugpy/_vendored/pydevd/pydev_ipython/qt.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_umd.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console_011.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_override.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_imports.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_jy_imports_tipper.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_sys_patch.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_localhost.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_saved_modules.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_versioncheck.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_is_thread_alive.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_execfile.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_imports_tipper.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_import_hook.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_calltip_util.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_log.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_getopt.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_filesystem_encoding.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_log.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_tipper_common.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_sitecustomize
copying src/debugpy/_vendored/pydevd/pydev_sitecustomize/sitecustomize.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_sitecustomize
copying src/debugpy/_vendored/pydevd/pydev_sitecustomize/__not_in_default_pythonpath.txt -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_sitecustomize
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins
copying src/debugpy/_vendored/pydevd/pydevd_plugins/pydevd_line_validation.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins
copying src/debugpy/_vendored/pydevd/pydevd_plugins/jinja2_debug.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins
copying src/debugpy/_vendored/pydevd/pydevd_plugins/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins
copying src/debugpy/_vendored/pydevd/pydevd_plugins/django_debug.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_settrace.hpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_version.hpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_utils.hpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/ref_utils.hpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/attach.cpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_mac.sh -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_manylinux.cmd -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_linux.sh -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/.gitignore -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/crash.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/debug.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/sql.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/search.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/compat.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/util.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/disasm.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/system.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.cpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/py_win_helpers.hpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/compile_windows.bat -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_in_memory.hpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/inject_dll.cpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.cpp -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/README.txt -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/pydevd_fix_code.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema_log.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_base_schema.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocol.json -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocolCustom.json -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_thread_wrappers.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser
copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify
copying src/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions
copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/README.md -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions
copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shell32.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/user32.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_amd64.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/gdi32.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shlwapi.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/version.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/advapi32.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/psapi.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/dbghelp.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/ntdll.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_i386.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/defines.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/peb_teb.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/METADATA -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/RECORD -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/direct_url.json -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/REQUESTED -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/top_level.txt -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/WHEEL -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/INSTALLER -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/COPYING -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/flags.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/bytecode.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/concrete.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/instr.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/cfg.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/peephole_opt.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types
copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_pandas_types.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types
copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types
copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types
copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_helpers.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types
copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types
creating build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_flags.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_code.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_cfg.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_concrete.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_bytecode.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_peephole_opt.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_instr.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/util_annotation.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_misc.py -> build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
UPDATING build/lib.linux-x86_64-cpython-311/debugpy/_version.py
set build/lib.linux-x86_64-cpython-311/debugpy/_version.py to '1.8.2'
running build_ext
UPDATING build/lib.linux-x86_64-cpython-311/debugpy/_version.py
set build/lib.linux-x86_64-cpython-311/debugpy/_version.py to '1.8.2'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/debugpy
creating build/bdist.linux-x86_64/wheel/debugpy/adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/adapter/servers.py -> build/bdist.linux-x86_64/wheel/debugpy/adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/adapter/__main__.py -> build/bdist.linux-x86_64/wheel/debugpy/adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/adapter/components.py -> build/bdist.linux-x86_64/wheel/debugpy/adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/adapter/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/adapter/sessions.py -> build/bdist.linux-x86_64/wheel/debugpy/adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/adapter/launchers.py -> build/bdist.linux-x86_64/wheel/debugpy/adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/adapter/clients.py -> build/bdist.linux-x86_64/wheel/debugpy/adapter
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/_util.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/force_pydevd.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_settrace.hpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_version.hpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_utils.hpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/ref_utils.hpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/attach.cpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_mac.sh -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_manylinux.cmd -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_linux.sh -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/.gitignore -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/_always_live_program.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_script.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process_linux.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/README.txt -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/crash.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/debug.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/sql.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shell32.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/user32.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_amd64.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/gdi32.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shlwapi.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/version.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/advapi32.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/psapi.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/dbghelp.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/ntdll.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_i386.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/defines.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/peb_teb.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/search.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/compat.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/util.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/disasm.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/system.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/_check.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.cpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/py_win_helpers.hpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/compile_windows.bat -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_in_memory.hpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/inject_dll.cpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.cpp -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_pydevd.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pxd -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.template.pyx -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_main.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pyx -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/README.txt -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/METADATA -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/RECORD -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/direct_url.json -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/REQUESTED -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/top_level.txt -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/WHEEL -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/INSTALLER -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/COPYING -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/pydevd_fix_code.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/flags.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/bytecode.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/concrete.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_flags.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_code.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_cfg.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_concrete.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_bytecode.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_peephole_opt.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_instr.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/util_annotation.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_misc.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/instr.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/cfg.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/peephole_opt.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_tracing.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/release_mem.h -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/.gitignore -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_modify_bytecode.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevconsole.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_nose.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel_client.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_pytest2.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_unittest.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_coverage.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pyx -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_safe_repr.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_xml.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_defaults.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pxd -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_import_class.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevconsole_code.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_signature.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace_files.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_utils.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_save_locals.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_plugin_utils.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_traceproperty.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec2.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_referrers.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_reload.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_breakpoints.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema_log.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_base_schema.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocol.json -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocolCustom.json -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_xml.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_utils.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.c -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command_json.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_api.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_thread_lifecycle.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vm_type.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_timeout.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_source_mapping.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_thread_wrappers.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info_regular.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_api.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_stackless.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch_regular.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_custom_frames.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm_constants.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_json_debug_options.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython_wrapper.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_gevent_integration.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_json.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_file_utils.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/qt_loaders.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/inputhookpyglet.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/matplotlibtools.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk3.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/version.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/inputhookglut.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt4.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/inputhookwx.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/inputhooktk.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/qt_for_kernel.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/README -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/inputhook.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt5.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_ipython/qt.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_ipython
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_run_in_console.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/setup_pydevd_cython.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_pysrc.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_umd.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console_011.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_override.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_imports.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_jy_imports_tipper.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_sys_patch.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_localhost.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_saved_modules.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_versioncheck.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_is_thread_alive.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_execfile.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_imports_tipper.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_import_hook.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_calltip_util.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_log.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_getopt.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_filesystem_encoding.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/pydev_log.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_tipper_common.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/_pydev_bundle
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_app_engine_debug_startup.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_sitecustomize
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_sitecustomize/sitecustomize.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_sitecustomize
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_sitecustomize/__not_in_default_pythonpath.txt -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydev_sitecustomize
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydev_coverage.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/pydevd_line_validation.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/jinja2_debug.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/README.md -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions
creating build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_pandas_types.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_helpers.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_plugins/django_debug.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd/pydevd_plugins
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/pydevd/pydevd_tracing.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored/pydevd
copying build/lib.linux-x86_64-cpython-311/debugpy/_vendored/_pydevd_packaging.py -> build/bdist.linux-x86_64/wheel/debugpy/_vendored
creating build/bdist.linux-x86_64/wheel/debugpy/common
copying build/lib.linux-x86_64-cpython-311/debugpy/common/log.py -> build/bdist.linux-x86_64/wheel/debugpy/common
copying build/lib.linux-x86_64-cpython-311/debugpy/common/sockets.py -> build/bdist.linux-x86_64/wheel/debugpy/common
copying build/lib.linux-x86_64-cpython-311/debugpy/common/timestamp.py -> build/bdist.linux-x86_64/wheel/debugpy/common
copying build/lib.linux-x86_64-cpython-311/debugpy/common/stacks.py -> build/bdist.linux-x86_64/wheel/debugpy/common
copying build/lib.linux-x86_64-cpython-311/debugpy/common/singleton.py -> build/bdist.linux-x86_64/wheel/debugpy/common
copying build/lib.linux-x86_64-cpython-311/debugpy/common/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/common
copying build/lib.linux-x86_64-cpython-311/debugpy/common/messaging.py -> build/bdist.linux-x86_64/wheel/debugpy/common
copying build/lib.linux-x86_64-cpython-311/debugpy/common/json.py -> build/bdist.linux-x86_64/wheel/debugpy/common
copying build/lib.linux-x86_64-cpython-311/debugpy/common/util.py -> build/bdist.linux-x86_64/wheel/debugpy/common
copying build/lib.linux-x86_64-cpython-311/debugpy/__main__.py -> build/bdist.linux-x86_64/wheel/debugpy
creating build/bdist.linux-x86_64/wheel/debugpy/launcher
copying build/lib.linux-x86_64-cpython-311/debugpy/launcher/__main__.py -> build/bdist.linux-x86_64/wheel/debugpy/launcher
copying build/lib.linux-x86_64-cpython-311/debugpy/launcher/debuggee.py -> build/bdist.linux-x86_64/wheel/debugpy/launcher
copying build/lib.linux-x86_64-cpython-311/debugpy/launcher/output.py -> build/bdist.linux-x86_64/wheel/debugpy/launcher
copying build/lib.linux-x86_64-cpython-311/debugpy/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/launcher
copying build/lib.linux-x86_64-cpython-311/debugpy/launcher/handlers.py -> build/bdist.linux-x86_64/wheel/debugpy/launcher
copying build/lib.linux-x86_64-cpython-311/debugpy/launcher/winapi.py -> build/bdist.linux-x86_64/wheel/debugpy/launcher
copying build/lib.linux-x86_64-cpython-311/debugpy/_version.py -> build/bdist.linux-x86_64/wheel/debugpy
copying build/lib.linux-x86_64-cpython-311/debugpy/public_api.py -> build/bdist.linux-x86_64/wheel/debugpy
copying build/lib.linux-x86_64-cpython-311/debugpy/ThirdPartyNotices.txt -> build/bdist.linux-x86_64/wheel/debugpy
copying build/lib.linux-x86_64-cpython-311/debugpy/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy
creating build/bdist.linux-x86_64/wheel/debugpy/server
copying build/lib.linux-x86_64-cpython-311/debugpy/server/cli.py -> build/bdist.linux-x86_64/wheel/debugpy/server
copying build/lib.linux-x86_64-cpython-311/debugpy/server/__init__.py -> build/bdist.linux-x86_64/wheel/debugpy/server
copying build/lib.linux-x86_64-cpython-311/debugpy/server/api.py -> build/bdist.linux-x86_64/wheel/debugpy/server
copying build/lib.linux-x86_64-cpython-311/debugpy/server/attach_pid_injected.py -> build/bdist.linux-x86_64/wheel/debugpy/server
running install_egg_info
running egg_info
writing src/debugpy.egg-info/PKG-INFO
writing dependency_links to src/debugpy.egg-info/dependency_links.txt
writing top-level names to src/debugpy.egg-info/top_level.txt
reading manifest file 'src/debugpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution
adding license file 'LICENSE'
writing manifest file 'src/debugpy.egg-info/SOURCES.txt'
Copying src/debugpy.egg-info to build/bdist.linux-x86_64/wheel/debugpy-1.8.2-py3.11.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/debugpy-1.8.2.dist-info/WHEEL
creating '/home/pbulk/build/devel/py-debugpy/work/debugpy-1.8.2/dist/.tmp-hsai_1u3/debugpy-1.8.2-cp311-cp311-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'debugpy/ThirdPartyNotices.txt'
adding 'debugpy/__init__.py'
adding 'debugpy/__main__.py'
adding 'debugpy/_version.py'
adding 'debugpy/public_api.py'
adding 'debugpy/_vendored/__init__.py'
adding 'debugpy/_vendored/_pydevd_packaging.py'
adding 'debugpy/_vendored/_util.py'
adding 'debugpy/_vendored/force_pydevd.py'
adding 'debugpy/_vendored/pydevd/pydev_app_engine_debug_startup.py'
adding 'debugpy/_vendored/pydevd/pydev_coverage.py'
adding 'debugpy/_vendored/pydevd/pydev_pysrc.py'
adding 'debugpy/_vendored/pydevd/pydev_run_in_console.py'
adding 'debugpy/_vendored/pydevd/pydevconsole.py'
adding 'debugpy/_vendored/pydevd/pydevd.py'
adding 'debugpy/_vendored/pydevd/pydevd_file_utils.py'
adding 'debugpy/_vendored/pydevd/pydevd_tracing.py'
adding 'debugpy/_vendored/pydevd/setup_pydevd_cython.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/__init__.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/_pydev_calltip_util.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/_pydev_execfile.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/_pydev_filesystem_encoding.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/_pydev_getopt.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/_pydev_imports_tipper.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/_pydev_jy_imports_tipper.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/_pydev_log.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/_pydev_saved_modules.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/_pydev_sys_patch.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/_pydev_tipper_common.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_import_hook.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_imports.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console_011.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_is_thread_alive.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_localhost.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_log.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_override.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_umd.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/pydev_versioncheck.py'
adding 'debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/__init__.py'
adding 'debugpy/_vendored/pydevd/_pydev_runfiles/__init__.py'
adding 'debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.py'
adding 'debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_coverage.py'
adding 'debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_nose.py'
adding 'debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel.py'
adding 'debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel_client.py'
adding 'debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_pytest2.py'
adding 'debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_unittest.py'
adding 'debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/__init__.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevconsole_code.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info_regular.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_breakpoints.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm_constants.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_custom_frames.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.c'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pxd'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pyx'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython_wrapper.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_defaults.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace_files.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec2.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_api.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_utils.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_gevent_integration.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_import_class.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_json_debug_options.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_json.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_xml.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_plugin_utils.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command_json.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_referrers.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_reload.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_safe_repr.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_save_locals.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_signature.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_source_mapping.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_stackless.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_thread_lifecycle.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_timeout.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_api.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch_regular.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_traceproperty.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_utils.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vm_type.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_xml.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__init__.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocol.json'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocolCustom.json'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_base_schema.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema_log.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/__init__.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py'
adding 'debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_thread_wrappers.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/.gitignore'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/__init__.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_main.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pxd'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pyx'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.template.pyx'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_tracing.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_modify_bytecode.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/release_mem.h'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/README.txt'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/__init__.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/pydevd_fix_code.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/__init__.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/bytecode.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/cfg.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/concrete.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/flags.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/instr.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/peephole_opt.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/__init__.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_bytecode.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_cfg.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_code.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_concrete.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_flags.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_instr.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_misc.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_peephole_opt.py'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/util_annotation.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/README'
adding 'debugpy/_vendored/pydevd/pydev_ipython/__init__.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/inputhook.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/inputhookglut.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk3.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/inputhookpyglet.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/inputhookqt4.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/inputhookqt5.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/inputhooktk.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/inputhookwx.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/matplotlibtools.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/qt.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/qt_for_kernel.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/qt_loaders.py'
adding 'debugpy/_vendored/pydevd/pydev_ipython/version.py'
adding 'debugpy/_vendored/pydevd/pydev_sitecustomize/__not_in_default_pythonpath.txt'
adding 'debugpy/_vendored/pydevd/pydev_sitecustomize/sitecustomize.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/README.txt'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/_always_live_program.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/_check.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process_linux.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_pydevd.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_script.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_settrace.hpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_utils.hpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_version.hpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/common/ref_utils.hpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/.gitignore'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/attach.cpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_linux.sh'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_mac.sh'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_manylinux.cmd'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/__init__.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/compat.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/crash.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/debug.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/disasm.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/search.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/sql.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/system.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/util.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/__init__.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/advapi32.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_amd64.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_i386.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/dbghelp.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/defines.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/gdi32.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/ntdll.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/peb_teb.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/psapi.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shell32.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shlwapi.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/user32.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/version.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.cpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/compile_windows.bat'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/inject_dll.cpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/py_win_helpers.hpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_in_memory.hpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.cpp'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h'
adding 'debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h'
adding 'debugpy/_vendored/pydevd/pydevd_plugins/__init__.py'
adding 'debugpy/_vendored/pydevd/pydevd_plugins/django_debug.py'
adding 'debugpy/_vendored/pydevd/pydevd_plugins/jinja2_debug.py'
adding 'debugpy/_vendored/pydevd/pydevd_plugins/pydevd_line_validation.py'
adding 'debugpy/_vendored/pydevd/pydevd_plugins/extensions/README.md'
adding 'debugpy/_vendored/pydevd/pydevd_plugins/extensions/__init__.py'
adding 'debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/__init__.py'
adding 'debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_helpers.py'
adding 'debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py'
adding 'debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_pandas_types.py'
adding 'debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py'
adding 'debugpy/adapter/__init__.py'
adding 'debugpy/adapter/__main__.py'
adding 'debugpy/adapter/clients.py'
adding 'debugpy/adapter/components.py'
adding 'debugpy/adapter/launchers.py'
adding 'debugpy/adapter/servers.py'
adding 'debugpy/adapter/sessions.py'
adding 'debugpy/common/__init__.py'
adding 'debugpy/common/json.py'
adding 'debugpy/common/log.py'
adding 'debugpy/common/messaging.py'
adding 'debugpy/common/singleton.py'
adding 'debugpy/common/sockets.py'
adding 'debugpy/common/stacks.py'
adding 'debugpy/common/timestamp.py'
adding 'debugpy/common/util.py'
adding 'debugpy/launcher/__init__.py'
adding 'debugpy/launcher/__main__.py'
adding 'debugpy/launcher/debuggee.py'
adding 'debugpy/launcher/handlers.py'
adding 'debugpy/launcher/output.py'
adding 'debugpy/launcher/winapi.py'
adding 'debugpy/server/__init__.py'
adding 'debugpy/server/api.py'
adding 'debugpy/server/attach_pid_injected.py'
adding 'debugpy/server/cli.py'
adding 'debugpy-1.8.2.dist-info/LICENSE'
adding 'debugpy-1.8.2.dist-info/METADATA'
adding 'debugpy-1.8.2.dist-info/WHEEL'
adding 'debugpy-1.8.2.dist-info/top_level.txt'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/COPYING'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/INSTALLER'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/METADATA'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/RECORD'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/REQUESTED'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/WHEEL'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/direct_url.json'
adding 'debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/top_level.txt'
adding 'debugpy-1.8.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built debugpy-1.8.2-cp311-cp311-linux_x86_64.whl