Created temporary directory: /tmp/pip-ephem-wheel-cache-lstxyuf9 Created temporary directory: /tmp/pip-req-tracker-k76cfek4 Created requirements tracker '/tmp/pip-req-tracker-k76cfek4' Created temporary directory: /tmp/pip-wheel-7yf18u3g Collecting shandlers==0.0.2 1 location(s) to search for versions of shandlers: * https://pypi.org/simple/shandlers/ Getting page https://pypi.org/simple/shandlers/ Analyzing links from page https://pypi.org/simple/shandlers/ Found link https://files.pythonhosted.org/packages/ab/2d/6720c53d02f253e92c50b7dfa8bf73016f6b2c6803601c00c1f262688aee/shandlers-0.0.1.tar.gz#sha256=7dfec069a09a6b65fda23fadab718085dc9879fbefb3fd6e41c85440487c32db (from https://pypi.org/simple/shandlers/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/20/f0/1d06331f346be474e88c805c1585dafb59f59ebf4dd7bc3a6c4bad4b12d0/shandlers-0.0.2.tar.gz#sha256=8c694f9990b4f43962731559c4654c06ed933f4488ea17aecfddfe6bfb06a26f (from https://pypi.org/simple/shandlers/), version: 0.0.2 Using version 0.0.2 (newest of versions: 0.0.2) Created temporary directory: /tmp/pip-unpack-k1dhwmf4 Downloading https://files.pythonhosted.org/packages/20/f0/1d06331f346be474e88c805c1585dafb59f59ebf4dd7bc3a6c4bad4b12d0/shandlers-0.0.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/20/f0/1d06331f346be474e88c805c1585dafb59f59ebf4dd7bc3a6c4bad4b12d0/shandlers-0.0.2.tar.gz#sha256=8c694f9990b4f43962731559c4654c06ed933f4488ea17aecfddfe6bfb06a26f (from https://pypi.org/simple/shandlers/) Added shandlers==0.0.2 from https://files.pythonhosted.org/packages/20/f0/1d06331f346be474e88c805c1585dafb59f59ebf4dd7bc3a6c4bad4b12d0/shandlers-0.0.2.tar.gz#sha256=8c694f9990b4f43962731559c4654c06ed933f4488ea17aecfddfe6bfb06a26f to build tracker '/tmp/pip-req-tracker-k76cfek4' Running setup.py (path:/tmp/pip-wheel-7yf18u3g/shandlers/setup.py) egg_info for package shandlers Running command python setup.py egg_info running egg_info creating pip-egg-info/shandlers.egg-info writing pip-egg-info/shandlers.egg-info/PKG-INFO writing dependency_links to pip-egg-info/shandlers.egg-info/dependency_links.txt writing requirements to pip-egg-info/shandlers.egg-info/requires.txt writing top-level names to pip-egg-info/shandlers.egg-info/top_level.txt writing manifest file 'pip-egg-info/shandlers.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/shandlers.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' writing manifest file 'pip-egg-info/shandlers.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-7yf18u3g/shandlers has version 0.0.2, which satisfies requirement shandlers==0.0.2 from https://files.pythonhosted.org/packages/20/f0/1d06331f346be474e88c805c1585dafb59f59ebf4dd7bc3a6c4bad4b12d0/shandlers-0.0.2.tar.gz#sha256=8c694f9990b4f43962731559c4654c06ed933f4488ea17aecfddfe6bfb06a26f Removed shandlers==0.0.2 from https://files.pythonhosted.org/packages/20/f0/1d06331f346be474e88c805c1585dafb59f59ebf4dd7bc3a6c4bad4b12d0/shandlers-0.0.2.tar.gz#sha256=8c694f9990b4f43962731559c4654c06ed933f4488ea17aecfddfe6bfb06a26f from build tracker '/tmp/pip-req-tracker-k76cfek4' Building wheels for collected packages: shandlers Created temporary directory: /tmp/pip-wheel-f295gknn Running setup.py bdist_wheel for shandlers: started Destination directory: /tmp/pip-wheel-f295gknn Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-7yf18u3g/shandlers/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-f295gknn running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/shandlers copying shandlers/logger.py -> build/lib/shandlers copying shandlers/__init__.py -> build/lib/shandlers creating build/lib/tests copying tests/sqs_handler_test.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/shandlers/sqs copying shandlers/sqs/handler.py -> build/lib/shandlers/sqs copying shandlers/sqs/exceptions.py -> build/lib/shandlers/sqs copying shandlers/sqs/schema.py -> build/lib/shandlers/sqs copying shandlers/sqs/__init__.py -> build/lib/shandlers/sqs 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/shandlers creating build/bdist.linux-armv7l/wheel/shandlers/sqs copying build/lib/shandlers/sqs/handler.py -> build/bdist.linux-armv7l/wheel/shandlers/sqs copying build/lib/shandlers/sqs/exceptions.py -> build/bdist.linux-armv7l/wheel/shandlers/sqs copying build/lib/shandlers/sqs/schema.py -> build/bdist.linux-armv7l/wheel/shandlers/sqs copying build/lib/shandlers/sqs/__init__.py -> build/bdist.linux-armv7l/wheel/shandlers/sqs copying build/lib/shandlers/logger.py -> build/bdist.linux-armv7l/wheel/shandlers copying build/lib/shandlers/__init__.py -> build/bdist.linux-armv7l/wheel/shandlers creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/sqs_handler_test.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info running egg_info writing shandlers.egg-info/PKG-INFO writing requirements to shandlers.egg-info/requires.txt writing top-level names to shandlers.egg-info/top_level.txt writing dependency_links to shandlers.egg-info/dependency_links.txt reading manifest file 'shandlers.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' writing manifest file 'shandlers.egg-info/SOURCES.txt' Copying shandlers.egg-info to build/bdist.linux-armv7l/wheel/shandlers-0.0.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/shandlers-0.0.2.dist-info/WHEEL creating '/tmp/pip-wheel-f295gknn/shandlers-0.0.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'shandlers/__init__.py' adding 'shandlers/logger.py' adding 'shandlers/sqs/__init__.py' adding 'shandlers/sqs/exceptions.py' adding 'shandlers/sqs/handler.py' adding 'shandlers/sqs/schema.py' adding 'tests/__init__.py' adding 'tests/sqs_handler_test.py' adding 'shandlers-0.0.2.dist-info/METADATA' adding 'shandlers-0.0.2.dist-info/WHEEL' adding 'shandlers-0.0.2.dist-info/top_level.txt' adding 'shandlers-0.0.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for shandlers: finished with status 'done' Stored in directory: /tmp/tmpbp9ys693 Successfully built shandlers Cleaning up... Removing source in /tmp/pip-wheel-7yf18u3g/shandlers Removed build tracker '/tmp/pip-req-tracker-k76cfek4'