remove gitignore
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
Invoking command in '/BA/workspace/build/mock_robot': PYTHONPATH=/BA/workspace/build/mock_robot/prefix_override:/usr/lib/python3/dist-packages/colcon_core/task/python/colcon_distutils_commands:/BA/workspace/install/mock_robot/lib/python3.10/site-packages:${PYTHONPATH} /usr/bin/python3 -W ignore:setup.py install is deprecated -W ignore:easy_install command is deprecated setup.py develop --uninstall --editable --build-directory /BA/workspace/build/mock_robot/build
|
||||
Invoked command in '/BA/workspace/build/mock_robot' returned '0': PYTHONPATH=/BA/workspace/build/mock_robot/prefix_override:/usr/lib/python3/dist-packages/colcon_core/task/python/colcon_distutils_commands:/BA/workspace/install/mock_robot/lib/python3.10/site-packages:${PYTHONPATH} /usr/bin/python3 -W ignore:setup.py install is deprecated -W ignore:easy_install command is deprecated setup.py develop --uninstall --editable --build-directory /BA/workspace/build/mock_robot/build
|
||||
Invoking command in '/BA/workspace/src/mock_robot': PYTHONPATH=/BA/workspace/build/mock_robot/prefix_override:/usr/lib/python3/dist-packages/colcon_core/task/python/colcon_distutils_commands:/BA/workspace/install/mock_robot/lib/python3.10/site-packages:${PYTHONPATH} /usr/bin/python3 -W ignore:setup.py install is deprecated -W ignore:easy_install command is deprecated setup.py egg_info --egg-base ../../build/mock_robot build --build-base /BA/workspace/build/mock_robot/build install --record /BA/workspace/build/mock_robot/install.log --single-version-externally-managed install_data --force
|
||||
Invoked command in '/BA/workspace/src/mock_robot' returned '0': PYTHONPATH=/BA/workspace/build/mock_robot/prefix_override:/usr/lib/python3/dist-packages/colcon_core/task/python/colcon_distutils_commands:/BA/workspace/install/mock_robot/lib/python3.10/site-packages:${PYTHONPATH} /usr/bin/python3 -W ignore:setup.py install is deprecated -W ignore:easy_install command is deprecated setup.py egg_info --egg-base ../../build/mock_robot build --build-base /BA/workspace/build/mock_robot/build install --record /BA/workspace/build/mock_robot/install.log --single-version-externally-managed install_data --force
|
||||
@@ -0,0 +1,28 @@
|
||||
running develop
|
||||
Removing /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock-robot.egg-link (link to .)
|
||||
running egg_info
|
||||
writing ../../build/mock_robot/mock_robot.egg-info/PKG-INFO
|
||||
writing dependency_links to ../../build/mock_robot/mock_robot.egg-info/dependency_links.txt
|
||||
writing entry points to ../../build/mock_robot/mock_robot.egg-info/entry_points.txt
|
||||
writing requirements to ../../build/mock_robot/mock_robot.egg-info/requires.txt
|
||||
writing top-level names to ../../build/mock_robot/mock_robot.egg-info/top_level.txt
|
||||
reading manifest file '../../build/mock_robot/mock_robot.egg-info/SOURCES.txt'
|
||||
writing manifest file '../../build/mock_robot/mock_robot.egg-info/SOURCES.txt'
|
||||
running build
|
||||
running build_py
|
||||
copying mock_robot/robot_node.py -> /BA/workspace/build/mock_robot/build/lib/mock_robot
|
||||
running install
|
||||
running install_lib
|
||||
creating /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot
|
||||
copying /BA/workspace/build/mock_robot/build/lib/mock_robot/robot_node.py -> /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot
|
||||
copying /BA/workspace/build/mock_robot/build/lib/mock_robot/__init__.py -> /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot
|
||||
byte-compiling /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot/robot_node.py to robot_node.cpython-310.pyc
|
||||
byte-compiling /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot/__init__.py to __init__.cpython-310.pyc
|
||||
running install_data
|
||||
copying resource/mock_robot -> /BA/workspace/install/mock_robot/share/ament_index/resource_index/packages
|
||||
copying package.xml -> /BA/workspace/install/mock_robot/share/mock_robot
|
||||
running install_egg_info
|
||||
Copying ../../build/mock_robot/mock_robot.egg-info to /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot-0.0.0-py3.10.egg-info
|
||||
running install_scripts
|
||||
Installing mock_robot script to /BA/workspace/install/mock_robot/lib/mock_robot
|
||||
writing list of installed files to '/BA/workspace/build/mock_robot/install.log'
|
||||
@@ -0,0 +1,28 @@
|
||||
running develop
|
||||
Removing /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock-robot.egg-link (link to .)
|
||||
running egg_info
|
||||
writing ../../build/mock_robot/mock_robot.egg-info/PKG-INFO
|
||||
writing dependency_links to ../../build/mock_robot/mock_robot.egg-info/dependency_links.txt
|
||||
writing entry points to ../../build/mock_robot/mock_robot.egg-info/entry_points.txt
|
||||
writing requirements to ../../build/mock_robot/mock_robot.egg-info/requires.txt
|
||||
writing top-level names to ../../build/mock_robot/mock_robot.egg-info/top_level.txt
|
||||
reading manifest file '../../build/mock_robot/mock_robot.egg-info/SOURCES.txt'
|
||||
writing manifest file '../../build/mock_robot/mock_robot.egg-info/SOURCES.txt'
|
||||
running build
|
||||
running build_py
|
||||
copying mock_robot/robot_node.py -> /BA/workspace/build/mock_robot/build/lib/mock_robot
|
||||
running install
|
||||
running install_lib
|
||||
creating /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot
|
||||
copying /BA/workspace/build/mock_robot/build/lib/mock_robot/robot_node.py -> /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot
|
||||
copying /BA/workspace/build/mock_robot/build/lib/mock_robot/__init__.py -> /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot
|
||||
byte-compiling /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot/robot_node.py to robot_node.cpython-310.pyc
|
||||
byte-compiling /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot/__init__.py to __init__.cpython-310.pyc
|
||||
running install_data
|
||||
copying resource/mock_robot -> /BA/workspace/install/mock_robot/share/ament_index/resource_index/packages
|
||||
copying package.xml -> /BA/workspace/install/mock_robot/share/mock_robot
|
||||
running install_egg_info
|
||||
Copying ../../build/mock_robot/mock_robot.egg-info to /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot-0.0.0-py3.10.egg-info
|
||||
running install_scripts
|
||||
Installing mock_robot script to /BA/workspace/install/mock_robot/lib/mock_robot
|
||||
writing list of installed files to '/BA/workspace/build/mock_robot/install.log'
|
||||
@@ -0,0 +1,32 @@
|
||||
[1.253s] Invoking command in '/BA/workspace/build/mock_robot': PYTHONPATH=/BA/workspace/build/mock_robot/prefix_override:/usr/lib/python3/dist-packages/colcon_core/task/python/colcon_distutils_commands:/BA/workspace/install/mock_robot/lib/python3.10/site-packages:${PYTHONPATH} /usr/bin/python3 -W ignore:setup.py install is deprecated -W ignore:easy_install command is deprecated setup.py develop --uninstall --editable --build-directory /BA/workspace/build/mock_robot/build
|
||||
[1.533s] running develop
|
||||
[1.646s] Removing /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock-robot.egg-link (link to .)
|
||||
[1.658s] Invoked command in '/BA/workspace/build/mock_robot' returned '0': PYTHONPATH=/BA/workspace/build/mock_robot/prefix_override:/usr/lib/python3/dist-packages/colcon_core/task/python/colcon_distutils_commands:/BA/workspace/install/mock_robot/lib/python3.10/site-packages:${PYTHONPATH} /usr/bin/python3 -W ignore:setup.py install is deprecated -W ignore:easy_install command is deprecated setup.py develop --uninstall --editable --build-directory /BA/workspace/build/mock_robot/build
|
||||
[1.664s] Invoking command in '/BA/workspace/src/mock_robot': PYTHONPATH=/BA/workspace/build/mock_robot/prefix_override:/usr/lib/python3/dist-packages/colcon_core/task/python/colcon_distutils_commands:/BA/workspace/install/mock_robot/lib/python3.10/site-packages:${PYTHONPATH} /usr/bin/python3 -W ignore:setup.py install is deprecated -W ignore:easy_install command is deprecated setup.py egg_info --egg-base ../../build/mock_robot build --build-base /BA/workspace/build/mock_robot/build install --record /BA/workspace/build/mock_robot/install.log --single-version-externally-managed install_data --force
|
||||
[1.929s] running egg_info
|
||||
[1.930s] writing ../../build/mock_robot/mock_robot.egg-info/PKG-INFO
|
||||
[1.930s] writing dependency_links to ../../build/mock_robot/mock_robot.egg-info/dependency_links.txt
|
||||
[1.933s] writing entry points to ../../build/mock_robot/mock_robot.egg-info/entry_points.txt
|
||||
[1.936s] writing requirements to ../../build/mock_robot/mock_robot.egg-info/requires.txt
|
||||
[1.937s] writing top-level names to ../../build/mock_robot/mock_robot.egg-info/top_level.txt
|
||||
[1.945s] reading manifest file '../../build/mock_robot/mock_robot.egg-info/SOURCES.txt'
|
||||
[1.949s] writing manifest file '../../build/mock_robot/mock_robot.egg-info/SOURCES.txt'
|
||||
[1.950s] running build
|
||||
[1.950s] running build_py
|
||||
[1.951s] copying mock_robot/robot_node.py -> /BA/workspace/build/mock_robot/build/lib/mock_robot
|
||||
[1.954s] running install
|
||||
[1.956s] running install_lib
|
||||
[1.956s] creating /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot
|
||||
[1.957s] copying /BA/workspace/build/mock_robot/build/lib/mock_robot/robot_node.py -> /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot
|
||||
[1.958s] copying /BA/workspace/build/mock_robot/build/lib/mock_robot/__init__.py -> /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot
|
||||
[1.960s] byte-compiling /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot/robot_node.py to robot_node.cpython-310.pyc
|
||||
[1.965s] byte-compiling /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot/__init__.py to __init__.cpython-310.pyc
|
||||
[1.966s] running install_data
|
||||
[1.967s] copying resource/mock_robot -> /BA/workspace/install/mock_robot/share/ament_index/resource_index/packages
|
||||
[1.968s] copying package.xml -> /BA/workspace/install/mock_robot/share/mock_robot
|
||||
[1.971s] running install_egg_info
|
||||
[1.972s] Copying ../../build/mock_robot/mock_robot.egg-info to /BA/workspace/install/mock_robot/lib/python3.10/site-packages/mock_robot-0.0.0-py3.10.egg-info
|
||||
[1.980s] running install_scripts
|
||||
[2.005s] Installing mock_robot script to /BA/workspace/install/mock_robot/lib/mock_robot
|
||||
[2.010s] writing list of installed files to '/BA/workspace/build/mock_robot/install.log'
|
||||
[2.049s] Invoked command in '/BA/workspace/src/mock_robot' returned '0': PYTHONPATH=/BA/workspace/build/mock_robot/prefix_override:/usr/lib/python3/dist-packages/colcon_core/task/python/colcon_distutils_commands:/BA/workspace/install/mock_robot/lib/python3.10/site-packages:${PYTHONPATH} /usr/bin/python3 -W ignore:setup.py install is deprecated -W ignore:easy_install command is deprecated setup.py egg_info --egg-base ../../build/mock_robot build --build-base /BA/workspace/build/mock_robot/build install --record /BA/workspace/build/mock_robot/install.log --single-version-externally-managed install_data --force
|
||||
Reference in New Issue
Block a user