Bug#1022389: open3d: FTBFS: rm: cannot remove 'debian/python3-open3d/usr/lib/python*/*-packages/open3d/resources': No such file or directory

Lucas Nussbaum lucas at debian.org
Sun Oct 23 14:17:34 BST 2022


Source: open3d
Version: 0.15.1+ds-5
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20221023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[5]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/cpp/pybind && /usr/bin/cmake -DPYTHON_PACKAGE_SRC_DIR=/<<PKGBUILDDIR>>/python -DPYTHON_PACKAGE_DST_DIR=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/python_package -DPYTHON_COMPILED_MODULE_DIR=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/None/Python/cpu -DPYTHON_VERSION=3.10 -DCOMPILED_MODULE_PATH_LIST=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/None/Python/cpu/pybind.cpython-310-x86_64-linux-gnu.so -DPYTHON_EXTRA_LIBRARIES= -DBUILD_JUPYTER_EXTENSION=OFF -DBUILD_TENSORFLOW_OPS=OFF -DBUILD_PYTORCH_OPS=OFF -DBUNDLE_OPEN3D_ML=OFF -DOPEN3D_ML_ROOT= -DBUILD_GUI=ON -DGUI_RESOURCE_DIR=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bin/resources -DPROJECT_EMAIL=info at open3d.org -DPROJECT_HOMEPAGE_URL=http://www.open3d.org -DPROJECT_DOCS=http://www.open3d.org/docs -DPROJECT_CODE=https://github.com/isl-org/Open3D -DPROJECT_ISSUES=https://github.com/isl-org/Open3D/issues -DPROJECT_VERSION=0.15.1 -DPROJECT_VERSION_THREE_NUMBER=0.15.1 -DPYPI_PACKAGE_NAME=open3d -P /<<PKGBUILDDIR>>/cpp/pybind/make_python_package.cmake
> -- Up-to-date: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/python_package/open3d/cpu
> -- Installing: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/lib/python_package/open3d/cpu/pybind.cpython-310-x86_64-linux-gnu.so
> make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> [100%] Built target python-package
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> /usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> cd obj-x86_64-linux-gnu/lib/python_package && python3 setup.py install --root /<<PKGBUILDDIR>>/debian/python3-open3d --prefix /usr
> /usr/lib/python3/dist-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
>   warnings.warn(msg, warning_class)
> running install
> /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
>   warnings.warn(
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/open3d
> copying open3d/__init__.py -> build/lib/open3d
> copying open3d/web_visualizer.py -> build/lib/open3d
> copying open3d/core.py -> build/lib/open3d
> copying open3d/_build_config.py -> build/lib/open3d
> copying open3d/app.py -> build/lib/open3d
> creating build/lib/open3d/visualization
> copying open3d/visualization/__init__.py -> build/lib/open3d/visualization
> copying open3d/visualization/_external_visualizer.py -> build/lib/open3d/visualization
> copying open3d/visualization/__main__.py -> build/lib/open3d/visualization
> copying open3d/visualization/async_event_loop.py -> build/lib/open3d/visualization
> copying open3d/visualization/draw.py -> build/lib/open3d/visualization
> creating build/lib/open3d/examples
> copying open3d/examples/__init__.py -> build/lib/open3d/examples
> copying open3d/examples/open3d_example.py -> build/lib/open3d/examples
> creating build/lib/open3d/ml
> copying open3d/ml/__init__.py -> build/lib/open3d/ml
> copying open3d/ml/vis.py -> build/lib/open3d/ml
> copying open3d/ml/configs.py -> build/lib/open3d/ml
> copying open3d/ml/datasets.py -> build/lib/open3d/ml
> copying open3d/ml/utils.py -> build/lib/open3d/ml
> creating build/lib/open3d/visualization/gui
> copying open3d/visualization/gui/__init__.py -> build/lib/open3d/visualization/gui
> creating build/lib/open3d/visualization/rendering
> copying open3d/visualization/rendering/__init__.py -> build/lib/open3d/visualization/rendering
> creating build/lib/open3d/visualization/app
> copying open3d/visualization/app/__init__.py -> build/lib/open3d/visualization/app
> creating build/lib/open3d/examples/pipelines
> copying open3d/examples/pipelines/__init__.py -> build/lib/open3d/examples/pipelines
> copying open3d/examples/pipelines/registration_ransac.py -> build/lib/open3d/examples/pipelines
> copying open3d/examples/pipelines/rgbd_integration_uniform.py -> build/lib/open3d/examples/pipelines
> copying open3d/examples/pipelines/registration_fgr.py -> build/lib/open3d/examples/pipelines
> copying open3d/examples/pipelines/icp_registration.py -> build/lib/open3d/examples/pipelines
> copying open3d/examples/pipelines/multiway_registration.py -> build/lib/open3d/examples/pipelines
> copying open3d/examples/pipelines/pose_graph_optimization.py -> build/lib/open3d/examples/pipelines
> copying open3d/examples/pipelines/rgbd_odometry.py -> build/lib/open3d/examples/pipelines
> copying open3d/examples/pipelines/colored_pointcloud_registration.py -> build/lib/open3d/examples/pipelines
> copying open3d/examples/pipelines/robust_icp.py -> build/lib/open3d/examples/pipelines
> creating build/lib/open3d/examples/benchmark
> copying open3d/examples/benchmark/__init__.py -> build/lib/open3d/examples/benchmark
> copying open3d/examples/benchmark/benchmark_nns.py -> build/lib/open3d/examples/benchmark
> copying open3d/examples/benchmark/benchmark_utils.py -> build/lib/open3d/examples/benchmark
> copying open3d/examples/benchmark/benchmark_pre.py -> build/lib/open3d/examples/benchmark
> copying open3d/examples/benchmark/benchmark_ransac.py -> build/lib/open3d/examples/benchmark
> copying open3d/examples/benchmark/benchmark_fgr.py -> build/lib/open3d/examples/benchmark
> copying open3d/examples/benchmark/benchmark_tsdf.py -> build/lib/open3d/examples/benchmark
> creating build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/__init__.py -> build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/optimize_posegraph.py -> build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/slac_integrate.py -> build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/run_system.py -> build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/colored_icp.py -> build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/slac.py -> build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/refine_registration.py -> build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/make_fragments.py -> build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/register_fragments.py -> build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/initialize_config.py -> build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/color_map_optimization_for_reconstruction_system.py -> build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/integrate_scene.py -> build/lib/open3d/examples/reconstruction_system
> copying open3d/examples/reconstruction_system/opencv_pose_estimation.py -> build/lib/open3d/examples/reconstruction_system
> creating build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/__init__.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_from_point_cloud_poisson.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_dbscan_clustering.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_from_point_cloud_ball_pivoting.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_paint.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_outlier_removal_radius.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_outlier_removal_statistical.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/image_processing.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_with_numpy.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_to_rgbd.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_hidden_point_removal.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/kd_tree_search.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_properties.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/ray_casting_closest_geometry.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_distance.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_transformation.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/rgbd_datasets.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_simplification_decimation.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/ray_casting_to_image.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_deformation.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_filtering_average.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_voxel_downsampling.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_subdivision.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_to_depth.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/octree_find_leaf.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_cropping.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/kd_tree_feature_matching.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_normal_estimation.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/octree_from_voxel_grid.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/voxel_grid_from_point_cloud.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_transformation.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_from_point_cloud_alpha_shapes.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_crop.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_simplification_vertex_clustering.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/octree_point_cloud.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_iss_keypoint_detector.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_sampling.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/ray_casting_sdf.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/octree_traversal.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/voxel_grid_carving.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_normal_estimation.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_with_numpy.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_convex_hull.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/triangle_mesh_connected_components.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_plane_segmentation.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/point_cloud_bounding_box.py -> build/lib/open3d/examples/geometry
> copying open3d/examples/geometry/voxel_grid_from_triangle_mesh.py -> build/lib/open3d/examples/geometry
> creating build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/__init__.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/multiple_windows.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/remove_geometry.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/demo_scene.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/customized_visualization_key_action.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/load_save_viewpoint.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/draw.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/non_blocking_visualization.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/textured_mesh.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/online_processing.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/all_widgets.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/tensorboard_tensorflow.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/non_english.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/video.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/interactive_visualization.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/line_width.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/render_to_image.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/textured_model.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/customized_visualization.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/add_geometry.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/tensorboard_pytorch.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/headless_rendering.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/text3d.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/draw_webrtc.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/mouse_and_point_coord.py -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/vis_gui.py -> build/lib/open3d/examples/visualization
> creating build/lib/open3d/examples/utility
> copying open3d/examples/utility/__init__.py -> build/lib/open3d/examples/utility
> copying open3d/examples/utility/vector.py -> build/lib/open3d/examples/utility
> creating build/lib/open3d/examples/reconstruction_system/scripts
> copying open3d/examples/reconstruction_system/scripts/__init__.py -> build/lib/open3d/examples/reconstruction_system/scripts
> copying open3d/examples/reconstruction_system/scripts/synchronize_frames.py -> build/lib/open3d/examples/reconstruction_system/scripts
> copying open3d/examples/reconstruction_system/scripts/download_dataset.py -> build/lib/open3d/examples/reconstruction_system/scripts
> creating build/lib/open3d/examples/reconstruction_system/sensors
> copying open3d/examples/reconstruction_system/sensors/__init__.py -> build/lib/open3d/examples/reconstruction_system/sensors
> copying open3d/examples/reconstruction_system/sensors/azure_kinect_mkv_reader.py -> build/lib/open3d/examples/reconstruction_system/sensors
> copying open3d/examples/reconstruction_system/sensors/realsense_pcd_visualizer.py -> build/lib/open3d/examples/reconstruction_system/sensors
> copying open3d/examples/reconstruction_system/sensors/azure_kinect_recorder.py -> build/lib/open3d/examples/reconstruction_system/sensors
> copying open3d/examples/reconstruction_system/sensors/azure_kinect_viewer.py -> build/lib/open3d/examples/reconstruction_system/sensors
> copying open3d/examples/reconstruction_system/sensors/realsense_recorder.py -> build/lib/open3d/examples/reconstruction_system/sensors
> copying open3d/examples/reconstruction_system/sensors/realsense_helper.py -> build/lib/open3d/examples/reconstruction_system/sensors
> creating build/lib/open3d/examples/reconstruction_system/debug
> copying open3d/examples/reconstruction_system/debug/__init__.py -> build/lib/open3d/examples/reconstruction_system/debug
> copying open3d/examples/reconstruction_system/debug/visualize_alignment.py -> build/lib/open3d/examples/reconstruction_system/debug
> copying open3d/examples/reconstruction_system/debug/visualize_pointcloud.py -> build/lib/open3d/examples/reconstruction_system/debug
> copying open3d/examples/reconstruction_system/debug/pairwise_rgbd_alignment.py -> build/lib/open3d/examples/reconstruction_system/debug
> copying open3d/examples/reconstruction_system/debug/visualize_scene.py -> build/lib/open3d/examples/reconstruction_system/debug
> copying open3d/examples/reconstruction_system/debug/visualize_fragments.py -> build/lib/open3d/examples/reconstruction_system/debug
> copying open3d/examples/reconstruction_system/debug/pairwise_pc_alignment.py -> build/lib/open3d/examples/reconstruction_system/debug
> creating build/lib/open3d/ml/torch
> copying open3d/ml/torch/__init__.py -> build/lib/open3d/ml/torch
> copying open3d/ml/torch/vis.py -> build/lib/open3d/ml/torch
> copying open3d/ml/torch/models.py -> build/lib/open3d/ml/torch
> copying open3d/ml/torch/configs.py -> build/lib/open3d/ml/torch
> copying open3d/ml/torch/modules.py -> build/lib/open3d/ml/torch
> copying open3d/ml/torch/pipelines.py -> build/lib/open3d/ml/torch
> copying open3d/ml/torch/dataloaders.py -> build/lib/open3d/ml/torch
> copying open3d/ml/torch/datasets.py -> build/lib/open3d/ml/torch
> creating build/lib/open3d/ml/contrib
> copying open3d/ml/contrib/__init__.py -> build/lib/open3d/ml/contrib
> creating build/lib/open3d/ml/tf
> copying open3d/ml/tf/__init__.py -> build/lib/open3d/ml/tf
> copying open3d/ml/tf/vis.py -> build/lib/open3d/ml/tf
> copying open3d/ml/tf/models.py -> build/lib/open3d/ml/tf
> copying open3d/ml/tf/configs.py -> build/lib/open3d/ml/tf
> copying open3d/ml/tf/modules.py -> build/lib/open3d/ml/tf
> copying open3d/ml/tf/pipelines.py -> build/lib/open3d/ml/tf
> copying open3d/ml/tf/dataloaders.py -> build/lib/open3d/ml/tf
> copying open3d/ml/tf/datasets.py -> build/lib/open3d/ml/tf
> creating build/lib/open3d/ml/torch/layers
> copying open3d/ml/torch/layers/__init__.py -> build/lib/open3d/ml/torch/layers
> creating build/lib/open3d/ml/torch/ops
> copying open3d/ml/torch/ops/__init__.py -> build/lib/open3d/ml/torch/ops
> creating build/lib/open3d/ml/torch/classes
> copying open3d/ml/torch/classes/__init__.py -> build/lib/open3d/ml/torch/classes
> copying open3d/ml/torch/classes/ragged_tensor.py -> build/lib/open3d/ml/torch/classes
> creating build/lib/open3d/ml/tf/layers
> copying open3d/ml/tf/layers/__init__.py -> build/lib/open3d/ml/tf/layers
> creating build/lib/open3d/ml/tf/ops
> copying open3d/ml/tf/ops/__init__.py -> build/lib/open3d/ml/tf/ops
> running egg_info
> creating open3d.egg-info
> writing open3d.egg-info/PKG-INFO
> writing dependency_links to open3d.egg-info/dependency_links.txt
> writing entry points to open3d.egg-info/entry_points.txt
> writing requirements to open3d.egg-info/requires.txt
> writing top-level names to open3d.egg-info/top_level.txt
> writing manifest file 'open3d.egg-info/SOURCES.txt'
> reading manifest file 'open3d.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> no previously-included directories found matching '**/node_modules'
> warning: no previously-included files matching '*~' found anywhere in distribution
> warning: no previously-included files matching '*.pyc' found anywhere in distribution
> warning: no previously-included files matching '*.pyo' found anywhere in distribution
> warning: no previously-included files matching '.git' found anywhere in distribution
> warning: no previously-included files matching '.ipynb_checkpoints' found anywhere in distribution
> warning: no previously-included files matching '*.map' found anywhere in distribution
> adding license file 'LICENSE.txt'
> writing manifest file 'open3d.egg-info/SOURCES.txt'
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.cpu' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.cpu' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.cpu' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.cpu' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.examples.camera' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.examples.camera' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.examples.camera' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.examples.camera' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.examples.io' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.examples.io' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.examples.io' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.examples.io' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.examples.reconstruction_system.config' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.examples.reconstruction_system.config' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.examples.reconstruction_system.config' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.examples.reconstruction_system.config' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.examples.reconstruction_system.config.indoor_lidar_rgbd' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.examples.reconstruction_system.config.indoor_lidar_rgbd' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.examples.reconstruction_system.config.indoor_lidar_rgbd' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.examples.reconstruction_system.config.indoor_lidar_rgbd' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.examples.reconstruction_system.config.redwood_objects' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.examples.reconstruction_system.config.redwood_objects' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.examples.reconstruction_system.config.redwood_objects' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.examples.reconstruction_system.config.redwood_objects' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.examples.reconstruction_system.config.redwood_simulated' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.examples.reconstruction_system.config.redwood_simulated' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.examples.reconstruction_system.config.redwood_simulated' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.examples.reconstruction_system.config.redwood_simulated' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.examples.reconstruction_system.config.stanford' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.examples.reconstruction_system.config.stanford' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.examples.reconstruction_system.config.stanford' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.examples.reconstruction_system.config.stanford' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.examples.t_reconstruction_system' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.examples.t_reconstruction_system' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.examples.t_reconstruction_system' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.examples.t_reconstruction_system' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.ml.tf.python.layers' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.ml.tf.python.layers' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.ml.tf.python.layers' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.ml.tf.python.layers' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.ml.tf.python.ops' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.ml.tf.python.ops' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.ml.tf.python.ops' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.ml.tf.python.ops' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.ml.torch.python' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.ml.torch.python' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.ml.torch.python' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.ml.torch.python' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.ml.torch.python.layers' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.ml.torch.python.layers' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.ml.torch.python.layers' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.ml.torch.python.layers' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.resources' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.resources' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.resources' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.resources' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data.ColoredICP' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data.ColoredICP' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data.ColoredICP' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data.ColoredICP' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data.Crop' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data.Crop' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data.Crop' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data.Crop' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data.Feature' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data.Feature' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data.Feature' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data.Feature' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data.GraphOptimization' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data.GraphOptimization' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data.GraphOptimization' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data.GraphOptimization' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data.ICP' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data.ICP' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data.ICP' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data.ICP' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data.RGBD' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data.RGBD' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data.RGBD' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data.RGBD' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data.RGBD.color' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data.RGBD.color' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data.RGBD.color' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data.RGBD.color' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data.RGBD.depth' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data.RGBD.depth' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data.RGBD.depth' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data.RGBD.depth' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data.RGBD.other_formats' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data.RGBD.other_formats' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data.RGBD.other_formats' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data.RGBD.other_formats' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data.crate' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data.crate' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data.crate' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data.crate' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data.monkey' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data.monkey' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data.monkey' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data.monkey' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.test_data.sword' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.test_data.sword' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.test_data.sword' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.test_data.sword' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.tools' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.tools' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.tools' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.tools' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.visualization.tensorboard_plugin' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.visualization.tensorboard_plugin' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.visualization.tensorboard_plugin' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.visualization.tensorboard_plugin' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> /usr/lib/python3/dist-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning:     Installing 'open3d.visualization.tensorboard_plugin.frontend' as data is deprecated, please list it in `packages`.
>     !!
> 
> 
>     ############################
>     # Package would be ignored #
>     ############################
>     Python recognizes 'open3d.visualization.tensorboard_plugin.frontend' as an importable package,
>     but it is not listed in the `packages` configuration of setuptools.
> 
>     'open3d.visualization.tensorboard_plugin.frontend' has been automatically added to the distribution only
>     because it may contain data files, but this behavior is likely to change
>     in future versions of setuptools (and therefore is considered deprecated).
> 
>     Please make sure that 'open3d.visualization.tensorboard_plugin.frontend' is included as a package by using
>     the `packages` configuration field or the proper discovery methods
>     (for example by using `find_namespace_packages(...)`/`find_namespace:`
>     instead of `find_packages(...)`/`find:`).
> 
>     You can read more about "package discovery" and "data files" on setuptools
>     documentation page.
> 
> 
> !!
> 
>   check.warn(importable)
> creating build/lib/open3d/cpu
> copying open3d/cpu/pybind.cpython-310-x86_64-linux-gnu.so -> build/lib/open3d/cpu
> creating build/lib/open3d/resources
> copying open3d/resources/Roboto-Bold.ttf -> build/lib/open3d/resources
> copying open3d/resources/Roboto-BoldItalic.ttf -> build/lib/open3d/resources
> copying open3d/resources/Roboto-License.txt -> build/lib/open3d/resources
> copying open3d/resources/Roboto-Medium.ttf -> build/lib/open3d/resources
> copying open3d/resources/Roboto-MediumItalic.ttf -> build/lib/open3d/resources
> copying open3d/resources/RobotoMono-Medium.ttf -> build/lib/open3d/resources
> copying open3d/resources/brightday_ibl.ktx -> build/lib/open3d/resources
> copying open3d/resources/brightday_skybox.ktx -> build/lib/open3d/resources
> copying open3d/resources/colorMap.filamat -> build/lib/open3d/resources
> copying open3d/resources/crossroads_ibl.ktx -> build/lib/open3d/resources
> copying open3d/resources/crossroads_skybox.ktx -> build/lib/open3d/resources
> copying open3d/resources/defaultGradient.png -> build/lib/open3d/resources
> copying open3d/resources/defaultLit.filamat -> build/lib/open3d/resources
> copying open3d/resources/defaultLitSSR.filamat -> build/lib/open3d/resources
> copying open3d/resources/defaultLitTransparency.filamat -> build/lib/open3d/resources
> copying open3d/resources/defaultTexture.png -> build/lib/open3d/resources
> copying open3d/resources/defaultUnlit.filamat -> build/lib/open3d/resources
> copying open3d/resources/defaultUnlitTransparency.filamat -> build/lib/open3d/resources
> copying open3d/resources/default_ibl.ktx -> build/lib/open3d/resources
> copying open3d/resources/default_skybox.ktx -> build/lib/open3d/resources
> copying open3d/resources/depth.filamat -> build/lib/open3d/resources
> copying open3d/resources/depth_value.filamat -> build/lib/open3d/resources
> copying open3d/resources/hall_ibl.ktx -> build/lib/open3d/resources
> copying open3d/resources/hall_skybox.ktx -> build/lib/open3d/resources
> copying open3d/resources/img_blit.filamat -> build/lib/open3d/resources
> copying open3d/resources/infiniteGroundPlane.filamat -> build/lib/open3d/resources
> copying open3d/resources/konzerthaus_ibl.ktx -> build/lib/open3d/resources
> copying open3d/resources/konzerthaus_skybox.ktx -> build/lib/open3d/resources
> copying open3d/resources/nightlights_ibl.ktx -> build/lib/open3d/resources
> copying open3d/resources/nightlights_skybox.ktx -> build/lib/open3d/resources
> copying open3d/resources/normals.filamat -> build/lib/open3d/resources
> copying open3d/resources/park2_ibl.ktx -> build/lib/open3d/resources
> copying open3d/resources/park2_skybox.ktx -> build/lib/open3d/resources
> copying open3d/resources/park_ibl.ktx -> build/lib/open3d/resources
> copying open3d/resources/park_skybox.ktx -> build/lib/open3d/resources
> copying open3d/resources/pillars_ibl.ktx -> build/lib/open3d/resources
> copying open3d/resources/pillars_skybox.ktx -> build/lib/open3d/resources
> copying open3d/resources/pointcloud.filamat -> build/lib/open3d/resources
> copying open3d/resources/streetlamp_ibl.ktx -> build/lib/open3d/resources
> copying open3d/resources/streetlamp_skybox.ktx -> build/lib/open3d/resources
> copying open3d/resources/ui_blit.filamat -> build/lib/open3d/resources
> copying open3d/resources/unlitBackground.filamat -> build/lib/open3d/resources
> copying open3d/resources/unlitGradient.filamat -> build/lib/open3d/resources
> copying open3d/resources/unlitLine.filamat -> build/lib/open3d/resources
> copying open3d/resources/unlitPolygonOffset.filamat -> build/lib/open3d/resources
> copying open3d/resources/unlitSolidColor.filamat -> build/lib/open3d/resources
> creating build/lib/open3d/test_data
> copying open3d/test_data/Juneau.jpg -> build/lib/open3d/test_data
> copying open3d/test_data/bathtub_0154.ply -> build/lib/open3d/test_data
> copying open3d/test_data/camera.json -> build/lib/open3d/test_data
> copying open3d/test_data/camera_primesense.json -> build/lib/open3d/test_data
> copying open3d/test_data/camera_trajectory.json -> build/lib/open3d/test_data
> copying open3d/test_data/color.ply -> build/lib/open3d/test_data
> copying open3d/test_data/depth.png -> build/lib/open3d/test_data
> copying open3d/test_data/depth_syn.png -> build/lib/open3d/test_data
> copying open3d/test_data/depth_syn_camera.json -> build/lib/open3d/test_data
> copying open3d/test_data/download_file_list.json -> build/lib/open3d/test_data
> copying open3d/test_data/download_test_data.cmake -> build/lib/open3d/test_data
> copying open3d/test_data/download_test_data.py -> build/lib/open3d/test_data
> copying open3d/test_data/download_utils.py -> build/lib/open3d/test_data
> copying open3d/test_data/fragment.pcd -> build/lib/open3d/test_data
> copying open3d/test_data/fragment.ply -> build/lib/open3d/test_data
> copying open3d/test_data/image.PNG -> build/lib/open3d/test_data
> copying open3d/test_data/knot.ply -> build/lib/open3d/test_data
> copying open3d/test_data/my_points.txt -> build/lib/open3d/test_data
> copying open3d/test_data/renderoption.json -> build/lib/open3d/test_data
> copying open3d/test_data/rs_default_config.json -> build/lib/open3d/test_data
> copying open3d/test_data/simple.xyz -> build/lib/open3d/test_data
> copying open3d/test_data/sphere.ply -> build/lib/open3d/test_data
> copying open3d/test_data/tensors_compressed.npz -> build/lib/open3d/test_data
> copying open3d/test_data/test_pose_graph.json -> build/lib/open3d/test_data
> copying open3d/test_data/test_sample_ascii.ply -> build/lib/open3d/test_data
> copying open3d/test_data/test_sample_custom.ply -> build/lib/open3d/test_data
> copying open3d/test_data/test_sample_wrong_format.ply -> build/lib/open3d/test_data
> copying open3d/test_data/test_tensorboard_plugin.zip -> build/lib/open3d/test_data
> creating build/lib/open3d/test_data/ColoredICP
> copying open3d/test_data/ColoredICP/frag_115.ply -> build/lib/open3d/test_data/ColoredICP
> copying open3d/test_data/ColoredICP/frag_116.ply -> build/lib/open3d/test_data/ColoredICP
> creating build/lib/open3d/test_data/Crop
> copying open3d/test_data/Crop/cropped.json -> build/lib/open3d/test_data/Crop
> copying open3d/test_data/Crop/fragment.ply -> build/lib/open3d/test_data/Crop
> creating build/lib/open3d/test_data/Feature
> copying open3d/test_data/Feature/cloud_bin_0.d32.bin -> build/lib/open3d/test_data/Feature
> copying open3d/test_data/Feature/cloud_bin_0.fpfh.bin -> build/lib/open3d/test_data/Feature
> copying open3d/test_data/Feature/cloud_bin_0.pcd -> build/lib/open3d/test_data/Feature
> copying open3d/test_data/Feature/cloud_bin_1.d32.bin -> build/lib/open3d/test_data/Feature
> copying open3d/test_data/Feature/cloud_bin_1.fpfh.bin -> build/lib/open3d/test_data/Feature
> copying open3d/test_data/Feature/cloud_bin_1.pcd -> build/lib/open3d/test_data/Feature
> creating build/lib/open3d/test_data/GraphOptimization
> copying open3d/test_data/GraphOptimization/pose_graph_example_fragment.json -> build/lib/open3d/test_data/GraphOptimization
> copying open3d/test_data/GraphOptimization/pose_graph_example_global.json -> build/lib/open3d/test_data/GraphOptimization
> creating build/lib/open3d/test_data/ICP
> copying open3d/test_data/ICP/cloud_bin_0.pcd -> build/lib/open3d/test_data/ICP
> copying open3d/test_data/ICP/cloud_bin_1.pcd -> build/lib/open3d/test_data/ICP
> copying open3d/test_data/ICP/cloud_bin_2.pcd -> build/lib/open3d/test_data/ICP
> copying open3d/test_data/ICP/init.log -> build/lib/open3d/test_data/ICP
> creating build/lib/open3d/test_data/RGBD
> copying open3d/test_data/RGBD/example_tsdf_pcd.ply -> build/lib/open3d/test_data/RGBD
> copying open3d/test_data/RGBD/odometry.log -> build/lib/open3d/test_data/RGBD
> copying open3d/test_data/RGBD/rgbd.match -> build/lib/open3d/test_data/RGBD
> copying open3d/test_data/RGBD/trajectory.log -> build/lib/open3d/test_data/RGBD
> creating build/lib/open3d/test_data/RGBD/color
> copying open3d/test_data/RGBD/color/00000.jpg -> build/lib/open3d/test_data/RGBD/color
> copying open3d/test_data/RGBD/color/00001.jpg -> build/lib/open3d/test_data/RGBD/color
> copying open3d/test_data/RGBD/color/00002.jpg -> build/lib/open3d/test_data/RGBD/color
> copying open3d/test_data/RGBD/color/00003.jpg -> build/lib/open3d/test_data/RGBD/color
> copying open3d/test_data/RGBD/color/00004.jpg -> build/lib/open3d/test_data/RGBD/color
> creating build/lib/open3d/test_data/RGBD/depth
> copying open3d/test_data/RGBD/depth/00000.png -> build/lib/open3d/test_data/RGBD/depth
> copying open3d/test_data/RGBD/depth/00001.png -> build/lib/open3d/test_data/RGBD/depth
> copying open3d/test_data/RGBD/depth/00002.png -> build/lib/open3d/test_data/RGBD/depth
> copying open3d/test_data/RGBD/depth/00003.png -> build/lib/open3d/test_data/RGBD/depth
> copying open3d/test_data/RGBD/depth/00004.png -> build/lib/open3d/test_data/RGBD/depth
> creating build/lib/open3d/test_data/RGBD/other_formats
> copying open3d/test_data/RGBD/other_formats/L515_test_s.bag.tar.xz -> build/lib/open3d/test_data/RGBD/other_formats
> copying open3d/test_data/RGBD/other_formats/NYU_color.ppm -> build/lib/open3d/test_data/RGBD/other_formats
> copying open3d/test_data/RGBD/other_formats/NYU_depth.pgm -> build/lib/open3d/test_data/RGBD/other_formats
> copying open3d/test_data/RGBD/other_formats/SUN_color.jpg -> build/lib/open3d/test_data/RGBD/other_formats
> copying open3d/test_data/RGBD/other_formats/SUN_depth.png -> build/lib/open3d/test_data/RGBD/other_formats
> copying open3d/test_data/RGBD/other_formats/TUM_color.png -> build/lib/open3d/test_data/RGBD/other_formats
> copying open3d/test_data/RGBD/other_formats/TUM_depth.png -> build/lib/open3d/test_data/RGBD/other_formats
> creating build/lib/open3d/test_data/crate
> copying open3d/test_data/crate/LICENSE.txt -> build/lib/open3d/test_data/crate
> copying open3d/test_data/crate/crate.jpg -> build/lib/open3d/test_data/crate
> copying open3d/test_data/crate/crate.mtl -> build/lib/open3d/test_data/crate
> copying open3d/test_data/crate/crate.obj -> build/lib/open3d/test_data/crate
> creating build/lib/open3d/test_data/monkey
> copying open3d/test_data/monkey/README -> build/lib/open3d/test_data/monkey
> copying open3d/test_data/monkey/albedo.png -> build/lib/open3d/test_data/monkey
> copying open3d/test_data/monkey/ao.png -> build/lib/open3d/test_data/monkey
> copying open3d/test_data/monkey/metallic.png -> build/lib/open3d/test_data/monkey
> copying open3d/test_data/monkey/monkey.mtl -> build/lib/open3d/test_data/monkey
> copying open3d/test_data/monkey/monkey.obj -> build/lib/open3d/test_data/monkey
> copying open3d/test_data/monkey/monkey_solid.mtl -> build/lib/open3d/test_data/monkey
> copying open3d/test_data/monkey/monkey_solid.obj -> build/lib/open3d/test_data/monkey
> copying open3d/test_data/monkey/normal.png -> build/lib/open3d/test_data/monkey
> copying open3d/test_data/monkey/roughness.png -> build/lib/open3d/test_data/monkey
> creating build/lib/open3d/test_data/sword
> copying open3d/test_data/sword/README -> build/lib/open3d/test_data/sword
> copying open3d/test_data/sword/UV.mtl -> build/lib/open3d/test_data/sword
> copying open3d/test_data/sword/UV.obj -> build/lib/open3d/test_data/sword
> copying open3d/test_data/sword/UV_blinn1SG_BaseColor.png -> build/lib/open3d/test_data/sword
> copying open3d/test_data/sword/UV_blinn1SG_Metallic.png -> build/lib/open3d/test_data/sword
> copying open3d/test_data/sword/UV_blinn1SG_Normal.png -> build/lib/open3d/test_data/sword
> copying open3d/test_data/sword/UV_blinn1SG_Roughness.png -> build/lib/open3d/test_data/sword
> creating build/lib/open3d/tools
> copying open3d/tools/cli.py -> build/lib/open3d/tools
> creating build/lib/open3d/visualization/tensorboard_plugin
> copying open3d/visualization/tensorboard_plugin/colormap.py -> build/lib/open3d/visualization/tensorboard_plugin
> copying open3d/visualization/tensorboard_plugin/labellut.py -> build/lib/open3d/visualization/tensorboard_plugin
> copying open3d/visualization/tensorboard_plugin/metadata.py -> build/lib/open3d/visualization/tensorboard_plugin
> copying open3d/visualization/tensorboard_plugin/plugin.py -> build/lib/open3d/visualization/tensorboard_plugin
> copying open3d/visualization/tensorboard_plugin/plugin_data.proto -> build/lib/open3d/visualization/tensorboard_plugin
> copying open3d/visualization/tensorboard_plugin/plugin_data_pb2.py -> build/lib/open3d/visualization/tensorboard_plugin
> copying open3d/visualization/tensorboard_plugin/summary.py -> build/lib/open3d/visualization/tensorboard_plugin
> copying open3d/visualization/tensorboard_plugin/util.py -> build/lib/open3d/visualization/tensorboard_plugin
> creating build/lib/open3d/visualization/tensorboard_plugin/frontend
> copying open3d/visualization/tensorboard_plugin/frontend/index.js -> build/lib/open3d/visualization/tensorboard_plugin/frontend
> copying open3d/visualization/tensorboard_plugin/frontend/style.css -> build/lib/open3d/visualization/tensorboard_plugin/frontend
> creating build/lib/open3d/examples/camera
> copying open3d/examples/camera/camera_trajectory.py -> build/lib/open3d/examples/camera
> creating build/lib/open3d/examples/io
> copying open3d/examples/io/image_io.py -> build/lib/open3d/examples/io
> copying open3d/examples/io/point_cloud_io.py -> build/lib/open3d/examples/io
> copying open3d/examples/io/realsense_io.py -> build/lib/open3d/examples/io
> copying open3d/examples/io/triangle_mesh_io.py -> build/lib/open3d/examples/io
> creating build/lib/open3d/examples/t_reconstruction_system
> copying open3d/examples/t_reconstruction_system/common.py -> build/lib/open3d/examples/t_reconstruction_system
> copying open3d/examples/t_reconstruction_system/config.py -> build/lib/open3d/examples/t_reconstruction_system
> copying open3d/examples/t_reconstruction_system/default_config.yml -> build/lib/open3d/examples/t_reconstruction_system
> copying open3d/examples/t_reconstruction_system/default_intrinsics.json -> build/lib/open3d/examples/t_reconstruction_system
> copying open3d/examples/t_reconstruction_system/dense_slam.py -> build/lib/open3d/examples/t_reconstruction_system
> copying open3d/examples/t_reconstruction_system/dense_slam_gui.py -> build/lib/open3d/examples/t_reconstruction_system
> copying open3d/examples/t_reconstruction_system/integrate.py -> build/lib/open3d/examples/t_reconstruction_system
> copying open3d/examples/t_reconstruction_system/integrate_custom.py -> build/lib/open3d/examples/t_reconstruction_system
> copying open3d/examples/t_reconstruction_system/ray_casting.py -> build/lib/open3d/examples/t_reconstruction_system
> creating build/lib/open3d/examples/reconstruction_system/config
> copying open3d/examples/reconstruction_system/config/realsense.json -> build/lib/open3d/examples/reconstruction_system/config
> copying open3d/examples/reconstruction_system/config/tutorial.json -> build/lib/open3d/examples/reconstruction_system/config
> creating build/lib/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd
> copying open3d/examples/reconstruction_system/config/indoor_lidar_rgbd/apartment.json -> build/lib/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd
> copying open3d/examples/reconstruction_system/config/indoor_lidar_rgbd/bedroom.json -> build/lib/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd
> copying open3d/examples/reconstruction_system/config/indoor_lidar_rgbd/boardroom.json -> build/lib/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd
> copying open3d/examples/reconstruction_system/config/indoor_lidar_rgbd/lobby.json -> build/lib/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd
> copying open3d/examples/reconstruction_system/config/indoor_lidar_rgbd/loft.json -> build/lib/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd
> creating build/lib/open3d/examples/reconstruction_system/config/redwood_objects
> copying open3d/examples/reconstruction_system/config/redwood_objects/car.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_objects
> copying open3d/examples/reconstruction_system/config/redwood_objects/chair.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_objects
> copying open3d/examples/reconstruction_system/config/redwood_objects/motorcycle.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_objects
> copying open3d/examples/reconstruction_system/config/redwood_objects/plant.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_objects
> copying open3d/examples/reconstruction_system/config/redwood_objects/sofa.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_objects
> copying open3d/examples/reconstruction_system/config/redwood_objects/truck.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_objects
> creating build/lib/open3d/examples/reconstruction_system/config/redwood_simulated
> copying open3d/examples/reconstruction_system/config/redwood_simulated/livingroom1-clean.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_simulated
> copying open3d/examples/reconstruction_system/config/redwood_simulated/livingroom1-simulated.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_simulated
> copying open3d/examples/reconstruction_system/config/redwood_simulated/livingroom2-clean.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_simulated
> copying open3d/examples/reconstruction_system/config/redwood_simulated/livingroom2-simulated.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_simulated
> copying open3d/examples/reconstruction_system/config/redwood_simulated/office1-clean.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_simulated
> copying open3d/examples/reconstruction_system/config/redwood_simulated/office1-simulated.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_simulated
> copying open3d/examples/reconstruction_system/config/redwood_simulated/office2-clean.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_simulated
> copying open3d/examples/reconstruction_system/config/redwood_simulated/office2-simulated.json -> build/lib/open3d/examples/reconstruction_system/config/redwood_simulated
> creating build/lib/open3d/examples/reconstruction_system/config/stanford
> copying open3d/examples/reconstruction_system/config/stanford/burghers.json -> build/lib/open3d/examples/reconstruction_system/config/stanford
> copying open3d/examples/reconstruction_system/config/stanford/cactusgarden.json -> build/lib/open3d/examples/reconstruction_system/config/stanford
> copying open3d/examples/reconstruction_system/config/stanford/copyroom.json -> build/lib/open3d/examples/reconstruction_system/config/stanford
> copying open3d/examples/reconstruction_system/config/stanford/lounge.json -> build/lib/open3d/examples/reconstruction_system/config/stanford
> copying open3d/examples/reconstruction_system/config/stanford/stonewall.json -> build/lib/open3d/examples/reconstruction_system/config/stanford
> copying open3d/examples/reconstruction_system/config/stanford/totempole.json -> build/lib/open3d/examples/reconstruction_system/config/stanford
> copying open3d/examples/visualization/icon-32.png -> build/lib/open3d/examples/visualization
> copying open3d/examples/visualization/icon-32 at 2x.png -> build/lib/open3d/examples/visualization
> copying open3d/examples/reconstruction_system/scripts/download_indoor_lidar_rgbd.sh -> build/lib/open3d/examples/reconstruction_system/scripts
> copying open3d/examples/reconstruction_system/scripts/download_redwood_objects.sh -> build/lib/open3d/examples/reconstruction_system/scripts
> copying open3d/examples/reconstruction_system/scripts/download_redwood_simulated.sh -> build/lib/open3d/examples/reconstruction_system/scripts
> copying open3d/examples/reconstruction_system/scripts/download_stanford.sh -> build/lib/open3d/examples/reconstruction_system/scripts
> copying open3d/examples/reconstruction_system/scripts/download_tutorial.sh -> build/lib/open3d/examples/reconstruction_system/scripts
> copying open3d/examples/reconstruction_system/scripts/gdrive_download.sh -> build/lib/open3d/examples/reconstruction_system/scripts
> copying open3d/examples/reconstruction_system/scripts/requirements.txt -> build/lib/open3d/examples/reconstruction_system/scripts
> copying open3d/examples/reconstruction_system/sensors/default_config.json -> build/lib/open3d/examples/reconstruction_system/sensors
> creating build/lib/open3d/ml/torch/python
> copying open3d/ml/torch/python/ops.py.in -> build/lib/open3d/ml/torch/python
> copying open3d/ml/torch/python/return_types.py.in -> build/lib/open3d/ml/torch/python
> creating build/lib/open3d/ml/torch/python/layers
> copying open3d/ml/torch/python/layers/convolutions.py -> build/lib/open3d/ml/torch/python/layers
> copying open3d/ml/torch/python/layers/neighbor_search.py -> build/lib/open3d/ml/torch/python/layers
> copying open3d/ml/torch/python/layers/voxel_pooling.py -> build/lib/open3d/ml/torch/python/layers
> creating build/lib/open3d/ml/tf/python
> creating build/lib/open3d/ml/tf/python/layers
> copying open3d/ml/tf/python/layers/convolutions.py -> build/lib/open3d/ml/tf/python/layers
> copying open3d/ml/tf/python/layers/neighbor_search.py -> build/lib/open3d/ml/tf/python/layers
> copying open3d/ml/tf/python/layers/voxel_pooling.py -> build/lib/open3d/ml/tf/python/layers
> creating build/lib/open3d/ml/tf/python/ops
> copying open3d/ml/tf/python/ops/gradients.py -> build/lib/open3d/ml/tf/python/ops
> copying open3d/ml/tf/python/ops/lib.py -> build/lib/open3d/ml/tf/python/ops
> copying open3d/ml/tf/python/ops/ops.py.in -> build/lib/open3d/ml/tf/python/ops
> running install_lib
> creating /<<PKGBUILDDIR>>/debian/python3-open3d
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d
> copying build/lib/open3d/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d
> copying build/lib/open3d/web_visualizer.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/brightday_skybox.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/crossroads_skybox.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/konzerthaus_skybox.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/defaultLit.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/ui_blit.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/nightlights_ibl.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/nightlights_skybox.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/unlitLine.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/pillars_ibl.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/defaultUnlit.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/park2_ibl.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/pointcloud.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/unlitSolidColor.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/konzerthaus_ibl.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/defaultLitTransparency.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/default_skybox.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/img_blit.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/streetlamp_skybox.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/hall_skybox.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/Roboto-BoldItalic.ttf -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/infiniteGroundPlane.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/brightday_ibl.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/Roboto-Medium.ttf -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/colorMap.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/hall_ibl.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/default_ibl.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/Roboto-Bold.ttf -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/depth_value.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/pillars_skybox.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/crossroads_ibl.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/unlitBackground.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/depth.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/Roboto-License.txt -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/defaultGradient.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/defaultUnlitTransparency.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/unlitGradient.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/defaultTexture.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/defaultLitSSR.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/park_ibl.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/Roboto-MediumItalic.ttf -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/streetlamp_ibl.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/RobotoMono-Medium.ttf -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/unlitPolygonOffset.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/park_skybox.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/park2_skybox.ktx -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> copying build/lib/open3d/resources/normals.filamat -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/resources
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/tools
> copying build/lib/open3d/tools/cli.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/tools
> copying build/lib/open3d/core.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d
> copying build/lib/open3d/_build_config.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/cpu
> copying build/lib/open3d/cpu/pybind.cpython-310-x86_64-linux-gnu.so -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/cpu
> copying build/lib/open3d/app.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/my_points.txt -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/test_pose_graph.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/test_sample_wrong_format.ply -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/fragment.pcd -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/rs_default_config.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/camera_primesense.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/simple.xyz -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/Feature
> copying build/lib/open3d/test_data/Feature/cloud_bin_0.pcd -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/Feature
> copying build/lib/open3d/test_data/Feature/cloud_bin_0.d32.bin -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/Feature
> copying build/lib/open3d/test_data/Feature/cloud_bin_1.pcd -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/Feature
> copying build/lib/open3d/test_data/Feature/cloud_bin_1.d32.bin -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/Feature
> copying build/lib/open3d/test_data/Feature/cloud_bin_0.fpfh.bin -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/Feature
> copying build/lib/open3d/test_data/Feature/cloud_bin_1.fpfh.bin -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/Feature
> copying build/lib/open3d/test_data/test_tensorboard_plugin.zip -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD
> copying build/lib/open3d/test_data/RGBD/trajectory.log -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD
> copying build/lib/open3d/test_data/RGBD/odometry.log -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/depth
> copying build/lib/open3d/test_data/RGBD/depth/00001.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/depth
> copying build/lib/open3d/test_data/RGBD/depth/00002.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/depth
> copying build/lib/open3d/test_data/RGBD/depth/00000.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/depth
> copying build/lib/open3d/test_data/RGBD/depth/00003.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/depth
> copying build/lib/open3d/test_data/RGBD/depth/00004.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/depth
> copying build/lib/open3d/test_data/RGBD/example_tsdf_pcd.ply -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/color
> copying build/lib/open3d/test_data/RGBD/color/00002.jpg -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/color
> copying build/lib/open3d/test_data/RGBD/color/00004.jpg -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/color
> copying build/lib/open3d/test_data/RGBD/color/00001.jpg -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/color
> copying build/lib/open3d/test_data/RGBD/color/00000.jpg -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/color
> copying build/lib/open3d/test_data/RGBD/color/00003.jpg -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/color
> copying build/lib/open3d/test_data/RGBD/rgbd.match -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/other_formats
> copying build/lib/open3d/test_data/RGBD/other_formats/SUN_depth.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/other_formats
> copying build/lib/open3d/test_data/RGBD/other_formats/SUN_color.jpg -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/other_formats
> copying build/lib/open3d/test_data/RGBD/other_formats/TUM_depth.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/other_formats
> copying build/lib/open3d/test_data/RGBD/other_formats/NYU_depth.pgm -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/other_formats
> copying build/lib/open3d/test_data/RGBD/other_formats/NYU_color.ppm -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/other_formats
> copying build/lib/open3d/test_data/RGBD/other_formats/TUM_color.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/other_formats
> copying build/lib/open3d/test_data/RGBD/other_formats/L515_test_s.bag.tar.xz -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/RGBD/other_formats
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/crate
> copying build/lib/open3d/test_data/crate/LICENSE.txt -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/crate
> copying build/lib/open3d/test_data/crate/crate.jpg -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/crate
> copying build/lib/open3d/test_data/crate/crate.mtl -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/crate
> copying build/lib/open3d/test_data/crate/crate.obj -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/crate
> copying build/lib/open3d/test_data/sphere.ply -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/download_test_data.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/image.PNG -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/camera_trajectory.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/Crop
> copying build/lib/open3d/test_data/Crop/cropped.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/Crop
> copying build/lib/open3d/test_data/Crop/fragment.ply -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/Crop
> copying build/lib/open3d/test_data/depth.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/download_test_data.cmake -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/test_sample_ascii.ply -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/GraphOptimization
> copying build/lib/open3d/test_data/GraphOptimization/pose_graph_example_global.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/GraphOptimization
> copying build/lib/open3d/test_data/GraphOptimization/pose_graph_example_fragment.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/GraphOptimization
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/ColoredICP
> copying build/lib/open3d/test_data/ColoredICP/frag_116.ply -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/ColoredICP
> copying build/lib/open3d/test_data/ColoredICP/frag_115.ply -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/ColoredICP
> copying build/lib/open3d/test_data/bathtub_0154.ply -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/tensors_compressed.npz -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/Juneau.jpg -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/ICP
> copying build/lib/open3d/test_data/ICP/cloud_bin_0.pcd -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/ICP
> copying build/lib/open3d/test_data/ICP/cloud_bin_2.pcd -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/ICP
> copying build/lib/open3d/test_data/ICP/init.log -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/ICP
> copying build/lib/open3d/test_data/ICP/cloud_bin_1.pcd -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/ICP
> copying build/lib/open3d/test_data/knot.ply -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/camera.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/sword
> copying build/lib/open3d/test_data/sword/UV_blinn1SG_BaseColor.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/sword
> copying build/lib/open3d/test_data/sword/UV_blinn1SG_Roughness.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/sword
> copying build/lib/open3d/test_data/sword/README -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/sword
> copying build/lib/open3d/test_data/sword/UV.mtl -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/sword
> copying build/lib/open3d/test_data/sword/UV_blinn1SG_Metallic.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/sword
> copying build/lib/open3d/test_data/sword/UV.obj -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/sword
> copying build/lib/open3d/test_data/sword/UV_blinn1SG_Normal.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/sword
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/monkey
> copying build/lib/open3d/test_data/monkey/monkey.mtl -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/monkey
> copying build/lib/open3d/test_data/monkey/README -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/monkey
> copying build/lib/open3d/test_data/monkey/ao.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/monkey
> copying build/lib/open3d/test_data/monkey/monkey.obj -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/monkey
> copying build/lib/open3d/test_data/monkey/monkey_solid.obj -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/monkey
> copying build/lib/open3d/test_data/monkey/normal.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/monkey
> copying build/lib/open3d/test_data/monkey/roughness.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/monkey
> copying build/lib/open3d/test_data/monkey/monkey_solid.mtl -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/monkey
> copying build/lib/open3d/test_data/monkey/metallic.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/monkey
> copying build/lib/open3d/test_data/monkey/albedo.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/monkey
> copying build/lib/open3d/test_data/download_file_list.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/depth_syn_camera.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/depth_syn.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/color.ply -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/renderoption.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/fragment.ply -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/test_sample_custom.ply -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> copying build/lib/open3d/test_data/download_utils.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization
> copying build/lib/open3d/visualization/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization
> copying build/lib/open3d/visualization/_external_visualizer.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization
> copying build/lib/open3d/visualization/__main__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization
> copying build/lib/open3d/visualization/async_event_loop.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/gui
> copying build/lib/open3d/visualization/gui/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/gui
> copying build/lib/open3d/visualization/draw.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin
> copying build/lib/open3d/visualization/tensorboard_plugin/plugin_data_pb2.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin
> copying build/lib/open3d/visualization/tensorboard_plugin/util.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin
> copying build/lib/open3d/visualization/tensorboard_plugin/plugin_data.proto -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin
> copying build/lib/open3d/visualization/tensorboard_plugin/summary.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin
> copying build/lib/open3d/visualization/tensorboard_plugin/metadata.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin
> copying build/lib/open3d/visualization/tensorboard_plugin/labellut.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin/frontend
> copying build/lib/open3d/visualization/tensorboard_plugin/frontend/style.css -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin/frontend
> copying build/lib/open3d/visualization/tensorboard_plugin/frontend/index.js -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin/frontend
> copying build/lib/open3d/visualization/tensorboard_plugin/plugin.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin
> copying build/lib/open3d/visualization/tensorboard_plugin/colormap.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/rendering
> copying build/lib/open3d/visualization/rendering/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/rendering
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/app
> copying build/lib/open3d/visualization/app/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/app
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples
> copying build/lib/open3d/examples/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines
> copying build/lib/open3d/examples/pipelines/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines
> copying build/lib/open3d/examples/pipelines/registration_ransac.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines
> copying build/lib/open3d/examples/pipelines/rgbd_integration_uniform.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines
> copying build/lib/open3d/examples/pipelines/registration_fgr.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines
> copying build/lib/open3d/examples/pipelines/icp_registration.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines
> copying build/lib/open3d/examples/pipelines/multiway_registration.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines
> copying build/lib/open3d/examples/pipelines/pose_graph_optimization.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines
> copying build/lib/open3d/examples/pipelines/rgbd_odometry.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines
> copying build/lib/open3d/examples/pipelines/colored_pointcloud_registration.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines
> copying build/lib/open3d/examples/pipelines/robust_icp.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark
> copying build/lib/open3d/examples/benchmark/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark
> copying build/lib/open3d/examples/benchmark/benchmark_nns.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark
> copying build/lib/open3d/examples/benchmark/benchmark_utils.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark
> copying build/lib/open3d/examples/benchmark/benchmark_pre.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark
> copying build/lib/open3d/examples/benchmark/benchmark_ransac.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark
> copying build/lib/open3d/examples/benchmark/benchmark_fgr.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark
> copying build/lib/open3d/examples/benchmark/benchmark_tsdf.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> copying build/lib/open3d/examples/reconstruction_system/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> copying build/lib/open3d/examples/reconstruction_system/optimize_posegraph.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> copying build/lib/open3d/examples/reconstruction_system/slac_integrate.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> copying build/lib/open3d/examples/reconstruction_system/run_system.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> copying build/lib/open3d/examples/reconstruction_system/colored_icp.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> copying build/lib/open3d/examples/reconstruction_system/slac.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts
> copying build/lib/open3d/examples/reconstruction_system/scripts/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts
> copying build/lib/open3d/examples/reconstruction_system/scripts/synchronize_frames.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts
> copying build/lib/open3d/examples/reconstruction_system/scripts/download_tutorial.sh -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts
> copying build/lib/open3d/examples/reconstruction_system/scripts/download_dataset.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts
> copying build/lib/open3d/examples/reconstruction_system/scripts/requirements.txt -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts
> copying build/lib/open3d/examples/reconstruction_system/scripts/download_indoor_lidar_rgbd.sh -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts
> copying build/lib/open3d/examples/reconstruction_system/scripts/gdrive_download.sh -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts
> copying build/lib/open3d/examples/reconstruction_system/scripts/download_redwood_simulated.sh -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts
> copying build/lib/open3d/examples/reconstruction_system/scripts/download_redwood_objects.sh -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts
> copying build/lib/open3d/examples/reconstruction_system/scripts/download_stanford.sh -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors
> copying build/lib/open3d/examples/reconstruction_system/sensors/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors
> copying build/lib/open3d/examples/reconstruction_system/sensors/azure_kinect_mkv_reader.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors
> copying build/lib/open3d/examples/reconstruction_system/sensors/realsense_pcd_visualizer.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors
> copying build/lib/open3d/examples/reconstruction_system/sensors/default_config.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors
> copying build/lib/open3d/examples/reconstruction_system/sensors/azure_kinect_recorder.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors
> copying build/lib/open3d/examples/reconstruction_system/sensors/azure_kinect_viewer.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors
> copying build/lib/open3d/examples/reconstruction_system/sensors/realsense_recorder.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors
> copying build/lib/open3d/examples/reconstruction_system/sensors/realsense_helper.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug
> copying build/lib/open3d/examples/reconstruction_system/debug/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug
> copying build/lib/open3d/examples/reconstruction_system/debug/visualize_alignment.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug
> copying build/lib/open3d/examples/reconstruction_system/debug/visualize_pointcloud.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug
> copying build/lib/open3d/examples/reconstruction_system/debug/pairwise_rgbd_alignment.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug
> copying build/lib/open3d/examples/reconstruction_system/debug/visualize_scene.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug
> copying build/lib/open3d/examples/reconstruction_system/debug/visualize_fragments.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug
> copying build/lib/open3d/examples/reconstruction_system/debug/pairwise_pc_alignment.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug
> copying build/lib/open3d/examples/reconstruction_system/refine_registration.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_simulated
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_simulated/office1-clean.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_simulated
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_simulated/office2-simulated.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_simulated
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_simulated/livingroom1-clean.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_simulated
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_simulated/livingroom1-simulated.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_simulated
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_simulated/office2-clean.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_simulated
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_simulated/livingroom2-simulated.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_simulated
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_simulated/livingroom2-clean.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_simulated
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_simulated/office1-simulated.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_simulated
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/stanford
> copying build/lib/open3d/examples/reconstruction_system/config/stanford/totempole.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/stanford
> copying build/lib/open3d/examples/reconstruction_system/config/stanford/lounge.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/stanford
> copying build/lib/open3d/examples/reconstruction_system/config/stanford/stonewall.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/stanford
> copying build/lib/open3d/examples/reconstruction_system/config/stanford/burghers.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/stanford
> copying build/lib/open3d/examples/reconstruction_system/config/stanford/copyroom.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/stanford
> copying build/lib/open3d/examples/reconstruction_system/config/stanford/cactusgarden.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/stanford
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd
> copying build/lib/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd/lobby.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd
> copying build/lib/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd/apartment.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd
> copying build/lib/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd/loft.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd
> copying build/lib/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd/bedroom.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd
> copying build/lib/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd/boardroom.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/indoor_lidar_rgbd
> copying build/lib/open3d/examples/reconstruction_system/config/tutorial.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_objects
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_objects/sofa.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_objects
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_objects/plant.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_objects
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_objects/car.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_objects
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_objects/truck.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_objects
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_objects/motorcycle.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_objects
> copying build/lib/open3d/examples/reconstruction_system/config/redwood_objects/chair.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config/redwood_objects
> copying build/lib/open3d/examples/reconstruction_system/config/realsense.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/config
> copying build/lib/open3d/examples/reconstruction_system/make_fragments.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> copying build/lib/open3d/examples/reconstruction_system/register_fragments.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> copying build/lib/open3d/examples/reconstruction_system/initialize_config.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> copying build/lib/open3d/examples/reconstruction_system/color_map_optimization_for_reconstruction_system.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> copying build/lib/open3d/examples/reconstruction_system/integrate_scene.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> copying build/lib/open3d/examples/reconstruction_system/opencv_pose_estimation.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_from_point_cloud_poisson.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_dbscan_clustering.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_from_point_cloud_ball_pivoting.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_paint.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_outlier_removal_radius.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_outlier_removal_statistical.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/image_processing.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_with_numpy.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_to_rgbd.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_hidden_point_removal.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/kd_tree_search.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_properties.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/ray_casting_closest_geometry.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_distance.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_transformation.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/rgbd_datasets.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_simplification_decimation.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/ray_casting_to_image.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_deformation.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_filtering_average.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_voxel_downsampling.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_subdivision.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_to_depth.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/octree_find_leaf.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_cropping.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/kd_tree_feature_matching.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_normal_estimation.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/octree_from_voxel_grid.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/voxel_grid_from_point_cloud.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_transformation.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_from_point_cloud_alpha_shapes.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_crop.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_simplification_vertex_clustering.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/octree_point_cloud.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_iss_keypoint_detector.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_sampling.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/ray_casting_sdf.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/octree_traversal.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/voxel_grid_carving.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_normal_estimation.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_with_numpy.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_convex_hull.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/triangle_mesh_connected_components.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_plane_segmentation.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/point_cloud_bounding_box.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> copying build/lib/open3d/examples/geometry/voxel_grid_from_triangle_mesh.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/camera
> copying build/lib/open3d/examples/camera/camera_trajectory.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/camera
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system
> copying build/lib/open3d/examples/t_reconstruction_system/default_intrinsics.json -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system
> copying build/lib/open3d/examples/t_reconstruction_system/ray_casting.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system
> copying build/lib/open3d/examples/t_reconstruction_system/dense_slam_gui.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system
> copying build/lib/open3d/examples/t_reconstruction_system/integrate.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system
> copying build/lib/open3d/examples/t_reconstruction_system/dense_slam.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system
> copying build/lib/open3d/examples/t_reconstruction_system/common.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system
> copying build/lib/open3d/examples/t_reconstruction_system/config.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system
> copying build/lib/open3d/examples/t_reconstruction_system/integrate_custom.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system
> copying build/lib/open3d/examples/t_reconstruction_system/default_config.yml -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/multiple_windows.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/remove_geometry.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/icon-32 at 2x.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/demo_scene.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/customized_visualization_key_action.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/load_save_viewpoint.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/draw.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/non_blocking_visualization.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/textured_mesh.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/online_processing.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/all_widgets.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/tensorboard_tensorflow.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/non_english.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/video.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/interactive_visualization.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/line_width.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/render_to_image.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/textured_model.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/customized_visualization.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/add_geometry.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/tensorboard_pytorch.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/icon-32.png -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/headless_rendering.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/text3d.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/draw_webrtc.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/mouse_and_point_coord.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/visualization/vis_gui.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization
> copying build/lib/open3d/examples/open3d_example.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/utility
> copying build/lib/open3d/examples/utility/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/utility
> copying build/lib/open3d/examples/utility/vector.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/utility
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/io
> copying build/lib/open3d/examples/io/realsense_io.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/io
> copying build/lib/open3d/examples/io/image_io.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/io
> copying build/lib/open3d/examples/io/point_cloud_io.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/io
> copying build/lib/open3d/examples/io/triangle_mesh_io.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/io
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml
> copying build/lib/open3d/ml/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml
> copying build/lib/open3d/ml/vis.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml
> copying build/lib/open3d/ml/configs.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch
> copying build/lib/open3d/ml/torch/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/layers
> copying build/lib/open3d/ml/torch/layers/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/layers
> copying build/lib/open3d/ml/torch/vis.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch
> copying build/lib/open3d/ml/torch/models.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch
> copying build/lib/open3d/ml/torch/configs.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/python
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/python/layers
> copying build/lib/open3d/ml/torch/python/layers/voxel_pooling.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/python/layers
> copying build/lib/open3d/ml/torch/python/layers/neighbor_search.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/python/layers
> copying build/lib/open3d/ml/torch/python/layers/convolutions.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/python/layers
> copying build/lib/open3d/ml/torch/python/ops.py.in -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/python
> copying build/lib/open3d/ml/torch/python/return_types.py.in -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/python
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/ops
> copying build/lib/open3d/ml/torch/ops/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/ops
> copying build/lib/open3d/ml/torch/modules.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch
> copying build/lib/open3d/ml/torch/pipelines.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch
> copying build/lib/open3d/ml/torch/dataloaders.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch
> copying build/lib/open3d/ml/torch/datasets.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/classes
> copying build/lib/open3d/ml/torch/classes/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/classes
> copying build/lib/open3d/ml/torch/classes/ragged_tensor.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/classes
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/contrib
> copying build/lib/open3d/ml/contrib/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/contrib
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf
> copying build/lib/open3d/ml/tf/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/layers
> copying build/lib/open3d/ml/tf/layers/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/layers
> copying build/lib/open3d/ml/tf/vis.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf
> copying build/lib/open3d/ml/tf/models.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf
> copying build/lib/open3d/ml/tf/configs.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/layers
> copying build/lib/open3d/ml/tf/python/layers/voxel_pooling.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/layers
> copying build/lib/open3d/ml/tf/python/layers/neighbor_search.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/layers
> copying build/lib/open3d/ml/tf/python/layers/convolutions.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/layers
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/ops
> copying build/lib/open3d/ml/tf/python/ops/ops.py.in -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/ops
> copying build/lib/open3d/ml/tf/python/ops/lib.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/ops
> copying build/lib/open3d/ml/tf/python/ops/gradients.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/ops
> creating /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/ops
> copying build/lib/open3d/ml/tf/ops/__init__.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/ops
> copying build/lib/open3d/ml/tf/modules.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf
> copying build/lib/open3d/ml/tf/pipelines.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf
> copying build/lib/open3d/ml/tf/dataloaders.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf
> copying build/lib/open3d/ml/tf/datasets.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf
> copying build/lib/open3d/ml/datasets.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml
> copying build/lib/open3d/ml/utils.py -> /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/web_visualizer.py to web_visualizer.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/tools/cli.py to cli.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/core.py to core.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/_build_config.py to _build_config.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/app.py to app.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/download_test_data.py to download_test_data.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/test_data/download_utils.py to download_utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/_external_visualizer.py to _external_visualizer.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/__main__.py to __main__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/async_event_loop.py to async_event_loop.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/gui/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/draw.py to draw.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin/plugin_data_pb2.py to plugin_data_pb2.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin/util.py to util.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin/summary.py to summary.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin/metadata.py to metadata.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin/labellut.py to labellut.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin/plugin.py to plugin.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/tensorboard_plugin/colormap.py to colormap.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/rendering/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/visualization/app/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines/registration_ransac.py to registration_ransac.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines/rgbd_integration_uniform.py to rgbd_integration_uniform.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines/registration_fgr.py to registration_fgr.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines/icp_registration.py to icp_registration.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines/multiway_registration.py to multiway_registration.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines/pose_graph_optimization.py to pose_graph_optimization.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines/rgbd_odometry.py to rgbd_odometry.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines/colored_pointcloud_registration.py to colored_pointcloud_registration.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/pipelines/robust_icp.py to robust_icp.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark/benchmark_nns.py to benchmark_nns.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark/benchmark_utils.py to benchmark_utils.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark/benchmark_pre.py to benchmark_pre.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark/benchmark_ransac.py to benchmark_ransac.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark/benchmark_fgr.py to benchmark_fgr.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/benchmark/benchmark_tsdf.py to benchmark_tsdf.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/optimize_posegraph.py to optimize_posegraph.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/slac_integrate.py to slac_integrate.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/run_system.py to run_system.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/colored_icp.py to colored_icp.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/slac.py to slac.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts/synchronize_frames.py to synchronize_frames.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/scripts/download_dataset.py to download_dataset.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors/azure_kinect_mkv_reader.py to azure_kinect_mkv_reader.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors/realsense_pcd_visualizer.py to realsense_pcd_visualizer.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors/azure_kinect_recorder.py to azure_kinect_recorder.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors/azure_kinect_viewer.py to azure_kinect_viewer.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors/realsense_recorder.py to realsense_recorder.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/sensors/realsense_helper.py to realsense_helper.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug/visualize_alignment.py to visualize_alignment.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug/visualize_pointcloud.py to visualize_pointcloud.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug/pairwise_rgbd_alignment.py to pairwise_rgbd_alignment.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug/visualize_scene.py to visualize_scene.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug/visualize_fragments.py to visualize_fragments.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/debug/pairwise_pc_alignment.py to pairwise_pc_alignment.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/refine_registration.py to refine_registration.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/make_fragments.py to make_fragments.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/register_fragments.py to register_fragments.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/initialize_config.py to initialize_config.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/color_map_optimization_for_reconstruction_system.py to color_map_optimization_for_reconstruction_system.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/integrate_scene.py to integrate_scene.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/reconstruction_system/opencv_pose_estimation.py to opencv_pose_estimation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_from_point_cloud_poisson.py to triangle_mesh_from_point_cloud_poisson.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_dbscan_clustering.py to point_cloud_dbscan_clustering.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_from_point_cloud_ball_pivoting.py to triangle_mesh_from_point_cloud_ball_pivoting.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_paint.py to point_cloud_paint.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_outlier_removal_radius.py to point_cloud_outlier_removal_radius.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_outlier_removal_statistical.py to point_cloud_outlier_removal_statistical.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/image_processing.py to image_processing.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_with_numpy.py to point_cloud_with_numpy.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_to_rgbd.py to point_cloud_to_rgbd.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_hidden_point_removal.py to point_cloud_hidden_point_removal.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/kd_tree_search.py to kd_tree_search.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_properties.py to triangle_mesh_properties.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/ray_casting_closest_geometry.py to ray_casting_closest_geometry.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_distance.py to point_cloud_distance.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_transformation.py to point_cloud_transformation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/rgbd_datasets.py to rgbd_datasets.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_simplification_decimation.py to triangle_mesh_simplification_decimation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/ray_casting_to_image.py to ray_casting_to_image.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_deformation.py to triangle_mesh_deformation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_filtering_average.py to triangle_mesh_filtering_average.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_voxel_downsampling.py to point_cloud_voxel_downsampling.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_subdivision.py to triangle_mesh_subdivision.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_to_depth.py to point_cloud_to_depth.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/octree_find_leaf.py to octree_find_leaf.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_cropping.py to triangle_mesh_cropping.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/kd_tree_feature_matching.py to kd_tree_feature_matching.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_normal_estimation.py to point_cloud_normal_estimation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/octree_from_voxel_grid.py to octree_from_voxel_grid.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/voxel_grid_from_point_cloud.py to voxel_grid_from_point_cloud.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_transformation.py to triangle_mesh_transformation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_from_point_cloud_alpha_shapes.py to triangle_mesh_from_point_cloud_alpha_shapes.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_crop.py to point_cloud_crop.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_simplification_vertex_clustering.py to triangle_mesh_simplification_vertex_clustering.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/octree_point_cloud.py to octree_point_cloud.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_iss_keypoint_detector.py to point_cloud_iss_keypoint_detector.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_sampling.py to triangle_mesh_sampling.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/ray_casting_sdf.py to ray_casting_sdf.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/octree_traversal.py to octree_traversal.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/voxel_grid_carving.py to voxel_grid_carving.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_normal_estimation.py to triangle_mesh_normal_estimation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_with_numpy.py to triangle_mesh_with_numpy.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_convex_hull.py to point_cloud_convex_hull.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/triangle_mesh_connected_components.py to triangle_mesh_connected_components.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_plane_segmentation.py to point_cloud_plane_segmentation.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/point_cloud_bounding_box.py to point_cloud_bounding_box.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/geometry/voxel_grid_from_triangle_mesh.py to voxel_grid_from_triangle_mesh.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/camera/camera_trajectory.py to camera_trajectory.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system/ray_casting.py to ray_casting.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system/dense_slam_gui.py to dense_slam_gui.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system/integrate.py to integrate.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system/dense_slam.py to dense_slam.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system/common.py to common.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system/config.py to config.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/t_reconstruction_system/integrate_custom.py to integrate_custom.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/multiple_windows.py to multiple_windows.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/remove_geometry.py to remove_geometry.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/demo_scene.py to demo_scene.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/customized_visualization_key_action.py to customized_visualization_key_action.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/load_save_viewpoint.py to load_save_viewpoint.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/draw.py to draw.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/non_blocking_visualization.py to non_blocking_visualization.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/textured_mesh.py to textured_mesh.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/online_processing.py to online_processing.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/all_widgets.py to all_widgets.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/tensorboard_tensorflow.py to tensorboard_tensorflow.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/non_english.py to non_english.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/video.py to video.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/interactive_visualization.py to interactive_visualization.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/line_width.py to line_width.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/render_to_image.py to render_to_image.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/textured_model.py to textured_model.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/customized_visualization.py to customized_visualization.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/add_geometry.py to add_geometry.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/tensorboard_pytorch.py to tensorboard_pytorch.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/headless_rendering.py to headless_rendering.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/text3d.py to text3d.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/draw_webrtc.py to draw_webrtc.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/mouse_and_point_coord.py to mouse_and_point_coord.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/visualization/vis_gui.py to vis_gui.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/open3d_example.py to open3d_example.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/utility/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/utility/vector.py to vector.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/io/realsense_io.py to realsense_io.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/io/image_io.py to image_io.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/io/point_cloud_io.py to point_cloud_io.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/examples/io/triangle_mesh_io.py to triangle_mesh_io.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/vis.py to vis.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/configs.py to configs.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/layers/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/vis.py to vis.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/models.py to models.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/configs.py to configs.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/python/layers/voxel_pooling.py to voxel_pooling.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/python/layers/neighbor_search.py to neighbor_search.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/python/layers/convolutions.py to convolutions.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/ops/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/modules.py to modules.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/pipelines.py to pipelines.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/dataloaders.py to dataloaders.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/datasets.py to datasets.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/classes/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/torch/classes/ragged_tensor.py to ragged_tensor.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/contrib/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/layers/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/vis.py to vis.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/models.py to models.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/configs.py to configs.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/layers/voxel_pooling.py to voxel_pooling.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/layers/neighbor_search.py to neighbor_search.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/layers/convolutions.py to convolutions.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/ops/lib.py to lib.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/python/ops/gradients.py to gradients.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/ops/__init__.py to __init__.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/modules.py to modules.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/pipelines.py to pipelines.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/dataloaders.py to dataloaders.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/tf/datasets.py to datasets.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/datasets.py to datasets.cpython-310.pyc
> byte-compiling /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d/ml/utils.py to utils.cpython-310.pyc
> running install_egg_info
> Copying open3d.egg-info to /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/lib/python3.10/dist-packages/open3d-0.15.1-py3.10.egg-info
> running install_scripts
> Installing open3d script to /<<PKGBUILDDIR>>/debian/python3-open3d/usr/local/bin
> rm -r debian/python3-open3d/usr/lib/python*/*-packages/open3d/resources
> rm: cannot remove 'debian/python3-open3d/usr/lib/python*/*-packages/open3d/resources': No such file or directory
> make[1]: *** [debian/rules:74: execute_after_dh_auto_install] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/10/23/open3d_0.15.1+ds-5_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221023;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221023&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the debian-science-maintainers mailing list