Collecting pybnb==0.2.0 1 location(s) to search for versions of pybnb: * https://pypi.python.org/simple/pybnb/ Getting page https://pypi.python.org/simple/pybnb/ Analyzing links from page https://pypi.org/simple/pybnb/ Found link https://files.pythonhosted.org/packages/64/25/91cf2190acfdc5b4377ac8ed5d76e103f2db12e83f9f6f53b96a0b96aa16/pybnb-0.1.1.tar.gz#sha256=3073564c0081bbe4aebb5c85afe3a3407b79c0ef7085041f3a1035546314b7cc (from https://pypi.org/simple/pybnb/), version: 0.1.1 Found link https://files.pythonhosted.org/packages/96/e8/38c5b8555110d79e801d530ced930cc0cedbcee625e877d8462dd2dd98d0/pybnb-0.2.0.tar.gz#sha256=ca4fb9a595374978513bb3109c19caaf3229844dd9261f0fec21afd6aac5553a (from https://pypi.org/simple/pybnb/), version: 0.2.0 Using version 0.2.0 (newest of versions: 0.2.0) Downloading https://files.pythonhosted.org/packages/96/e8/38c5b8555110d79e801d530ced930cc0cedbcee625e877d8462dd2dd98d0/pybnb-0.2.0.tar.gz (51kB) Downloading from URL https://files.pythonhosted.org/packages/96/e8/38c5b8555110d79e801d530ced930cc0cedbcee625e877d8462dd2dd98d0/pybnb-0.2.0.tar.gz#sha256=ca4fb9a595374978513bb3109c19caaf3229844dd9261f0fec21afd6aac5553a (from https://pypi.org/simple/pybnb/) Running setup.py (path:/tmp/pip-build-4ufo8dqg/pybnb/setup.py) egg_info for package pybnb Running command python setup.py egg_info running egg_info creating pip-egg-info/pybnb.egg-info writing requirements to pip-egg-info/pybnb.egg-info/requires.txt writing top-level names to pip-egg-info/pybnb.egg-info/top_level.txt writing pip-egg-info/pybnb.egg-info/PKG-INFO writing dependency_links to pip-egg-info/pybnb.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/pybnb.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pybnb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.coverage' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'pip-egg-info/pybnb.egg-info/SOURCES.txt' Source in /tmp/pip-build-4ufo8dqg/pybnb has version 0.2.0, which satisfies requirement pybnb==0.2.0 from https://files.pythonhosted.org/packages/96/e8/38c5b8555110d79e801d530ced930cc0cedbcee625e877d8462dd2dd98d0/pybnb-0.2.0.tar.gz#sha256=ca4fb9a595374978513bb3109c19caaf3229844dd9261f0fec21afd6aac5553a Building wheels for collected packages: pybnb Running setup.py bdist_wheel for pybnb: started Destination directory: /tmp/tmpz0_2lrg7pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-4ufo8dqg/pybnb/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/tmpz0_2lrg7pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tests copying src/tests/test_simple_problems.py -> build/lib/tests copying src/tests/test_common.py -> build/lib/tests copying src/tests/test_package.py -> build/lib/tests copying src/tests/test_solver.py -> build/lib/tests copying src/tests/test_misc.py -> build/lib/tests copying src/tests/test_pyomo_tools.py -> build/lib/tests copying src/tests/test_convergence_checker.py -> build/lib/tests copying src/tests/test_examples.py -> build/lib/tests copying src/tests/test_dispatcher.py -> build/lib/tests copying src/tests/__init__.py -> build/lib/tests copying src/tests/test_node.py -> build/lib/tests copying src/tests/test_priority_queue.py -> build/lib/tests copying src/tests/test_problem.py -> build/lib/tests creating build/lib/pybnb copying src/pybnb/__about__.py -> build/lib/pybnb copying src/pybnb/mpi_utils.py -> build/lib/pybnb copying src/pybnb/convergence_checker.py -> build/lib/pybnb copying src/pybnb/solver.py -> build/lib/pybnb copying src/pybnb/node.py -> build/lib/pybnb copying src/pybnb/problem.py -> build/lib/pybnb copying src/pybnb/dispatcher_proxy.py -> build/lib/pybnb copying src/pybnb/dispatcher.py -> build/lib/pybnb copying src/pybnb/__init__.py -> build/lib/pybnb copying src/pybnb/misc.py -> build/lib/pybnb copying src/pybnb/priority_queue.py -> build/lib/pybnb copying src/pybnb/pyomo_tools.py -> build/lib/pybnb copying src/pybnb/common.py -> build/lib/pybnb creating build/lib/tests/problems copying src/tests/problems/root_infeasible_min.py -> build/lib/tests/problems copying src/tests/problems/root_infeasible_max.py -> build/lib/tests/problems copying src/tests/problems/unbounded_max.py -> build/lib/tests/problems copying src/tests/problems/zero_objective_max.py -> build/lib/tests/problems copying src/tests/problems/zero_objective_min.py -> build/lib/tests/problems copying src/tests/problems/infeasible_max.py -> build/lib/tests/problems copying src/tests/problems/infeasible_min.py -> build/lib/tests/problems copying src/tests/problems/__init__.py -> build/lib/tests/problems copying src/tests/problems/unbounded_min.py -> build/lib/tests/problems creating build/lib/tests/mpi copying src/tests/mpi/test_misc.py -> build/lib/tests/mpi copying src/tests/mpi/__init__.py -> build/lib/tests/mpi copying src/tests/mpi/test_heaps.py -> build/lib/tests/mpi copying src/tests/mpi/common.py -> build/lib/tests/mpi running egg_info writing src/pybnb.egg-info/PKG-INFO writing top-level names to src/pybnb.egg-info/top_level.txt writing dependency_links to src/pybnb.egg-info/dependency_links.txt writing requirements to src/pybnb.egg-info/requires.txt reading manifest file 'src/pybnb.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.coverage' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'src/pybnb.egg-info/SOURCES.txt' creating build/lib/tests/example_baselines copying src/tests/example_baselines/bin_packing.yaml -> build/lib/tests/example_baselines copying src/tests/example_baselines/lipschitz_1d.yaml -> build/lib/tests/example_baselines copying src/tests/example_baselines/range_reduction_script.yaml -> build/lib/tests/example_baselines copying src/tests/example_baselines/rosenbrock_2d.yaml -> build/lib/tests/example_baselines 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/tests copying build/lib/tests/test_simple_problems.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_common.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/example_baselines copying build/lib/tests/example_baselines/range_reduction_script.yaml -> build/bdist.linux-armv7l/wheel/tests/example_baselines copying build/lib/tests/example_baselines/rosenbrock_2d.yaml -> build/bdist.linux-armv7l/wheel/tests/example_baselines copying build/lib/tests/example_baselines/lipschitz_1d.yaml -> build/bdist.linux-armv7l/wheel/tests/example_baselines copying build/lib/tests/example_baselines/bin_packing.yaml -> build/bdist.linux-armv7l/wheel/tests/example_baselines copying build/lib/tests/test_package.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/problems copying build/lib/tests/problems/root_infeasible_min.py -> build/bdist.linux-armv7l/wheel/tests/problems copying build/lib/tests/problems/root_infeasible_max.py -> build/bdist.linux-armv7l/wheel/tests/problems copying build/lib/tests/problems/unbounded_max.py -> build/bdist.linux-armv7l/wheel/tests/problems copying build/lib/tests/problems/zero_objective_max.py -> build/bdist.linux-armv7l/wheel/tests/problems copying build/lib/tests/problems/zero_objective_min.py -> build/bdist.linux-armv7l/wheel/tests/problems copying build/lib/tests/problems/infeasible_max.py -> build/bdist.linux-armv7l/wheel/tests/problems copying build/lib/tests/problems/infeasible_min.py -> build/bdist.linux-armv7l/wheel/tests/problems copying build/lib/tests/problems/__init__.py -> build/bdist.linux-armv7l/wheel/tests/problems copying build/lib/tests/problems/unbounded_min.py -> build/bdist.linux-armv7l/wheel/tests/problems copying build/lib/tests/test_solver.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_misc.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_pyomo_tools.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_convergence_checker.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_examples.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_dispatcher.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_node.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/mpi copying build/lib/tests/mpi/test_misc.py -> build/bdist.linux-armv7l/wheel/tests/mpi copying build/lib/tests/mpi/__init__.py -> build/bdist.linux-armv7l/wheel/tests/mpi copying build/lib/tests/mpi/test_heaps.py -> build/bdist.linux-armv7l/wheel/tests/mpi copying build/lib/tests/mpi/common.py -> build/bdist.linux-armv7l/wheel/tests/mpi copying build/lib/tests/test_priority_queue.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_problem.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/__about__.py -> build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/mpi_utils.py -> build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/convergence_checker.py -> build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/solver.py -> build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/node.py -> build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/problem.py -> build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/dispatcher_proxy.py -> build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/dispatcher.py -> build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/__init__.py -> build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/misc.py -> build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/priority_queue.py -> build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/pyomo_tools.py -> build/bdist.linux-armv7l/wheel/pybnb copying build/lib/pybnb/common.py -> build/bdist.linux-armv7l/wheel/pybnb running install_egg_info Copying src/pybnb.egg-info to build/bdist.linux-armv7l/wheel/pybnb-0.2.0-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pybnb-0.2.0.dist-info/WHEEL creating '/tmp/tmpz0_2lrg7pip-wheel-/pybnb-0.2.0-py2.py3-none-any.whl' and adding '.' to it adding 'pybnb/__about__.py' adding 'pybnb/__init__.py' adding 'pybnb/common.py' adding 'pybnb/convergence_checker.py' adding 'pybnb/dispatcher.py' adding 'pybnb/dispatcher_proxy.py' adding 'pybnb/misc.py' adding 'pybnb/mpi_utils.py' adding 'pybnb/node.py' adding 'pybnb/priority_queue.py' adding 'pybnb/problem.py' adding 'pybnb/pyomo_tools.py' adding 'pybnb/solver.py' adding 'tests/__init__.py' adding 'tests/test_common.py' adding 'tests/test_convergence_checker.py' adding 'tests/test_dispatcher.py' adding 'tests/test_examples.py' adding 'tests/test_misc.py' adding 'tests/test_node.py' adding 'tests/test_package.py' adding 'tests/test_priority_queue.py' adding 'tests/test_problem.py' adding 'tests/test_pyomo_tools.py' adding 'tests/test_simple_problems.py' adding 'tests/test_solver.py' adding 'tests/example_baselines/bin_packing.yaml' adding 'tests/example_baselines/lipschitz_1d.yaml' adding 'tests/example_baselines/range_reduction_script.yaml' adding 'tests/example_baselines/rosenbrock_2d.yaml' adding 'tests/mpi/__init__.py' adding 'tests/mpi/common.py' adding 'tests/mpi/test_heaps.py' adding 'tests/mpi/test_misc.py' adding 'tests/problems/__init__.py' adding 'tests/problems/infeasible_max.py' adding 'tests/problems/infeasible_min.py' adding 'tests/problems/root_infeasible_max.py' adding 'tests/problems/root_infeasible_min.py' adding 'tests/problems/unbounded_max.py' adding 'tests/problems/unbounded_min.py' adding 'tests/problems/zero_objective_max.py' adding 'tests/problems/zero_objective_min.py' adding 'pybnb-0.2.0.dist-info/DESCRIPTION.rst' adding 'pybnb-0.2.0.dist-info/metadata.json' adding 'pybnb-0.2.0.dist-info/top_level.txt' adding 'pybnb-0.2.0.dist-info/WHEEL' adding 'pybnb-0.2.0.dist-info/METADATA' adding 'pybnb-0.2.0.dist-info/RECORD' Running setup.py bdist_wheel for pybnb: finished with status 'done' Stored in directory: /tmp/tmpqznx2u88 Successfully built pybnb Cleaning up... Removing source in /tmp/pip-build-4ufo8dqg/pybnb