Created temporary directory: /tmp/pip-ephem-wheel-cache-i1ngjm3n Created temporary directory: /tmp/pip-req-tracker-xh796myz Created requirements tracker '/tmp/pip-req-tracker-xh796myz' Created temporary directory: /tmp/pip-wheel-spjizsqs Collecting pld-accountant==0.12.0 1 location(s) to search for versions of pld-accountant: * https://pypi.org/simple/pld-accountant/ Getting page https://pypi.org/simple/pld-accountant/ Analyzing links from page https://pypi.org/simple/pld-accountant/ Found link https://files.pythonhosted.org/packages/c0/c0/668e9cda6515c091ad0b0febb754f9b68e9bb0bbba245f2919b3d9de92c1/pld_accountant-0.11-py3-none-any.whl#sha256=71b7eca82c483cd743b4b614d406a32e8109d9ddd526408563f1e2fb20955795 (from https://pypi.org/simple/pld-accountant/), version: 0.11 Found link https://files.pythonhosted.org/packages/33/31/97cf3517760e9aa5c02d0266a716cd235ebd74a903a03a16e6ede5fe9cce/pld_accountant-0.11.tar.gz#sha256=2c234b6809180979732400ce28bdb38556a121b895c608131c80a90c3f2b24ba (from https://pypi.org/simple/pld-accountant/), version: 0.11 Found link https://files.pythonhosted.org/packages/8d/73/5372b82e4690c8c0fb3740cb530f9c7b25dc367ae3d9ca149e4adf9fb287/pld_accountant-0.12.0.tar.gz#sha256=ec04005e84db951f7a1fdb8e0a320fc199767dc1903f69c447eddac154dc310c (from https://pypi.org/simple/pld-accountant/), version: 0.12.0 Using version 0.12.0 (newest of versions: 0.12.0) Created temporary directory: /tmp/pip-unpack-shu1s1fw Downloading https://files.pythonhosted.org/packages/8d/73/5372b82e4690c8c0fb3740cb530f9c7b25dc367ae3d9ca149e4adf9fb287/pld_accountant-0.12.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/8d/73/5372b82e4690c8c0fb3740cb530f9c7b25dc367ae3d9ca149e4adf9fb287/pld_accountant-0.12.0.tar.gz#sha256=ec04005e84db951f7a1fdb8e0a320fc199767dc1903f69c447eddac154dc310c (from https://pypi.org/simple/pld-accountant/) Added pld-accountant==0.12.0 from https://files.pythonhosted.org/packages/8d/73/5372b82e4690c8c0fb3740cb530f9c7b25dc367ae3d9ca149e4adf9fb287/pld_accountant-0.12.0.tar.gz#sha256=ec04005e84db951f7a1fdb8e0a320fc199767dc1903f69c447eddac154dc310c to build tracker '/tmp/pip-req-tracker-xh796myz' Running setup.py (path:/tmp/pip-wheel-spjizsqs/pld-accountant/setup.py) egg_info for package pld-accountant Running command python setup.py egg_info running egg_info creating pip-egg-info/pld_accountant.egg-info writing dependency_links to pip-egg-info/pld_accountant.egg-info/dependency_links.txt writing pip-egg-info/pld_accountant.egg-info/PKG-INFO writing top-level names to pip-egg-info/pld_accountant.egg-info/top_level.txt writing manifest file 'pip-egg-info/pld_accountant.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pld_accountant.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/pld_accountant.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-spjizsqs/pld-accountant has version 0.12.0, which satisfies requirement pld-accountant==0.12.0 from https://files.pythonhosted.org/packages/8d/73/5372b82e4690c8c0fb3740cb530f9c7b25dc367ae3d9ca149e4adf9fb287/pld_accountant-0.12.0.tar.gz#sha256=ec04005e84db951f7a1fdb8e0a320fc199767dc1903f69c447eddac154dc310c Removed pld-accountant==0.12.0 from https://files.pythonhosted.org/packages/8d/73/5372b82e4690c8c0fb3740cb530f9c7b25dc367ae3d9ca149e4adf9fb287/pld_accountant-0.12.0.tar.gz#sha256=ec04005e84db951f7a1fdb8e0a320fc199767dc1903f69c447eddac154dc310c from build tracker '/tmp/pip-req-tracker-xh796myz' Building wheels for collected packages: pld-accountant Created temporary directory: /tmp/pip-wheel-gfqa7jbo Running setup.py bdist_wheel for pld-accountant: started Destination directory: /tmp/pip-wheel-gfqa7jbo Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-spjizsqs/pld-accountant/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-gfqa7jbo running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pld_accountant copying pld_accountant/__init__.py -> build/lib/pld_accountant creating build/lib/pld_accountant/examples copying pld_accountant/examples/test_eps_delta.py -> build/lib/pld_accountant/examples copying pld_accountant/examples/simple_usage_example.py -> build/lib/pld_accountant/examples copying pld_accountant/examples/__init__.py -> build/lib/pld_accountant/examples creating build/lib/pld_accountant/fourier_accountant copying pld_accountant/fourier_accountant/common.py -> build/lib/pld_accountant/fourier_accountant copying pld_accountant/fourier_accountant/compute_eps_var.py -> build/lib/pld_accountant/fourier_accountant copying pld_accountant/fourier_accountant/compute_delta.py -> build/lib/pld_accountant/fourier_accountant copying pld_accountant/fourier_accountant/compute_delta_var.py -> build/lib/pld_accountant/fourier_accountant copying pld_accountant/fourier_accountant/__init__.py -> build/lib/pld_accountant/fourier_accountant copying pld_accountant/fourier_accountant/compute_eps.py -> build/lib/pld_accountant/fourier_accountant creating build/lib/pld_accountant/tests copying pld_accountant/tests/test_compute_delta.py -> build/lib/pld_accountant/tests copying pld_accountant/tests/test_compute_epsilon.py -> build/lib/pld_accountant/tests copying pld_accountant/tests/__init__.py -> build/lib/pld_accountant/tests 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/pld_accountant creating build/bdist.linux-armv7l/wheel/pld_accountant/examples copying build/lib/pld_accountant/examples/test_eps_delta.py -> build/bdist.linux-armv7l/wheel/pld_accountant/examples copying build/lib/pld_accountant/examples/simple_usage_example.py -> build/bdist.linux-armv7l/wheel/pld_accountant/examples copying build/lib/pld_accountant/examples/__init__.py -> build/bdist.linux-armv7l/wheel/pld_accountant/examples creating build/bdist.linux-armv7l/wheel/pld_accountant/fourier_accountant copying build/lib/pld_accountant/fourier_accountant/common.py -> build/bdist.linux-armv7l/wheel/pld_accountant/fourier_accountant copying build/lib/pld_accountant/fourier_accountant/compute_eps_var.py -> build/bdist.linux-armv7l/wheel/pld_accountant/fourier_accountant copying build/lib/pld_accountant/fourier_accountant/compute_delta.py -> build/bdist.linux-armv7l/wheel/pld_accountant/fourier_accountant copying build/lib/pld_accountant/fourier_accountant/compute_delta_var.py -> build/bdist.linux-armv7l/wheel/pld_accountant/fourier_accountant copying build/lib/pld_accountant/fourier_accountant/__init__.py -> build/bdist.linux-armv7l/wheel/pld_accountant/fourier_accountant copying build/lib/pld_accountant/fourier_accountant/compute_eps.py -> build/bdist.linux-armv7l/wheel/pld_accountant/fourier_accountant creating build/bdist.linux-armv7l/wheel/pld_accountant/tests copying build/lib/pld_accountant/tests/test_compute_delta.py -> build/bdist.linux-armv7l/wheel/pld_accountant/tests copying build/lib/pld_accountant/tests/test_compute_epsilon.py -> build/bdist.linux-armv7l/wheel/pld_accountant/tests copying build/lib/pld_accountant/tests/__init__.py -> build/bdist.linux-armv7l/wheel/pld_accountant/tests copying build/lib/pld_accountant/__init__.py -> build/bdist.linux-armv7l/wheel/pld_accountant running install_egg_info running egg_info writing pld_accountant.egg-info/PKG-INFO writing dependency_links to pld_accountant.egg-info/dependency_links.txt writing top-level names to pld_accountant.egg-info/top_level.txt reading manifest file 'pld_accountant.egg-info/SOURCES.txt' writing manifest file 'pld_accountant.egg-info/SOURCES.txt' Copying pld_accountant.egg-info to build/bdist.linux-armv7l/wheel/pld_accountant-0.12.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pld_accountant-0.12.0.dist-info/WHEEL creating '/tmp/pip-wheel-gfqa7jbo/pld_accountant-0.12.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'pld_accountant/__init__.py' adding 'pld_accountant/examples/__init__.py' adding 'pld_accountant/examples/simple_usage_example.py' adding 'pld_accountant/examples/test_eps_delta.py' adding 'pld_accountant/fourier_accountant/__init__.py' adding 'pld_accountant/fourier_accountant/common.py' adding 'pld_accountant/fourier_accountant/compute_delta.py' adding 'pld_accountant/fourier_accountant/compute_delta_var.py' adding 'pld_accountant/fourier_accountant/compute_eps.py' adding 'pld_accountant/fourier_accountant/compute_eps_var.py' adding 'pld_accountant/tests/__init__.py' adding 'pld_accountant/tests/test_compute_delta.py' adding 'pld_accountant/tests/test_compute_epsilon.py' adding 'pld_accountant-0.12.0.dist-info/METADATA' adding 'pld_accountant-0.12.0.dist-info/WHEEL' adding 'pld_accountant-0.12.0.dist-info/top_level.txt' adding 'pld_accountant-0.12.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for pld-accountant: finished with status 'done' Stored in directory: /tmp/tmpxp08qw3g Successfully built pld-accountant Cleaning up... Removing source in /tmp/pip-wheel-spjizsqs/pld-accountant Removed build tracker '/tmp/pip-req-tracker-xh796myz'