Created temporary directory: /tmp/pip-ephem-wheel-cache-7h4boc33 Created temporary directory: /tmp/pip-req-tracker-kc0e2bru Created requirements tracker '/tmp/pip-req-tracker-kc0e2bru' Created temporary directory: /tmp/pip-wheel-rmdchhna Collecting mulang==0.0.3 1 location(s) to search for versions of mulang: * https://pypi.org/simple/mulang/ Getting page https://pypi.org/simple/mulang/ Analyzing links from page https://pypi.org/simple/mulang/ Found link https://files.pythonhosted.org/packages/7a/dd/d145b0cb0d246858a9c240e754591e816f56dd62a4b609ff11e72daabbaf/mulang-0.0.1.tar.gz#sha256=eb68c953b991292e36646f8acc061f5267bd23d9510d260b005b90fa6e57b817 (from https://pypi.org/simple/mulang/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/10/03/6603dff99fceda03362993e60a7010bc40a6ba3ce7e703412c07fb673d13/mulang-0.0.2.tar.gz#sha256=05c76b35667add0bacb8bacafa20929a074a4a1cd192304d2774dfcf43701f25 (from https://pypi.org/simple/mulang/), version: 0.0.2 Found link https://files.pythonhosted.org/packages/10/ed/f574218fb9b1fe117a032d1d0887ee75bdaa10fe26264970bb47716b74ae/mulang-0.0.3.tar.gz#sha256=18d37d5b7a6f1f65d2cc51ce58b31406a311455920bd6c929a2f2f9d5f15d0db (from https://pypi.org/simple/mulang/), version: 0.0.3 Using version 0.0.3 (newest of versions: 0.0.3) Created temporary directory: /tmp/pip-unpack-9s1g6rab Downloading https://files.pythonhosted.org/packages/10/ed/f574218fb9b1fe117a032d1d0887ee75bdaa10fe26264970bb47716b74ae/mulang-0.0.3.tar.gz Downloading from URL https://files.pythonhosted.org/packages/10/ed/f574218fb9b1fe117a032d1d0887ee75bdaa10fe26264970bb47716b74ae/mulang-0.0.3.tar.gz#sha256=18d37d5b7a6f1f65d2cc51ce58b31406a311455920bd6c929a2f2f9d5f15d0db (from https://pypi.org/simple/mulang/) Added mulang==0.0.3 from https://files.pythonhosted.org/packages/10/ed/f574218fb9b1fe117a032d1d0887ee75bdaa10fe26264970bb47716b74ae/mulang-0.0.3.tar.gz#sha256=18d37d5b7a6f1f65d2cc51ce58b31406a311455920bd6c929a2f2f9d5f15d0db to build tracker '/tmp/pip-req-tracker-kc0e2bru' Running setup.py (path:/tmp/pip-wheel-rmdchhna/mulang/setup.py) egg_info for package mulang Running command python setup.py egg_info running egg_info creating pip-egg-info/mulang.egg-info writing pip-egg-info/mulang.egg-info/PKG-INFO writing dependency_links to pip-egg-info/mulang.egg-info/dependency_links.txt writing top-level names to pip-egg-info/mulang.egg-info/top_level.txt writing entry points to pip-egg-info/mulang.egg-info/entry_points.txt writing manifest file 'pip-egg-info/mulang.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/mulang.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/mulang.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-rmdchhna/mulang has version 0.0.3, which satisfies requirement mulang==0.0.3 from https://files.pythonhosted.org/packages/10/ed/f574218fb9b1fe117a032d1d0887ee75bdaa10fe26264970bb47716b74ae/mulang-0.0.3.tar.gz#sha256=18d37d5b7a6f1f65d2cc51ce58b31406a311455920bd6c929a2f2f9d5f15d0db Removed mulang==0.0.3 from https://files.pythonhosted.org/packages/10/ed/f574218fb9b1fe117a032d1d0887ee75bdaa10fe26264970bb47716b74ae/mulang-0.0.3.tar.gz#sha256=18d37d5b7a6f1f65d2cc51ce58b31406a311455920bd6c929a2f2f9d5f15d0db from build tracker '/tmp/pip-req-tracker-kc0e2bru' Building wheels for collected packages: mulang Created temporary directory: /tmp/pip-wheel-6j02_fk3 Running setup.py bdist_wheel for mulang: started Destination directory: /tmp/pip-wheel-6j02_fk3 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-rmdchhna/mulang/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-6j02_fk3 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/ulang copying ulang/__init__.py -> build/lib/ulang copying ulang/__main__.py -> build/lib/ulang creating build/lib/ulang/runtime copying ulang/runtime/env.py -> build/lib/ulang/runtime copying ulang/runtime/__init__.py -> build/lib/ulang/runtime copying ulang/runtime/main.py -> build/lib/ulang/runtime copying ulang/runtime/repl.py -> build/lib/ulang/runtime creating build/lib/ulang/parser copying ulang/parser/lexer.py -> build/lib/ulang/parser copying ulang/parser/error.py -> build/lib/ulang/parser copying ulang/parser/core.py -> build/lib/ulang/parser copying ulang/parser/__init__.py -> build/lib/ulang/parser copying ulang/parser/lrparser.py -> build/lib/ulang/parser creating build/lib/ulang/codegen copying ulang/codegen/python.py -> build/lib/ulang/codegen copying ulang/codegen/blockly.py -> build/lib/ulang/codegen copying ulang/codegen/__init__.py -> build/lib/ulang/codegen copying ulang/codegen/ulgen.py -> build/lib/ulang/codegen 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/ulang copying build/lib/ulang/__init__.py -> build/bdist.linux-armv7l/wheel/ulang creating build/bdist.linux-armv7l/wheel/ulang/runtime copying build/lib/ulang/runtime/env.py -> build/bdist.linux-armv7l/wheel/ulang/runtime copying build/lib/ulang/runtime/__init__.py -> build/bdist.linux-armv7l/wheel/ulang/runtime copying build/lib/ulang/runtime/main.py -> build/bdist.linux-armv7l/wheel/ulang/runtime copying build/lib/ulang/runtime/repl.py -> build/bdist.linux-armv7l/wheel/ulang/runtime creating build/bdist.linux-armv7l/wheel/ulang/parser copying build/lib/ulang/parser/lexer.py -> build/bdist.linux-armv7l/wheel/ulang/parser copying build/lib/ulang/parser/error.py -> build/bdist.linux-armv7l/wheel/ulang/parser copying build/lib/ulang/parser/core.py -> build/bdist.linux-armv7l/wheel/ulang/parser copying build/lib/ulang/parser/__init__.py -> build/bdist.linux-armv7l/wheel/ulang/parser copying build/lib/ulang/parser/lrparser.py -> build/bdist.linux-armv7l/wheel/ulang/parser copying build/lib/ulang/__main__.py -> build/bdist.linux-armv7l/wheel/ulang creating build/bdist.linux-armv7l/wheel/ulang/codegen copying build/lib/ulang/codegen/python.py -> build/bdist.linux-armv7l/wheel/ulang/codegen copying build/lib/ulang/codegen/blockly.py -> build/bdist.linux-armv7l/wheel/ulang/codegen copying build/lib/ulang/codegen/__init__.py -> build/bdist.linux-armv7l/wheel/ulang/codegen copying build/lib/ulang/codegen/ulgen.py -> build/bdist.linux-armv7l/wheel/ulang/codegen running install_egg_info running egg_info writing dependency_links to mulang.egg-info/dependency_links.txt writing mulang.egg-info/PKG-INFO writing entry points to mulang.egg-info/entry_points.txt writing top-level names to mulang.egg-info/top_level.txt reading manifest file 'mulang.egg-info/SOURCES.txt' writing manifest file 'mulang.egg-info/SOURCES.txt' Copying mulang.egg-info to build/bdist.linux-armv7l/wheel/mulang-0.0.3-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/mulang-0.0.3.dist-info/WHEEL creating '/tmp/pip-wheel-6j02_fk3/mulang-0.0.3-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'ulang/__init__.py' adding 'ulang/__main__.py' adding 'ulang/codegen/__init__.py' adding 'ulang/codegen/blockly.py' adding 'ulang/codegen/python.py' adding 'ulang/codegen/ulgen.py' adding 'ulang/parser/__init__.py' adding 'ulang/parser/core.py' adding 'ulang/parser/error.py' adding 'ulang/parser/lexer.py' adding 'ulang/parser/lrparser.py' adding 'ulang/runtime/__init__.py' adding 'ulang/runtime/env.py' adding 'ulang/runtime/main.py' adding 'ulang/runtime/repl.py' adding 'mulang-0.0.3.dist-info/METADATA' adding 'mulang-0.0.3.dist-info/WHEEL' adding 'mulang-0.0.3.dist-info/entry_points.txt' adding 'mulang-0.0.3.dist-info/top_level.txt' adding 'mulang-0.0.3.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for mulang: finished with status 'done' Stored in directory: /tmp/tmpxw2wc_ck Successfully built mulang Cleaning up... Removing source in /tmp/pip-wheel-rmdchhna/mulang Removed build tracker '/tmp/pip-req-tracker-kc0e2bru'