| 123456789101112131415161718192021222324252627282930313233343536 |
- running egg_info
- creating ../../build/camera_opencv/camera_opencv.egg-info
- writing ../../build/camera_opencv/camera_opencv.egg-info/PKG-INFO
- writing dependency_links to ../../build/camera_opencv/camera_opencv.egg-info/dependency_links.txt
- writing entry points to ../../build/camera_opencv/camera_opencv.egg-info/entry_points.txt
- writing requirements to ../../build/camera_opencv/camera_opencv.egg-info/requires.txt
- writing top-level names to ../../build/camera_opencv/camera_opencv.egg-info/top_level.txt
- writing manifest file '../../build/camera_opencv/camera_opencv.egg-info/SOURCES.txt'
- reading manifest file '../../build/camera_opencv/camera_opencv.egg-info/SOURCES.txt'
- adding license file 'LICENSE'
- writing manifest file '../../build/camera_opencv/camera_opencv.egg-info/SOURCES.txt'
- running build
- running build_py
- creating /home/ubuntu/eyes/build/camera_opencv/build
- creating /home/ubuntu/eyes/build/camera_opencv/build/lib
- creating /home/ubuntu/eyes/build/camera_opencv/build/lib/camera_opencv
- copying camera_opencv/__init__.py -> /home/ubuntu/eyes/build/camera_opencv/build/lib/camera_opencv
- copying camera_opencv/camera_display.py -> /home/ubuntu/eyes/build/camera_opencv/build/lib/camera_opencv
- running install
- running install_lib
- creating /home/ubuntu/eyes/install/camera_opencv/lib/python3.10/site-packages/camera_opencv
- copying /home/ubuntu/eyes/build/camera_opencv/build/lib/camera_opencv/__init__.py -> /home/ubuntu/eyes/install/camera_opencv/lib/python3.10/site-packages/camera_opencv
- copying /home/ubuntu/eyes/build/camera_opencv/build/lib/camera_opencv/camera_display.py -> /home/ubuntu/eyes/install/camera_opencv/lib/python3.10/site-packages/camera_opencv
- byte-compiling /home/ubuntu/eyes/install/camera_opencv/lib/python3.10/site-packages/camera_opencv/__init__.py to __init__.cpython-310.pyc
- byte-compiling /home/ubuntu/eyes/install/camera_opencv/lib/python3.10/site-packages/camera_opencv/camera_display.py to camera_display.cpython-310.pyc
- running install_data
- creating /home/ubuntu/eyes/install/camera_opencv/share/ament_index
- creating /home/ubuntu/eyes/install/camera_opencv/share/ament_index/resource_index
- creating /home/ubuntu/eyes/install/camera_opencv/share/ament_index/resource_index/packages
- copying resource/camera_opencv -> /home/ubuntu/eyes/install/camera_opencv/share/ament_index/resource_index/packages
- copying package.xml -> /home/ubuntu/eyes/install/camera_opencv/share/camera_opencv
- running install_egg_info
- Copying ../../build/camera_opencv/camera_opencv.egg-info to /home/ubuntu/eyes/install/camera_opencv/lib/python3.10/site-packages/camera_opencv-0.0.0-py3.10.egg-info
- running install_scripts
- Installing camera_display script to /home/ubuntu/eyes/install/camera_opencv/lib/camera_opencv
- writing list of installed files to '/home/ubuntu/eyes/build/camera_opencv/install.log'
|