Created temporary directory: /tmp/pip-ephem-wheel-cache-xyw58zd_ Created temporary directory: /tmp/pip-req-tracker-kgfzi8w2 Created requirements tracker '/tmp/pip-req-tracker-kgfzi8w2' Created temporary directory: /tmp/pip-wheel-0pg32of7 Looking in indexes: https://pypi.python.org/simple Collecting eth-log==0.3.0 1 location(s) to search for versions of eth-log: * https://pypi.python.org/simple/eth-log/ Getting page https://pypi.python.org/simple/eth-log/ Analyzing links from page https://pypi.org/simple/eth-log/ Found link https://files.pythonhosted.org/packages/1e/d0/0c0be67ae13f1e35f9bb140774b42f2275d320ae6ca8ab71d0243c50c68c/eth_log-0.2.0-py3-none-any.whl#sha256=7a1132087d6afb9028a11451e7373b1066994d5fe65ee5fbfb48cec05917d6c8 (from https://pypi.org/simple/eth-log/), version: 0.2.0 Found link https://files.pythonhosted.org/packages/4a/b2/3b0f172557ba9d445d906ec44de40fc9afbfd5a7f18ba0e471cbb366a083/eth_log-0.2.0.tar.gz#sha256=f2765d4693c3a1c61cb1ebbafae13c780403fd2737136feba907178b80a59350 (from https://pypi.org/simple/eth-log/), version: 0.2.0 Found link https://files.pythonhosted.org/packages/3e/63/191ac1e17a06e3edbb8e87b2a05dcb7aa5abf7dd0f1676ea526795ab9754/eth_log-0.3.0.tar.gz#sha256=1dc8b929abe138091a190f44f1d3a290a80dd5603a07cea7bce83a31a7c61fde (from https://pypi.org/simple/eth-log/), version: 0.3.0 Using version 0.3.0 (newest of versions: 0.3.0) Created temporary directory: /tmp/pip-unpack-qjrwoa71 Downloading https://files.pythonhosted.org/packages/3e/63/191ac1e17a06e3edbb8e87b2a05dcb7aa5abf7dd0f1676ea526795ab9754/eth_log-0.3.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/3e/63/191ac1e17a06e3edbb8e87b2a05dcb7aa5abf7dd0f1676ea526795ab9754/eth_log-0.3.0.tar.gz#sha256=1dc8b929abe138091a190f44f1d3a290a80dd5603a07cea7bce83a31a7c61fde (from https://pypi.org/simple/eth-log/) Added eth-log==0.3.0 from https://files.pythonhosted.org/packages/3e/63/191ac1e17a06e3edbb8e87b2a05dcb7aa5abf7dd0f1676ea526795ab9754/eth_log-0.3.0.tar.gz#sha256=1dc8b929abe138091a190f44f1d3a290a80dd5603a07cea7bce83a31a7c61fde to build tracker '/tmp/pip-req-tracker-kgfzi8w2' Running setup.py (path:/tmp/pip-wheel-0pg32of7/eth-log/setup.py) egg_info for package eth-log Running command python setup.py egg_info running egg_info creating pip-egg-info/eth_log.egg-info writing requirements to pip-egg-info/eth_log.egg-info/requires.txt writing top-level names to pip-egg-info/eth_log.egg-info/top_level.txt writing pip-egg-info/eth_log.egg-info/PKG-INFO writing dependency_links to pip-egg-info/eth_log.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/eth_log.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/eth_log.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/eth_log.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-0pg32of7/eth-log has version 0.3.0, which satisfies requirement eth-log==0.3.0 from https://files.pythonhosted.org/packages/3e/63/191ac1e17a06e3edbb8e87b2a05dcb7aa5abf7dd0f1676ea526795ab9754/eth_log-0.3.0.tar.gz#sha256=1dc8b929abe138091a190f44f1d3a290a80dd5603a07cea7bce83a31a7c61fde Removed eth-log==0.3.0 from https://files.pythonhosted.org/packages/3e/63/191ac1e17a06e3edbb8e87b2a05dcb7aa5abf7dd0f1676ea526795ab9754/eth_log-0.3.0.tar.gz#sha256=1dc8b929abe138091a190f44f1d3a290a80dd5603a07cea7bce83a31a7c61fde from build tracker '/tmp/pip-req-tracker-kgfzi8w2' Building wheels for collected packages: eth-log Created temporary directory: /tmp/pip-wheel-jer0cbzd Running setup.py bdist_wheel for eth-log: started Destination directory: /tmp/pip-wheel-jer0cbzd Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-0pg32of7/eth-log/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-jer0cbzd running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/eth_log copying eth_log/utils.py -> build/lib/eth_log copying eth_log/__init__.py -> build/lib/eth_log copying eth_log/example.py -> build/lib/eth_log creating build/lib/eth_log/handlers copying eth_log/handlers/etherscan_api_handler.py -> build/lib/eth_log/handlers copying eth_log/handlers/__init__.py -> build/lib/eth_log/handlers copying eth_log/handlers/infura_api_handler.py -> build/lib/eth_log/handlers copying eth_log/handlers/google_bigquery_handler.py -> build/lib/eth_log/handlers creating build/lib/eth_log/tests copying eth_log/tests/topic_test.py -> build/lib/eth_log/tests copying eth_log/tests/eventlog_test.py -> build/lib/eth_log/tests copying eth_log/tests/__init__.py -> build/lib/eth_log/tests copying eth_log/tests/contract_test.py -> build/lib/eth_log/tests copying eth_log/tests/topic_parser_test.py -> build/lib/eth_log/tests creating build/lib/eth_log/models copying eth_log/models/__init__.py -> build/lib/eth_log/models copying eth_log/models/topic.py -> build/lib/eth_log/models copying eth_log/models/topic_parser.py -> build/lib/eth_log/models copying eth_log/models/contract.py -> build/lib/eth_log/models copying eth_log/models/eventlog.py -> build/lib/eth_log/models 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/eth_log creating build/bdist.linux-armv7l/wheel/eth_log/handlers copying build/lib/eth_log/handlers/etherscan_api_handler.py -> build/bdist.linux-armv7l/wheel/eth_log/handlers copying build/lib/eth_log/handlers/__init__.py -> build/bdist.linux-armv7l/wheel/eth_log/handlers copying build/lib/eth_log/handlers/infura_api_handler.py -> build/bdist.linux-armv7l/wheel/eth_log/handlers copying build/lib/eth_log/handlers/google_bigquery_handler.py -> build/bdist.linux-armv7l/wheel/eth_log/handlers copying build/lib/eth_log/utils.py -> build/bdist.linux-armv7l/wheel/eth_log copying build/lib/eth_log/__init__.py -> build/bdist.linux-armv7l/wheel/eth_log creating build/bdist.linux-armv7l/wheel/eth_log/tests copying build/lib/eth_log/tests/topic_test.py -> build/bdist.linux-armv7l/wheel/eth_log/tests copying build/lib/eth_log/tests/eventlog_test.py -> build/bdist.linux-armv7l/wheel/eth_log/tests copying build/lib/eth_log/tests/__init__.py -> build/bdist.linux-armv7l/wheel/eth_log/tests copying build/lib/eth_log/tests/contract_test.py -> build/bdist.linux-armv7l/wheel/eth_log/tests copying build/lib/eth_log/tests/topic_parser_test.py -> build/bdist.linux-armv7l/wheel/eth_log/tests creating build/bdist.linux-armv7l/wheel/eth_log/models copying build/lib/eth_log/models/__init__.py -> build/bdist.linux-armv7l/wheel/eth_log/models copying build/lib/eth_log/models/topic.py -> build/bdist.linux-armv7l/wheel/eth_log/models copying build/lib/eth_log/models/topic_parser.py -> build/bdist.linux-armv7l/wheel/eth_log/models copying build/lib/eth_log/models/contract.py -> build/bdist.linux-armv7l/wheel/eth_log/models copying build/lib/eth_log/models/eventlog.py -> build/bdist.linux-armv7l/wheel/eth_log/models copying build/lib/eth_log/example.py -> build/bdist.linux-armv7l/wheel/eth_log running install_egg_info running egg_info writing dependency_links to eth_log.egg-info/dependency_links.txt writing eth_log.egg-info/PKG-INFO writing requirements to eth_log.egg-info/requires.txt writing top-level names to eth_log.egg-info/top_level.txt reading manifest file 'eth_log.egg-info/SOURCES.txt' writing manifest file 'eth_log.egg-info/SOURCES.txt' Copying eth_log.egg-info to build/bdist.linux-armv7l/wheel/eth_log-0.3.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/eth_log-0.3.0.dist-info/WHEEL creating '/tmp/pip-wheel-jer0cbzd/eth_log-0.3.0-py3-none-any.whl' and adding '.' to it adding 'eth_log/__init__.py' adding 'eth_log/example.py' adding 'eth_log/utils.py' adding 'eth_log/handlers/__init__.py' adding 'eth_log/handlers/etherscan_api_handler.py' adding 'eth_log/handlers/google_bigquery_handler.py' adding 'eth_log/handlers/infura_api_handler.py' adding 'eth_log/models/__init__.py' adding 'eth_log/models/contract.py' adding 'eth_log/models/eventlog.py' adding 'eth_log/models/topic.py' adding 'eth_log/models/topic_parser.py' adding 'eth_log/tests/__init__.py' adding 'eth_log/tests/contract_test.py' adding 'eth_log/tests/eventlog_test.py' adding 'eth_log/tests/topic_parser_test.py' adding 'eth_log/tests/topic_test.py' adding 'eth_log-0.3.0.dist-info/top_level.txt' adding 'eth_log-0.3.0.dist-info/WHEEL' adding 'eth_log-0.3.0.dist-info/METADATA' adding 'eth_log-0.3.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for eth-log: finished with status 'done' Stored in directory: /tmp/tmp82a5iphd Successfully built eth-log Cleaning up... Removing source in /tmp/pip-wheel-0pg32of7/eth-log Removed build tracker '/tmp/pip-req-tracker-kgfzi8w2'