Created temporary directory: /tmp/pip-ephem-wheel-cache-3age2e4c Created temporary directory: /tmp/pip-req-tracker-rswe55_5 Created requirements tracker '/tmp/pip-req-tracker-rswe55_5' Created temporary directory: /tmp/pip-wheel-4imj_oyf Collecting torstack==0.0.3 1 location(s) to search for versions of torstack: * https://pypi.org/simple/torstack/ Getting page https://pypi.org/simple/torstack/ Analyzing links from page https://pypi.org/simple/torstack/ Found link https://files.pythonhosted.org/packages/8b/3c/8dfc77bf5b68a34b24a2db1507002d492c3c8f60d16d3c07dfee7fd56e73/torstack-0.0.1.tar.gz#sha256=34fdfa9fa13540e5c5f57bb3265a358798d00c65ba5c88f181a59122471f9f3e (from https://pypi.org/simple/torstack/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/06/ac/9b03d79e6e604327c52735630d644168efd0695593555fa1bd6af6a155c2/torstack-0.0.3.tar.gz#sha256=db5672d0cb2b6e81920189030b48702d27d1f6dcf4a75d6017f800adb1475864 (from https://pypi.org/simple/torstack/), version: 0.0.3 Found link https://files.pythonhosted.org/packages/21/43/a31b53f5250b5d6dccc04e6180e7e18fdbf0c4f0571dab37e0f59b83aaf8/torstack-0.0.4.tar.gz#sha256=b17c8fbac0093304ce39d2144db64dc5092100ebeba895c954cc674f1c262818 (from https://pypi.org/simple/torstack/), version: 0.0.4 Found link https://files.pythonhosted.org/packages/d2/e7/3c960dadbe060697e65281550e39e0aea066996ca48057e9280d15ef0d51/torstack-0.0.5.tar.gz#sha256=180bca1219ea9cfe3011c1e6ab498e670a980996e5a95cab038d87687010de8c (from https://pypi.org/simple/torstack/), version: 0.0.5 Using version 0.0.3 (newest of versions: 0.0.3) Created temporary directory: /tmp/pip-unpack-wjyq0a1u Downloading https://files.pythonhosted.org/packages/06/ac/9b03d79e6e604327c52735630d644168efd0695593555fa1bd6af6a155c2/torstack-0.0.3.tar.gz Downloading from URL https://files.pythonhosted.org/packages/06/ac/9b03d79e6e604327c52735630d644168efd0695593555fa1bd6af6a155c2/torstack-0.0.3.tar.gz#sha256=db5672d0cb2b6e81920189030b48702d27d1f6dcf4a75d6017f800adb1475864 (from https://pypi.org/simple/torstack/) Added torstack==0.0.3 from https://files.pythonhosted.org/packages/06/ac/9b03d79e6e604327c52735630d644168efd0695593555fa1bd6af6a155c2/torstack-0.0.3.tar.gz#sha256=db5672d0cb2b6e81920189030b48702d27d1f6dcf4a75d6017f800adb1475864 to build tracker '/tmp/pip-req-tracker-rswe55_5' Running setup.py (path:/tmp/pip-wheel-4imj_oyf/torstack/setup.py) egg_info for package torstack Running command python setup.py egg_info running egg_info creating pip-egg-info/torstack.egg-info writing pip-egg-info/torstack.egg-info/PKG-INFO writing top-level names to pip-egg-info/torstack.egg-info/top_level.txt writing requirements to pip-egg-info/torstack.egg-info/requires.txt writing dependency_links to pip-egg-info/torstack.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/torstack.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/torstack.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/torstack.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-4imj_oyf/torstack has version 0.0.3, which satisfies requirement torstack==0.0.3 from https://files.pythonhosted.org/packages/06/ac/9b03d79e6e604327c52735630d644168efd0695593555fa1bd6af6a155c2/torstack-0.0.3.tar.gz#sha256=db5672d0cb2b6e81920189030b48702d27d1f6dcf4a75d6017f800adb1475864 Removed torstack==0.0.3 from https://files.pythonhosted.org/packages/06/ac/9b03d79e6e604327c52735630d644168efd0695593555fa1bd6af6a155c2/torstack-0.0.3.tar.gz#sha256=db5672d0cb2b6e81920189030b48702d27d1f6dcf4a75d6017f800adb1475864 from build tracker '/tmp/pip-req-tracker-rswe55_5' Building wheels for collected packages: torstack Created temporary directory: /tmp/pip-wheel-wwx0yunk Running setup.py bdist_wheel for torstack: started Destination directory: /tmp/pip-wheel-wwx0yunk Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-4imj_oyf/torstack/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-wwx0yunk running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/torstack copying torstack/server.py -> build/lib/torstack copying torstack/exception.py -> build/lib/torstack copying torstack/__init__.py -> build/lib/torstack creating build/lib/tests copying tests/1.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/examples copying examples/__init__.py -> build/lib/examples creating build/lib/torstack/library copying torstack/library/string.py -> build/lib/torstack/library copying torstack/library/mediatypes.py -> build/lib/torstack/library copying torstack/library/dict.py -> build/lib/torstack/library copying torstack/library/compat.py -> build/lib/torstack/library copying torstack/library/types.py -> build/lib/torstack/library copying torstack/library/encipher.py -> build/lib/torstack/library copying torstack/library/utils.py -> build/lib/torstack/library copying torstack/library/__init__.py -> build/lib/torstack/library creating build/lib/torstack/core copying torstack/core/cookie.py -> build/lib/torstack/core copying torstack/core/rest.py -> build/lib/torstack/core copying torstack/core/session.py -> build/lib/torstack/core copying torstack/core/scheduler.py -> build/lib/torstack/core copying torstack/core/__init__.py -> build/lib/torstack/core creating build/lib/torstack/storage copying torstack/storage/redis.py -> build/lib/torstack/storage copying torstack/storage/file.py -> build/lib/torstack/storage copying torstack/storage/memcache.py -> build/lib/torstack/storage copying torstack/storage/tornadoredis.py -> build/lib/torstack/storage copying torstack/storage/mysql.py -> build/lib/torstack/storage copying torstack/storage/mongodb.py -> build/lib/torstack/storage copying torstack/storage/__init__.py -> build/lib/torstack/storage creating build/lib/torstack/config copying torstack/config/builder.py -> build/lib/torstack/config copying torstack/config/default.py -> build/lib/torstack/config copying torstack/config/parser.py -> build/lib/torstack/config copying torstack/config/__init__.py -> build/lib/torstack/config creating build/lib/torstack/app copying torstack/app/web.py -> build/lib/torstack/app copying torstack/app/__init__.py -> build/lib/torstack/app creating build/lib/torstack/websocket copying torstack/websocket/client.py -> build/lib/torstack/websocket copying torstack/websocket/message.py -> build/lib/torstack/websocket copying torstack/websocket/manager.py -> build/lib/torstack/websocket copying torstack/websocket/listener.py -> build/lib/torstack/websocket copying torstack/websocket/__init__.py -> build/lib/torstack/websocket creating build/lib/torstack/vendor copying torstack/vendor/__init__.py -> build/lib/torstack/vendor creating build/lib/torstack/scheduler copying torstack/scheduler/model.py -> build/lib/torstack/scheduler copying torstack/scheduler/service.py -> build/lib/torstack/scheduler copying torstack/scheduler/handler.py -> build/lib/torstack/scheduler copying torstack/scheduler/__init__.py -> build/lib/torstack/scheduler copying torstack/scheduler/executer.py -> build/lib/torstack/scheduler creating build/lib/torstack/handler copying torstack/handler/ajax.py -> build/lib/torstack/handler copying torstack/handler/base.py -> build/lib/torstack/handler copying torstack/handler/rest.py -> build/lib/torstack/handler copying torstack/handler/websocket.py -> build/lib/torstack/handler copying torstack/handler/scheduler.py -> build/lib/torstack/handler copying torstack/handler/__init__.py -> build/lib/torstack/handler creating build/lib/tests/tornadoredis copying tests/tornadoredis/app.py -> build/lib/tests/tornadoredis copying tests/tornadoredis/__init__.py -> build/lib/tests/tornadoredis creating build/lib/examples/chat copying examples/chat/app.py -> build/lib/examples/chat copying examples/chat/app2.py -> build/lib/examples/chat copying examples/chat/handlers.py -> build/lib/examples/chat copying examples/chat/__init__.py -> build/lib/examples/chat creating build/lib/examples/taskmgr copying examples/taskmgr/app.py -> build/lib/examples/taskmgr copying examples/taskmgr/__init__.py -> build/lib/examples/taskmgr copying examples/taskmgr/executer.py -> build/lib/examples/taskmgr creating build/lib/examples/account copying examples/account/app.py -> build/lib/examples/account copying examples/account/handlers.py -> build/lib/examples/account copying examples/account/user_account_service.py -> build/lib/examples/account copying examples/account/models.py -> build/lib/examples/account copying examples/account/__init__.py -> build/lib/examples/account creating build/lib/examples/helloworld copying examples/helloworld/app.py -> build/lib/examples/helloworld copying examples/helloworld/__init__.py -> build/lib/examples/helloworld 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/torstack creating build/bdist.linux-armv7l/wheel/torstack/library copying build/lib/torstack/library/string.py -> build/bdist.linux-armv7l/wheel/torstack/library copying build/lib/torstack/library/mediatypes.py -> build/bdist.linux-armv7l/wheel/torstack/library copying build/lib/torstack/library/dict.py -> build/bdist.linux-armv7l/wheel/torstack/library copying build/lib/torstack/library/compat.py -> build/bdist.linux-armv7l/wheel/torstack/library copying build/lib/torstack/library/types.py -> build/bdist.linux-armv7l/wheel/torstack/library copying build/lib/torstack/library/encipher.py -> build/bdist.linux-armv7l/wheel/torstack/library copying build/lib/torstack/library/utils.py -> build/bdist.linux-armv7l/wheel/torstack/library copying build/lib/torstack/library/__init__.py -> build/bdist.linux-armv7l/wheel/torstack/library creating build/bdist.linux-armv7l/wheel/torstack/core copying build/lib/torstack/core/cookie.py -> build/bdist.linux-armv7l/wheel/torstack/core copying build/lib/torstack/core/rest.py -> build/bdist.linux-armv7l/wheel/torstack/core copying build/lib/torstack/core/session.py -> build/bdist.linux-armv7l/wheel/torstack/core copying build/lib/torstack/core/scheduler.py -> build/bdist.linux-armv7l/wheel/torstack/core copying build/lib/torstack/core/__init__.py -> build/bdist.linux-armv7l/wheel/torstack/core creating build/bdist.linux-armv7l/wheel/torstack/storage copying build/lib/torstack/storage/redis.py -> build/bdist.linux-armv7l/wheel/torstack/storage copying build/lib/torstack/storage/file.py -> build/bdist.linux-armv7l/wheel/torstack/storage copying build/lib/torstack/storage/memcache.py -> build/bdist.linux-armv7l/wheel/torstack/storage copying build/lib/torstack/storage/tornadoredis.py -> build/bdist.linux-armv7l/wheel/torstack/storage copying build/lib/torstack/storage/mysql.py -> build/bdist.linux-armv7l/wheel/torstack/storage copying build/lib/torstack/storage/mongodb.py -> build/bdist.linux-armv7l/wheel/torstack/storage copying build/lib/torstack/storage/__init__.py -> build/bdist.linux-armv7l/wheel/torstack/storage creating build/bdist.linux-armv7l/wheel/torstack/config copying build/lib/torstack/config/builder.py -> build/bdist.linux-armv7l/wheel/torstack/config copying build/lib/torstack/config/default.py -> build/bdist.linux-armv7l/wheel/torstack/config copying build/lib/torstack/config/parser.py -> build/bdist.linux-armv7l/wheel/torstack/config copying build/lib/torstack/config/__init__.py -> build/bdist.linux-armv7l/wheel/torstack/config creating build/bdist.linux-armv7l/wheel/torstack/app copying build/lib/torstack/app/web.py -> build/bdist.linux-armv7l/wheel/torstack/app copying build/lib/torstack/app/__init__.py -> build/bdist.linux-armv7l/wheel/torstack/app creating build/bdist.linux-armv7l/wheel/torstack/websocket copying build/lib/torstack/websocket/client.py -> build/bdist.linux-armv7l/wheel/torstack/websocket copying build/lib/torstack/websocket/message.py -> build/bdist.linux-armv7l/wheel/torstack/websocket copying build/lib/torstack/websocket/manager.py -> build/bdist.linux-armv7l/wheel/torstack/websocket copying build/lib/torstack/websocket/listener.py -> build/bdist.linux-armv7l/wheel/torstack/websocket copying build/lib/torstack/websocket/__init__.py -> build/bdist.linux-armv7l/wheel/torstack/websocket copying build/lib/torstack/server.py -> build/bdist.linux-armv7l/wheel/torstack copying build/lib/torstack/exception.py -> build/bdist.linux-armv7l/wheel/torstack creating build/bdist.linux-armv7l/wheel/torstack/vendor copying build/lib/torstack/vendor/__init__.py -> build/bdist.linux-armv7l/wheel/torstack/vendor creating build/bdist.linux-armv7l/wheel/torstack/scheduler copying build/lib/torstack/scheduler/model.py -> build/bdist.linux-armv7l/wheel/torstack/scheduler copying build/lib/torstack/scheduler/service.py -> build/bdist.linux-armv7l/wheel/torstack/scheduler copying build/lib/torstack/scheduler/handler.py -> build/bdist.linux-armv7l/wheel/torstack/scheduler copying build/lib/torstack/scheduler/__init__.py -> build/bdist.linux-armv7l/wheel/torstack/scheduler copying build/lib/torstack/scheduler/executer.py -> build/bdist.linux-armv7l/wheel/torstack/scheduler creating build/bdist.linux-armv7l/wheel/torstack/handler copying build/lib/torstack/handler/ajax.py -> build/bdist.linux-armv7l/wheel/torstack/handler copying build/lib/torstack/handler/base.py -> build/bdist.linux-armv7l/wheel/torstack/handler copying build/lib/torstack/handler/rest.py -> build/bdist.linux-armv7l/wheel/torstack/handler copying build/lib/torstack/handler/websocket.py -> build/bdist.linux-armv7l/wheel/torstack/handler copying build/lib/torstack/handler/scheduler.py -> build/bdist.linux-armv7l/wheel/torstack/handler copying build/lib/torstack/handler/__init__.py -> build/bdist.linux-armv7l/wheel/torstack/handler copying build/lib/torstack/__init__.py -> build/bdist.linux-armv7l/wheel/torstack creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/1.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/tornadoredis copying build/lib/tests/tornadoredis/app.py -> build/bdist.linux-armv7l/wheel/tests/tornadoredis copying build/lib/tests/tornadoredis/__init__.py -> build/bdist.linux-armv7l/wheel/tests/tornadoredis copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/examples creating build/bdist.linux-armv7l/wheel/examples/chat copying build/lib/examples/chat/app.py -> build/bdist.linux-armv7l/wheel/examples/chat copying build/lib/examples/chat/app2.py -> build/bdist.linux-armv7l/wheel/examples/chat copying build/lib/examples/chat/handlers.py -> build/bdist.linux-armv7l/wheel/examples/chat copying build/lib/examples/chat/__init__.py -> build/bdist.linux-armv7l/wheel/examples/chat creating build/bdist.linux-armv7l/wheel/examples/taskmgr copying build/lib/examples/taskmgr/app.py -> build/bdist.linux-armv7l/wheel/examples/taskmgr copying build/lib/examples/taskmgr/__init__.py -> build/bdist.linux-armv7l/wheel/examples/taskmgr copying build/lib/examples/taskmgr/executer.py -> build/bdist.linux-armv7l/wheel/examples/taskmgr creating build/bdist.linux-armv7l/wheel/examples/account copying build/lib/examples/account/app.py -> build/bdist.linux-armv7l/wheel/examples/account copying build/lib/examples/account/handlers.py -> build/bdist.linux-armv7l/wheel/examples/account copying build/lib/examples/account/user_account_service.py -> build/bdist.linux-armv7l/wheel/examples/account copying build/lib/examples/account/models.py -> build/bdist.linux-armv7l/wheel/examples/account copying build/lib/examples/account/__init__.py -> build/bdist.linux-armv7l/wheel/examples/account creating build/bdist.linux-armv7l/wheel/examples/helloworld copying build/lib/examples/helloworld/app.py -> build/bdist.linux-armv7l/wheel/examples/helloworld copying build/lib/examples/helloworld/__init__.py -> build/bdist.linux-armv7l/wheel/examples/helloworld copying build/lib/examples/__init__.py -> build/bdist.linux-armv7l/wheel/examples running install_egg_info running egg_info writing requirements to torstack.egg-info/requires.txt writing top-level names to torstack.egg-info/top_level.txt writing torstack.egg-info/PKG-INFO writing dependency_links to torstack.egg-info/dependency_links.txt reading manifest file 'torstack.egg-info/SOURCES.txt' writing manifest file 'torstack.egg-info/SOURCES.txt' Copying torstack.egg-info to build/bdist.linux-armv7l/wheel/torstack-0.0.3-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/torstack-0.0.3.dist-info/WHEEL creating '/tmp/pip-wheel-wwx0yunk/torstack-0.0.3-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'examples/__init__.py' adding 'examples/account/__init__.py' adding 'examples/account/app.py' adding 'examples/account/handlers.py' adding 'examples/account/models.py' adding 'examples/account/user_account_service.py' adding 'examples/chat/__init__.py' adding 'examples/chat/app.py' adding 'examples/chat/app2.py' adding 'examples/chat/handlers.py' adding 'examples/helloworld/__init__.py' adding 'examples/helloworld/app.py' adding 'examples/taskmgr/__init__.py' adding 'examples/taskmgr/app.py' adding 'examples/taskmgr/executer.py' adding 'tests/1.py' adding 'tests/__init__.py' adding 'tests/tornadoredis/__init__.py' adding 'tests/tornadoredis/app.py' adding 'torstack/__init__.py' adding 'torstack/exception.py' adding 'torstack/server.py' adding 'torstack/app/__init__.py' adding 'torstack/app/web.py' adding 'torstack/config/__init__.py' adding 'torstack/config/builder.py' adding 'torstack/config/default.py' adding 'torstack/config/parser.py' adding 'torstack/core/__init__.py' adding 'torstack/core/cookie.py' adding 'torstack/core/rest.py' adding 'torstack/core/scheduler.py' adding 'torstack/core/session.py' adding 'torstack/handler/__init__.py' adding 'torstack/handler/ajax.py' adding 'torstack/handler/base.py' adding 'torstack/handler/rest.py' adding 'torstack/handler/scheduler.py' adding 'torstack/handler/websocket.py' adding 'torstack/library/__init__.py' adding 'torstack/library/compat.py' adding 'torstack/library/dict.py' adding 'torstack/library/encipher.py' adding 'torstack/library/mediatypes.py' adding 'torstack/library/string.py' adding 'torstack/library/types.py' adding 'torstack/library/utils.py' adding 'torstack/scheduler/__init__.py' adding 'torstack/scheduler/executer.py' adding 'torstack/scheduler/handler.py' adding 'torstack/scheduler/model.py' adding 'torstack/scheduler/service.py' adding 'torstack/storage/__init__.py' adding 'torstack/storage/file.py' adding 'torstack/storage/memcache.py' adding 'torstack/storage/mongodb.py' adding 'torstack/storage/mysql.py' adding 'torstack/storage/redis.py' adding 'torstack/storage/tornadoredis.py' adding 'torstack/vendor/__init__.py' adding 'torstack/websocket/__init__.py' adding 'torstack/websocket/client.py' adding 'torstack/websocket/listener.py' adding 'torstack/websocket/manager.py' adding 'torstack/websocket/message.py' adding 'torstack-0.0.3.dist-info/METADATA' adding 'torstack-0.0.3.dist-info/WHEEL' adding 'torstack-0.0.3.dist-info/top_level.txt' adding 'torstack-0.0.3.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for torstack: finished with status 'done' Stored in directory: /tmp/tmpo3t7186i Successfully built torstack Cleaning up... Removing source in /tmp/pip-wheel-4imj_oyf/torstack Removed build tracker '/tmp/pip-req-tracker-rswe55_5'