Collecting ioppytest-agent==0.1.7 1 location(s) to search for versions of ioppytest-agent: * https://pypi.python.org/simple/ioppytest-agent/ Getting page https://pypi.python.org/simple/ioppytest-agent/ Analyzing links from page https://pypi.python.org/simple/ioppytest-agent/ Found link https://pypi.python.org/packages/ac/a1/6a59c6130bf038b5fbf001834caa84377254f8fbd3f3022355362ff21963/ioppytest-agent-0.1.2.tar.gz#md5=4fa5ed7ed4744a486d1b1de2ed03c9ce (from https://pypi.python.org/simple/ioppytest-agent/), version: 0.1.2 Found link https://pypi.python.org/packages/75/3c/56a8b5a51a18758371b9d6dd11be9926d756273bea4e340123c502dedfb1/ioppytest-agent-0.1.3.tar.gz#md5=118410b41ac0a1c79be7b7dda52c79f1 (from https://pypi.python.org/simple/ioppytest-agent/), version: 0.1.3 Found link https://pypi.python.org/packages/70/c7/b976c6852e1fff0f8e21652f989874da6bff5e7ee405c9a74dc9e8baf64e/ioppytest-agent-0.1.4.tar.gz#md5=e45b802ef621e04e20dea30e4b84686b (from https://pypi.python.org/simple/ioppytest-agent/), version: 0.1.4 Skipping link https://pypi.python.org/packages/72/dd/ec2594ff73259432324693cbb2755722aa154eb79061bf490b9db5070cfb/ioppytest_agent-0.1.4-py2-none-any.whl#md5=022bc3bf58a3f70c89e8649f353b161a (from https://pypi.python.org/simple/ioppytest-agent/); it is not compatible with this Python Found link https://pypi.python.org/packages/13/6d/e2e9bf4c3577bfe11334adead5570d9738dda674f07b51fb45c41a0b9ce2/ioppytest-agent-0.1.5.tar.gz#md5=cfe095e6e42c0eaf51152a6c93806542 (from https://pypi.python.org/simple/ioppytest-agent/), version: 0.1.5 Found link https://pypi.python.org/packages/0f/3a/3a9e61f69db3902090890b6e48874ef3c41b8142c180c54e3d11c7548546/ioppytest-agent-0.1.6.tar.gz#md5=bc6d7715cd824542f246f86ba684c92b (from https://pypi.python.org/simple/ioppytest-agent/), version: 0.1.6 Found link https://pypi.python.org/packages/8a/cc/1fd85fa30b3dd30eb90c0714b76448c9a20d59bc0b57954e79cd0d0aa9f8/ioppytest-agent-0.1.7.tar.gz#md5=ce9f266cbff25549d34a65c3b37c1a25 (from https://pypi.python.org/simple/ioppytest-agent/), version: 0.1.7 Using version 0.1.7 (newest of versions: 0.1.7) Downloading ioppytest-agent-0.1.7.tar.gz (43kB) Downloading from URL https://pypi.python.org/packages/8a/cc/1fd85fa30b3dd30eb90c0714b76448c9a20d59bc0b57954e79cd0d0aa9f8/ioppytest-agent-0.1.7.tar.gz#md5=ce9f266cbff25549d34a65c3b37c1a25 (from https://pypi.python.org/simple/ioppytest-agent/) Running setup.py (path:/tmp/pip-build-likcyy2y/ioppytest-agent/setup.py) egg_info for package ioppytest-agent Running command python setup.py egg_info running egg_info creating pip-egg-info/ioppytest_agent.egg-info writing requirements to pip-egg-info/ioppytest_agent.egg-info/requires.txt writing top-level names to pip-egg-info/ioppytest_agent.egg-info/top_level.txt writing pip-egg-info/ioppytest_agent.egg-info/PKG-INFO writing dependency_links to pip-egg-info/ioppytest_agent.egg-info/dependency_links.txt writing entry points to pip-egg-info/ioppytest_agent.egg-info/entry_points.txt writing manifest file 'pip-egg-info/ioppytest_agent.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/ioppytest_agent.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/ioppytest_agent.egg-info/SOURCES.txt' Source in /tmp/pip-build-likcyy2y/ioppytest-agent has version 0.1.7, which satisfies requirement ioppytest-agent==0.1.7 from https://pypi.python.org/packages/8a/cc/1fd85fa30b3dd30eb90c0714b76448c9a20d59bc0b57954e79cd0d0aa9f8/ioppytest-agent-0.1.7.tar.gz#md5=ce9f266cbff25549d34a65c3b37c1a25 Building wheels for collected packages: ioppytest-agent Running setup.py bdist_wheel for ioppytest-agent: started Destination directory: /tmp/tmpr_un0md6pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-likcyy2y/ioppytest-agent/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/tmpr_un0md6pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/agent copying agent/agent_cli.py -> build/lib/agent copying agent/__init__.py -> build/lib/agent copying agent/__main__.py -> build/lib/agent creating build/lib/agent/utils copying agent/utils/bootstrap_agent.py -> build/lib/agent/utils copying agent/utils/messages.py -> build/lib/agent/utils copying agent/utils/rmq_handler.py -> build/lib/agent/utils copying agent/utils/opentun.py -> build/lib/agent/utils copying agent/utils/serial_listener.py -> build/lib/agent/utils copying agent/utils/packet_dumper.py -> build/lib/agent/utils copying agent/utils/__init__.py -> build/lib/agent/utils creating build/lib/agent/connectors copying agent/connectors/base.py -> build/lib/agent/connectors copying agent/connectors/serialconn.py -> build/lib/agent/connectors copying agent/connectors/tun.py -> build/lib/agent/connectors copying agent/connectors/core.py -> build/lib/agent/connectors copying agent/connectors/__init__.py -> build/lib/agent/connectors creating build/lib/agent/utils/pure_pcapy copying agent/utils/pure_pcapy/__init__.py -> build/lib/agent/utils/pure_pcapy 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/agent creating build/bdist.linux-armv7l/wheel/agent/utils copying build/lib/agent/utils/bootstrap_agent.py -> build/bdist.linux-armv7l/wheel/agent/utils copying build/lib/agent/utils/messages.py -> build/bdist.linux-armv7l/wheel/agent/utils copying build/lib/agent/utils/rmq_handler.py -> build/bdist.linux-armv7l/wheel/agent/utils copying build/lib/agent/utils/opentun.py -> build/bdist.linux-armv7l/wheel/agent/utils copying build/lib/agent/utils/serial_listener.py -> build/bdist.linux-armv7l/wheel/agent/utils creating build/bdist.linux-armv7l/wheel/agent/utils/pure_pcapy copying build/lib/agent/utils/pure_pcapy/__init__.py -> build/bdist.linux-armv7l/wheel/agent/utils/pure_pcapy copying build/lib/agent/utils/packet_dumper.py -> build/bdist.linux-armv7l/wheel/agent/utils copying build/lib/agent/utils/__init__.py -> build/bdist.linux-armv7l/wheel/agent/utils copying build/lib/agent/agent_cli.py -> build/bdist.linux-armv7l/wheel/agent creating build/bdist.linux-armv7l/wheel/agent/connectors copying build/lib/agent/connectors/base.py -> build/bdist.linux-armv7l/wheel/agent/connectors copying build/lib/agent/connectors/serialconn.py -> build/bdist.linux-armv7l/wheel/agent/connectors copying build/lib/agent/connectors/tun.py -> build/bdist.linux-armv7l/wheel/agent/connectors copying build/lib/agent/connectors/core.py -> build/bdist.linux-armv7l/wheel/agent/connectors copying build/lib/agent/connectors/__init__.py -> build/bdist.linux-armv7l/wheel/agent/connectors copying build/lib/agent/__init__.py -> build/bdist.linux-armv7l/wheel/agent copying build/lib/agent/__main__.py -> build/bdist.linux-armv7l/wheel/agent running install_egg_info running egg_info writing ioppytest_agent.egg-info/PKG-INFO writing entry points to ioppytest_agent.egg-info/entry_points.txt writing requirements to ioppytest_agent.egg-info/requires.txt writing dependency_links to ioppytest_agent.egg-info/dependency_links.txt writing top-level names to ioppytest_agent.egg-info/top_level.txt reading manifest file 'ioppytest_agent.egg-info/SOURCES.txt' writing manifest file 'ioppytest_agent.egg-info/SOURCES.txt' Copying ioppytest_agent.egg-info to build/bdist.linux-armv7l/wheel/ioppytest_agent-0.1.7-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/ioppytest_agent-0.1.7.dist-info/WHEEL Running setup.py bdist_wheel for ioppytest-agent: finished with status 'done' Stored in directory: /tmp/tmp8dieuzdp Successfully built ioppytest-agent Cleaning up... Removing source in /tmp/pip-build-likcyy2y/ioppytest-agent