Created temporary directory: /tmp/pip-ephem-wheel-cache-fctss8an Created temporary directory: /tmp/pip-req-tracker-8alvjn_z Created requirements tracker '/tmp/pip-req-tracker-8alvjn_z' Created temporary directory: /tmp/pip-wheel-etqhi5l6 Looking in indexes: https://pypi.python.org/simple Collecting thriftgen==0.0.1 1 location(s) to search for versions of thriftgen: * https://pypi.python.org/simple/thriftgen/ Getting page https://pypi.python.org/simple/thriftgen/ Analyzing links from page https://pypi.org/simple/thriftgen/ Found link https://files.pythonhosted.org/packages/c5/95/bc0ac344ed2d6182a8748d85647035dbd5cbdac3999d6797175e2e88cda7/thriftgen-0.0.1.tar.gz#sha256=deb6ff08c52d4e36a347908354f00630b2b0d34078ff026561c5a4ea29826332 (from https://pypi.org/simple/thriftgen/), version: 0.0.1 Using version 0.0.1 (newest of versions: 0.0.1) Created temporary directory: /tmp/pip-unpack-mfr9bsgy Downloading https://files.pythonhosted.org/packages/c5/95/bc0ac344ed2d6182a8748d85647035dbd5cbdac3999d6797175e2e88cda7/thriftgen-0.0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/c5/95/bc0ac344ed2d6182a8748d85647035dbd5cbdac3999d6797175e2e88cda7/thriftgen-0.0.1.tar.gz#sha256=deb6ff08c52d4e36a347908354f00630b2b0d34078ff026561c5a4ea29826332 (from https://pypi.org/simple/thriftgen/) Added thriftgen==0.0.1 from https://files.pythonhosted.org/packages/c5/95/bc0ac344ed2d6182a8748d85647035dbd5cbdac3999d6797175e2e88cda7/thriftgen-0.0.1.tar.gz#sha256=deb6ff08c52d4e36a347908354f00630b2b0d34078ff026561c5a4ea29826332 to build tracker '/tmp/pip-req-tracker-8alvjn_z' Running setup.py (path:/tmp/pip-wheel-etqhi5l6/thriftgen/setup.py) egg_info for package thriftgen Running command python setup.py egg_info running egg_info creating pip-egg-info/thriftgen.egg-info writing requirements to pip-egg-info/thriftgen.egg-info/requires.txt writing pip-egg-info/thriftgen.egg-info/PKG-INFO writing top-level names to pip-egg-info/thriftgen.egg-info/top_level.txt writing entry points to pip-egg-info/thriftgen.egg-info/entry_points.txt writing dependency_links to pip-egg-info/thriftgen.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/thriftgen.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/thriftgen.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/thriftgen.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-etqhi5l6/thriftgen has version 0.0.1, which satisfies requirement thriftgen==0.0.1 from https://files.pythonhosted.org/packages/c5/95/bc0ac344ed2d6182a8748d85647035dbd5cbdac3999d6797175e2e88cda7/thriftgen-0.0.1.tar.gz#sha256=deb6ff08c52d4e36a347908354f00630b2b0d34078ff026561c5a4ea29826332 Removed thriftgen==0.0.1 from https://files.pythonhosted.org/packages/c5/95/bc0ac344ed2d6182a8748d85647035dbd5cbdac3999d6797175e2e88cda7/thriftgen-0.0.1.tar.gz#sha256=deb6ff08c52d4e36a347908354f00630b2b0d34078ff026561c5a4ea29826332 from build tracker '/tmp/pip-req-tracker-8alvjn_z' Building wheels for collected packages: thriftgen Created temporary directory: /tmp/pip-wheel-3b6ktfow Running setup.py bdist_wheel for thriftgen: started Destination directory: /tmp/pip-wheel-3b6ktfow Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-etqhi5l6/thriftgen/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-3b6ktfow running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/thriftgen copying thriftgen/mainapp.py -> build/lib/thriftgen copying thriftgen/__init__.py -> build/lib/thriftgen creating build/lib/thriftgen/model copying thriftgen/model/ThriftyStruct.py -> build/lib/thriftgen/model copying thriftgen/model/ThriftyAttribute.py -> build/lib/thriftgen/model copying thriftgen/model/IAttributeHolder.py -> build/lib/thriftgen/model copying thriftgen/model/__init__.py -> build/lib/thriftgen/model copying thriftgen/model/ThriftyService.py -> build/lib/thriftgen/model copying thriftgen/model/ICommentable.py -> build/lib/thriftgen/model copying thriftgen/model/ThriftyType.py -> build/lib/thriftgen/model copying thriftgen/model/comment_parser.py -> build/lib/thriftgen/model copying thriftgen/model/ThriftyMethod.py -> build/lib/thriftgen/model copying thriftgen/model/file_loader.py -> build/lib/thriftgen/model copying thriftgen/model/ThrowsHolder.py -> build/lib/thriftgen/model copying thriftgen/model/ThriftyEnum.py -> build/lib/thriftgen/model copying thriftgen/model/IFileItem.py -> build/lib/thriftgen/model copying thriftgen/model/ThriftyException.py -> build/lib/thriftgen/model copying thriftgen/model/ThriftyFile.py -> build/lib/thriftgen/model creating build/lib/thriftgen/test copying thriftgen/test/__init__.py -> build/lib/thriftgen/test creating build/lib/thriftgen/parser copying thriftgen/parser/__init__.py -> build/lib/thriftgen/parser copying thriftgen/parser/ThriftParser.py -> build/lib/thriftgen/parser copying thriftgen/parser/ThriftListener.py -> build/lib/thriftgen/parser copying thriftgen/parser/ThriftLexer.py -> build/lib/thriftgen/parser creating build/lib/thriftgen/test/model copying thriftgen/test/model/__init__.py -> build/lib/thriftgen/test/model copying thriftgen/test/model/test_file_loader.py -> build/lib/thriftgen/test/model copying thriftgen/parser/readme.txt -> build/lib/thriftgen/parser 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/thriftgen copying build/lib/thriftgen/mainapp.py -> build/bdist.linux-armv7l/wheel/thriftgen copying build/lib/thriftgen/__init__.py -> build/bdist.linux-armv7l/wheel/thriftgen creating build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/ThriftyStruct.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/ThriftyAttribute.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/IAttributeHolder.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/__init__.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/ThriftyService.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/ICommentable.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/ThriftyType.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/comment_parser.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/ThriftyMethod.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/file_loader.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/ThrowsHolder.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/ThriftyEnum.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/IFileItem.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/ThriftyException.py -> build/bdist.linux-armv7l/wheel/thriftgen/model copying build/lib/thriftgen/model/ThriftyFile.py -> build/bdist.linux-armv7l/wheel/thriftgen/model creating build/bdist.linux-armv7l/wheel/thriftgen/test copying build/lib/thriftgen/test/__init__.py -> build/bdist.linux-armv7l/wheel/thriftgen/test creating build/bdist.linux-armv7l/wheel/thriftgen/test/model copying build/lib/thriftgen/test/model/__init__.py -> build/bdist.linux-armv7l/wheel/thriftgen/test/model copying build/lib/thriftgen/test/model/test_file_loader.py -> build/bdist.linux-armv7l/wheel/thriftgen/test/model creating build/bdist.linux-armv7l/wheel/thriftgen/parser copying build/lib/thriftgen/parser/__init__.py -> build/bdist.linux-armv7l/wheel/thriftgen/parser copying build/lib/thriftgen/parser/ThriftParser.py -> build/bdist.linux-armv7l/wheel/thriftgen/parser copying build/lib/thriftgen/parser/readme.txt -> build/bdist.linux-armv7l/wheel/thriftgen/parser copying build/lib/thriftgen/parser/ThriftListener.py -> build/bdist.linux-armv7l/wheel/thriftgen/parser copying build/lib/thriftgen/parser/ThriftLexer.py -> build/bdist.linux-armv7l/wheel/thriftgen/parser running install_egg_info running egg_info writing entry points to thriftgen.egg-info/entry_points.txt writing dependency_links to thriftgen.egg-info/dependency_links.txt writing top-level names to thriftgen.egg-info/top_level.txt writing requirements to thriftgen.egg-info/requires.txt writing thriftgen.egg-info/PKG-INFO reading manifest file 'thriftgen.egg-info/SOURCES.txt' writing manifest file 'thriftgen.egg-info/SOURCES.txt' Copying thriftgen.egg-info to build/bdist.linux-armv7l/wheel/thriftgen-0.0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/thriftgen-0.0.1.dist-info/WHEEL creating '/tmp/pip-wheel-3b6ktfow/thriftgen-0.0.1-py3-none-any.whl' and adding '.' to it adding 'thriftgen/__init__.py' adding 'thriftgen/mainapp.py' adding 'thriftgen/model/IAttributeHolder.py' adding 'thriftgen/model/ICommentable.py' adding 'thriftgen/model/IFileItem.py' adding 'thriftgen/model/ThriftyAttribute.py' adding 'thriftgen/model/ThriftyEnum.py' adding 'thriftgen/model/ThriftyException.py' adding 'thriftgen/model/ThriftyFile.py' adding 'thriftgen/model/ThriftyMethod.py' adding 'thriftgen/model/ThriftyService.py' adding 'thriftgen/model/ThriftyStruct.py' adding 'thriftgen/model/ThriftyType.py' adding 'thriftgen/model/ThrowsHolder.py' adding 'thriftgen/model/__init__.py' adding 'thriftgen/model/comment_parser.py' adding 'thriftgen/model/file_loader.py' adding 'thriftgen/parser/ThriftLexer.py' adding 'thriftgen/parser/ThriftListener.py' adding 'thriftgen/parser/ThriftParser.py' adding 'thriftgen/parser/__init__.py' adding 'thriftgen/parser/readme.txt' adding 'thriftgen/test/__init__.py' adding 'thriftgen/test/model/__init__.py' adding 'thriftgen/test/model/test_file_loader.py' adding 'thriftgen-0.0.1.dist-info/entry_points.txt' adding 'thriftgen-0.0.1.dist-info/top_level.txt' adding 'thriftgen-0.0.1.dist-info/WHEEL' adding 'thriftgen-0.0.1.dist-info/METADATA' adding 'thriftgen-0.0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for thriftgen: finished with status 'done' Stored in directory: /tmp/tmp9z0w355y Successfully built thriftgen Cleaning up... Removing source in /tmp/pip-wheel-etqhi5l6/thriftgen Removed build tracker '/tmp/pip-req-tracker-8alvjn_z'