Created temporary directory: /tmp/pip-ephem-wheel-cache-srua76d4 Created temporary directory: /tmp/pip-wheel-76sws_rd Looking in indexes: https://pypi.python.org/simple Collecting systemrdl-compiler==1.0.0 1 location(s) to search for versions of systemrdl-compiler: * https://pypi.python.org/simple/systemrdl-compiler/ Getting page https://pypi.python.org/simple/systemrdl-compiler/ Analyzing links from page https://pypi.org/simple/systemrdl-compiler/ Found link https://files.pythonhosted.org/packages/f8/6d/e39e1776ea8906f1e8cb0db71f89e9146c234e96bf5c781f3dac10481d56/systemrdl-compiler-0.3.0.tar.gz#sha256=9b946271fa190572f2ee854a666f5e121973ddf163cd38e22b29a9116a347794 (from https://pypi.org/simple/systemrdl-compiler/), version: 0.3.0 Found link https://files.pythonhosted.org/packages/91/af/c6c24de356b4d012eabd3ddb70e141c802cd698b399acc5c1f598771faf6/systemrdl-compiler-1.0.0.tar.gz#sha256=65aaa81f119e6122ce2930a5c23f052d30ebb91d6da146d2e66dc53407bb3170 (from https://pypi.org/simple/systemrdl-compiler/), version: 1.0.0 Using version 1.0.0 (newest of versions: 1.0.0) Created temporary directory: /tmp/pip-unpack-sp1cjl3a Downloading https://files.pythonhosted.org/packages/91/af/c6c24de356b4d012eabd3ddb70e141c802cd698b399acc5c1f598771faf6/systemrdl-compiler-1.0.0.tar.gz (92kB) Downloading from URL https://files.pythonhosted.org/packages/91/af/c6c24de356b4d012eabd3ddb70e141c802cd698b399acc5c1f598771faf6/systemrdl-compiler-1.0.0.tar.gz#sha256=65aaa81f119e6122ce2930a5c23f052d30ebb91d6da146d2e66dc53407bb3170 (from https://pypi.org/simple/systemrdl-compiler/) Running setup.py (path:/tmp/pip-wheel-76sws_rd/systemrdl-compiler/setup.py) egg_info for package systemrdl-compiler Running command python setup.py egg_info running egg_info creating pip-egg-info/systemrdl_compiler.egg-info writing dependency_links to pip-egg-info/systemrdl_compiler.egg-info/dependency_links.txt writing top-level names to pip-egg-info/systemrdl_compiler.egg-info/top_level.txt writing requirements to pip-egg-info/systemrdl_compiler.egg-info/requires.txt writing pip-egg-info/systemrdl_compiler.egg-info/PKG-INFO writing manifest file 'pip-egg-info/systemrdl_compiler.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/systemrdl_compiler.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/systemrdl_compiler.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-76sws_rd/systemrdl-compiler has version 1.0.0, which satisfies requirement systemrdl-compiler==1.0.0 from https://files.pythonhosted.org/packages/91/af/c6c24de356b4d012eabd3ddb70e141c802cd698b399acc5c1f598771faf6/systemrdl-compiler-1.0.0.tar.gz#sha256=65aaa81f119e6122ce2930a5c23f052d30ebb91d6da146d2e66dc53407bb3170 Building wheels for collected packages: systemrdl-compiler Created temporary directory: /tmp/pip-wheel-6pq50biu Running setup.py bdist_wheel for systemrdl-compiler: started Destination directory: /tmp/pip-wheel-6pq50biu Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-76sws_rd/systemrdl-compiler/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-6pq50biu running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/test copying test/test_enums.py -> build/lib/test copying test/test_structs.py -> build/lib/test copying test/test_intr_prop.py -> build/lib/test copying test/test_references.py -> build/lib/test copying test/test_inferred_placement.py -> build/lib/test copying test/unittest_utils.py -> build/lib/test copying test/test_udp.py -> build/lib/test copying test/test_parameters.py -> build/lib/test copying test/__init__.py -> build/lib/test copying test/test_expressions.py -> build/lib/test creating build/lib/systemrdl copying systemrdl/compiler.py -> build/lib/systemrdl copying systemrdl/node.py -> build/lib/systemrdl copying systemrdl/messages.py -> build/lib/systemrdl copying systemrdl/walker.py -> build/lib/systemrdl copying systemrdl/__about__.py -> build/lib/systemrdl copying systemrdl/__init__.py -> build/lib/systemrdl copying systemrdl/rdltypes.py -> build/lib/systemrdl copying systemrdl/component.py -> build/lib/systemrdl creating build/lib/systemrdl/parser copying systemrdl/parser/SystemRDLVisitor.py -> build/lib/systemrdl/parser copying systemrdl/parser/SystemRDLLexer.py -> build/lib/systemrdl/parser copying systemrdl/parser/SystemRDLParser.py -> build/lib/systemrdl/parser copying systemrdl/parser/__init__.py -> build/lib/systemrdl/parser creating build/lib/systemrdl/core copying systemrdl/core/ExprVisitor.py -> build/lib/systemrdl/core copying systemrdl/core/validate.py -> build/lib/systemrdl/core copying systemrdl/core/StructVisitor.py -> build/lib/systemrdl/core copying systemrdl/core/helpers.py -> build/lib/systemrdl/core copying systemrdl/core/UDPVisitor.py -> build/lib/systemrdl/core copying systemrdl/core/parameter.py -> build/lib/systemrdl/core copying systemrdl/core/EnumVisitor.py -> build/lib/systemrdl/core copying systemrdl/core/ComponentVisitor.py -> build/lib/systemrdl/core copying systemrdl/core/__init__.py -> build/lib/systemrdl/core copying systemrdl/core/BaseVisitor.py -> build/lib/systemrdl/core copying systemrdl/core/elaborate.py -> build/lib/systemrdl/core copying systemrdl/core/expressions.py -> build/lib/systemrdl/core copying systemrdl/core/properties.py -> build/lib/systemrdl/core copying systemrdl/core/namespace.py -> build/lib/systemrdl/core 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/test copying build/lib/test/test_enums.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_structs.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_intr_prop.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_references.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_inferred_placement.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/unittest_utils.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_udp.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_parameters.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/__init__.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_expressions.py -> build/bdist.linux-armv7l/wheel/test creating build/bdist.linux-armv7l/wheel/systemrdl copying build/lib/systemrdl/compiler.py -> build/bdist.linux-armv7l/wheel/systemrdl copying build/lib/systemrdl/node.py -> build/bdist.linux-armv7l/wheel/systemrdl copying build/lib/systemrdl/messages.py -> build/bdist.linux-armv7l/wheel/systemrdl copying build/lib/systemrdl/walker.py -> build/bdist.linux-armv7l/wheel/systemrdl copying build/lib/systemrdl/__about__.py -> build/bdist.linux-armv7l/wheel/systemrdl copying build/lib/systemrdl/__init__.py -> build/bdist.linux-armv7l/wheel/systemrdl creating build/bdist.linux-armv7l/wheel/systemrdl/parser copying build/lib/systemrdl/parser/SystemRDLVisitor.py -> build/bdist.linux-armv7l/wheel/systemrdl/parser copying build/lib/systemrdl/parser/SystemRDLLexer.py -> build/bdist.linux-armv7l/wheel/systemrdl/parser copying build/lib/systemrdl/parser/SystemRDLParser.py -> build/bdist.linux-armv7l/wheel/systemrdl/parser copying build/lib/systemrdl/parser/__init__.py -> build/bdist.linux-armv7l/wheel/systemrdl/parser copying build/lib/systemrdl/rdltypes.py -> build/bdist.linux-armv7l/wheel/systemrdl creating build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/ExprVisitor.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/validate.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/StructVisitor.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/helpers.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/UDPVisitor.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/parameter.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/EnumVisitor.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/ComponentVisitor.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/__init__.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/BaseVisitor.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/elaborate.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/expressions.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/properties.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/core/namespace.py -> build/bdist.linux-armv7l/wheel/systemrdl/core copying build/lib/systemrdl/component.py -> build/bdist.linux-armv7l/wheel/systemrdl running install_egg_info running egg_info writing top-level names to systemrdl_compiler.egg-info/top_level.txt writing systemrdl_compiler.egg-info/PKG-INFO writing dependency_links to systemrdl_compiler.egg-info/dependency_links.txt writing requirements to systemrdl_compiler.egg-info/requires.txt reading manifest file 'systemrdl_compiler.egg-info/SOURCES.txt' writing manifest file 'systemrdl_compiler.egg-info/SOURCES.txt' Copying systemrdl_compiler.egg-info to build/bdist.linux-armv7l/wheel/systemrdl_compiler-1.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/systemrdl_compiler-1.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-6pq50biu/systemrdl_compiler-1.0.0-py3-none-any.whl' and adding '.' to it adding 'systemrdl/__about__.py' adding 'systemrdl/__init__.py' adding 'systemrdl/compiler.py' adding 'systemrdl/component.py' adding 'systemrdl/messages.py' adding 'systemrdl/node.py' adding 'systemrdl/rdltypes.py' adding 'systemrdl/walker.py' adding 'systemrdl/core/BaseVisitor.py' adding 'systemrdl/core/ComponentVisitor.py' adding 'systemrdl/core/EnumVisitor.py' adding 'systemrdl/core/ExprVisitor.py' adding 'systemrdl/core/StructVisitor.py' adding 'systemrdl/core/UDPVisitor.py' adding 'systemrdl/core/__init__.py' adding 'systemrdl/core/elaborate.py' adding 'systemrdl/core/expressions.py' adding 'systemrdl/core/helpers.py' adding 'systemrdl/core/namespace.py' adding 'systemrdl/core/parameter.py' adding 'systemrdl/core/properties.py' adding 'systemrdl/core/validate.py' adding 'systemrdl/parser/SystemRDLLexer.py' adding 'systemrdl/parser/SystemRDLParser.py' adding 'systemrdl/parser/SystemRDLVisitor.py' adding 'systemrdl/parser/__init__.py' adding 'test/__init__.py' adding 'test/test_enums.py' adding 'test/test_expressions.py' adding 'test/test_inferred_placement.py' adding 'test/test_intr_prop.py' adding 'test/test_parameters.py' adding 'test/test_references.py' adding 'test/test_structs.py' adding 'test/test_udp.py' adding 'test/unittest_utils.py' adding 'systemrdl_compiler-1.0.0.dist-info/top_level.txt' adding 'systemrdl_compiler-1.0.0.dist-info/WHEEL' adding 'systemrdl_compiler-1.0.0.dist-info/METADATA' adding 'systemrdl_compiler-1.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for systemrdl-compiler: finished with status 'done' Stored in directory: /tmp/tmp3as1rzxy Successfully built systemrdl-compiler Cleaning up... Removing source in /tmp/pip-wheel-76sws_rd/systemrdl-compiler