>>> Building on exopi-6 under devel/py-debugpy,python3 BDEPENDS = [devel/py-setuptools,python3;devel/py-build,python3;archivers/unzip;lang/python/3.10;devel/py-installer,python3;devel/py-wheel,python3] DIST = [devel/py-debugpy,python3:debugpy-1.8.1.zip] FULLPKGNAME = py3-debugpy-1.8.1 RDEPENDS = [lang/python/3.10] (Junk lock obtained for exopi-6 at 1714752529.90) >>> Running depends in devel/py-debugpy,python3 at 1714752529.94 last junk was in security/polarssl /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 unzip-6.0p17 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 unzip-6.0p17 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 unzip-6.0p17 >>> Running show-prepare-results in devel/py-debugpy,python3 at 1714752531.45 ===> devel/py-debugpy,python3 ===> Building from scratch py3-debugpy-1.8.1 ===> py3-debugpy-1.8.1 depends on: python->=3.10,<3.11 -> python-3.10.14p0 ===> py3-debugpy-1.8.1 depends on: py3-build-* -> py3-build-1.2.1 ===> py3-debugpy-1.8.1 depends on: py3-installer-* -> py3-installer-0.7.0 ===> py3-debugpy-1.8.1 depends on: py3-setuptools-* -> py3-setuptools-68.0.0v0 ===> py3-debugpy-1.8.1 depends on: py3-wheel-* -> py3-wheel-0.43.0 ===> py3-debugpy-1.8.1 depends on: unzip-* -> unzip-6.0p17 py3-build-1.2.1 py3-installer-0.7.0 py3-setuptools-68.0.0v0 py3-wheel-0.43.0 python-3.10.14p0 unzip-6.0p17 (Junk lock released for exopi-6 at 1714752532.79) distfiles size=4619053 >>> Running build in devel/py-debugpy,python3 at 1714752532.82 ===> devel/py-debugpy,python3 ===> Checking files for py3-debugpy-1.8.1 `/exopi-cvs/ports/distfiles/debugpy-1.8.1.zip' is up to date. >> (SHA256) debugpy-1.8.1.zip: OK ===> Extracting for py3-debugpy-1.8.1 ===> Patching for py3-debugpy-1.8.1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-debugpy-1.8.1 ===> Configuring for py3-debugpy-1.8.1 ===> Building for py3-debugpy-1.8.1 * Getting build dependencies for wheel... 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 running build_ext building '_pydevd_bundle.pydevd_cython' extension creating build creating build/temp.openbsd-7.5-amd64-cpython-310 creating build/temp.openbsd-7.5-amd64-cpython-310/_pydevd_bundle cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -DPy_BUILD_CORE_MODULE=1 -I/usr/local/include/python3.10 -c _pydevd_bundle/pydevd_cython.c -o build/temp.openbsd-7.5-amd64-cpython-310/_pydevd_bundle/pydevd_cython.o _pydevd_bundle/pydevd_cython.c:41093:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ _pydevd_bundle/pydevd_cython.c:359:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ _pydevd_bundle/pydevd_cython.c:41104:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ _pydevd_bundle/pydevd_cython.c:359:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ _pydevd_bundle/pydevd_cython.c:41644:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ _pydevd_bundle/pydevd_cython.c:359:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ _pydevd_bundle/pydevd_cython.c:41655:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ _pydevd_bundle/pydevd_cython.c:359:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ 4 warnings generated. creating build/lib.openbsd-7.5-amd64-cpython-310 creating build/lib.openbsd-7.5-amd64-cpython-310/_pydevd_bundle cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.5-amd64-cpython-310/_pydevd_bundle/pydevd_cython.o -L/usr/local/lib -o build/lib.openbsd-7.5-amd64-cpython-310/_pydevd_bundle/pydevd_cython.cpython-310.so copying build/lib.openbsd-7.5-amd64-cpython-310/_pydevd_bundle/pydevd_cython.cpython-310.so -> _pydevd_bundle running build_ext building '_pydevd_frame_eval.pydevd_frame_evaluator' extension creating build/temp.openbsd-7.5-amd64-cpython-310/_pydevd_frame_eval cc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -O2 -pipe -g -fPIC -O2 -pipe -g -O2 -pipe -g -O2 -pipe -fPIC -DPy_BUILD_CORE_MODULE=1 -I/usr/local/include/python3.10 -c _pydevd_frame_eval/pydevd_frame_evaluator.c -o build/temp.openbsd-7.5-amd64-cpython-310/_pydevd_frame_eval/pydevd_frame_evaluator.o _pydevd_frame_eval/pydevd_frame_evaluator.c:6269:132: warning: incompatible pointer types passing 'PyObject **' (aka 'struct _object **') to parameter of type 'void **' [-Wincompatible-pointer-types] (void)(_PyCode_GetExtra(((PyObject *)__pyx_v_code_obj), __pyx_v_18_pydevd_frame_eval_22pydevd_frame_evaluator__code_extra_index, (&__pyx_v_extra))); ^~~~~~~~~~~~~~~~ /usr/local/include/python3.10/cpython/code.h:170:41: note: passing argument to parameter 'extra' here void **extra); ^ _pydevd_frame_eval/pydevd_frame_evaluator.c:10283:39: warning: incompatible pointer types assigning to '_PyFrameEvalFunction' (aka 'struct _object *(*)(struct _ts *, struct _frame *, int)') from '_PyFrameEvalFunction *' (aka 'struct _object *(**)(struct _ts *, struct _frame *, int)'); dereference with * [-Wincompatible-pointer-types] __pyx_v_state->interp->eval_frame = ((_PyFrameEvalFunction *)__pyx_f_18_pydevd_frame_eval_22pydevd_frame_evaluator_get_bytecode_while_frame_eval_39); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *( ) _pydevd_frame_eval/pydevd_frame_evaluator.c:10303:39: warning: incompatible pointer types assigning to '_PyFrameEvalFunction' (aka 'struct _object *(*)(struct _ts *, struct _frame *, int)') from '_PyFrameEvalFunction *' (aka 'struct _object *(**)(struct _ts *, struct _frame *, int)'); dereference with * [-Wincompatible-pointer-types] __pyx_v_state->interp->eval_frame = ((_PyFrameEvalFunction *)__pyx_f_18_pydevd_frame_eval_22pydevd_frame_evaluator_get_bytecode_while_frame_eval_38); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *( ) _pydevd_frame_eval/pydevd_frame_evaluator.c:17642:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ _pydevd_frame_eval/pydevd_frame_evaluator.c:364:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ _pydevd_frame_eval/pydevd_frame_evaluator.c:17653:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough] CYTHON_FALLTHROUGH; ^ _pydevd_frame_eval/pydevd_frame_evaluator.c:364:34: note: expanded from macro 'CYTHON_FALLTHROUGH' #define CYTHON_FALLTHROUGH __attribute__((fallthrough)) ^ 5 warnings generated. creating build/lib.openbsd-7.5-amd64-cpython-310/_pydevd_frame_eval cc -shared -fPIC -L/usr/local/lib/ -O2 -pipe build/temp.openbsd-7.5-amd64-cpython-310/_pydevd_frame_eval/pydevd_frame_evaluator.o -L/usr/local/lib -o build/lib.openbsd-7.5-amd64-cpython-310/_pydevd_frame_eval/pydevd_frame_evaluator.cpython-310.so copying build/lib.openbsd-7.5-amd64-cpython-310/_pydevd_frame_eval/pydevd_frame_evaluator.cpython-310.so -> _pydevd_frame_eval 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' * Building wheel... running bdist_wheel running build running build_py running build_ext running build_ext creating build creating build/lib.openbsd-7.5-amd64-cpython-310 creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy copying src/debugpy/public_api.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy copying src/debugpy/_version.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy copying src/debugpy/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy copying src/debugpy/__main__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter copying src/debugpy/adapter/clients.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter copying src/debugpy/adapter/components.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter copying src/debugpy/adapter/launchers.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter copying src/debugpy/adapter/servers.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter copying src/debugpy/adapter/sessions.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter copying src/debugpy/adapter/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter copying src/debugpy/adapter/__main__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common copying src/debugpy/common/json.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common copying src/debugpy/common/log.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common copying src/debugpy/common/messaging.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common copying src/debugpy/common/singleton.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common copying src/debugpy/common/sockets.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common copying src/debugpy/common/stacks.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common copying src/debugpy/common/timestamp.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common copying src/debugpy/common/util.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common copying src/debugpy/common/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher copying src/debugpy/launcher/debuggee.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher copying src/debugpy/launcher/handlers.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher copying src/debugpy/launcher/output.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher copying src/debugpy/launcher/winapi.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher copying src/debugpy/launcher/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher copying src/debugpy/launcher/__main__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/server copying src/debugpy/server/api.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/server copying src/debugpy/server/attach_pid_injected.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/server copying src/debugpy/server/cli.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/server copying src/debugpy/server/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/server creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored copying src/debugpy/_vendored/force_pydevd.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored copying src/debugpy/_vendored/_pydevd_packaging.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored copying src/debugpy/_vendored/_util.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored copying src/debugpy/_vendored/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored copying src/debugpy/ThirdPartyNotices.txt -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd copying src/debugpy/_vendored/pydevd/pydevconsole.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd copying src/debugpy/_vendored/pydevd/pydevd.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd copying src/debugpy/_vendored/pydevd/pydevd_file_utils.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd copying src/debugpy/_vendored/pydevd/pydevd_tracing.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd copying src/debugpy/_vendored/pydevd/pydev_app_engine_debug_startup.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd copying src/debugpy/_vendored/pydevd/pydev_coverage.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd copying src/debugpy/_vendored/pydevd/pydev_pysrc.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd copying src/debugpy/_vendored/pydevd/pydev_run_in_console.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd copying src/debugpy/_vendored/pydevd/setup_pydevd_cython.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_pydevd.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_script.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/README.txt -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/_always_live_program.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/_check.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process_linux.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins copying src/debugpy/_vendored/pydevd/pydevd_plugins/django_debug.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins copying src/debugpy/_vendored/pydevd/pydevd_plugins/jinja2_debug.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins copying src/debugpy/_vendored/pydevd/pydevd_plugins/pydevd_line_validation.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins copying src/debugpy/_vendored/pydevd/pydevd_plugins/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhook.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookglut.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk3.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookpyglet.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt4.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt5.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhooktk.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/inputhookwx.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/matplotlibtools.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/qt.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/qt_for_kernel.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/qt_loaders.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/README -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/version.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython copying src/debugpy/_vendored/pydevd/pydev_ipython/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_sitecustomize copying src/debugpy/_vendored/pydevd/pydev_sitecustomize/sitecustomize.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_sitecustomize copying src/debugpy/_vendored/pydevd/pydev_sitecustomize/__not_in_default_pythonpath.txt -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_sitecustomize creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevconsole_code.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info_regular.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_breakpoints.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm_constants.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_custom_frames.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.c -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pxd -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pyx -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython_wrapper.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_defaults.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace_files.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec2.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_api.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_utils.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_gevent_integration.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_import_class.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_json_debug_options.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_json.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_xml.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_plugin_utils.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command_json.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_referrers.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_reload.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_safe_repr.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_save_locals.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_signature.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_source_mapping.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_stackless.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_thread_lifecycle.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_timeout.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_traceproperty.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_api.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch_regular.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_utils.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vm_type.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_xml.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.cpython-310.so -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/.gitignore -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pxd -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pyx -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.template.pyx -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_main.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_tracing.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_modify_bytecode.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/release_mem.h -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.cpython-310.so -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_imports.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_import_hook.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console_011.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_is_thread_alive.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_localhost.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_log.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_override.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_umd.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/pydev_versioncheck.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_calltip_util.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_execfile.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_filesystem_encoding.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_getopt.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_imports_tipper.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_jy_imports_tipper.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_log.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_saved_modules.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_sys_patch.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_tipper_common.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle copying src/debugpy/_vendored/pydevd/_pydev_bundle/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_coverage.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_nose.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel_client.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_pytest2.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_unittest.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles copying src/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles copying src/debugpy/_vendored/pydevd/_pydev_runfiles/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h -> build/lib.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_settrace.hpp -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_utils.hpp -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_version.hpp -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/ref_utils.hpp -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common creating build/lib.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/compat.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/crash.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/debug.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/disasm.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/search.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/sql.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/system.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/util.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.cpp -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/compile_windows.bat -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/inject_dll.cpp -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/py_win_helpers.hpp -> build/lib.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.cpp -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/README.md -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_thread_wrappers.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser copying src/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocol.json -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocolCustom.json -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_base_schema.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema_log.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying src/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/pydevd_fix_code.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/README.txt -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify copying src/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/advapi32.py -> build/lib.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/dbghelp.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/defines.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/gdi32.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/ntdll.py -> build/lib.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/psapi.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shell32.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shlwapi.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/user32.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/version.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_helpers.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_pandas_types.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types copying src/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types creating build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/bytecode.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/cfg.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/concrete.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/flags.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/instr.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/peephole_opt.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode creating build/lib.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info creating build/lib.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/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.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests copying src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/__init__.py -> build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests UPDATING build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_version.py set build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_version.py to '1.8.1' running build_ext UPDATING build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_version.py set build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_version.py to '1.8.1' installing to build/bdist.openbsd-7.5-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.5-amd64 creating build/bdist.openbsd-7.5-amd64/wheel creating build/bdist.openbsd-7.5-amd64/wheel/debugpy copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/public_api.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_version.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/__main__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter/clients.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter/components.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter/launchers.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter/servers.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter/sessions.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/adapter/__main__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/adapter creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common/json.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common/log.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common/messaging.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common/singleton.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common/sockets.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common/stacks.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common/timestamp.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common/util.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/common/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/common creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/launcher copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher/debuggee.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/launcher copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher/handlers.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/launcher copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher/output.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/launcher copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher/winapi.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/launcher copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/launcher copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/launcher/__main__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/launcher creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/server copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/server/api.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/server copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/server/attach_pid_injected.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/server copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/server/cli.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/server copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/server/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/server creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/force_pydevd.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/_pydevd_packaging.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/_util.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevconsole.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_file_utils.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_tracing.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_app_engine_debug_startup.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_coverage.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_pysrc.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_run_in_console.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/setup_pydevd_cython.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_pydevd.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_script.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/README.txt -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/_always_live_program.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/_check.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process_linux.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_settrace.hpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_utils.hpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_version.hpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/ref_utils.hpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/common creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/.gitignore -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/attach.cpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_linux.sh -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_mac.sh -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_manylinux.cmd -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/compat.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/crash.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/debug.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/disasm.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/search.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/sql.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/system.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/util.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/advapi32.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_amd64.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_i386.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/dbghelp.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/defines.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/gdi32.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/ntdll.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/peb_teb.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/psapi.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shell32.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shlwapi.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/user32.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/version.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32 creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.cpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/compile_windows.bat -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/inject_dll.cpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/py_win_helpers.hpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_in_memory.hpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.cpp -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/django_debug.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/jinja2_debug.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/pydevd_line_validation.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/README.md -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_helpers.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_pandas_types.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/inputhook.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/inputhookglut.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk3.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/inputhookpyglet.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt4.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt5.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/inputhooktk.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/inputhookwx.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/matplotlibtools.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/qt.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/qt_for_kernel.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/qt_loaders.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/README -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/version.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_ipython/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_ipython creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_sitecustomize copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_sitecustomize/sitecustomize.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_sitecustomize copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/pydev_sitecustomize/__not_in_default_pythonpath.txt -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/pydev_sitecustomize creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevconsole_code.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info_regular.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_breakpoints.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm_constants.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_custom_frames.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.c -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pxd -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pyx -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython_wrapper.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_defaults.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace_files.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec2.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_api.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_utils.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_gevent_integration.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_import_class.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_json_debug_options.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_json.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_xml.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_plugin_utils.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command_json.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_referrers.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_reload.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_safe_repr.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_save_locals.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_signature.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_source_mapping.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_stackless.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_thread_lifecycle.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_timeout.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_traceproperty.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_api.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch_regular.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_utils.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vm_type.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_xml.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.cpython-310.so -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_thread_wrappers.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocol.json -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocolCustom.json -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_base_schema.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema_log.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/.gitignore -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pxd -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pyx -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.template.pyx -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_main.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_tracing.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_modify_bytecode.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/release_mem.h -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.cpython-310.so -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/pydevd_fix_code.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/README.txt -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/bytecode.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/cfg.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/concrete.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/flags.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/instr.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/peephole_opt.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_bytecode.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_cfg.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_code.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_concrete.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_flags.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_instr.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_misc.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/test_peephole_opt.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/util_annotation.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/COPYING -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/direct_url.json -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/INSTALLER -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/METADATA -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/RECORD -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/REQUESTED -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/top_level.txt -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/WHEEL -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_imports.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_import_hook.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console_011.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_is_thread_alive.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_localhost.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_log.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_override.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_umd.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/pydev_versioncheck.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_calltip_util.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_execfile.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_filesystem_encoding.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_getopt.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_imports_tipper.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_jy_imports_tipper.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_log.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_saved_modules.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_sys_patch.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_tipper_common.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify creating build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_coverage.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_nose.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel_client.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_pytest2.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_unittest.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/_vendored/pydevd/_pydev_runfiles/__init__.py -> build/bdist.openbsd-7.5-amd64/wheel/debugpy/_vendored/pydevd/_pydev_runfiles copying build/lib.openbsd-7.5-amd64-cpython-310/debugpy/ThirdPartyNotices.txt -> build/bdist.openbsd-7.5-amd64/wheel/debugpy 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.openbsd-7.5-amd64/wheel/debugpy-1.8.1-py3.10.egg-info running install_scripts creating build/bdist.openbsd-7.5-amd64/wheel/debugpy-1.8.1.dist-info/WHEEL creating '/exopi-obj/pobj/py-debugpy-1.8.1-python3/debugpy-1.8.1/dist/.tmp-6lp11j61/debugpy-1.8.1-cp310-cp310-openbsd_7_5_amd64.whl' and adding 'build/bdist.openbsd-7.5-amd64/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.cpython-310.so' 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.cpython-310.so' 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.1.dist-info/LICENSE' adding 'debugpy-1.8.1.dist-info/METADATA' adding 'debugpy-1.8.1.dist-info/WHEEL' adding 'debugpy-1.8.1.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.1.dist-info/RECORD' removing build/bdist.openbsd-7.5-amd64/wheel Successfully built debugpy-1.8.1-cp310-cp310-openbsd_7_5_amd64.whl >>> Running package in devel/py-debugpy,python3 at 1714752568.13 ===> devel/py-debugpy,python3 ===> Faking installation for py3-debugpy-1.8.1 ===> Building package for py3-debugpy-1.8.1 Create /exopi-cvs/ports/packages/amd64/all/py3-debugpy-1.8.1.tgz Creating package py3-debugpy-1.8.1 reading plist| checking dependencies| checking dependencies|lang/python/3.10,-main checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********* | 16% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|* | 2% archiving|** | 2% archiving|** | 3% archiving|** | 4% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|**** | 7% archiving|***** | 7% archiving|***** | 8% archiving|***** | 9% archiving|****** | 9% archiving|****** | 10% archiving|******* | 10% archiving|******* | 11% archiving|******** | 13% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|************** | 21% archiving|************** | 22% archiving|************** | 23% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 27% archiving|****************** | 28% archiving|****************** | 29% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|****************************** | 47% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|*********************************************** | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|***************************************************** | 83% archiving|***************************************************** | 84% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-debugpy-1.8.1.tgz >>> Running clean in devel/py-debugpy,python3 at 1714752574.74 ===> devel/py-debugpy,python3 ===> Cleaning for py3-debugpy-1.8.1 >>> Ended at 1714752575.14 max_stuck=19.82/depends=1.53/show-prepare-results=1.36/build=35.31/package=6.61/clean=0.43