Created temporary directory: /tmp/pip-ephem-wheel-cache-tpcvsjt4 Created temporary directory: /tmp/pip-req-tracker-_enzfv7a Created requirements tracker '/tmp/pip-req-tracker-_enzfv7a' Created temporary directory: /tmp/pip-wheel-2x4p62w3 Collecting python-idzip==0.3.5 1 location(s) to search for versions of python-idzip: * https://pypi.org/simple/python-idzip/ Getting page https://pypi.org/simple/python-idzip/ Analyzing links from page https://pypi.org/simple/python-idzip/ Found link https://files.pythonhosted.org/packages/0d/c8/34aaedd5969ae4d5e8f87a633ec63bb3b9a7f10244e5eaca72053fc14469/python-idzip-0.2.tar.gz#sha256=29c5a8f474cb9325cfba558219739063774aab88cbb8e4e22b749cac3a55ec12 (from https://pypi.org/simple/python-idzip/), version: 0.2 Found link https://files.pythonhosted.org/packages/a8/ea/4f05673a9a50f4b487d3d46baf100fcef01b19b7ed990dc0e470a0b540c7/python-idzip-0.3.2.tar.gz#sha256=31b780d3903d399c9c41e8ea3652f95ef75bcc5bc8d08c6418e63e68b2e3a057 (from https://pypi.org/simple/python-idzip/), version: 0.3.2 Found link https://files.pythonhosted.org/packages/7c/57/c56d9b9493cd77f608ee6620a998c3ff32ec1174103f4bece0830e63d058/python-idzip-0.3.3.tar.gz#sha256=f42e02e56f6a343751dba8f58cc6f19a1935abc91f22968e3aa6eb9188704e17 (from https://pypi.org/simple/python-idzip/), version: 0.3.3 Found link https://files.pythonhosted.org/packages/d2/5a/f6d33600c70cb4685505977b8d0af901f8533965bf489b991399ab9480c2/python-idzip-0.3.5.tar.gz#sha256=e0cac8cf38f876e1b764d30dec03121b4fb8fa8387315c33b58632b6c0636c31 (from https://pypi.org/simple/python-idzip/), version: 0.3.5 Using version 0.3.5 (newest of versions: 0.3.5) Created temporary directory: /tmp/pip-unpack-m7qaipdz Downloading https://files.pythonhosted.org/packages/d2/5a/f6d33600c70cb4685505977b8d0af901f8533965bf489b991399ab9480c2/python-idzip-0.3.5.tar.gz Downloading from URL https://files.pythonhosted.org/packages/d2/5a/f6d33600c70cb4685505977b8d0af901f8533965bf489b991399ab9480c2/python-idzip-0.3.5.tar.gz#sha256=e0cac8cf38f876e1b764d30dec03121b4fb8fa8387315c33b58632b6c0636c31 (from https://pypi.org/simple/python-idzip/) Added python-idzip==0.3.5 from https://files.pythonhosted.org/packages/d2/5a/f6d33600c70cb4685505977b8d0af901f8533965bf489b991399ab9480c2/python-idzip-0.3.5.tar.gz#sha256=e0cac8cf38f876e1b764d30dec03121b4fb8fa8387315c33b58632b6c0636c31 to build tracker '/tmp/pip-req-tracker-_enzfv7a' Running setup.py (path:/tmp/pip-wheel-2x4p62w3/python-idzip/setup.py) egg_info for package python-idzip Running command python setup.py egg_info running egg_info creating pip-egg-info/python_idzip.egg-info writing dependency_links to pip-egg-info/python_idzip.egg-info/dependency_links.txt writing top-level names to pip-egg-info/python_idzip.egg-info/top_level.txt writing pip-egg-info/python_idzip.egg-info/PKG-INFO writing entry points to pip-egg-info/python_idzip.egg-info/entry_points.txt writing manifest file 'pip-egg-info/python_idzip.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/python_idzip.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/python_idzip.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-2x4p62w3/python-idzip has version 0.3.5, which satisfies requirement python-idzip==0.3.5 from https://files.pythonhosted.org/packages/d2/5a/f6d33600c70cb4685505977b8d0af901f8533965bf489b991399ab9480c2/python-idzip-0.3.5.tar.gz#sha256=e0cac8cf38f876e1b764d30dec03121b4fb8fa8387315c33b58632b6c0636c31 Removed python-idzip==0.3.5 from https://files.pythonhosted.org/packages/d2/5a/f6d33600c70cb4685505977b8d0af901f8533965bf489b991399ab9480c2/python-idzip-0.3.5.tar.gz#sha256=e0cac8cf38f876e1b764d30dec03121b4fb8fa8387315c33b58632b6c0636c31 from build tracker '/tmp/pip-req-tracker-_enzfv7a' Building wheels for collected packages: python-idzip Created temporary directory: /tmp/pip-wheel-71rfbk9j Running setup.py bdist_wheel for python-idzip: started Destination directory: /tmp/pip-wheel-71rfbk9j Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-2x4p62w3/python-idzip/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-71rfbk9j running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/idzip copying idzip/caching.py -> build/lib/idzip copying idzip/_stream.py -> build/lib/idzip copying idzip/decompressor.py -> build/lib/idzip copying idzip/api.py -> build/lib/idzip copying idzip/__init__.py -> build/lib/idzip copying idzip/compressor.py -> build/lib/idzip copying idzip/command.py -> build/lib/idzip creating build/lib/test copying test/__init__.py -> build/lib/test copying test/test_compressor.py -> build/lib/test copying test/test_lucky_cache.py -> build/lib/test copying test/notest_odd_member_size.py -> build/lib/test copying test/test_readline.py -> build/lib/test copying test/test_decompressor.py -> build/lib/test copying test/asserting.py -> build/lib/test copying test/test_high_level_api.py -> build/lib/test copying test/test_zero_cache.py -> build/lib/test running build_scripts creating build/scripts-3.4 copying bin/idzip -> build/scripts-3.4 changing mode of build/scripts-3.4/idzip from 644 to 755 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/idzip copying build/lib/idzip/caching.py -> build/bdist.linux-armv7l/wheel/idzip copying build/lib/idzip/_stream.py -> build/bdist.linux-armv7l/wheel/idzip copying build/lib/idzip/decompressor.py -> build/bdist.linux-armv7l/wheel/idzip copying build/lib/idzip/api.py -> build/bdist.linux-armv7l/wheel/idzip copying build/lib/idzip/__init__.py -> build/bdist.linux-armv7l/wheel/idzip copying build/lib/idzip/compressor.py -> build/bdist.linux-armv7l/wheel/idzip copying build/lib/idzip/command.py -> build/bdist.linux-armv7l/wheel/idzip creating build/bdist.linux-armv7l/wheel/test copying build/lib/test/__init__.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_compressor.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_lucky_cache.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/notest_odd_member_size.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_readline.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_decompressor.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/asserting.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_high_level_api.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_zero_cache.py -> build/bdist.linux-armv7l/wheel/test running install_egg_info running egg_info writing dependency_links to python_idzip.egg-info/dependency_links.txt writing entry points to python_idzip.egg-info/entry_points.txt writing python_idzip.egg-info/PKG-INFO writing top-level names to python_idzip.egg-info/top_level.txt reading manifest file 'python_idzip.egg-info/SOURCES.txt' writing manifest file 'python_idzip.egg-info/SOURCES.txt' Copying python_idzip.egg-info to build/bdist.linux-armv7l/wheel/python_idzip-0.3.5-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/python_idzip-0.3.5.data creating build/bdist.linux-armv7l/wheel/python_idzip-0.3.5.data/scripts copying build/scripts-3.4/idzip -> build/bdist.linux-armv7l/wheel/python_idzip-0.3.5.data/scripts changing mode of build/bdist.linux-armv7l/wheel/python_idzip-0.3.5.data/scripts/idzip to 755 creating build/bdist.linux-armv7l/wheel/python_idzip-0.3.5.dist-info/WHEEL creating '/tmp/pip-wheel-71rfbk9j/python_idzip-0.3.5-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'idzip/__init__.py' adding 'idzip/_stream.py' adding 'idzip/api.py' adding 'idzip/caching.py' adding 'idzip/command.py' adding 'idzip/compressor.py' adding 'idzip/decompressor.py' adding 'python_idzip-0.3.5.data/scripts/idzip' adding 'test/__init__.py' adding 'test/asserting.py' adding 'test/notest_odd_member_size.py' adding 'test/test_compressor.py' adding 'test/test_decompressor.py' adding 'test/test_high_level_api.py' adding 'test/test_lucky_cache.py' adding 'test/test_readline.py' adding 'test/test_zero_cache.py' adding 'python_idzip-0.3.5.dist-info/METADATA' adding 'python_idzip-0.3.5.dist-info/WHEEL' adding 'python_idzip-0.3.5.dist-info/entry_points.txt' adding 'python_idzip-0.3.5.dist-info/top_level.txt' adding 'python_idzip-0.3.5.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for python-idzip: finished with status 'done' Stored in directory: /tmp/tmppw_5pxex Successfully built python-idzip Cleaning up... Removing source in /tmp/pip-wheel-2x4p62w3/python-idzip Removed build tracker '/tmp/pip-req-tracker-_enzfv7a'