Created temporary directory: /tmp/pip-ephem-wheel-cache-nmmq4isw Created temporary directory: /tmp/pip-req-tracker-3q9jhs4u Created requirements tracker '/tmp/pip-req-tracker-3q9jhs4u' Created temporary directory: /tmp/pip-wheel-d4imd2n0 Collecting authentication==1.0.1 1 location(s) to search for versions of authentication: * https://pypi.org/simple/authentication/ Getting page https://pypi.org/simple/authentication/ Analyzing links from page https://pypi.org/simple/authentication/ Found link https://files.pythonhosted.org/packages/fe/85/755e7007984a272c4e4569f64a5021692b2dbfce1afa32da42734e9420eb/authentication-1.0.1.tar.gz#sha256=84497ac2f2269f00fb511a0b6a37a5cb411ec9b54383c5239398d801285774ab (from https://pypi.org/simple/authentication/), version: 1.0.1 Using version 1.0.1 (newest of versions: 1.0.1) Created temporary directory: /tmp/pip-unpack-y4376b_b Downloading https://files.pythonhosted.org/packages/fe/85/755e7007984a272c4e4569f64a5021692b2dbfce1afa32da42734e9420eb/authentication-1.0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/fe/85/755e7007984a272c4e4569f64a5021692b2dbfce1afa32da42734e9420eb/authentication-1.0.1.tar.gz#sha256=84497ac2f2269f00fb511a0b6a37a5cb411ec9b54383c5239398d801285774ab (from https://pypi.org/simple/authentication/) Added authentication==1.0.1 from https://files.pythonhosted.org/packages/fe/85/755e7007984a272c4e4569f64a5021692b2dbfce1afa32da42734e9420eb/authentication-1.0.1.tar.gz#sha256=84497ac2f2269f00fb511a0b6a37a5cb411ec9b54383c5239398d801285774ab to build tracker '/tmp/pip-req-tracker-3q9jhs4u' Running setup.py (path:/tmp/pip-wheel-d4imd2n0/authentication/setup.py) egg_info for package authentication Running command python setup.py egg_info running egg_info creating pip-egg-info/authentication.egg-info writing pip-egg-info/authentication.egg-info/PKG-INFO writing dependency_links to pip-egg-info/authentication.egg-info/dependency_links.txt writing requirements to pip-egg-info/authentication.egg-info/requires.txt writing top-level names to pip-egg-info/authentication.egg-info/top_level.txt writing manifest file 'pip-egg-info/authentication.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/authentication.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/authentication.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-d4imd2n0/authentication has version 1.0.1, which satisfies requirement authentication==1.0.1 from https://files.pythonhosted.org/packages/fe/85/755e7007984a272c4e4569f64a5021692b2dbfce1afa32da42734e9420eb/authentication-1.0.1.tar.gz#sha256=84497ac2f2269f00fb511a0b6a37a5cb411ec9b54383c5239398d801285774ab Removed authentication==1.0.1 from https://files.pythonhosted.org/packages/fe/85/755e7007984a272c4e4569f64a5021692b2dbfce1afa32da42734e9420eb/authentication-1.0.1.tar.gz#sha256=84497ac2f2269f00fb511a0b6a37a5cb411ec9b54383c5239398d801285774ab from build tracker '/tmp/pip-req-tracker-3q9jhs4u' Building wheels for collected packages: authentication Created temporary directory: /tmp/pip-wheel-hc609kzy Running setup.py bdist_wheel for authentication: started Destination directory: /tmp/pip-wheel-hc609kzy Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-d4imd2n0/authentication/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-hc609kzy running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/authentication copying authentication/__init__.py -> build/lib/authentication copying authentication/factory_blueprint.py -> build/lib/authentication creating build/lib/authentication/views copying authentication/views/wtforms.py -> build/lib/authentication/views copying authentication/views/__init__.py -> build/lib/authentication/views creating build/lib/authentication/auth copying authentication/auth/__init__.py -> build/lib/authentication/auth copying authentication/auth/crypting.py -> build/lib/authentication/auth copying authentication/auth/models.py -> build/lib/authentication/auth creating build/lib/authentication/tests copying authentication/tests/__init__.py -> build/lib/authentication/tests copying authentication/tests/test_CRUD.py -> build/lib/authentication/tests creating build/lib/authentication/models copying authentication/models/exceptions.py -> build/lib/authentication/models copying authentication/models/__init__.py -> build/lib/authentication/models copying authentication/models/basemodel.py -> build/lib/authentication/models copying authentication/models/db.py -> build/lib/authentication/models creating build/lib/authentication/templates copying authentication/templates/login.html -> build/lib/authentication/templates copying authentication/templates/update_user.html -> build/lib/authentication/templates copying authentication/templates/logout_form.html -> build/lib/authentication/templates copying authentication/templates/login_form.html -> build/lib/authentication/templates copying authentication/templates/update_user_form.html -> build/lib/authentication/templates copying authentication/templates/registration.html -> build/lib/authentication/templates copying authentication/templates/registration_form.html -> build/lib/authentication/templates copying authentication/templates/logout.html -> build/lib/authentication/templates 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/authentication creating build/bdist.linux-armv7l/wheel/authentication/views copying build/lib/authentication/views/wtforms.py -> build/bdist.linux-armv7l/wheel/authentication/views copying build/lib/authentication/views/__init__.py -> build/bdist.linux-armv7l/wheel/authentication/views copying build/lib/authentication/__init__.py -> build/bdist.linux-armv7l/wheel/authentication creating build/bdist.linux-armv7l/wheel/authentication/templates copying build/lib/authentication/templates/login.html -> build/bdist.linux-armv7l/wheel/authentication/templates copying build/lib/authentication/templates/update_user.html -> build/bdist.linux-armv7l/wheel/authentication/templates copying build/lib/authentication/templates/logout_form.html -> build/bdist.linux-armv7l/wheel/authentication/templates copying build/lib/authentication/templates/login_form.html -> build/bdist.linux-armv7l/wheel/authentication/templates copying build/lib/authentication/templates/update_user_form.html -> build/bdist.linux-armv7l/wheel/authentication/templates copying build/lib/authentication/templates/registration.html -> build/bdist.linux-armv7l/wheel/authentication/templates copying build/lib/authentication/templates/registration_form.html -> build/bdist.linux-armv7l/wheel/authentication/templates copying build/lib/authentication/templates/logout.html -> build/bdist.linux-armv7l/wheel/authentication/templates creating build/bdist.linux-armv7l/wheel/authentication/auth copying build/lib/authentication/auth/__init__.py -> build/bdist.linux-armv7l/wheel/authentication/auth copying build/lib/authentication/auth/crypting.py -> build/bdist.linux-armv7l/wheel/authentication/auth copying build/lib/authentication/auth/models.py -> build/bdist.linux-armv7l/wheel/authentication/auth creating build/bdist.linux-armv7l/wheel/authentication/tests copying build/lib/authentication/tests/__init__.py -> build/bdist.linux-armv7l/wheel/authentication/tests copying build/lib/authentication/tests/test_CRUD.py -> build/bdist.linux-armv7l/wheel/authentication/tests creating build/bdist.linux-armv7l/wheel/authentication/models copying build/lib/authentication/models/exceptions.py -> build/bdist.linux-armv7l/wheel/authentication/models copying build/lib/authentication/models/__init__.py -> build/bdist.linux-armv7l/wheel/authentication/models copying build/lib/authentication/models/basemodel.py -> build/bdist.linux-armv7l/wheel/authentication/models copying build/lib/authentication/models/db.py -> build/bdist.linux-armv7l/wheel/authentication/models copying build/lib/authentication/factory_blueprint.py -> build/bdist.linux-armv7l/wheel/authentication running install_egg_info running egg_info writing requirements to authentication.egg-info/requires.txt writing top-level names to authentication.egg-info/top_level.txt writing dependency_links to authentication.egg-info/dependency_links.txt writing authentication.egg-info/PKG-INFO reading manifest file 'authentication.egg-info/SOURCES.txt' writing manifest file 'authentication.egg-info/SOURCES.txt' Copying authentication.egg-info to build/bdist.linux-armv7l/wheel/authentication-1.0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/authentication-1.0.1.dist-info/WHEEL creating '/tmp/pip-wheel-hc609kzy/authentication-1.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'authentication/__init__.py' adding 'authentication/factory_blueprint.py' adding 'authentication/auth/__init__.py' adding 'authentication/auth/crypting.py' adding 'authentication/auth/models.py' adding 'authentication/models/__init__.py' adding 'authentication/models/basemodel.py' adding 'authentication/models/db.py' adding 'authentication/models/exceptions.py' adding 'authentication/templates/login.html' adding 'authentication/templates/login_form.html' adding 'authentication/templates/logout.html' adding 'authentication/templates/logout_form.html' adding 'authentication/templates/registration.html' adding 'authentication/templates/registration_form.html' adding 'authentication/templates/update_user.html' adding 'authentication/templates/update_user_form.html' adding 'authentication/tests/__init__.py' adding 'authentication/tests/test_CRUD.py' adding 'authentication/views/__init__.py' adding 'authentication/views/wtforms.py' adding 'authentication-1.0.1.dist-info/METADATA' adding 'authentication-1.0.1.dist-info/WHEEL' adding 'authentication-1.0.1.dist-info/top_level.txt' adding 'authentication-1.0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for authentication: finished with status 'done' Stored in directory: /tmp/tmpzpzfmv6f Successfully built authentication Cleaning up... Removing source in /tmp/pip-wheel-d4imd2n0/authentication Removed build tracker '/tmp/pip-req-tracker-3q9jhs4u'