Created temporary directory: /tmp/pip-ephem-wheel-cache-rokim352 Created temporary directory: /tmp/pip-req-tracker-cxy_y5mm Created requirements tracker '/tmp/pip-req-tracker-cxy_y5mm' Created temporary directory: /tmp/pip-wheel-i_75j_4z Collecting schemazer==1.1.1 1 location(s) to search for versions of schemazer: * https://pypi.org/simple/schemazer/ Getting page https://pypi.org/simple/schemazer/ Analyzing links from page https://pypi.org/simple/schemazer/ Found link https://files.pythonhosted.org/packages/de/b3/ea0742522ffffc9b35524d490970fa6961fd155140c9e13f2c9769bf5df6/schemazer-1.1.0.tar.gz#sha256=7b0dacf5b5285fe61babeca936f520282c868614e597ee14ed3c6a9108a8a014 (from https://pypi.org/simple/schemazer/), version: 1.1.0 Found link https://files.pythonhosted.org/packages/17/42/49654b1f9db379fe6df6750af040f0737875b05f2b0dc9ed592c083d4e8e/schemazer-1.1.1.tar.gz#sha256=852a26cf3577382557769483122cb3e79174f3a3fd1a27d0b343a7b0096c74f1 (from https://pypi.org/simple/schemazer/), version: 1.1.1 Using version 1.1.1 (newest of versions: 1.1.1) Created temporary directory: /tmp/pip-unpack-p73je5mg Downloading https://files.pythonhosted.org/packages/17/42/49654b1f9db379fe6df6750af040f0737875b05f2b0dc9ed592c083d4e8e/schemazer-1.1.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/17/42/49654b1f9db379fe6df6750af040f0737875b05f2b0dc9ed592c083d4e8e/schemazer-1.1.1.tar.gz#sha256=852a26cf3577382557769483122cb3e79174f3a3fd1a27d0b343a7b0096c74f1 (from https://pypi.org/simple/schemazer/) Added schemazer==1.1.1 from https://files.pythonhosted.org/packages/17/42/49654b1f9db379fe6df6750af040f0737875b05f2b0dc9ed592c083d4e8e/schemazer-1.1.1.tar.gz#sha256=852a26cf3577382557769483122cb3e79174f3a3fd1a27d0b343a7b0096c74f1 to build tracker '/tmp/pip-req-tracker-cxy_y5mm' Running setup.py (path:/tmp/pip-wheel-i_75j_4z/schemazer/setup.py) egg_info for package schemazer Running command python setup.py egg_info running egg_info creating pip-egg-info/schemazer.egg-info writing pip-egg-info/schemazer.egg-info/PKG-INFO writing requirements to pip-egg-info/schemazer.egg-info/requires.txt writing dependency_links to pip-egg-info/schemazer.egg-info/dependency_links.txt writing top-level names to pip-egg-info/schemazer.egg-info/top_level.txt writing manifest file 'pip-egg-info/schemazer.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/schemazer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/schemazer.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-i_75j_4z/schemazer has version 1.1.1, which satisfies requirement schemazer==1.1.1 from https://files.pythonhosted.org/packages/17/42/49654b1f9db379fe6df6750af040f0737875b05f2b0dc9ed592c083d4e8e/schemazer-1.1.1.tar.gz#sha256=852a26cf3577382557769483122cb3e79174f3a3fd1a27d0b343a7b0096c74f1 Removed schemazer==1.1.1 from https://files.pythonhosted.org/packages/17/42/49654b1f9db379fe6df6750af040f0737875b05f2b0dc9ed592c083d4e8e/schemazer-1.1.1.tar.gz#sha256=852a26cf3577382557769483122cb3e79174f3a3fd1a27d0b343a7b0096c74f1 from build tracker '/tmp/pip-req-tracker-cxy_y5mm' Building wheels for collected packages: schemazer Created temporary directory: /tmp/pip-wheel-5ym0ec89 Running setup.py bdist_wheel for schemazer: started Destination directory: /tmp/pip-wheel-5ym0ec89 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-i_75j_4z/schemazer/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-5ym0ec89 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/schemazer copying schemazer/messages.py -> build/lib/schemazer copying schemazer/helpers.py -> build/lib/schemazer copying schemazer/validator.py -> build/lib/schemazer copying schemazer/__init__.py -> build/lib/schemazer copying schemazer/base.py -> build/lib/schemazer copying schemazer/docs.py -> build/lib/schemazer copying schemazer/config.py -> build/lib/schemazer creating build/lib/tests copying tests/test_fields.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_response_fields.py -> build/lib/tests copying tests/test_request_validator.py -> build/lib/tests running egg_info writing requirements to schemazer.egg-info/requires.txt writing dependency_links to schemazer.egg-info/dependency_links.txt writing schemazer.egg-info/PKG-INFO writing top-level names to schemazer.egg-info/top_level.txt reading manifest file 'schemazer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'schemazer.egg-info/SOURCES.txt' creating build/lib/schemazer/commons copying schemazer/commons/errors.py -> build/lib/schemazer/commons copying schemazer/commons/groups.py -> build/lib/schemazer/commons copying schemazer/commons/limits.py -> build/lib/schemazer/commons copying schemazer/commons/parameters.py -> build/lib/schemazer/commons copying schemazer/commons/patterns.py -> build/lib/schemazer/commons copying schemazer/commons/response_fields.py -> build/lib/schemazer/commons copying schemazer/commons/schema.py -> build/lib/schemazer/commons creating build/lib/schemazer/static copying schemazer/static/base-style.css -> build/lib/schemazer/static copying schemazer/static/controls.css -> build/lib/schemazer/static creating build/lib/schemazer/templates copying schemazer/templates/frame.html -> build/lib/schemazer/templates creating build/lib/schemazer/templates/pages copying schemazer/templates/pages/error.html -> build/lib/schemazer/templates/pages copying schemazer/templates/pages/errors.html -> build/lib/schemazer/templates/pages copying schemazer/templates/pages/groups.html -> build/lib/schemazer/templates/pages copying schemazer/templates/pages/index.html -> build/lib/schemazer/templates/pages copying schemazer/templates/pages/method.html -> build/lib/schemazer/templates/pages copying schemazer/templates/pages/methods.html -> build/lib/schemazer/templates/pages 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/schemazer creating build/bdist.linux-armv7l/wheel/schemazer/static copying build/lib/schemazer/static/base-style.css -> build/bdist.linux-armv7l/wheel/schemazer/static copying build/lib/schemazer/static/controls.css -> build/bdist.linux-armv7l/wheel/schemazer/static creating build/bdist.linux-armv7l/wheel/schemazer/commons copying build/lib/schemazer/commons/groups.py -> build/bdist.linux-armv7l/wheel/schemazer/commons copying build/lib/schemazer/commons/parameters.py -> build/bdist.linux-armv7l/wheel/schemazer/commons copying build/lib/schemazer/commons/schema.py -> build/bdist.linux-armv7l/wheel/schemazer/commons copying build/lib/schemazer/commons/patterns.py -> build/bdist.linux-armv7l/wheel/schemazer/commons copying build/lib/schemazer/commons/response_fields.py -> build/bdist.linux-armv7l/wheel/schemazer/commons copying build/lib/schemazer/commons/errors.py -> build/bdist.linux-armv7l/wheel/schemazer/commons copying build/lib/schemazer/commons/limits.py -> build/bdist.linux-armv7l/wheel/schemazer/commons copying build/lib/schemazer/messages.py -> build/bdist.linux-armv7l/wheel/schemazer copying build/lib/schemazer/helpers.py -> build/bdist.linux-armv7l/wheel/schemazer copying build/lib/schemazer/validator.py -> build/bdist.linux-armv7l/wheel/schemazer copying build/lib/schemazer/__init__.py -> build/bdist.linux-armv7l/wheel/schemazer copying build/lib/schemazer/base.py -> build/bdist.linux-armv7l/wheel/schemazer creating build/bdist.linux-armv7l/wheel/schemazer/templates creating build/bdist.linux-armv7l/wheel/schemazer/templates/pages copying build/lib/schemazer/templates/pages/groups.html -> build/bdist.linux-armv7l/wheel/schemazer/templates/pages copying build/lib/schemazer/templates/pages/index.html -> build/bdist.linux-armv7l/wheel/schemazer/templates/pages copying build/lib/schemazer/templates/pages/error.html -> build/bdist.linux-armv7l/wheel/schemazer/templates/pages copying build/lib/schemazer/templates/pages/errors.html -> build/bdist.linux-armv7l/wheel/schemazer/templates/pages copying build/lib/schemazer/templates/pages/method.html -> build/bdist.linux-armv7l/wheel/schemazer/templates/pages copying build/lib/schemazer/templates/pages/methods.html -> build/bdist.linux-armv7l/wheel/schemazer/templates/pages copying build/lib/schemazer/templates/frame.html -> build/bdist.linux-armv7l/wheel/schemazer/templates copying build/lib/schemazer/docs.py -> build/bdist.linux-armv7l/wheel/schemazer copying build/lib/schemazer/config.py -> build/bdist.linux-armv7l/wheel/schemazer creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_fields.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_response_fields.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_request_validator.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info Copying schemazer.egg-info to build/bdist.linux-armv7l/wheel/schemazer-1.1.1-py3.4.egg-info running install_scripts adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/schemazer-1.1.1.dist-info/WHEEL creating '/tmp/pip-wheel-5ym0ec89/schemazer-1.1.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'schemazer/__init__.py' adding 'schemazer/base.py' adding 'schemazer/config.py' adding 'schemazer/docs.py' adding 'schemazer/helpers.py' adding 'schemazer/messages.py' adding 'schemazer/validator.py' adding 'schemazer/commons/errors.py' adding 'schemazer/commons/groups.py' adding 'schemazer/commons/limits.py' adding 'schemazer/commons/parameters.py' adding 'schemazer/commons/patterns.py' adding 'schemazer/commons/response_fields.py' adding 'schemazer/commons/schema.py' adding 'schemazer/static/base-style.css' adding 'schemazer/static/controls.css' adding 'schemazer/templates/frame.html' adding 'schemazer/templates/pages/error.html' adding 'schemazer/templates/pages/errors.html' adding 'schemazer/templates/pages/groups.html' adding 'schemazer/templates/pages/index.html' adding 'schemazer/templates/pages/method.html' adding 'schemazer/templates/pages/methods.html' adding 'tests/__init__.py' adding 'tests/test_fields.py' adding 'tests/test_request_validator.py' adding 'tests/test_response_fields.py' adding 'schemazer-1.1.1.dist-info/LICENSE.txt' adding 'schemazer-1.1.1.dist-info/METADATA' adding 'schemazer-1.1.1.dist-info/WHEEL' adding 'schemazer-1.1.1.dist-info/top_level.txt' adding 'schemazer-1.1.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for schemazer: finished with status 'done' Stored in directory: /tmp/tmpepadjlub Successfully built schemazer Cleaning up... Removing source in /tmp/pip-wheel-i_75j_4z/schemazer Removed build tracker '/tmp/pip-req-tracker-cxy_y5mm'