Created temporary directory: /tmp/pip-ephem-wheel-cache-7avvrurb Created temporary directory: /tmp/pip-req-tracker-oe7vrowi Created requirements tracker '/tmp/pip-req-tracker-oe7vrowi' Created temporary directory: /tmp/pip-wheel-7_xsifre Collecting dpareto==0.1.3 1 location(s) to search for versions of dpareto: * https://pypi.org/simple/dpareto/ Getting page https://pypi.org/simple/dpareto/ Analyzing links from page https://pypi.org/simple/dpareto/ Found link https://files.pythonhosted.org/packages/17/61/f22fb7551ee594bc2fce41a80c268c922eb37f4fd931addc37fae63bbf1d/dpareto-0.1.tar.gz#sha256=edcd2856ce63c663af8fc5cd182cb23efcc64ba601201a2d5e7f4c01f14c73c6 (from https://pypi.org/simple/dpareto/), version: 0.1 Found link https://files.pythonhosted.org/packages/ff/0a/4227cc86cd56c31ee73991634f8866f26277cde804ccb92b9a74dc7e9fbd/dpareto-0.1.1.tar.gz#sha256=0bcd623eb3394184072069122712d586de0fec278c64b08cd39c5b1a80f6f082 (from https://pypi.org/simple/dpareto/), version: 0.1.1 Found link https://files.pythonhosted.org/packages/65/12/280a054206404ac098b3c40f3c3ffb559d0ef1a18d2d6151c379587fdb17/dpareto-0.1.2.tar.gz#sha256=95fcf65c238f9fcab3b00e16f4d7c3fc75f451285097eccb7be64ba6350caafa (from https://pypi.org/simple/dpareto/), version: 0.1.2 Found link https://files.pythonhosted.org/packages/86/21/0856a00b2ac046ca1999061e917c775ba0bc5314742a393e61d2804065b1/dpareto-0.1.3.tar.gz#sha256=b647e55750206f413fad7d8d00e5b274c92732a914f67def0453dac5fbe0fe63 (from https://pypi.org/simple/dpareto/), version: 0.1.3 Using version 0.1.3 (newest of versions: 0.1.3) Created temporary directory: /tmp/pip-unpack-qtfo1ngz Downloading https://files.pythonhosted.org/packages/86/21/0856a00b2ac046ca1999061e917c775ba0bc5314742a393e61d2804065b1/dpareto-0.1.3.tar.gz Downloading from URL https://files.pythonhosted.org/packages/86/21/0856a00b2ac046ca1999061e917c775ba0bc5314742a393e61d2804065b1/dpareto-0.1.3.tar.gz#sha256=b647e55750206f413fad7d8d00e5b274c92732a914f67def0453dac5fbe0fe63 (from https://pypi.org/simple/dpareto/) Added dpareto==0.1.3 from https://files.pythonhosted.org/packages/86/21/0856a00b2ac046ca1999061e917c775ba0bc5314742a393e61d2804065b1/dpareto-0.1.3.tar.gz#sha256=b647e55750206f413fad7d8d00e5b274c92732a914f67def0453dac5fbe0fe63 to build tracker '/tmp/pip-req-tracker-oe7vrowi' Running setup.py (path:/tmp/pip-wheel-7_xsifre/dpareto/setup.py) egg_info for package dpareto Running command python setup.py egg_info running egg_info creating pip-egg-info/dpareto.egg-info writing top-level names to pip-egg-info/dpareto.egg-info/top_level.txt writing pip-egg-info/dpareto.egg-info/PKG-INFO writing requirements to pip-egg-info/dpareto.egg-info/requires.txt writing dependency_links to pip-egg-info/dpareto.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/dpareto.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/dpareto.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/dpareto.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-7_xsifre/dpareto has version 0.1.3, which satisfies requirement dpareto==0.1.3 from https://files.pythonhosted.org/packages/86/21/0856a00b2ac046ca1999061e917c775ba0bc5314742a393e61d2804065b1/dpareto-0.1.3.tar.gz#sha256=b647e55750206f413fad7d8d00e5b274c92732a914f67def0453dac5fbe0fe63 Removed dpareto==0.1.3 from https://files.pythonhosted.org/packages/86/21/0856a00b2ac046ca1999061e917c775ba0bc5314742a393e61d2804065b1/dpareto-0.1.3.tar.gz#sha256=b647e55750206f413fad7d8d00e5b274c92732a914f67def0453dac5fbe0fe63 from build tracker '/tmp/pip-req-tracker-oe7vrowi' Building wheels for collected packages: dpareto Created temporary directory: /tmp/pip-wheel-ke__jm0o Running setup.py bdist_wheel for dpareto: started Destination directory: /tmp/pip-wheel-ke__jm0o Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-7_xsifre/dpareto/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-ke__jm0o running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/dpareto copying dpareto/__init__.py -> build/lib/dpareto creating build/lib/dpareto/utils copying dpareto/utils/progress_bar.py -> build/lib/dpareto/utils copying dpareto/utils/lot_sampler.py -> build/lib/dpareto/utils copying dpareto/utils/data_importers.py -> build/lib/dpareto/utils copying dpareto/utils/random_seed_setter.py -> build/lib/dpareto/utils copying dpareto/utils/privacy_calculator.py -> build/lib/dpareto/utils copying dpareto/utils/mxnet_scripts.py -> build/lib/dpareto/utils copying dpareto/utils/__init__.py -> build/lib/dpareto/utils copying dpareto/utils/object_io.py -> build/lib/dpareto/utils creating build/lib/dpareto/grid_search copying dpareto/grid_search/__init__.py -> build/lib/dpareto/grid_search copying dpareto/grid_search/harness.py -> build/lib/dpareto/grid_search creating build/lib/dpareto/models copying dpareto/models/__init__.py -> build/lib/dpareto/models copying dpareto/models/dp_feedforward_net.py -> build/lib/dpareto/models creating build/lib/dpareto/optimizers copying dpareto/optimizers/dp_adam.py -> build/lib/dpareto/optimizers copying dpareto/optimizers/dp_optimizer.py -> build/lib/dpareto/optimizers copying dpareto/optimizers/dp_sgd.py -> build/lib/dpareto/optimizers copying dpareto/optimizers/__init__.py -> build/lib/dpareto/optimizers creating build/lib/dpareto/hypervolume_improvement copying dpareto/hypervolume_improvement/__init__.py -> build/lib/dpareto/hypervolume_improvement copying dpareto/hypervolume_improvement/harness.py -> build/lib/dpareto/hypervolume_improvement creating build/lib/dpareto/random_sampling copying dpareto/random_sampling/__init__.py -> build/lib/dpareto/random_sampling copying dpareto/random_sampling/harness.py -> build/lib/dpareto/random_sampling creating build/lib/dpareto/models/adult copying dpareto/models/adult/base.py -> build/lib/dpareto/models/adult copying dpareto/models/adult/__init__.py -> build/lib/dpareto/models/adult creating build/lib/dpareto/models/adult/svm copying dpareto/models/adult/svm/dp_sgd.py -> build/lib/dpareto/models/adult/svm copying dpareto/models/adult/svm/__init__.py -> build/lib/dpareto/models/adult/svm creating build/lib/dpareto/models/adult/lr copying dpareto/models/adult/lr/base.py -> build/lib/dpareto/models/adult/lr copying dpareto/models/adult/lr/dp_adam.py -> build/lib/dpareto/models/adult/lr copying dpareto/models/adult/lr/dp_sgd.py -> build/lib/dpareto/models/adult/lr copying dpareto/models/adult/lr/__init__.py -> build/lib/dpareto/models/adult/lr 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/dpareto creating build/bdist.linux-armv7l/wheel/dpareto/utils copying build/lib/dpareto/utils/progress_bar.py -> build/bdist.linux-armv7l/wheel/dpareto/utils copying build/lib/dpareto/utils/lot_sampler.py -> build/bdist.linux-armv7l/wheel/dpareto/utils copying build/lib/dpareto/utils/data_importers.py -> build/bdist.linux-armv7l/wheel/dpareto/utils copying build/lib/dpareto/utils/random_seed_setter.py -> build/bdist.linux-armv7l/wheel/dpareto/utils copying build/lib/dpareto/utils/privacy_calculator.py -> build/bdist.linux-armv7l/wheel/dpareto/utils copying build/lib/dpareto/utils/mxnet_scripts.py -> build/bdist.linux-armv7l/wheel/dpareto/utils copying build/lib/dpareto/utils/__init__.py -> build/bdist.linux-armv7l/wheel/dpareto/utils copying build/lib/dpareto/utils/object_io.py -> build/bdist.linux-armv7l/wheel/dpareto/utils creating build/bdist.linux-armv7l/wheel/dpareto/grid_search copying build/lib/dpareto/grid_search/__init__.py -> build/bdist.linux-armv7l/wheel/dpareto/grid_search copying build/lib/dpareto/grid_search/harness.py -> build/bdist.linux-armv7l/wheel/dpareto/grid_search creating build/bdist.linux-armv7l/wheel/dpareto/models creating build/bdist.linux-armv7l/wheel/dpareto/models/adult copying build/lib/dpareto/models/adult/base.py -> build/bdist.linux-armv7l/wheel/dpareto/models/adult creating build/bdist.linux-armv7l/wheel/dpareto/models/adult/svm copying build/lib/dpareto/models/adult/svm/dp_sgd.py -> build/bdist.linux-armv7l/wheel/dpareto/models/adult/svm copying build/lib/dpareto/models/adult/svm/__init__.py -> build/bdist.linux-armv7l/wheel/dpareto/models/adult/svm creating build/bdist.linux-armv7l/wheel/dpareto/models/adult/lr copying build/lib/dpareto/models/adult/lr/base.py -> build/bdist.linux-armv7l/wheel/dpareto/models/adult/lr copying build/lib/dpareto/models/adult/lr/dp_adam.py -> build/bdist.linux-armv7l/wheel/dpareto/models/adult/lr copying build/lib/dpareto/models/adult/lr/dp_sgd.py -> build/bdist.linux-armv7l/wheel/dpareto/models/adult/lr copying build/lib/dpareto/models/adult/lr/__init__.py -> build/bdist.linux-armv7l/wheel/dpareto/models/adult/lr copying build/lib/dpareto/models/adult/__init__.py -> build/bdist.linux-armv7l/wheel/dpareto/models/adult copying build/lib/dpareto/models/__init__.py -> build/bdist.linux-armv7l/wheel/dpareto/models copying build/lib/dpareto/models/dp_feedforward_net.py -> build/bdist.linux-armv7l/wheel/dpareto/models copying build/lib/dpareto/__init__.py -> build/bdist.linux-armv7l/wheel/dpareto creating build/bdist.linux-armv7l/wheel/dpareto/optimizers copying build/lib/dpareto/optimizers/dp_adam.py -> build/bdist.linux-armv7l/wheel/dpareto/optimizers copying build/lib/dpareto/optimizers/dp_optimizer.py -> build/bdist.linux-armv7l/wheel/dpareto/optimizers copying build/lib/dpareto/optimizers/dp_sgd.py -> build/bdist.linux-armv7l/wheel/dpareto/optimizers copying build/lib/dpareto/optimizers/__init__.py -> build/bdist.linux-armv7l/wheel/dpareto/optimizers creating build/bdist.linux-armv7l/wheel/dpareto/hypervolume_improvement copying build/lib/dpareto/hypervolume_improvement/__init__.py -> build/bdist.linux-armv7l/wheel/dpareto/hypervolume_improvement copying build/lib/dpareto/hypervolume_improvement/harness.py -> build/bdist.linux-armv7l/wheel/dpareto/hypervolume_improvement creating build/bdist.linux-armv7l/wheel/dpareto/random_sampling copying build/lib/dpareto/random_sampling/__init__.py -> build/bdist.linux-armv7l/wheel/dpareto/random_sampling copying build/lib/dpareto/random_sampling/harness.py -> build/bdist.linux-armv7l/wheel/dpareto/random_sampling running install_egg_info running egg_info writing top-level names to dpareto.egg-info/top_level.txt writing dependency_links to dpareto.egg-info/dependency_links.txt writing dpareto.egg-info/PKG-INFO writing requirements to dpareto.egg-info/requires.txt reading manifest file 'dpareto.egg-info/SOURCES.txt' writing manifest file 'dpareto.egg-info/SOURCES.txt' Copying dpareto.egg-info to build/bdist.linux-armv7l/wheel/dpareto-0.1.3-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/dpareto-0.1.3.dist-info/WHEEL creating '/tmp/pip-wheel-ke__jm0o/dpareto-0.1.3-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'dpareto/__init__.py' adding 'dpareto/grid_search/__init__.py' adding 'dpareto/grid_search/harness.py' adding 'dpareto/hypervolume_improvement/__init__.py' adding 'dpareto/hypervolume_improvement/harness.py' adding 'dpareto/models/__init__.py' adding 'dpareto/models/dp_feedforward_net.py' adding 'dpareto/models/adult/__init__.py' adding 'dpareto/models/adult/base.py' adding 'dpareto/models/adult/lr/__init__.py' adding 'dpareto/models/adult/lr/base.py' adding 'dpareto/models/adult/lr/dp_adam.py' adding 'dpareto/models/adult/lr/dp_sgd.py' adding 'dpareto/models/adult/svm/__init__.py' adding 'dpareto/models/adult/svm/dp_sgd.py' adding 'dpareto/optimizers/__init__.py' adding 'dpareto/optimizers/dp_adam.py' adding 'dpareto/optimizers/dp_optimizer.py' adding 'dpareto/optimizers/dp_sgd.py' adding 'dpareto/random_sampling/__init__.py' adding 'dpareto/random_sampling/harness.py' adding 'dpareto/utils/__init__.py' adding 'dpareto/utils/data_importers.py' adding 'dpareto/utils/lot_sampler.py' adding 'dpareto/utils/mxnet_scripts.py' adding 'dpareto/utils/object_io.py' adding 'dpareto/utils/privacy_calculator.py' adding 'dpareto/utils/progress_bar.py' adding 'dpareto/utils/random_seed_setter.py' adding 'dpareto-0.1.3.dist-info/METADATA' adding 'dpareto-0.1.3.dist-info/WHEEL' adding 'dpareto-0.1.3.dist-info/top_level.txt' adding 'dpareto-0.1.3.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for dpareto: finished with status 'done' Stored in directory: /tmp/tmpjwye5vvd Successfully built dpareto Cleaning up... Removing source in /tmp/pip-wheel-7_xsifre/dpareto Removed build tracker '/tmp/pip-req-tracker-oe7vrowi'