Created temporary directory: /tmp/pip-ephem-wheel-cache-7576wjph Created temporary directory: /tmp/pip-req-tracker-x9pee0nn Created requirements tracker '/tmp/pip-req-tracker-x9pee0nn' Created temporary directory: /tmp/pip-wheel-i3zwdn3f Collecting fitch==0.2.2 1 location(s) to search for versions of fitch: * https://pypi.org/simple/fitch/ Getting page https://pypi.org/simple/fitch/ Analyzing links from page https://pypi.org/simple/fitch/ Found link https://files.pythonhosted.org/packages/89/e5/5c686761f062817bc1ec6daedb2b39fa7e17df75024683be241ce19c6e67/fitch-0.1.0.tar.gz#sha256=094a59353e992adcd8d94b26613c69444be3f19c117eb96efe5ca87955ee4a99 (from https://pypi.org/simple/fitch/), version: 0.1.0 Found link https://files.pythonhosted.org/packages/87/d5/61f4fedca77baec3e8e6580926d1b2e0af66d11c4d8c5d2e26929c142859/fitch-0.2.0.tar.gz#sha256=fd72b1e489991db721a501bace2e42aa8ee36a538d24c7771aac9de75485103b (from https://pypi.org/simple/fitch/), version: 0.2.0 Found link https://files.pythonhosted.org/packages/ca/08/6440b6f990cc7ae06830d5a465ce33873fb98deb553a622e80f3e0328730/fitch-0.2.1.tar.gz#sha256=fe5109fafe2290b590e13a0600375b64a0a9df4ad7dbb648a429a1390f60233a (from https://pypi.org/simple/fitch/), version: 0.2.1 Found link https://files.pythonhosted.org/packages/51/3e/b6dc2e984d2213155abea1902417498dd7545c9bd66c710285bae137d007/fitch-0.2.2.tar.gz#sha256=862eb88e4ed3ba8f81061691908403c81f331d535e3130c24f527302b4aded0f (from https://pypi.org/simple/fitch/), version: 0.2.2 Using version 0.2.2 (newest of versions: 0.2.2) Created temporary directory: /tmp/pip-unpack-rtmxei0s Downloading https://files.pythonhosted.org/packages/51/3e/b6dc2e984d2213155abea1902417498dd7545c9bd66c710285bae137d007/fitch-0.2.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/51/3e/b6dc2e984d2213155abea1902417498dd7545c9bd66c710285bae137d007/fitch-0.2.2.tar.gz#sha256=862eb88e4ed3ba8f81061691908403c81f331d535e3130c24f527302b4aded0f (from https://pypi.org/simple/fitch/) Added fitch==0.2.2 from https://files.pythonhosted.org/packages/51/3e/b6dc2e984d2213155abea1902417498dd7545c9bd66c710285bae137d007/fitch-0.2.2.tar.gz#sha256=862eb88e4ed3ba8f81061691908403c81f331d535e3130c24f527302b4aded0f to build tracker '/tmp/pip-req-tracker-x9pee0nn' Running setup.py (path:/tmp/pip-wheel-i3zwdn3f/fitch/setup.py) egg_info for package fitch Running command python setup.py egg_info running egg_info creating pip-egg-info/fitch.egg-info writing top-level names to pip-egg-info/fitch.egg-info/top_level.txt writing pip-egg-info/fitch.egg-info/PKG-INFO writing dependency_links to pip-egg-info/fitch.egg-info/dependency_links.txt writing requirements to pip-egg-info/fitch.egg-info/requires.txt writing manifest file 'pip-egg-info/fitch.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/fitch.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/fitch.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-i3zwdn3f/fitch has version 0.2.2, which satisfies requirement fitch==0.2.2 from https://files.pythonhosted.org/packages/51/3e/b6dc2e984d2213155abea1902417498dd7545c9bd66c710285bae137d007/fitch-0.2.2.tar.gz#sha256=862eb88e4ed3ba8f81061691908403c81f331d535e3130c24f527302b4aded0f Removed fitch==0.2.2 from https://files.pythonhosted.org/packages/51/3e/b6dc2e984d2213155abea1902417498dd7545c9bd66c710285bae137d007/fitch-0.2.2.tar.gz#sha256=862eb88e4ed3ba8f81061691908403c81f331d535e3130c24f527302b4aded0f from build tracker '/tmp/pip-req-tracker-x9pee0nn' Building wheels for collected packages: fitch Created temporary directory: /tmp/pip-wheel-e49pc7qe Running setup.py bdist_wheel for fitch: started Destination directory: /tmp/pip-wheel-e49pc7qe Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-i3zwdn3f/fitch/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/pip-wheel-e49pc7qe running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/fitch copying fitch/player.py -> build/lib/fitch copying fitch/logger.py -> build/lib/fitch copying fitch/detector.py -> build/lib/fitch copying fitch/__init__.py -> build/lib/fitch copying fitch/utils.py -> build/lib/fitch copying fitch/testcase.py -> build/lib/fitch copying fitch/config.py -> build/lib/fitch copying fitch/device.py -> build/lib/fitch 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/fitch copying build/lib/fitch/player.py -> build/bdist.linux-armv7l/wheel/fitch copying build/lib/fitch/logger.py -> build/bdist.linux-armv7l/wheel/fitch copying build/lib/fitch/detector.py -> build/bdist.linux-armv7l/wheel/fitch copying build/lib/fitch/__init__.py -> build/bdist.linux-armv7l/wheel/fitch copying build/lib/fitch/utils.py -> build/bdist.linux-armv7l/wheel/fitch copying build/lib/fitch/testcase.py -> build/bdist.linux-armv7l/wheel/fitch copying build/lib/fitch/config.py -> build/bdist.linux-armv7l/wheel/fitch copying build/lib/fitch/device.py -> build/bdist.linux-armv7l/wheel/fitch running install_egg_info running egg_info writing dependency_links to fitch.egg-info/dependency_links.txt writing fitch.egg-info/PKG-INFO writing top-level names to fitch.egg-info/top_level.txt writing requirements to fitch.egg-info/requires.txt reading manifest file 'fitch.egg-info/SOURCES.txt' writing manifest file 'fitch.egg-info/SOURCES.txt' Copying fitch.egg-info to build/bdist.linux-armv7l/wheel/fitch-0.2.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/fitch-0.2.2.dist-info/WHEEL creating '/tmp/pip-wheel-e49pc7qe/fitch-0.2.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'fitch/__init__.py' adding 'fitch/config.py' adding 'fitch/detector.py' adding 'fitch/device.py' adding 'fitch/logger.py' adding 'fitch/player.py' adding 'fitch/testcase.py' adding 'fitch/utils.py' adding 'fitch-0.2.2.dist-info/METADATA' adding 'fitch-0.2.2.dist-info/WHEEL' adding 'fitch-0.2.2.dist-info/top_level.txt' adding 'fitch-0.2.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for fitch: finished with status 'done' Stored in directory: /tmp/tmpdlxk2sur Successfully built fitch Cleaning up... Removing source in /tmp/pip-wheel-i3zwdn3f/fitch Removed build tracker '/tmp/pip-req-tracker-x9pee0nn'