Created temporary directory: /tmp/pip-ephem-wheel-cache-4z2_t8xj Created temporary directory: /tmp/pip-req-tracker-9lytvqjt Created requirements tracker '/tmp/pip-req-tracker-9lytvqjt' Created temporary directory: /tmp/pip-wheel-b6uj8odx Collecting hoof==0.0.1 1 location(s) to search for versions of hoof: * https://pypi.org/simple/hoof/ Getting page https://pypi.org/simple/hoof/ Analyzing links from page https://pypi.org/simple/hoof/ Found link https://files.pythonhosted.org/packages/70/6a/51e667f891f56299ac0f5f0dd2b9f55307995a0daba352a3f80257ba9830/hoof-0.0.0.tar.gz#sha256=097979823b227cd29d4e1e71947e238e6a9ee87e1f1e7f6a15a6c4375827bfc0 (from https://pypi.org/simple/hoof/), version: 0.0.0 Found link https://files.pythonhosted.org/packages/ab/6d/3f86070287c9dacc076c0bbfc79e7c2ad048793593580a8c3a1f2fa648e9/hoof-0.0.1.tar.gz#sha256=ea580d7a2ce649ca8488ff4e062b5cf3fa522a95b5f822e35a05141740eaaa28 (from https://pypi.org/simple/hoof/), version: 0.0.1 Using version 0.0.1 (newest of versions: 0.0.1) Created temporary directory: /tmp/pip-unpack-kk9wa_1w Downloading https://files.pythonhosted.org/packages/ab/6d/3f86070287c9dacc076c0bbfc79e7c2ad048793593580a8c3a1f2fa648e9/hoof-0.0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/ab/6d/3f86070287c9dacc076c0bbfc79e7c2ad048793593580a8c3a1f2fa648e9/hoof-0.0.1.tar.gz#sha256=ea580d7a2ce649ca8488ff4e062b5cf3fa522a95b5f822e35a05141740eaaa28 (from https://pypi.org/simple/hoof/) Added hoof==0.0.1 from https://files.pythonhosted.org/packages/ab/6d/3f86070287c9dacc076c0bbfc79e7c2ad048793593580a8c3a1f2fa648e9/hoof-0.0.1.tar.gz#sha256=ea580d7a2ce649ca8488ff4e062b5cf3fa522a95b5f822e35a05141740eaaa28 to build tracker '/tmp/pip-req-tracker-9lytvqjt' Running setup.py (path:/tmp/pip-wheel-b6uj8odx/hoof/setup.py) egg_info for package hoof Running command python setup.py egg_info running egg_info creating pip-egg-info/hoof.egg-info writing pip-egg-info/hoof.egg-info/PKG-INFO writing requirements to pip-egg-info/hoof.egg-info/requires.txt writing top-level names to pip-egg-info/hoof.egg-info/top_level.txt writing dependency_links to pip-egg-info/hoof.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/hoof.egg-info/SOURCES.txt' package init file 'tests/__init__.py' not found (or not a regular file) package init file 'pip-egg-info/__init__.py' not found (or not a regular file) package init file 'hoof_examples/__init__.py' not found (or not a regular file) package init file 'hoof_examples/Expr/__init__.py' not found (or not a regular file) package init file 'hoof_examples/Tiny/__init__.py' not found (or not a regular file) reading manifest file 'pip-egg-info/hoof.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/hoof.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-b6uj8odx/hoof has version 0.0.1, which satisfies requirement hoof==0.0.1 from https://files.pythonhosted.org/packages/ab/6d/3f86070287c9dacc076c0bbfc79e7c2ad048793593580a8c3a1f2fa648e9/hoof-0.0.1.tar.gz#sha256=ea580d7a2ce649ca8488ff4e062b5cf3fa522a95b5f822e35a05141740eaaa28 Removed hoof==0.0.1 from https://files.pythonhosted.org/packages/ab/6d/3f86070287c9dacc076c0bbfc79e7c2ad048793593580a8c3a1f2fa648e9/hoof-0.0.1.tar.gz#sha256=ea580d7a2ce649ca8488ff4e062b5cf3fa522a95b5f822e35a05141740eaaa28 from build tracker '/tmp/pip-req-tracker-9lytvqjt' Building wheels for collected packages: hoof Created temporary directory: /tmp/pip-wheel-qf52s8t7 Running setup.py bdist_wheel for hoof: started Destination directory: /tmp/pip-wheel-qf52s8t7 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-b6uj8odx/hoof/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-qf52s8t7 running bdist_wheel running build running build_py creating build creating build/lib copying hoof.py -> build/lib package init file 'tests/__init__.py' not found (or not a regular file) creating build/lib/tests copying tests/test_basic.py -> build/lib/tests package init file 'pip-egg-info/__init__.py' not found (or not a regular file) package init file 'hoof_examples/__init__.py' not found (or not a regular file) package init file 'hoof_examples/Expr/__init__.py' not found (or not a regular file) creating build/lib/hoof_examples creating build/lib/hoof_examples/Expr copying hoof_examples/Expr/ExprParser.py -> build/lib/hoof_examples/Expr copying hoof_examples/Expr/ExprListener.py -> build/lib/hoof_examples/Expr copying hoof_examples/Expr/ExprVisitor.py -> build/lib/hoof_examples/Expr copying hoof_examples/Expr/ExprLexer.py -> build/lib/hoof_examples/Expr package init file 'hoof_examples/Tiny/__init__.py' not found (or not a regular file) creating build/lib/hoof_examples/Tiny copying hoof_examples/Tiny/TinyParser.py -> build/lib/hoof_examples/Tiny copying hoof_examples/Tiny/TinyVisitor.py -> build/lib/hoof_examples/Tiny copying hoof_examples/Tiny/TinyListener.py -> build/lib/hoof_examples/Tiny copying hoof_examples/Tiny/TinyLexer.py -> build/lib/hoof_examples/Tiny 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/tests copying build/lib/tests/test_basic.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/hoof.py -> build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/hoof_examples creating build/bdist.linux-armv7l/wheel/hoof_examples/Expr copying build/lib/hoof_examples/Expr/ExprParser.py -> build/bdist.linux-armv7l/wheel/hoof_examples/Expr copying build/lib/hoof_examples/Expr/ExprListener.py -> build/bdist.linux-armv7l/wheel/hoof_examples/Expr copying build/lib/hoof_examples/Expr/ExprVisitor.py -> build/bdist.linux-armv7l/wheel/hoof_examples/Expr copying build/lib/hoof_examples/Expr/ExprLexer.py -> build/bdist.linux-armv7l/wheel/hoof_examples/Expr creating build/bdist.linux-armv7l/wheel/hoof_examples/Tiny copying build/lib/hoof_examples/Tiny/TinyParser.py -> build/bdist.linux-armv7l/wheel/hoof_examples/Tiny copying build/lib/hoof_examples/Tiny/TinyVisitor.py -> build/bdist.linux-armv7l/wheel/hoof_examples/Tiny copying build/lib/hoof_examples/Tiny/TinyListener.py -> build/bdist.linux-armv7l/wheel/hoof_examples/Tiny copying build/lib/hoof_examples/Tiny/TinyLexer.py -> build/bdist.linux-armv7l/wheel/hoof_examples/Tiny running install_egg_info running egg_info writing requirements to hoof.egg-info/requires.txt writing top-level names to hoof.egg-info/top_level.txt writing hoof.egg-info/PKG-INFO writing dependency_links to hoof.egg-info/dependency_links.txt reading manifest file 'hoof.egg-info/SOURCES.txt' writing manifest file 'hoof.egg-info/SOURCES.txt' Copying hoof.egg-info to build/bdist.linux-armv7l/wheel/hoof-0.0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/hoof-0.0.1.dist-info/WHEEL creating '/tmp/pip-wheel-qf52s8t7/hoof-0.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'hoof.py' adding 'hoof_examples/Expr/ExprLexer.py' adding 'hoof_examples/Expr/ExprListener.py' adding 'hoof_examples/Expr/ExprParser.py' adding 'hoof_examples/Expr/ExprVisitor.py' adding 'hoof_examples/Tiny/TinyLexer.py' adding 'hoof_examples/Tiny/TinyListener.py' adding 'hoof_examples/Tiny/TinyParser.py' adding 'hoof_examples/Tiny/TinyVisitor.py' adding 'tests/test_basic.py' adding 'hoof-0.0.1.dist-info/METADATA' adding 'hoof-0.0.1.dist-info/WHEEL' adding 'hoof-0.0.1.dist-info/top_level.txt' adding 'hoof-0.0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for hoof: finished with status 'done' Stored in directory: /tmp/tmp608i4819 Successfully built hoof Cleaning up... Removing source in /tmp/pip-wheel-b6uj8odx/hoof Removed build tracker '/tmp/pip-req-tracker-9lytvqjt'