Created temporary directory: /tmp/pip-ephem-wheel-cache-ift7d2ha Created temporary directory: /tmp/pip-req-tracker-9u7_8gfq Created requirements tracker '/tmp/pip-req-tracker-9u7_8gfq' Created temporary directory: /tmp/pip-wheel-7p64cjuu Collecting anthill-config==0.2 1 location(s) to search for versions of anthill-config: * https://pypi.org/simple/anthill-config/ Getting page https://pypi.org/simple/anthill-config/ Analyzing links from page https://pypi.org/simple/anthill-config/ Found link https://files.pythonhosted.org/packages/21/90/6c4d5d8d2f9a91627bf7bfb5eea49a91ff802b13b215a44c9c5660c99213/anthill-config-0.2.tar.gz#sha256=b44af35d5382de203ca3fe871120ebff6808d6ec5038bf981ab6860c4b37fa97 (from https://pypi.org/simple/anthill-config/), version: 0.2 Using version 0.2 (newest of versions: 0.2) Created temporary directory: /tmp/pip-unpack-ea4zpqu5 Downloading https://files.pythonhosted.org/packages/21/90/6c4d5d8d2f9a91627bf7bfb5eea49a91ff802b13b215a44c9c5660c99213/anthill-config-0.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/21/90/6c4d5d8d2f9a91627bf7bfb5eea49a91ff802b13b215a44c9c5660c99213/anthill-config-0.2.tar.gz#sha256=b44af35d5382de203ca3fe871120ebff6808d6ec5038bf981ab6860c4b37fa97 (from https://pypi.org/simple/anthill-config/) Added anthill-config==0.2 from https://files.pythonhosted.org/packages/21/90/6c4d5d8d2f9a91627bf7bfb5eea49a91ff802b13b215a44c9c5660c99213/anthill-config-0.2.tar.gz#sha256=b44af35d5382de203ca3fe871120ebff6808d6ec5038bf981ab6860c4b37fa97 to build tracker '/tmp/pip-req-tracker-9u7_8gfq' Running setup.py (path:/tmp/pip-wheel-7p64cjuu/anthill-config/setup.py) egg_info for package anthill-config Running command python setup.py egg_info running egg_info creating pip-egg-info/anthill_config.egg-info writing top-level names to pip-egg-info/anthill_config.egg-info/top_level.txt writing pip-egg-info/anthill_config.egg-info/PKG-INFO writing namespace_packages to pip-egg-info/anthill_config.egg-info/namespace_packages.txt writing dependency_links to pip-egg-info/anthill_config.egg-info/dependency_links.txt writing requirements to pip-egg-info/anthill_config.egg-info/requires.txt writing manifest file 'pip-egg-info/anthill_config.egg-info/SOURCES.txt' package init file 'anthill/config/sql/__init__.py' not found (or not a regular file) reading manifest file 'pip-egg-info/anthill_config.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'anthill/config/static' writing manifest file 'pip-egg-info/anthill_config.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-7p64cjuu/anthill-config has version 0.2, which satisfies requirement anthill-config==0.2 from https://files.pythonhosted.org/packages/21/90/6c4d5d8d2f9a91627bf7bfb5eea49a91ff802b13b215a44c9c5660c99213/anthill-config-0.2.tar.gz#sha256=b44af35d5382de203ca3fe871120ebff6808d6ec5038bf981ab6860c4b37fa97 Removed anthill-config==0.2 from https://files.pythonhosted.org/packages/21/90/6c4d5d8d2f9a91627bf7bfb5eea49a91ff802b13b215a44c9c5660c99213/anthill-config-0.2.tar.gz#sha256=b44af35d5382de203ca3fe871120ebff6808d6ec5038bf981ab6860c4b37fa97 from build tracker '/tmp/pip-req-tracker-9u7_8gfq' Building wheels for collected packages: anthill-config Created temporary directory: /tmp/pip-wheel-mc49sdw2 Running setup.py bdist_wheel for anthill-config: started Destination directory: /tmp/pip-wheel-mc49sdw2 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-7p64cjuu/anthill-config/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-mc49sdw2 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/anthill creating build/lib/anthill/config copying anthill/config/handler.py -> build/lib/anthill/config copying anthill/config/server.py -> build/lib/anthill/config copying anthill/config/options.py -> build/lib/anthill/config copying anthill/config/__init__.py -> build/lib/anthill/config copying anthill/config/admin.py -> build/lib/anthill/config package init file 'anthill/config/sql/__init__.py' not found (or not a regular file) creating build/lib/anthill/config/model copying anthill/config/model/builds.py -> build/lib/anthill/config/model copying anthill/config/model/apps.py -> build/lib/anthill/config/model copying anthill/config/model/__init__.py -> build/lib/anthill/config/model running egg_info writing namespace_packages to anthill_config.egg-info/namespace_packages.txt writing anthill_config.egg-info/PKG-INFO writing requirements to anthill_config.egg-info/requires.txt writing top-level names to anthill_config.egg-info/top_level.txt writing dependency_links to anthill_config.egg-info/dependency_links.txt reading manifest file 'anthill_config.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no directories found matching 'anthill/config/static' writing manifest file 'anthill_config.egg-info/SOURCES.txt' creating build/lib/anthill/config/sql copying anthill/config/sql/config_application_versions.sql -> build/lib/anthill/config/sql copying anthill/config/sql/config_applications.sql -> build/lib/anthill/config/sql copying anthill/config/sql/config_builds.sql -> build/lib/anthill/config/sql installing to build/bdist.linux-armv7l/wheel running install running install_lib copying anthill/config/handler.py -> build/bdist.linux-armv7l/wheel/anthill/config copying anthill/config/server.py -> build/bdist.linux-armv7l/wheel/anthill/config copying anthill/config/options.py -> build/bdist.linux-armv7l/wheel/anthill/config copying anthill/config/__init__.py -> build/bdist.linux-armv7l/wheel/anthill/config copying anthill/config/admin.py -> build/bdist.linux-armv7l/wheel/anthill/config copying anthill/config/sql/config_applications.sql -> build/bdist.linux-armv7l/wheel/anthill/config/sql copying anthill/config/sql/config_application_versions.sql -> build/bdist.linux-armv7l/wheel/anthill/config/sql copying anthill/config/sql/config_builds.sql -> build/bdist.linux-armv7l/wheel/anthill/config/sql copying anthill/config/model/builds.py -> build/bdist.linux-armv7l/wheel/anthill/config/model copying anthill/config/model/apps.py -> build/bdist.linux-armv7l/wheel/anthill/config/model copying anthill/config/model/__init__.py -> build/bdist.linux-armv7l/wheel/anthill/config/model running install_egg_info Copying anthill_config.egg-info to build/bdist.linux-armv7l/wheel/anthill_config-0.2-py3.4.egg-info Installing build/bdist.linux-armv7l/wheel/anthill_config-0.2-py3.4-nspkg.pth running install_scripts creating build/bdist.linux-armv7l/wheel/anthill_config-0.2.dist-info/WHEEL creating '/tmp/pip-wheel-mc49sdw2/anthill_config-0.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'anthill_config-0.2-py3.4-nspkg.pth' adding 'anthill/config/__init__.py' adding 'anthill/config/admin.py' adding 'anthill/config/handler.py' adding 'anthill/config/options.py' adding 'anthill/config/server.py' adding 'anthill/config/model/__init__.py' adding 'anthill/config/model/apps.py' adding 'anthill/config/model/builds.py' adding 'anthill/config/sql/config_application_versions.sql' adding 'anthill/config/sql/config_applications.sql' adding 'anthill/config/sql/config_builds.sql' adding 'anthill_config-0.2.dist-info/METADATA' adding 'anthill_config-0.2.dist-info/WHEEL' adding 'anthill_config-0.2.dist-info/namespace_packages.txt' adding 'anthill_config-0.2.dist-info/top_level.txt' adding 'anthill_config-0.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for anthill-config: finished with status 'done' Stored in directory: /tmp/tmpkwhspczg Successfully built anthill-config Cleaning up... Removing source in /tmp/pip-wheel-7p64cjuu/anthill-config Removed build tracker '/tmp/pip-req-tracker-9u7_8gfq'