Collecting cloudshell-sdn-odl==1.0 1 location(s) to search for versions of cloudshell-sdn-odl: * https://pypi.python.org/simple/cloudshell-sdn-odl/ Getting page https://pypi.python.org/simple/cloudshell-sdn-odl/ Analyzing links from page https://pypi.python.org/simple/cloudshell-sdn-odl/ Found link https://pypi.python.org/packages/01/f3/e71ebc8fbda8cf3896689cf73903d35ee98b1919dd4bf62bf7e1c14113d5/cloudshell-sdn-odl-1.0.tar.gz#md5=9fdd11e720dd147c9e6ad9d995d9a45d (from https://pypi.python.org/simple/cloudshell-sdn-odl/), version: 1.0 Using version 1.0 (newest of versions: 1.0) Downloading cloudshell-sdn-odl-1.0.tar.gz Downloading from URL https://pypi.python.org/packages/01/f3/e71ebc8fbda8cf3896689cf73903d35ee98b1919dd4bf62bf7e1c14113d5/cloudshell-sdn-odl-1.0.tar.gz#md5=9fdd11e720dd147c9e6ad9d995d9a45d (from https://pypi.python.org/simple/cloudshell-sdn-odl/) Running setup.py (path:/tmp/pip-build-jnb8q09c/cloudshell-sdn-odl/setup.py) egg_info for package cloudshell-sdn-odl Running command python setup.py egg_info running egg_info creating pip-egg-info/cloudshell_sdn_odl.egg-info writing dependency_links to pip-egg-info/cloudshell_sdn_odl.egg-info/dependency_links.txt writing pip-egg-info/cloudshell_sdn_odl.egg-info/PKG-INFO writing requirements to pip-egg-info/cloudshell_sdn_odl.egg-info/requires.txt writing top-level names to pip-egg-info/cloudshell_sdn_odl.egg-info/top_level.txt writing manifest file 'pip-egg-info/cloudshell_sdn_odl.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/cloudshell_sdn_odl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.ini' anywhere in distribution writing manifest file 'pip-egg-info/cloudshell_sdn_odl.egg-info/SOURCES.txt' Source in /tmp/pip-build-jnb8q09c/cloudshell-sdn-odl has version 1.0, which satisfies requirement cloudshell-sdn-odl==1.0 from https://pypi.python.org/packages/01/f3/e71ebc8fbda8cf3896689cf73903d35ee98b1919dd4bf62bf7e1c14113d5/cloudshell-sdn-odl-1.0.tar.gz#md5=9fdd11e720dd147c9e6ad9d995d9a45d Building wheels for collected packages: cloudshell-sdn-odl Running setup.py bdist_wheel for cloudshell-sdn-odl: started Destination directory: /tmp/tmpceuys70lpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-jnb8q09c/cloudshell-sdn-odl/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpceuys70lpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/cloudshell copying cloudshell/__init__.py -> build/lib/cloudshell creating build/lib/tests/sdn copying tests/sdn/__init__.py -> build/lib/tests/sdn creating build/lib/tests/sdn/odl copying tests/sdn/odl/__init__.py -> build/lib/tests/sdn/odl copying tests/sdn/odl/test_client.py -> build/lib/tests/sdn/odl creating build/lib/cloudshell/sdn copying cloudshell/sdn/resource_driver_interface.py -> build/lib/cloudshell/sdn copying cloudshell/sdn/__init__.py -> build/lib/cloudshell/sdn creating build/lib/cloudshell/sdn/runners copying cloudshell/sdn/runners/remove_openflow_runner.py -> build/lib/cloudshell/sdn/runners copying cloudshell/sdn/runners/__init__.py -> build/lib/cloudshell/sdn/runners copying cloudshell/sdn/runners/connectivity_runner.py -> build/lib/cloudshell/sdn/runners copying cloudshell/sdn/runners/autoload_runner.py -> build/lib/cloudshell/sdn/runners creating build/lib/cloudshell/sdn/odl copying cloudshell/sdn/odl/client.py -> build/lib/cloudshell/sdn/odl copying cloudshell/sdn/odl/__init__.py -> build/lib/cloudshell/sdn/odl copying cloudshell/sdn/odl/converter.py -> build/lib/cloudshell/sdn/odl creating build/lib/cloudshell/sdn/odl/flows copying cloudshell/sdn/odl/flows/remove_openflow_flow.py -> build/lib/cloudshell/sdn/odl/flows copying cloudshell/sdn/odl/flows/__init__.py -> build/lib/cloudshell/sdn/odl/flows copying cloudshell/sdn/odl/flows/create_connectivity_flow.py -> build/lib/cloudshell/sdn/odl/flows copying cloudshell/sdn/odl/flows/autoload_flow.py -> build/lib/cloudshell/sdn/odl/flows copying cloudshell/sdn/odl/flows/remove_connectivity_flow.py -> build/lib/cloudshell/sdn/odl/flows creating build/lib/cloudshell/sdn/odl/runners copying cloudshell/sdn/odl/runners/remove_openflow_runner.py -> build/lib/cloudshell/sdn/odl/runners copying cloudshell/sdn/odl/runners/__init__.py -> build/lib/cloudshell/sdn/odl/runners copying cloudshell/sdn/odl/runners/connectivity_runner.py -> build/lib/cloudshell/sdn/odl/runners copying cloudshell/sdn/odl/runners/autoload_runner.py -> build/lib/cloudshell/sdn/odl/runners running egg_info writing requirements to cloudshell_sdn_odl.egg-info/requires.txt writing dependency_links to cloudshell_sdn_odl.egg-info/dependency_links.txt writing cloudshell_sdn_odl.egg-info/PKG-INFO writing top-level names to cloudshell_sdn_odl.egg-info/top_level.txt reading manifest file 'cloudshell_sdn_odl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.ini' anywhere in distribution writing manifest file 'cloudshell_sdn_odl.egg-info/SOURCES.txt' installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/sdn copying build/lib/tests/sdn/__init__.py -> build/bdist.linux-armv7l/wheel/tests/sdn creating build/bdist.linux-armv7l/wheel/tests/sdn/odl copying build/lib/tests/sdn/odl/__init__.py -> build/bdist.linux-armv7l/wheel/tests/sdn/odl copying build/lib/tests/sdn/odl/test_client.py -> build/bdist.linux-armv7l/wheel/tests/sdn/odl creating build/bdist.linux-armv7l/wheel/cloudshell copying build/lib/cloudshell/__init__.py -> build/bdist.linux-armv7l/wheel/cloudshell creating build/bdist.linux-armv7l/wheel/cloudshell/sdn copying build/lib/cloudshell/sdn/resource_driver_interface.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn copying build/lib/cloudshell/sdn/__init__.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn creating build/bdist.linux-armv7l/wheel/cloudshell/sdn/runners copying build/lib/cloudshell/sdn/runners/remove_openflow_runner.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/runners copying build/lib/cloudshell/sdn/runners/__init__.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/runners copying build/lib/cloudshell/sdn/runners/connectivity_runner.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/runners copying build/lib/cloudshell/sdn/runners/autoload_runner.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/runners creating build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl copying build/lib/cloudshell/sdn/odl/client.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl copying build/lib/cloudshell/sdn/odl/__init__.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl creating build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl/flows copying build/lib/cloudshell/sdn/odl/flows/remove_openflow_flow.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl/flows copying build/lib/cloudshell/sdn/odl/flows/__init__.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl/flows copying build/lib/cloudshell/sdn/odl/flows/create_connectivity_flow.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl/flows copying build/lib/cloudshell/sdn/odl/flows/autoload_flow.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl/flows copying build/lib/cloudshell/sdn/odl/flows/remove_connectivity_flow.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl/flows copying build/lib/cloudshell/sdn/odl/converter.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl creating build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl/runners copying build/lib/cloudshell/sdn/odl/runners/remove_openflow_runner.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl/runners copying build/lib/cloudshell/sdn/odl/runners/__init__.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl/runners copying build/lib/cloudshell/sdn/odl/runners/connectivity_runner.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl/runners copying build/lib/cloudshell/sdn/odl/runners/autoload_runner.py -> build/bdist.linux-armv7l/wheel/cloudshell/sdn/odl/runners running install_egg_info Copying cloudshell_sdn_odl.egg-info to build/bdist.linux-armv7l/wheel/cloudshell_sdn_odl-1.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/cloudshell_sdn_odl-1.0.dist-info/WHEEL Running setup.py bdist_wheel for cloudshell-sdn-odl: finished with status 'done' Stored in directory: /tmp/tmpe7t__7e4 Successfully built cloudshell-sdn-odl Cleaning up... Removing source in /tmp/pip-build-jnb8q09c/cloudshell-sdn-odl