Created temporary directory: /tmp/pip-ephem-wheel-cache-e9g9yl0q Created temporary directory: /tmp/pip-req-tracker-x2sohvuu Created requirements tracker '/tmp/pip-req-tracker-x2sohvuu' Created temporary directory: /tmp/pip-wheel-x0ceeamo Collecting pyzpipe==0.1 1 location(s) to search for versions of pyzpipe: * https://pypi.org/simple/pyzpipe/ Getting page https://pypi.org/simple/pyzpipe/ Analyzing links from page https://pypi.org/simple/pyzpipe/ Skipping link https://files.pythonhosted.org/packages/92/c5/f3c770852ae408c61eb3fdc7ed0aa7ef84803bb198ad86aa2023748723c3/pyzpipe-0.1-py3-none-any.whl#sha256=787e31fa5e942f60673b5bc79de5727f347bfb0f488d367c0a32b345aeda06fa (from https://pypi.org/simple/pyzpipe/) (requires-python:<=3.6); No binaries permitted for pyzpipe Found link https://files.pythonhosted.org/packages/f8/66/d764afc139318ea6b664b80d6c3cf2ca124d174ec3e163c0361ade143f1c/pyzpipe-0.1.tar.gz#sha256=82fd23ceab638a89556fe4fc9eb8b22fd2d83a9c9e519cb39dd49fcc5312dab2 (from https://pypi.org/simple/pyzpipe/) (requires-python:<=3.6), version: 0.1 Using version 0.1 (newest of versions: 0.1) Created temporary directory: /tmp/pip-unpack-1w98dsdi Downloading https://files.pythonhosted.org/packages/f8/66/d764afc139318ea6b664b80d6c3cf2ca124d174ec3e163c0361ade143f1c/pyzpipe-0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/f8/66/d764afc139318ea6b664b80d6c3cf2ca124d174ec3e163c0361ade143f1c/pyzpipe-0.1.tar.gz#sha256=82fd23ceab638a89556fe4fc9eb8b22fd2d83a9c9e519cb39dd49fcc5312dab2 (from https://pypi.org/simple/pyzpipe/) (requires-python:<=3.6) Added pyzpipe==0.1 from https://files.pythonhosted.org/packages/f8/66/d764afc139318ea6b664b80d6c3cf2ca124d174ec3e163c0361ade143f1c/pyzpipe-0.1.tar.gz#sha256=82fd23ceab638a89556fe4fc9eb8b22fd2d83a9c9e519cb39dd49fcc5312dab2 to build tracker '/tmp/pip-req-tracker-x2sohvuu' Running setup.py (path:/tmp/pip-wheel-x0ceeamo/pyzpipe/setup.py) egg_info for package pyzpipe Running command python setup.py egg_info running egg_info creating pip-egg-info/pyzpipe.egg-info writing dependency_links to pip-egg-info/pyzpipe.egg-info/dependency_links.txt writing requirements to pip-egg-info/pyzpipe.egg-info/requires.txt writing pip-egg-info/pyzpipe.egg-info/PKG-INFO writing top-level names to pip-egg-info/pyzpipe.egg-info/top_level.txt writing manifest file 'pip-egg-info/pyzpipe.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pyzpipe.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/pyzpipe.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-x0ceeamo/pyzpipe has version 0.1, which satisfies requirement pyzpipe==0.1 from https://files.pythonhosted.org/packages/f8/66/d764afc139318ea6b664b80d6c3cf2ca124d174ec3e163c0361ade143f1c/pyzpipe-0.1.tar.gz#sha256=82fd23ceab638a89556fe4fc9eb8b22fd2d83a9c9e519cb39dd49fcc5312dab2 Removed pyzpipe==0.1 from https://files.pythonhosted.org/packages/f8/66/d764afc139318ea6b664b80d6c3cf2ca124d174ec3e163c0361ade143f1c/pyzpipe-0.1.tar.gz#sha256=82fd23ceab638a89556fe4fc9eb8b22fd2d83a9c9e519cb39dd49fcc5312dab2 from build tracker '/tmp/pip-req-tracker-x2sohvuu' Building wheels for collected packages: pyzpipe Created temporary directory: /tmp/pip-wheel-8yvqio38 Running setup.py bdist_wheel for pyzpipe: started Destination directory: /tmp/pip-wheel-8yvqio38 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-x0ceeamo/pyzpipe/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-8yvqio38 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/zpipe copying zpipe/__init__.py -> build/lib/zpipe copying zpipe/setup.py -> build/lib/zpipe copying zpipe/pipeline.py -> build/lib/zpipe copying zpipe/worker.py -> build/lib/zpipe creating build/lib/zpipe/utils copying zpipe/utils/__init__.py -> build/lib/zpipe/utils copying zpipe/utils/ztypes.py -> build/lib/zpipe/utils copying zpipe/utils/pickles.py -> build/lib/zpipe/utils creating build/lib/zpipe/stages copying zpipe/stages/__init__.py -> build/lib/zpipe/stages copying zpipe/stages/worker_stage.py -> build/lib/zpipe/stages copying zpipe/stages/nonworker_stage.py -> build/lib/zpipe/stages copying zpipe/stages/stage.py -> build/lib/zpipe/stages 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/zpipe copying build/lib/zpipe/__init__.py -> build/bdist.linux-armv7l/wheel/zpipe copying build/lib/zpipe/setup.py -> build/bdist.linux-armv7l/wheel/zpipe creating build/bdist.linux-armv7l/wheel/zpipe/utils copying build/lib/zpipe/utils/__init__.py -> build/bdist.linux-armv7l/wheel/zpipe/utils copying build/lib/zpipe/utils/ztypes.py -> build/bdist.linux-armv7l/wheel/zpipe/utils copying build/lib/zpipe/utils/pickles.py -> build/bdist.linux-armv7l/wheel/zpipe/utils creating build/bdist.linux-armv7l/wheel/zpipe/stages copying build/lib/zpipe/stages/__init__.py -> build/bdist.linux-armv7l/wheel/zpipe/stages copying build/lib/zpipe/stages/worker_stage.py -> build/bdist.linux-armv7l/wheel/zpipe/stages copying build/lib/zpipe/stages/nonworker_stage.py -> build/bdist.linux-armv7l/wheel/zpipe/stages copying build/lib/zpipe/stages/stage.py -> build/bdist.linux-armv7l/wheel/zpipe/stages copying build/lib/zpipe/pipeline.py -> build/bdist.linux-armv7l/wheel/zpipe copying build/lib/zpipe/worker.py -> build/bdist.linux-armv7l/wheel/zpipe running install_egg_info running egg_info writing requirements to pyzpipe.egg-info/requires.txt writing top-level names to pyzpipe.egg-info/top_level.txt writing dependency_links to pyzpipe.egg-info/dependency_links.txt writing pyzpipe.egg-info/PKG-INFO reading manifest file 'pyzpipe.egg-info/SOURCES.txt' writing manifest file 'pyzpipe.egg-info/SOURCES.txt' Copying pyzpipe.egg-info to build/bdist.linux-armv7l/wheel/pyzpipe-0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pyzpipe-0.1.dist-info/WHEEL creating '/tmp/pip-wheel-8yvqio38/pyzpipe-0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'zpipe/__init__.py' adding 'zpipe/pipeline.py' adding 'zpipe/setup.py' adding 'zpipe/worker.py' adding 'zpipe/stages/__init__.py' adding 'zpipe/stages/nonworker_stage.py' adding 'zpipe/stages/stage.py' adding 'zpipe/stages/worker_stage.py' adding 'zpipe/utils/__init__.py' adding 'zpipe/utils/pickles.py' adding 'zpipe/utils/ztypes.py' adding 'pyzpipe-0.1.dist-info/METADATA' adding 'pyzpipe-0.1.dist-info/WHEEL' adding 'pyzpipe-0.1.dist-info/top_level.txt' adding 'pyzpipe-0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for pyzpipe: finished with status 'done' Stored in directory: /tmp/tmpxga0gmy2 Successfully built pyzpipe Cleaning up... Removing source in /tmp/pip-wheel-x0ceeamo/pyzpipe Removed build tracker '/tmp/pip-req-tracker-x2sohvuu'