Created temporary directory: /tmp/pip-ephem-wheel-cache-8epawhf1 Created temporary directory: /tmp/pip-req-tracker-r7edixby Created requirements tracker '/tmp/pip-req-tracker-r7edixby' Created temporary directory: /tmp/pip-wheel-bxzho05s Collecting kheppy==0.1.0 1 location(s) to search for versions of kheppy: * https://pypi.org/simple/kheppy/ Getting page https://pypi.org/simple/kheppy/ Analyzing links from page https://pypi.org/simple/kheppy/ Found link https://files.pythonhosted.org/packages/8f/75/74dd629577f275eae9238f1c8db462f07b725182138d265569f1f442e4e0/kheppy-0.1.0.tar.gz#sha256=8ddda72c96dbdfefdc6fef8ed84de596b03667a679c055d9369343d990380718 (from https://pypi.org/simple/kheppy/), version: 0.1.0 Using version 0.1.0 (newest of versions: 0.1.0) Created temporary directory: /tmp/pip-unpack-7rzy7565 Downloading https://files.pythonhosted.org/packages/8f/75/74dd629577f275eae9238f1c8db462f07b725182138d265569f1f442e4e0/kheppy-0.1.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/8f/75/74dd629577f275eae9238f1c8db462f07b725182138d265569f1f442e4e0/kheppy-0.1.0.tar.gz#sha256=8ddda72c96dbdfefdc6fef8ed84de596b03667a679c055d9369343d990380718 (from https://pypi.org/simple/kheppy/) Added kheppy==0.1.0 from https://files.pythonhosted.org/packages/8f/75/74dd629577f275eae9238f1c8db462f07b725182138d265569f1f442e4e0/kheppy-0.1.0.tar.gz#sha256=8ddda72c96dbdfefdc6fef8ed84de596b03667a679c055d9369343d990380718 to build tracker '/tmp/pip-req-tracker-r7edixby' Running setup.py (path:/tmp/pip-wheel-bxzho05s/kheppy/setup.py) egg_info for package kheppy Running command python setup.py egg_info running egg_info creating pip-egg-info/kheppy.egg-info writing pip-egg-info/kheppy.egg-info/PKG-INFO writing top-level names to pip-egg-info/kheppy.egg-info/top_level.txt writing requirements to pip-egg-info/kheppy.egg-info/requires.txt writing dependency_links to pip-egg-info/kheppy.egg-info/dependency_links.txt [pbr] Processing SOURCES.txt writing manifest file 'pip-egg-info/kheppy.egg-info/SOURCES.txt' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'pip-egg-info/kheppy.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-bxzho05s/kheppy has version 0.1.0, which satisfies requirement kheppy==0.1.0 from https://files.pythonhosted.org/packages/8f/75/74dd629577f275eae9238f1c8db462f07b725182138d265569f1f442e4e0/kheppy-0.1.0.tar.gz#sha256=8ddda72c96dbdfefdc6fef8ed84de596b03667a679c055d9369343d990380718 Removed kheppy==0.1.0 from https://files.pythonhosted.org/packages/8f/75/74dd629577f275eae9238f1c8db462f07b725182138d265569f1f442e4e0/kheppy-0.1.0.tar.gz#sha256=8ddda72c96dbdfefdc6fef8ed84de596b03667a679c055d9369343d990380718 from build tracker '/tmp/pip-req-tracker-r7edixby' Building wheels for collected packages: kheppy Created temporary directory: /tmp/pip-wheel-5j6m3frb Running setup.py bdist_wheel for kheppy: started Destination directory: /tmp/pip-wheel-5j6m3frb Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-bxzho05s/kheppy/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-5j6m3frb running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/kheppy creating build/lib/kheppy/evocom creating build/lib/kheppy/evocom/commons copying kheppy/evocom/commons/population.py -> build/lib/kheppy/evocom/commons copying kheppy/evocom/commons/__init__.py -> build/lib/kheppy/evocom/commons copying kheppy/evocom/commons/nn.py -> build/lib/kheppy/evocom/commons copying kheppy/evocom/commons/base.py -> build/lib/kheppy/evocom/commons copying kheppy/evocom/commons/individual.py -> build/lib/kheppy/evocom/commons creating build/lib/kheppy/core copying kheppy/core/__init__.py -> build/lib/kheppy/core copying kheppy/core/simulation.py -> build/lib/kheppy/core copying kheppy/core/constants.py -> build/lib/kheppy/core creating build/lib/kheppy/evocom/de copying kheppy/evocom/de/population.py -> build/lib/kheppy/evocom/de copying kheppy/evocom/de/de.py -> build/lib/kheppy/evocom/de copying kheppy/evocom/de/__init__.py -> build/lib/kheppy/evocom/de copying kheppy/evocom/de/individual.py -> build/lib/kheppy/evocom/de creating build/lib/kheppy/evocom/ga copying kheppy/evocom/ga/population.py -> build/lib/kheppy/evocom/ga copying kheppy/evocom/ga/__init__.py -> build/lib/kheppy/evocom/ga copying kheppy/evocom/ga/ga.py -> build/lib/kheppy/evocom/ga copying kheppy/evocom/ga/individual.py -> build/lib/kheppy/evocom/ga copying kheppy/evocom/__init__.py -> build/lib/kheppy/evocom creating build/lib/kheppy/evocom/pso copying kheppy/evocom/pso/pso.py -> build/lib/kheppy/evocom/pso copying kheppy/evocom/pso/population.py -> build/lib/kheppy/evocom/pso copying kheppy/evocom/pso/__init__.py -> build/lib/kheppy/evocom/pso copying kheppy/evocom/pso/individual.py -> build/lib/kheppy/evocom/pso copying kheppy/__init__.py -> build/lib/kheppy creating build/lib/kheppy/utils copying kheppy/utils/fitfunc.py -> build/lib/kheppy/utils copying kheppy/utils/__init__.py -> build/lib/kheppy/utils copying kheppy/utils/misc.py -> build/lib/kheppy/utils copying kheppy/utils/reporting.py -> build/lib/kheppy/utils running egg_info writing top-level names to kheppy.egg-info/top_level.txt writing dependency_links to kheppy.egg-info/dependency_links.txt writing requirements to kheppy.egg-info/requires.txt writing kheppy.egg-info/PKG-INFO [pbr] Reusing existing SOURCES.txt installing to build/bdist.linux-armv7l/wheel running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/kheppy copying build/lib/kheppy/__init__.py -> build/bdist.linux-armv7l/wheel/kheppy creating build/bdist.linux-armv7l/wheel/kheppy/evocom creating build/bdist.linux-armv7l/wheel/kheppy/evocom/ga copying build/lib/kheppy/evocom/ga/population.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/ga copying build/lib/kheppy/evocom/ga/__init__.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/ga copying build/lib/kheppy/evocom/ga/ga.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/ga copying build/lib/kheppy/evocom/ga/individual.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/ga copying build/lib/kheppy/evocom/__init__.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom creating build/bdist.linux-armv7l/wheel/kheppy/evocom/commons copying build/lib/kheppy/evocom/commons/population.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/commons copying build/lib/kheppy/evocom/commons/__init__.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/commons copying build/lib/kheppy/evocom/commons/nn.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/commons copying build/lib/kheppy/evocom/commons/base.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/commons copying build/lib/kheppy/evocom/commons/individual.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/commons creating build/bdist.linux-armv7l/wheel/kheppy/evocom/de copying build/lib/kheppy/evocom/de/population.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/de copying build/lib/kheppy/evocom/de/de.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/de copying build/lib/kheppy/evocom/de/__init__.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/de copying build/lib/kheppy/evocom/de/individual.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/de creating build/bdist.linux-armv7l/wheel/kheppy/evocom/pso copying build/lib/kheppy/evocom/pso/pso.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/pso copying build/lib/kheppy/evocom/pso/population.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/pso copying build/lib/kheppy/evocom/pso/__init__.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/pso copying build/lib/kheppy/evocom/pso/individual.py -> build/bdist.linux-armv7l/wheel/kheppy/evocom/pso creating build/bdist.linux-armv7l/wheel/kheppy/utils copying build/lib/kheppy/utils/fitfunc.py -> build/bdist.linux-armv7l/wheel/kheppy/utils copying build/lib/kheppy/utils/__init__.py -> build/bdist.linux-armv7l/wheel/kheppy/utils copying build/lib/kheppy/utils/misc.py -> build/bdist.linux-armv7l/wheel/kheppy/utils copying build/lib/kheppy/utils/reporting.py -> build/bdist.linux-armv7l/wheel/kheppy/utils creating build/bdist.linux-armv7l/wheel/kheppy/core copying build/lib/kheppy/core/__init__.py -> build/bdist.linux-armv7l/wheel/kheppy/core copying build/lib/kheppy/core/simulation.py -> build/bdist.linux-armv7l/wheel/kheppy/core copying build/lib/kheppy/core/constants.py -> build/bdist.linux-armv7l/wheel/kheppy/core running install_egg_info Copying kheppy.egg-info to build/bdist.linux-armv7l/wheel/kheppy-0.1.0-py3.4.egg-info running install_scripts /tmp/pip-wheel-bxzho05s/kheppy/.eggs/pbr-5.4.3-py3.4.egg/pbr/packaging.py:458: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) adding license file "LICENSE" (matched pattern "LICEN[CS]E*") adding license file "AUTHORS" (matched pattern "AUTHORS*") creating build/bdist.linux-armv7l/wheel/kheppy-0.1.0.dist-info/WHEEL creating '/tmp/pip-wheel-5j6m3frb/kheppy-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'kheppy/__init__.py' adding 'kheppy/core/__init__.py' adding 'kheppy/core/constants.py' adding 'kheppy/core/simulation.py' adding 'kheppy/evocom/__init__.py' adding 'kheppy/evocom/commons/__init__.py' adding 'kheppy/evocom/commons/base.py' adding 'kheppy/evocom/commons/individual.py' adding 'kheppy/evocom/commons/nn.py' adding 'kheppy/evocom/commons/population.py' adding 'kheppy/evocom/de/__init__.py' adding 'kheppy/evocom/de/de.py' adding 'kheppy/evocom/de/individual.py' adding 'kheppy/evocom/de/population.py' adding 'kheppy/evocom/ga/__init__.py' adding 'kheppy/evocom/ga/ga.py' adding 'kheppy/evocom/ga/individual.py' adding 'kheppy/evocom/ga/population.py' adding 'kheppy/evocom/pso/__init__.py' adding 'kheppy/evocom/pso/individual.py' adding 'kheppy/evocom/pso/population.py' adding 'kheppy/evocom/pso/pso.py' adding 'kheppy/utils/__init__.py' adding 'kheppy/utils/fitfunc.py' adding 'kheppy/utils/misc.py' adding 'kheppy/utils/reporting.py' adding 'kheppy-0.1.0.dist-info/AUTHORS' adding 'kheppy-0.1.0.dist-info/LICENSE' adding 'kheppy-0.1.0.dist-info/METADATA' adding 'kheppy-0.1.0.dist-info/WHEEL' adding 'kheppy-0.1.0.dist-info/pbr.json' adding 'kheppy-0.1.0.dist-info/top_level.txt' adding 'kheppy-0.1.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for kheppy: finished with status 'done' Stored in directory: /tmp/tmpe7in7nyu Successfully built kheppy Cleaning up... Removing source in /tmp/pip-wheel-bxzho05s/kheppy Removed build tracker '/tmp/pip-req-tracker-r7edixby'