Created temporary directory: /tmp/pip-ephem-wheel-cache-hlv4rj7q Created temporary directory: /tmp/pip-req-tracker-eudj_9ij Created requirements tracker '/tmp/pip-req-tracker-eudj_9ij' Created temporary directory: /tmp/pip-wheel-h_pcltvf Collecting anthill-game-master==0.2.2 1 location(s) to search for versions of anthill-game-master: * https://pypi.org/simple/anthill-game-master/ Getting page https://pypi.org/simple/anthill-game-master/ Analyzing links from page https://pypi.org/simple/anthill-game-master/ Found link https://files.pythonhosted.org/packages/13/5b/a69c696e91a54e650393803ed62f26aa4e42004ece207f379da6c3759483/anthill-game-master-0.2.tar.gz#sha256=e4da10f67e686f109bc930f64c124ea8cf65d9d2fb66ffc4179607cd4a41ad00 (from https://pypi.org/simple/anthill-game-master/), version: 0.2 Found link https://files.pythonhosted.org/packages/af/f0/5048b4c52b205740e606a4444f1903a622db347e91021498785947573e97/anthill-game-master-0.2.1.tar.gz#sha256=fb5b340996ac0b2ed65a92a63931c5b73e4dc9fb59ed09ebfd8c26aef45fe045 (from https://pypi.org/simple/anthill-game-master/), version: 0.2.1 Found link https://files.pythonhosted.org/packages/f1/7d/1fbacc03f75137ae4ddf4aedc5f66d117a6be5a8148511bd3a01726fcbb6/anthill-game-master-0.2.2.tar.gz#sha256=0bb5e5108c59111433c580fc0df9099315ed8a1883b6d1d8eaa27473c04c7646 (from https://pypi.org/simple/anthill-game-master/), version: 0.2.2 Using version 0.2.2 (newest of versions: 0.2.2) Created temporary directory: /tmp/pip-unpack-4wlkso3c Downloading https://files.pythonhosted.org/packages/f1/7d/1fbacc03f75137ae4ddf4aedc5f66d117a6be5a8148511bd3a01726fcbb6/anthill-game-master-0.2.2.tar.gz (53kB) Downloading from URL https://files.pythonhosted.org/packages/f1/7d/1fbacc03f75137ae4ddf4aedc5f66d117a6be5a8148511bd3a01726fcbb6/anthill-game-master-0.2.2.tar.gz#sha256=0bb5e5108c59111433c580fc0df9099315ed8a1883b6d1d8eaa27473c04c7646 (from https://pypi.org/simple/anthill-game-master/) Added anthill-game-master==0.2.2 from https://files.pythonhosted.org/packages/f1/7d/1fbacc03f75137ae4ddf4aedc5f66d117a6be5a8148511bd3a01726fcbb6/anthill-game-master-0.2.2.tar.gz#sha256=0bb5e5108c59111433c580fc0df9099315ed8a1883b6d1d8eaa27473c04c7646 to build tracker '/tmp/pip-req-tracker-eudj_9ij' Running setup.py (path:/tmp/pip-wheel-h_pcltvf/anthill-game-master/setup.py) egg_info for package anthill-game-master Running command python setup.py egg_info running egg_info creating pip-egg-info/anthill_game_master.egg-info writing requirements to pip-egg-info/anthill_game_master.egg-info/requires.txt writing top-level names to pip-egg-info/anthill_game_master.egg-info/top_level.txt writing pip-egg-info/anthill_game_master.egg-info/PKG-INFO writing dependency_links to pip-egg-info/anthill_game_master.egg-info/dependency_links.txt writing namespace_packages to pip-egg-info/anthill_game_master.egg-info/namespace_packages.txt writing manifest file 'pip-egg-info/anthill_game_master.egg-info/SOURCES.txt' package init file 'anthill/game/master/sql/__init__.py' not found (or not a regular file) package init file 'anthill/game/master/static/__init__.py' not found (or not a regular file) package init file 'anthill/game/master/static/admin/__init__.py' not found (or not a regular file) reading manifest file 'pip-egg-info/anthill_game_master.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/anthill_game_master.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-h_pcltvf/anthill-game-master has version 0.2.2, which satisfies requirement anthill-game-master==0.2.2 from https://files.pythonhosted.org/packages/f1/7d/1fbacc03f75137ae4ddf4aedc5f66d117a6be5a8148511bd3a01726fcbb6/anthill-game-master-0.2.2.tar.gz#sha256=0bb5e5108c59111433c580fc0df9099315ed8a1883b6d1d8eaa27473c04c7646 Removed anthill-game-master==0.2.2 from https://files.pythonhosted.org/packages/f1/7d/1fbacc03f75137ae4ddf4aedc5f66d117a6be5a8148511bd3a01726fcbb6/anthill-game-master-0.2.2.tar.gz#sha256=0bb5e5108c59111433c580fc0df9099315ed8a1883b6d1d8eaa27473c04c7646 from build tracker '/tmp/pip-req-tracker-eudj_9ij' Building wheels for collected packages: anthill-game-master Created temporary directory: /tmp/pip-wheel-39f9jmsv Running setup.py bdist_wheel for anthill-game-master: started Destination directory: /tmp/pip-wheel-39f9jmsv Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-h_pcltvf/anthill-game-master/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-39f9jmsv running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/anthill creating build/lib/anthill/game copying anthill/game/__init__.py -> build/lib/anthill/game creating build/lib/anthill/game/master copying anthill/game/master/handlers.py -> build/lib/anthill/game/master copying anthill/game/master/options.py -> build/lib/anthill/game/master copying anthill/game/master/__init__.py -> build/lib/anthill/game/master copying anthill/game/master/server.py -> build/lib/anthill/game/master copying anthill/game/master/admin.py -> build/lib/anthill/game/master package init file 'anthill/game/master/sql/__init__.py' not found (or not a regular file) package init file 'anthill/game/master/static/__init__.py' not found (or not a regular file) creating build/lib/anthill/game/master/model copying anthill/game/master/model/controller.py -> build/lib/anthill/game/master/model copying anthill/game/master/model/rpc.py -> build/lib/anthill/game/master/model copying anthill/game/master/model/__init__.py -> build/lib/anthill/game/master/model copying anthill/game/master/model/ban.py -> build/lib/anthill/game/master/model copying anthill/game/master/model/deploy.py -> build/lib/anthill/game/master/model copying anthill/game/master/model/party.py -> build/lib/anthill/game/master/model copying anthill/game/master/model/gameserver.py -> build/lib/anthill/game/master/model copying anthill/game/master/model/room.py -> build/lib/anthill/game/master/model copying anthill/game/master/model/player.py -> build/lib/anthill/game/master/model copying anthill/game/master/model/host.py -> build/lib/anthill/game/master/model package init file 'anthill/game/master/static/admin/__init__.py' not found (or not a regular file) running egg_info writing anthill_game_master.egg-info/PKG-INFO writing requirements to anthill_game_master.egg-info/requires.txt writing dependency_links to anthill_game_master.egg-info/dependency_links.txt writing top-level names to anthill_game_master.egg-info/top_level.txt writing namespace_packages to anthill_game_master.egg-info/namespace_packages.txt reading manifest file 'anthill_game_master.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'anthill_game_master.egg-info/SOURCES.txt' creating build/lib/anthill/game/master/sql copying anthill/game/master/sql/bans.sql -> build/lib/anthill/game/master/sql copying anthill/game/master/sql/deployment_deliveries.sql -> build/lib/anthill/game/master/sql copying anthill/game/master/sql/deployments.sql -> build/lib/anthill/game/master/sql copying anthill/game/master/sql/game_deployments.sql -> build/lib/anthill/game/master/sql copying anthill/game/master/sql/game_server_versions.sql -> build/lib/anthill/game/master/sql copying anthill/game/master/sql/game_servers.sql -> build/lib/anthill/game/master/sql copying anthill/game/master/sql/hosts.sql -> build/lib/anthill/game/master/sql copying anthill/game/master/sql/parties.sql -> build/lib/anthill/game/master/sql copying anthill/game/master/sql/party_members.sql -> build/lib/anthill/game/master/sql copying anthill/game/master/sql/player_removal.sql -> build/lib/anthill/game/master/sql copying anthill/game/master/sql/players.sql -> build/lib/anthill/game/master/sql copying anthill/game/master/sql/regions.sql -> build/lib/anthill/game/master/sql copying anthill/game/master/sql/rooms.sql -> build/lib/anthill/game/master/sql creating build/lib/anthill/game/master/static creating build/lib/anthill/game/master/static/admin copying anthill/game/master/static/admin/debug_controller.js -> build/lib/anthill/game/master/static/admin installing to build/bdist.linux-armv7l/wheel running install running install_lib copying anthill/game/__init__.py -> build/bdist.linux-armv7l/wheel/anthill/game copying anthill/game/master/handlers.py -> build/bdist.linux-armv7l/wheel/anthill/game/master copying anthill/game/master/options.py -> build/bdist.linux-armv7l/wheel/anthill/game/master copying anthill/game/master/__init__.py -> build/bdist.linux-armv7l/wheel/anthill/game/master copying anthill/game/master/server.py -> build/bdist.linux-armv7l/wheel/anthill/game/master copying anthill/game/master/admin.py -> build/bdist.linux-armv7l/wheel/anthill/game/master copying anthill/game/master/sql/regions.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/sql/bans.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/sql/parties.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/sql/rooms.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/sql/game_servers.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/sql/player_removal.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/sql/hosts.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/sql/game_deployments.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/sql/deployment_deliveries.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/sql/game_server_versions.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/sql/party_members.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/sql/deployments.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/sql/players.sql -> build/bdist.linux-armv7l/wheel/anthill/game/master/sql copying anthill/game/master/static/admin/debug_controller.js -> build/bdist.linux-armv7l/wheel/anthill/game/master/static/admin copying anthill/game/master/model/controller.py -> build/bdist.linux-armv7l/wheel/anthill/game/master/model copying anthill/game/master/model/rpc.py -> build/bdist.linux-armv7l/wheel/anthill/game/master/model copying anthill/game/master/model/__init__.py -> build/bdist.linux-armv7l/wheel/anthill/game/master/model copying anthill/game/master/model/ban.py -> build/bdist.linux-armv7l/wheel/anthill/game/master/model copying anthill/game/master/model/deploy.py -> build/bdist.linux-armv7l/wheel/anthill/game/master/model copying anthill/game/master/model/party.py -> build/bdist.linux-armv7l/wheel/anthill/game/master/model copying anthill/game/master/model/gameserver.py -> build/bdist.linux-armv7l/wheel/anthill/game/master/model copying anthill/game/master/model/room.py -> build/bdist.linux-armv7l/wheel/anthill/game/master/model copying anthill/game/master/model/player.py -> build/bdist.linux-armv7l/wheel/anthill/game/master/model copying anthill/game/master/model/host.py -> build/bdist.linux-armv7l/wheel/anthill/game/master/model running install_egg_info Copying anthill_game_master.egg-info to build/bdist.linux-armv7l/wheel/anthill_game_master-0.2.2-py3.4.egg-info Installing build/bdist.linux-armv7l/wheel/anthill_game_master-0.2.2-py3.4-nspkg.pth running install_scripts creating build/bdist.linux-armv7l/wheel/anthill_game_master-0.2.2.dist-info/WHEEL creating '/tmp/pip-wheel-39f9jmsv/anthill_game_master-0.2.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'anthill_game_master-0.2.2-py3.4-nspkg.pth' adding 'anthill/game/__init__.py' adding 'anthill/game/master/__init__.py' adding 'anthill/game/master/admin.py' adding 'anthill/game/master/handlers.py' adding 'anthill/game/master/options.py' adding 'anthill/game/master/server.py' adding 'anthill/game/master/model/__init__.py' adding 'anthill/game/master/model/ban.py' adding 'anthill/game/master/model/controller.py' adding 'anthill/game/master/model/deploy.py' adding 'anthill/game/master/model/gameserver.py' adding 'anthill/game/master/model/host.py' adding 'anthill/game/master/model/party.py' adding 'anthill/game/master/model/player.py' adding 'anthill/game/master/model/room.py' adding 'anthill/game/master/model/rpc.py' adding 'anthill/game/master/sql/bans.sql' adding 'anthill/game/master/sql/deployment_deliveries.sql' adding 'anthill/game/master/sql/deployments.sql' adding 'anthill/game/master/sql/game_deployments.sql' adding 'anthill/game/master/sql/game_server_versions.sql' adding 'anthill/game/master/sql/game_servers.sql' adding 'anthill/game/master/sql/hosts.sql' adding 'anthill/game/master/sql/parties.sql' adding 'anthill/game/master/sql/party_members.sql' adding 'anthill/game/master/sql/player_removal.sql' adding 'anthill/game/master/sql/players.sql' adding 'anthill/game/master/sql/regions.sql' adding 'anthill/game/master/sql/rooms.sql' adding 'anthill/game/master/static/admin/debug_controller.js' adding 'anthill_game_master-0.2.2.dist-info/METADATA' adding 'anthill_game_master-0.2.2.dist-info/WHEEL' adding 'anthill_game_master-0.2.2.dist-info/namespace_packages.txt' adding 'anthill_game_master-0.2.2.dist-info/top_level.txt' adding 'anthill_game_master-0.2.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for anthill-game-master: finished with status 'done' Stored in directory: /tmp/tmp3x5etni3 Successfully built anthill-game-master Cleaning up... Removing source in /tmp/pip-wheel-h_pcltvf/anthill-game-master Removed build tracker '/tmp/pip-req-tracker-eudj_9ij'