Created temporary directory: /tmp/pip-ephem-wheel-cache-lvfmv6mx Created temporary directory: /tmp/pip-req-tracker-3c3bssl6 Created requirements tracker '/tmp/pip-req-tracker-3c3bssl6' Created temporary directory: /tmp/pip-wheel-k95q6lo1 Collecting pypipes==0.0.3 1 location(s) to search for versions of pypipes: * https://pypi.org/simple/pypipes/ Getting page https://pypi.org/simple/pypipes/ Analyzing links from page https://pypi.org/simple/pypipes/ Found link https://files.pythonhosted.org/packages/1a/cb/140517010f8af06b7a3f12828e699f825f9689c790580ee5d5ed7cf310d3/pypipes-0.0.3.zip#sha256=05d59f937b01af5883e732c60acf705388ac83ed92c2d8049b12d14a26790b27 (from https://pypi.org/simple/pypipes/), version: 0.0.3 Using version 0.0.3 (newest of versions: 0.0.3) Created temporary directory: /tmp/pip-unpack-aqxf9m8a Downloading https://files.pythonhosted.org/packages/1a/cb/140517010f8af06b7a3f12828e699f825f9689c790580ee5d5ed7cf310d3/pypipes-0.0.3.zip (132kB) Downloading from URL https://files.pythonhosted.org/packages/1a/cb/140517010f8af06b7a3f12828e699f825f9689c790580ee5d5ed7cf310d3/pypipes-0.0.3.zip#sha256=05d59f937b01af5883e732c60acf705388ac83ed92c2d8049b12d14a26790b27 (from https://pypi.org/simple/pypipes/) Added pypipes==0.0.3 from https://files.pythonhosted.org/packages/1a/cb/140517010f8af06b7a3f12828e699f825f9689c790580ee5d5ed7cf310d3/pypipes-0.0.3.zip#sha256=05d59f937b01af5883e732c60acf705388ac83ed92c2d8049b12d14a26790b27 to build tracker '/tmp/pip-req-tracker-3c3bssl6' Running setup.py (path:/tmp/pip-wheel-k95q6lo1/pypipes/setup.py) egg_info for package pypipes Running command python setup.py egg_info running egg_info creating pip-egg-info/pypipes.egg-info writing dependency_links to pip-egg-info/pypipes.egg-info/dependency_links.txt writing top-level names to pip-egg-info/pypipes.egg-info/top_level.txt writing requirements to pip-egg-info/pypipes.egg-info/requires.txt writing pip-egg-info/pypipes.egg-info/PKG-INFO writing namespace_packages to pip-egg-info/pypipes.egg-info/namespace_packages.txt writing manifest file 'pip-egg-info/pypipes.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pypipes.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/pypipes.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-k95q6lo1/pypipes has version 0.0.3, which satisfies requirement pypipes==0.0.3 from https://files.pythonhosted.org/packages/1a/cb/140517010f8af06b7a3f12828e699f825f9689c790580ee5d5ed7cf310d3/pypipes-0.0.3.zip#sha256=05d59f937b01af5883e732c60acf705388ac83ed92c2d8049b12d14a26790b27 Removed pypipes==0.0.3 from https://files.pythonhosted.org/packages/1a/cb/140517010f8af06b7a3f12828e699f825f9689c790580ee5d5ed7cf310d3/pypipes-0.0.3.zip#sha256=05d59f937b01af5883e732c60acf705388ac83ed92c2d8049b12d14a26790b27 from build tracker '/tmp/pip-req-tracker-3c3bssl6' Building wheels for collected packages: pypipes Created temporary directory: /tmp/pip-wheel-af6od24z Running setup.py bdist_wheel for pypipes: started Destination directory: /tmp/pip-wheel-af6od24z Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-k95q6lo1/pypipes/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-af6od24z running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pypipes copying pypipes/exceptions.py -> build/lib/pypipes copying pypipes/config.py -> build/lib/pypipes copying pypipes/message.py -> build/lib/pypipes copying pypipes/__init__.py -> build/lib/pypipes copying pypipes/events.py -> build/lib/pypipes copying pypipes/program.py -> build/lib/pypipes copying pypipes/crypto.py -> build/lib/pypipes copying pypipes/line.py -> build/lib/pypipes creating build/lib/pypipes/context copying pypipes/context/rate_limit.py -> build/lib/pypipes/context copying pypipes/context/config.py -> build/lib/pypipes/context copying pypipes/context/cursor.py -> build/lib/pypipes/context copying pypipes/context/pool.py -> build/lib/pypipes/context copying pypipes/context/model.py -> build/lib/pypipes/context copying pypipes/context/job.py -> build/lib/pypipes/context copying pypipes/context/sync.py -> build/lib/pypipes/context copying pypipes/context/factory.py -> build/lib/pypipes/context copying pypipes/context/define.py -> build/lib/pypipes/context copying pypipes/context/pagination.py -> build/lib/pypipes/context copying pypipes/context/__init__.py -> build/lib/pypipes/context copying pypipes/context/cache.py -> build/lib/pypipes/context copying pypipes/context/lock.py -> build/lib/pypipes/context copying pypipes/context/metrics.py -> build/lib/pypipes/context copying pypipes/context/manager.py -> build/lib/pypipes/context creating build/lib/pypipes/model copying pypipes/model/patch.py -> build/lib/pypipes/model copying pypipes/model/__init__.py -> build/lib/pypipes/model creating build/lib/pypipes/processor copying pypipes/processor/scheduler.py -> build/lib/pypipes/processor copying pypipes/processor/event.py -> build/lib/pypipes/processor copying pypipes/processor/model.py -> build/lib/pypipes/processor copying pypipes/processor/collection.py -> build/lib/pypipes/processor copying pypipes/processor/message.py -> build/lib/pypipes/processor copying pypipes/processor/__init__.py -> build/lib/pypipes/processor creating build/lib/pypipes/infrastructure copying pypipes/infrastructure/base.py -> build/lib/pypipes/infrastructure copying pypipes/infrastructure/on_celery.py -> build/lib/pypipes/infrastructure copying pypipes/infrastructure/inline.py -> build/lib/pypipes/infrastructure copying pypipes/infrastructure/__init__.py -> build/lib/pypipes/infrastructure copying pypipes/infrastructure/on_gevent.py -> build/lib/pypipes/infrastructure creating build/lib/pypipes/service copying pypipes/service/metric.py -> build/lib/pypipes/service copying pypipes/service/counter.py -> build/lib/pypipes/service copying pypipes/service/logger.py -> build/lib/pypipes/service copying pypipes/service/base.py -> build/lib/pypipes/service copying pypipes/service/openapi_client.py -> build/lib/pypipes/service copying pypipes/service/hash.py -> build/lib/pypipes/service copying pypipes/service/rate_counter.py -> build/lib/pypipes/service copying pypipes/service/storage.py -> build/lib/pypipes/service copying pypipes/service/http_client.py -> build/lib/pypipes/service copying pypipes/service/cursor_storage.py -> build/lib/pypipes/service copying pypipes/service/quota.py -> build/lib/pypipes/service copying pypipes/service/__init__.py -> build/lib/pypipes/service copying pypipes/service/base_client.py -> build/lib/pypipes/service copying pypipes/service/cache.py -> build/lib/pypipes/service copying pypipes/service/lock.py -> build/lib/pypipes/service creating build/lib/pypipes/infrastructure/response copying pypipes/infrastructure/response/listener.py -> build/lib/pypipes/infrastructure/response copying pypipes/infrastructure/response/base.py -> build/lib/pypipes/infrastructure/response copying pypipes/infrastructure/response/__init__.py -> build/lib/pypipes/infrastructure/response creating build/lib/pypipes/infrastructure/command copying pypipes/infrastructure/command/cursor.py -> build/lib/pypipes/infrastructure/command copying pypipes/infrastructure/command/job.py -> build/lib/pypipes/infrastructure/command copying pypipes/infrastructure/command/__init__.py -> build/lib/pypipes/infrastructure/command installing to build/bdist.linux-armv7l/wheel running install running install_lib copying pypipes/exceptions.py -> build/bdist.linux-armv7l/wheel/pypipes copying pypipes/config.py -> build/bdist.linux-armv7l/wheel/pypipes copying pypipes/message.py -> build/bdist.linux-armv7l/wheel/pypipes Skipping installation of build/bdist.linux-armv7l/wheel/pypipes/__init__.py (namespace package) copying pypipes/events.py -> build/bdist.linux-armv7l/wheel/pypipes copying pypipes/program.py -> build/bdist.linux-armv7l/wheel/pypipes copying pypipes/crypto.py -> build/bdist.linux-armv7l/wheel/pypipes copying pypipes/line.py -> build/bdist.linux-armv7l/wheel/pypipes copying pypipes/context/rate_limit.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/config.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/cursor.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/pool.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/model.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/job.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/sync.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/factory.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/define.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/pagination.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/__init__.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/cache.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/lock.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/metrics.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/context/manager.py -> build/bdist.linux-armv7l/wheel/pypipes/context copying pypipes/model/patch.py -> build/bdist.linux-armv7l/wheel/pypipes/model copying pypipes/model/__init__.py -> build/bdist.linux-armv7l/wheel/pypipes/model copying pypipes/processor/scheduler.py -> build/bdist.linux-armv7l/wheel/pypipes/processor copying pypipes/processor/event.py -> build/bdist.linux-armv7l/wheel/pypipes/processor copying pypipes/processor/model.py -> build/bdist.linux-armv7l/wheel/pypipes/processor copying pypipes/processor/collection.py -> build/bdist.linux-armv7l/wheel/pypipes/processor copying pypipes/processor/message.py -> build/bdist.linux-armv7l/wheel/pypipes/processor copying pypipes/processor/__init__.py -> build/bdist.linux-armv7l/wheel/pypipes/processor copying pypipes/infrastructure/base.py -> build/bdist.linux-armv7l/wheel/pypipes/infrastructure copying pypipes/infrastructure/on_celery.py -> build/bdist.linux-armv7l/wheel/pypipes/infrastructure copying pypipes/infrastructure/inline.py -> build/bdist.linux-armv7l/wheel/pypipes/infrastructure copying pypipes/infrastructure/__init__.py -> build/bdist.linux-armv7l/wheel/pypipes/infrastructure copying pypipes/infrastructure/on_gevent.py -> build/bdist.linux-armv7l/wheel/pypipes/infrastructure copying pypipes/infrastructure/response/listener.py -> build/bdist.linux-armv7l/wheel/pypipes/infrastructure/response copying pypipes/infrastructure/response/base.py -> build/bdist.linux-armv7l/wheel/pypipes/infrastructure/response copying pypipes/infrastructure/response/__init__.py -> build/bdist.linux-armv7l/wheel/pypipes/infrastructure/response copying pypipes/infrastructure/command/cursor.py -> build/bdist.linux-armv7l/wheel/pypipes/infrastructure/command copying pypipes/infrastructure/command/job.py -> build/bdist.linux-armv7l/wheel/pypipes/infrastructure/command copying pypipes/infrastructure/command/__init__.py -> build/bdist.linux-armv7l/wheel/pypipes/infrastructure/command copying pypipes/service/metric.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/counter.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/logger.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/base.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/openapi_client.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/hash.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/rate_counter.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/storage.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/http_client.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/cursor_storage.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/quota.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/__init__.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/base_client.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/cache.py -> build/bdist.linux-armv7l/wheel/pypipes/service copying pypipes/service/lock.py -> build/bdist.linux-armv7l/wheel/pypipes/service running install_egg_info running egg_info writing requirements to pypipes.egg-info/requires.txt writing top-level names to pypipes.egg-info/top_level.txt writing namespace_packages to pypipes.egg-info/namespace_packages.txt writing dependency_links to pypipes.egg-info/dependency_links.txt writing pypipes.egg-info/PKG-INFO reading manifest file 'pypipes.egg-info/SOURCES.txt' writing manifest file 'pypipes.egg-info/SOURCES.txt' Copying pypipes.egg-info to build/bdist.linux-armv7l/wheel/pypipes-0.0.3-py3.4.egg-info Installing build/bdist.linux-armv7l/wheel/pypipes-0.0.3-py3.4-nspkg.pth running install_scripts creating build/bdist.linux-armv7l/wheel/pypipes-0.0.3.dist-info/WHEEL creating '/tmp/pip-wheel-af6od24z/pypipes-0.0.3-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'pypipes-0.0.3-py3.4-nspkg.pth' adding 'pypipes/config.py' adding 'pypipes/crypto.py' adding 'pypipes/events.py' adding 'pypipes/exceptions.py' adding 'pypipes/line.py' adding 'pypipes/message.py' adding 'pypipes/program.py' adding 'pypipes/context/__init__.py' adding 'pypipes/context/cache.py' adding 'pypipes/context/config.py' adding 'pypipes/context/cursor.py' adding 'pypipes/context/define.py' adding 'pypipes/context/factory.py' adding 'pypipes/context/job.py' adding 'pypipes/context/lock.py' adding 'pypipes/context/manager.py' adding 'pypipes/context/metrics.py' adding 'pypipes/context/model.py' adding 'pypipes/context/pagination.py' adding 'pypipes/context/pool.py' adding 'pypipes/context/rate_limit.py' adding 'pypipes/context/sync.py' adding 'pypipes/infrastructure/__init__.py' adding 'pypipes/infrastructure/base.py' adding 'pypipes/infrastructure/inline.py' adding 'pypipes/infrastructure/on_celery.py' adding 'pypipes/infrastructure/on_gevent.py' adding 'pypipes/infrastructure/command/__init__.py' adding 'pypipes/infrastructure/command/cursor.py' adding 'pypipes/infrastructure/command/job.py' adding 'pypipes/infrastructure/response/__init__.py' adding 'pypipes/infrastructure/response/base.py' adding 'pypipes/infrastructure/response/listener.py' adding 'pypipes/model/__init__.py' adding 'pypipes/model/patch.py' adding 'pypipes/processor/__init__.py' adding 'pypipes/processor/collection.py' adding 'pypipes/processor/event.py' adding 'pypipes/processor/message.py' adding 'pypipes/processor/model.py' adding 'pypipes/processor/scheduler.py' adding 'pypipes/service/__init__.py' adding 'pypipes/service/base.py' adding 'pypipes/service/base_client.py' adding 'pypipes/service/cache.py' adding 'pypipes/service/counter.py' adding 'pypipes/service/cursor_storage.py' adding 'pypipes/service/hash.py' adding 'pypipes/service/http_client.py' adding 'pypipes/service/lock.py' adding 'pypipes/service/logger.py' adding 'pypipes/service/metric.py' adding 'pypipes/service/openapi_client.py' adding 'pypipes/service/quota.py' adding 'pypipes/service/rate_counter.py' adding 'pypipes/service/storage.py' adding 'pypipes-0.0.3.dist-info/METADATA' adding 'pypipes-0.0.3.dist-info/WHEEL' adding 'pypipes-0.0.3.dist-info/namespace_packages.txt' adding 'pypipes-0.0.3.dist-info/top_level.txt' adding 'pypipes-0.0.3.dist-info/zip-safe' adding 'pypipes-0.0.3.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for pypipes: finished with status 'done' Stored in directory: /tmp/tmp398jip91 Successfully built pypipes Cleaning up... Removing source in /tmp/pip-wheel-k95q6lo1/pypipes Removed build tracker '/tmp/pip-req-tracker-3c3bssl6'