Created temporary directory: /tmp/pip-ephem-wheel-cache-bczi77qu Created temporary directory: /tmp/pip-req-tracker-_8ji96gn Created requirements tracker '/tmp/pip-req-tracker-_8ji96gn' Created temporary directory: /tmp/pip-wheel-cwu0iilh Collecting python-bitcointx==0.10.2 1 location(s) to search for versions of python-bitcointx: * https://pypi.org/simple/python-bitcointx/ Getting page https://pypi.org/simple/python-bitcointx/ Analyzing links from page https://pypi.org/simple/python-bitcointx/ Found link https://files.pythonhosted.org/packages/5c/70/b7b9f9e5fd582104def3bafaa9e16b282f90de5739082d2f12b898f2a2f4/python-bitcointx-0.10.2.tar.gz#sha256=055adfb2f7ed06b774f004f03587c3dd9ad2799c6b6d9aaf6f6ce9102299f171 (from https://pypi.org/simple/python-bitcointx/), version: 0.10.2 Found link https://files.pythonhosted.org/packages/1c/e3/cf20a663b0361d0605eaa965cdaf1c54a68d986b100222f0a3ea22633d02/python-bitcointx-0.10.3.tar.gz#sha256=9b1d41a1795a327d3cb3fa14f767f98523b84a08b831cecb87aef017a3bb7235 (from https://pypi.org/simple/python-bitcointx/), version: 0.10.3 Using version 0.10.2 (newest of versions: 0.10.2) Created temporary directory: /tmp/pip-unpack-_juxpwc5 Downloading https://files.pythonhosted.org/packages/5c/70/b7b9f9e5fd582104def3bafaa9e16b282f90de5739082d2f12b898f2a2f4/python-bitcointx-0.10.2.tar.gz (194kB) Downloading from URL https://files.pythonhosted.org/packages/5c/70/b7b9f9e5fd582104def3bafaa9e16b282f90de5739082d2f12b898f2a2f4/python-bitcointx-0.10.2.tar.gz#sha256=055adfb2f7ed06b774f004f03587c3dd9ad2799c6b6d9aaf6f6ce9102299f171 (from https://pypi.org/simple/python-bitcointx/) Added python-bitcointx==0.10.2 from https://files.pythonhosted.org/packages/5c/70/b7b9f9e5fd582104def3bafaa9e16b282f90de5739082d2f12b898f2a2f4/python-bitcointx-0.10.2.tar.gz#sha256=055adfb2f7ed06b774f004f03587c3dd9ad2799c6b6d9aaf6f6ce9102299f171 to build tracker '/tmp/pip-req-tracker-_8ji96gn' Running setup.py (path:/tmp/pip-wheel-cwu0iilh/python-bitcointx/setup.py) egg_info for package python-bitcointx Running command python setup.py egg_info running egg_info creating pip-egg-info/python_bitcointx.egg-info writing dependency_links to pip-egg-info/python_bitcointx.egg-info/dependency_links.txt writing pip-egg-info/python_bitcointx.egg-info/PKG-INFO writing top-level names to pip-egg-info/python_bitcointx.egg-info/top_level.txt writing manifest file 'pip-egg-info/python_bitcointx.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/python_bitcointx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/python_bitcointx.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-cwu0iilh/python-bitcointx has version 0.10.2, which satisfies requirement python-bitcointx==0.10.2 from https://files.pythonhosted.org/packages/5c/70/b7b9f9e5fd582104def3bafaa9e16b282f90de5739082d2f12b898f2a2f4/python-bitcointx-0.10.2.tar.gz#sha256=055adfb2f7ed06b774f004f03587c3dd9ad2799c6b6d9aaf6f6ce9102299f171 Removed python-bitcointx==0.10.2 from https://files.pythonhosted.org/packages/5c/70/b7b9f9e5fd582104def3bafaa9e16b282f90de5739082d2f12b898f2a2f4/python-bitcointx-0.10.2.tar.gz#sha256=055adfb2f7ed06b774f004f03587c3dd9ad2799c6b6d9aaf6f6ce9102299f171 from build tracker '/tmp/pip-req-tracker-_8ji96gn' Building wheels for collected packages: python-bitcointx Created temporary directory: /tmp/pip-wheel-14fzlbhy Running setup.py bdist_wheel for python-bitcointx: started Destination directory: /tmp/pip-wheel-14fzlbhy Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-cwu0iilh/python-bitcointx/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-14fzlbhy running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/bitcointx copying bitcointx/signmessage.py -> build/lib/bitcointx copying bitcointx/wallet.py -> build/lib/bitcointx copying bitcointx/segwit_addr.py -> build/lib/bitcointx copying bitcointx/rpc.py -> build/lib/bitcointx copying bitcointx/__init__.py -> build/lib/bitcointx copying bitcointx/base58.py -> build/lib/bitcointx copying bitcointx/bech32.py -> build/lib/bitcointx creating build/lib/bitcointx/tests copying bitcointx/tests/test_checkblock.py -> build/lib/bitcointx/tests copying bitcointx/tests/__init__.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_signmessage.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_script.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_rpc.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_wallet.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_base58.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_segwit.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_transactions.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_serialize.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_core.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_scripteval.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_bech32.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_hd_keys.py -> build/lib/bitcointx/tests copying bitcointx/tests/test_key.py -> build/lib/bitcointx/tests creating build/lib/bitcointx/core copying bitcointx/core/__init__.py -> build/lib/bitcointx/core copying bitcointx/core/script.py -> build/lib/bitcointx/core copying bitcointx/core/serialize.py -> build/lib/bitcointx/core copying bitcointx/core/_bignum.py -> build/lib/bitcointx/core copying bitcointx/core/key.py -> build/lib/bitcointx/core copying bitcointx/core/scripteval.py -> build/lib/bitcointx/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/bitcointx copying build/lib/bitcointx/signmessage.py -> build/bdist.linux-armv7l/wheel/bitcointx copying build/lib/bitcointx/wallet.py -> build/bdist.linux-armv7l/wheel/bitcointx copying build/lib/bitcointx/segwit_addr.py -> build/bdist.linux-armv7l/wheel/bitcointx copying build/lib/bitcointx/rpc.py -> build/bdist.linux-armv7l/wheel/bitcointx copying build/lib/bitcointx/__init__.py -> build/bdist.linux-armv7l/wheel/bitcointx copying build/lib/bitcointx/base58.py -> build/bdist.linux-armv7l/wheel/bitcointx creating build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_checkblock.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/__init__.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_signmessage.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_script.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_rpc.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_wallet.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_base58.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_segwit.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_transactions.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_serialize.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_core.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_scripteval.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_bech32.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_hd_keys.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/tests/test_key.py -> build/bdist.linux-armv7l/wheel/bitcointx/tests copying build/lib/bitcointx/bech32.py -> build/bdist.linux-armv7l/wheel/bitcointx creating build/bdist.linux-armv7l/wheel/bitcointx/core copying build/lib/bitcointx/core/__init__.py -> build/bdist.linux-armv7l/wheel/bitcointx/core copying build/lib/bitcointx/core/script.py -> build/bdist.linux-armv7l/wheel/bitcointx/core copying build/lib/bitcointx/core/serialize.py -> build/bdist.linux-armv7l/wheel/bitcointx/core copying build/lib/bitcointx/core/_bignum.py -> build/bdist.linux-armv7l/wheel/bitcointx/core copying build/lib/bitcointx/core/key.py -> build/bdist.linux-armv7l/wheel/bitcointx/core copying build/lib/bitcointx/core/scripteval.py -> build/bdist.linux-armv7l/wheel/bitcointx/core running install_egg_info running egg_info writing top-level names to python_bitcointx.egg-info/top_level.txt writing python_bitcointx.egg-info/PKG-INFO writing dependency_links to python_bitcointx.egg-info/dependency_links.txt reading manifest file 'python_bitcointx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python_bitcointx.egg-info/SOURCES.txt' Copying python_bitcointx.egg-info to build/bdist.linux-armv7l/wheel/python_bitcointx-0.10.2-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/python_bitcointx-0.10.2.dist-info/WHEEL creating '/tmp/pip-wheel-14fzlbhy/python_bitcointx-0.10.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'bitcointx/__init__.py' adding 'bitcointx/base58.py' adding 'bitcointx/bech32.py' adding 'bitcointx/rpc.py' adding 'bitcointx/segwit_addr.py' adding 'bitcointx/signmessage.py' adding 'bitcointx/wallet.py' adding 'bitcointx/core/__init__.py' adding 'bitcointx/core/_bignum.py' adding 'bitcointx/core/key.py' adding 'bitcointx/core/script.py' adding 'bitcointx/core/scripteval.py' adding 'bitcointx/core/serialize.py' adding 'bitcointx/tests/__init__.py' adding 'bitcointx/tests/test_base58.py' adding 'bitcointx/tests/test_bech32.py' adding 'bitcointx/tests/test_checkblock.py' adding 'bitcointx/tests/test_core.py' adding 'bitcointx/tests/test_hd_keys.py' adding 'bitcointx/tests/test_key.py' adding 'bitcointx/tests/test_rpc.py' adding 'bitcointx/tests/test_script.py' adding 'bitcointx/tests/test_scripteval.py' adding 'bitcointx/tests/test_segwit.py' adding 'bitcointx/tests/test_serialize.py' adding 'bitcointx/tests/test_signmessage.py' adding 'bitcointx/tests/test_transactions.py' adding 'bitcointx/tests/test_wallet.py' adding 'python_bitcointx-0.10.2.dist-info/LICENSE' adding 'python_bitcointx-0.10.2.dist-info/METADATA' adding 'python_bitcointx-0.10.2.dist-info/WHEEL' adding 'python_bitcointx-0.10.2.dist-info/top_level.txt' adding 'python_bitcointx-0.10.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for python-bitcointx: finished with status 'done' Stored in directory: /tmp/tmpd414bni8 Successfully built python-bitcointx Cleaning up... Removing source in /tmp/pip-wheel-cwu0iilh/python-bitcointx Removed build tracker '/tmp/pip-req-tracker-_8ji96gn'