Created temporary directory: /tmp/pip-ephem-wheel-cache-le4x0wsn Created temporary directory: /tmp/pip-req-tracker-hg_aaqkb Created requirements tracker '/tmp/pip-req-tracker-hg_aaqkb' Created temporary directory: /tmp/pip-wheel-ljevd50z Looking in indexes: https://pypi.python.org/simple Collecting cave==0.0.1.dev1 1 location(s) to search for versions of cave: * https://pypi.python.org/simple/cave/ Getting page https://pypi.python.org/simple/cave/ Analyzing links from page https://pypi.org/simple/cave/ Found link https://files.pythonhosted.org/packages/a8/a2/021c2231ebf3525c093e94f4e3c85a57a5562c948dd3312331650cac29e7/cave-0.0.1.dev1.tar.gz#sha256=8b21dcf1f4439a1789dc45a5da789c644ad740311002261a782a1baa7776a39a (from https://pypi.org/simple/cave/), version: 0.0.1.dev1 Found link https://files.pythonhosted.org/packages/fe/7d/2a875d5eaaa5f27c73c74d1a9d06a5fb6382b26be8a4af7fde10e3048437/cave-1.0.0.tar.gz#sha256=6d49de6cf547b17a49b6ba28c006c16d2364288d1a8726f35a32f12959433510 (from https://pypi.org/simple/cave/), version: 1.0.0 Found link https://files.pythonhosted.org/packages/b6/d5/5ebcf1f7e8aa9c0fa1d75208298d2c19564e10710942963ec8d5d80bb70e/cave-1.1.0.tar.gz#sha256=b39b6b7873e994c02de74d016d90a6be032977011d460a82849d426aab3f3580 (from https://pypi.org/simple/cave/), version: 1.1.0 Found link https://files.pythonhosted.org/packages/ad/f6/7f7f325d8343758c14f3a80d72e1fc05b7a701955ab58d3131f35af72668/cave-1.1.1.tar.gz#sha256=9e26e0a7e6a8146dbf12d4401d8c6ab8f63695474506839c95926df6d0033401 (from https://pypi.org/simple/cave/), version: 1.1.1 Using version 0.0.1.dev1 (newest of versions: 0.0.1.dev1) Created temporary directory: /tmp/pip-unpack-nwqvi1zo Downloading https://files.pythonhosted.org/packages/a8/a2/021c2231ebf3525c093e94f4e3c85a57a5562c948dd3312331650cac29e7/cave-0.0.1.dev1.tar.gz (617kB) Downloading from URL https://files.pythonhosted.org/packages/a8/a2/021c2231ebf3525c093e94f4e3c85a57a5562c948dd3312331650cac29e7/cave-0.0.1.dev1.tar.gz#sha256=8b21dcf1f4439a1789dc45a5da789c644ad740311002261a782a1baa7776a39a (from https://pypi.org/simple/cave/) Added cave==0.0.1.dev1 from https://files.pythonhosted.org/packages/a8/a2/021c2231ebf3525c093e94f4e3c85a57a5562c948dd3312331650cac29e7/cave-0.0.1.dev1.tar.gz#sha256=8b21dcf1f4439a1789dc45a5da789c644ad740311002261a782a1baa7776a39a to build tracker '/tmp/pip-req-tracker-hg_aaqkb' Running setup.py (path:/tmp/pip-wheel-ljevd50z/cave/setup.py) egg_info for package cave Running command python setup.py egg_info running egg_info creating pip-egg-info/cave.egg-info writing top-level names to pip-egg-info/cave.egg-info/top_level.txt writing requirements to pip-egg-info/cave.egg-info/requires.txt writing entry points to pip-egg-info/cave.egg-info/entry_points.txt writing pip-egg-info/cave.egg-info/PKG-INFO writing dependency_links to pip-egg-info/cave.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/cave.egg-info/SOURCES.txt' package init file 'cave/feature_analysis/__init__.py' not found (or not a regular file) reading manifest file 'pip-egg-info/cave.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/cave.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-ljevd50z/cave has version 0.0.1.dev1, which satisfies requirement cave==0.0.1.dev1 from https://files.pythonhosted.org/packages/a8/a2/021c2231ebf3525c093e94f4e3c85a57a5562c948dd3312331650cac29e7/cave-0.0.1.dev1.tar.gz#sha256=8b21dcf1f4439a1789dc45a5da789c644ad740311002261a782a1baa7776a39a Removed cave==0.0.1.dev1 from https://files.pythonhosted.org/packages/a8/a2/021c2231ebf3525c093e94f4e3c85a57a5562c948dd3312331650cac29e7/cave-0.0.1.dev1.tar.gz#sha256=8b21dcf1f4439a1789dc45a5da789c644ad740311002261a782a1baa7776a39a from build tracker '/tmp/pip-req-tracker-hg_aaqkb' Building wheels for collected packages: cave Created temporary directory: /tmp/pip-wheel-17owi26e Running setup.py bdist_wheel for cave: started Destination directory: /tmp/pip-wheel-17owi26e Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-ljevd50z/cave/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-17owi26e running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/cave copying cave/cave_cli.py -> build/lib/cave copying cave/__version__.py -> build/lib/cave copying cave/cavefacade.py -> build/lib/cave copying cave/__init__.py -> build/lib/cave copying cave/analyzer.py -> build/lib/cave package init file 'cave/feature_analysis/__init__.py' not found (or not a regular file) creating build/lib/cave/feature_analysis copying cave/feature_analysis/feature_analysis.py -> build/lib/cave/feature_analysis copying cave/feature_analysis/feature_imp.py -> build/lib/cave/feature_analysis creating build/lib/cave/reader copying cave/reader/smac2_reader.py -> build/lib/cave/reader copying cave/reader/base_reader.py -> build/lib/cave/reader copying cave/reader/configurator_run.py -> build/lib/cave/reader copying cave/reader/csv2rh.py -> build/lib/cave/reader copying cave/reader/__init__.py -> build/lib/cave/reader copying cave/reader/csv_reader.py -> build/lib/cave/reader copying cave/reader/smac3_reader.py -> build/lib/cave/reader creating build/lib/cave/html copying cave/html/html_builder.py -> build/lib/cave/html copying cave/html/__init__.py -> build/lib/cave/html creating build/lib/cave/plot copying cave/plot/parallel_coordinates.py -> build/lib/cave/plot copying cave/plot/algorithm_footprint.py -> build/lib/cave/plot copying cave/plot/scatter.py -> build/lib/cave/plot copying cave/plot/configurator_footprint.py -> build/lib/cave/plot copying cave/plot/__init__.py -> build/lib/cave/plot copying cave/plot/cost_over_time.py -> build/lib/cave/plot copying cave/plot/cdf.py -> build/lib/cave/plot creating build/lib/cave/utils copying cave/utils/convert_for_epm.py -> build/lib/cave/utils copying cave/utils/io.py -> build/lib/cave/utils copying cave/utils/html_helpers.py -> build/lib/cave/utils copying cave/utils/helpers.py -> build/lib/cave/utils copying cave/utils/hpbandster2smac.py -> build/lib/cave/utils copying cave/utils/statistical_tests.py -> build/lib/cave/utils copying cave/utils/tooltips.py -> build/lib/cave/utils copying cave/utils/__init__.py -> build/lib/cave/utils copying cave/utils/timing.py -> build/lib/cave/utils running egg_info writing requirements to cave.egg-info/requires.txt writing dependency_links to cave.egg-info/dependency_links.txt writing cave.egg-info/PKG-INFO writing entry points to cave.egg-info/entry_points.txt writing top-level names to cave.egg-info/top_level.txt reading manifest file 'cave.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'cave.egg-info/SOURCES.txt' creating build/lib/cave/html/web_files creating build/lib/cave/html/web_files/css copying cave/html/web_files/css/accordion.css -> build/lib/cave/html/web_files/css copying cave/html/web_files/css/back-to-top.css -> build/lib/cave/html/web_files/css copying cave/html/web_files/css/bokeh-0.12.14.min.css -> build/lib/cave/html/web_files/css copying cave/html/web_files/css/bokeh-tables-0.12.14.min.css -> build/lib/cave/html/web_files/css copying cave/html/web_files/css/bokeh-widgets-0.12.14.min.css -> build/lib/cave/html/web_files/css copying cave/html/web_files/css/global.css -> build/lib/cave/html/web_files/css copying cave/html/web_files/css/help-tip.css -> build/lib/cave/html/web_files/css copying cave/html/web_files/css/lightbox.min.css -> build/lib/cave/html/web_files/css copying cave/html/web_files/css/table.css -> build/lib/cave/html/web_files/css creating build/lib/cave/html/web_files/font creating build/lib/cave/html/web_files/font/fontello copying cave/html/web_files/font/fontello/config.json -> build/lib/cave/html/web_files/font/fontello copying cave/html/web_files/font/fontello/fontello.eot -> build/lib/cave/html/web_files/font/fontello copying cave/html/web_files/font/fontello/fontello.svg -> build/lib/cave/html/web_files/font/fontello copying cave/html/web_files/font/fontello/fontello.ttf -> build/lib/cave/html/web_files/font/fontello copying cave/html/web_files/font/fontello/fontello.woff -> build/lib/cave/html/web_files/font/fontello copying cave/html/web_files/font/fontello/fontello.woff2 -> build/lib/cave/html/web_files/font/fontello creating build/lib/cave/html/web_files/images copying cave/html/web_files/images/BOHB_logo.png -> build/lib/cave/html/web_files/images copying cave/html/web_files/images/COSEAL_small.png -> build/lib/cave/html/web_files/images copying cave/html/web_files/images/SMAC_logo.png -> build/lib/cave/html/web_files/images copying cave/html/web_files/images/close.png -> build/lib/cave/html/web_files/images copying cave/html/web_files/images/ml4aad.png -> build/lib/cave/html/web_files/images copying cave/html/web_files/images/next.png -> build/lib/cave/html/web_files/images copying cave/html/web_files/images/prev.png -> build/lib/cave/html/web_files/images creating build/lib/cave/html/web_files/js copying cave/html/web_files/js/back-to-top.js -> build/lib/cave/html/web_files/js copying cave/html/web_files/js/bokeh-0.12.14.min.js -> build/lib/cave/html/web_files/js copying cave/html/web_files/js/bokeh-tables-0.12.14.min.js -> build/lib/cave/html/web_files/js copying cave/html/web_files/js/bokeh-widgets-0.12.14.min.js -> build/lib/cave/html/web_files/js copying cave/html/web_files/js/lightbox-plus-jquery.min.js -> build/lib/cave/html/web_files/js copying cave/plot/mpl_style -> build/lib/cave/plot 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/cave copying build/lib/cave/cave_cli.py -> build/bdist.linux-armv7l/wheel/cave copying build/lib/cave/__version__.py -> build/bdist.linux-armv7l/wheel/cave creating build/bdist.linux-armv7l/wheel/cave/reader copying build/lib/cave/reader/smac2_reader.py -> build/bdist.linux-armv7l/wheel/cave/reader copying build/lib/cave/reader/base_reader.py -> build/bdist.linux-armv7l/wheel/cave/reader copying build/lib/cave/reader/configurator_run.py -> build/bdist.linux-armv7l/wheel/cave/reader copying build/lib/cave/reader/csv2rh.py -> build/bdist.linux-armv7l/wheel/cave/reader copying build/lib/cave/reader/__init__.py -> build/bdist.linux-armv7l/wheel/cave/reader copying build/lib/cave/reader/csv_reader.py -> build/bdist.linux-armv7l/wheel/cave/reader copying build/lib/cave/reader/smac3_reader.py -> build/bdist.linux-armv7l/wheel/cave/reader copying build/lib/cave/cavefacade.py -> build/bdist.linux-armv7l/wheel/cave creating build/bdist.linux-armv7l/wheel/cave/feature_analysis copying build/lib/cave/feature_analysis/feature_analysis.py -> build/bdist.linux-armv7l/wheel/cave/feature_analysis copying build/lib/cave/feature_analysis/feature_imp.py -> build/bdist.linux-armv7l/wheel/cave/feature_analysis creating build/bdist.linux-armv7l/wheel/cave/plot copying build/lib/cave/plot/parallel_coordinates.py -> build/bdist.linux-armv7l/wheel/cave/plot copying build/lib/cave/plot/algorithm_footprint.py -> build/bdist.linux-armv7l/wheel/cave/plot copying build/lib/cave/plot/scatter.py -> build/bdist.linux-armv7l/wheel/cave/plot copying build/lib/cave/plot/configurator_footprint.py -> build/bdist.linux-armv7l/wheel/cave/plot copying build/lib/cave/plot/__init__.py -> build/bdist.linux-armv7l/wheel/cave/plot copying build/lib/cave/plot/cost_over_time.py -> build/bdist.linux-armv7l/wheel/cave/plot copying build/lib/cave/plot/mpl_style -> build/bdist.linux-armv7l/wheel/cave/plot copying build/lib/cave/plot/cdf.py -> build/bdist.linux-armv7l/wheel/cave/plot creating build/bdist.linux-armv7l/wheel/cave/html copying build/lib/cave/html/html_builder.py -> build/bdist.linux-armv7l/wheel/cave/html creating build/bdist.linux-armv7l/wheel/cave/html/web_files creating build/bdist.linux-armv7l/wheel/cave/html/web_files/js copying build/lib/cave/html/web_files/js/back-to-top.js -> build/bdist.linux-armv7l/wheel/cave/html/web_files/js copying build/lib/cave/html/web_files/js/bokeh-tables-0.12.14.min.js -> build/bdist.linux-armv7l/wheel/cave/html/web_files/js copying build/lib/cave/html/web_files/js/lightbox-plus-jquery.min.js -> build/bdist.linux-armv7l/wheel/cave/html/web_files/js copying build/lib/cave/html/web_files/js/bokeh-widgets-0.12.14.min.js -> build/bdist.linux-armv7l/wheel/cave/html/web_files/js copying build/lib/cave/html/web_files/js/bokeh-0.12.14.min.js -> build/bdist.linux-armv7l/wheel/cave/html/web_files/js creating build/bdist.linux-armv7l/wheel/cave/html/web_files/css copying build/lib/cave/html/web_files/css/accordion.css -> build/bdist.linux-armv7l/wheel/cave/html/web_files/css copying build/lib/cave/html/web_files/css/back-to-top.css -> build/bdist.linux-armv7l/wheel/cave/html/web_files/css copying build/lib/cave/html/web_files/css/lightbox.min.css -> build/bdist.linux-armv7l/wheel/cave/html/web_files/css copying build/lib/cave/html/web_files/css/bokeh-0.12.14.min.css -> build/bdist.linux-armv7l/wheel/cave/html/web_files/css copying build/lib/cave/html/web_files/css/help-tip.css -> build/bdist.linux-armv7l/wheel/cave/html/web_files/css copying build/lib/cave/html/web_files/css/bokeh-widgets-0.12.14.min.css -> build/bdist.linux-armv7l/wheel/cave/html/web_files/css copying build/lib/cave/html/web_files/css/table.css -> build/bdist.linux-armv7l/wheel/cave/html/web_files/css copying build/lib/cave/html/web_files/css/bokeh-tables-0.12.14.min.css -> build/bdist.linux-armv7l/wheel/cave/html/web_files/css copying build/lib/cave/html/web_files/css/global.css -> build/bdist.linux-armv7l/wheel/cave/html/web_files/css creating build/bdist.linux-armv7l/wheel/cave/html/web_files/images copying build/lib/cave/html/web_files/images/COSEAL_small.png -> build/bdist.linux-armv7l/wheel/cave/html/web_files/images copying build/lib/cave/html/web_files/images/ml4aad.png -> build/bdist.linux-armv7l/wheel/cave/html/web_files/images copying build/lib/cave/html/web_files/images/next.png -> build/bdist.linux-armv7l/wheel/cave/html/web_files/images copying build/lib/cave/html/web_files/images/close.png -> build/bdist.linux-armv7l/wheel/cave/html/web_files/images copying build/lib/cave/html/web_files/images/prev.png -> build/bdist.linux-armv7l/wheel/cave/html/web_files/images copying build/lib/cave/html/web_files/images/SMAC_logo.png -> build/bdist.linux-armv7l/wheel/cave/html/web_files/images copying build/lib/cave/html/web_files/images/BOHB_logo.png -> build/bdist.linux-armv7l/wheel/cave/html/web_files/images creating build/bdist.linux-armv7l/wheel/cave/html/web_files/font creating build/bdist.linux-armv7l/wheel/cave/html/web_files/font/fontello copying build/lib/cave/html/web_files/font/fontello/fontello.eot -> build/bdist.linux-armv7l/wheel/cave/html/web_files/font/fontello copying build/lib/cave/html/web_files/font/fontello/fontello.woff -> build/bdist.linux-armv7l/wheel/cave/html/web_files/font/fontello copying build/lib/cave/html/web_files/font/fontello/fontello.svg -> build/bdist.linux-armv7l/wheel/cave/html/web_files/font/fontello copying build/lib/cave/html/web_files/font/fontello/config.json -> build/bdist.linux-armv7l/wheel/cave/html/web_files/font/fontello copying build/lib/cave/html/web_files/font/fontello/fontello.woff2 -> build/bdist.linux-armv7l/wheel/cave/html/web_files/font/fontello copying build/lib/cave/html/web_files/font/fontello/fontello.ttf -> build/bdist.linux-armv7l/wheel/cave/html/web_files/font/fontello copying build/lib/cave/html/__init__.py -> build/bdist.linux-armv7l/wheel/cave/html copying build/lib/cave/__init__.py -> build/bdist.linux-armv7l/wheel/cave copying build/lib/cave/analyzer.py -> build/bdist.linux-armv7l/wheel/cave creating build/bdist.linux-armv7l/wheel/cave/utils copying build/lib/cave/utils/convert_for_epm.py -> build/bdist.linux-armv7l/wheel/cave/utils copying build/lib/cave/utils/io.py -> build/bdist.linux-armv7l/wheel/cave/utils copying build/lib/cave/utils/html_helpers.py -> build/bdist.linux-armv7l/wheel/cave/utils copying build/lib/cave/utils/helpers.py -> build/bdist.linux-armv7l/wheel/cave/utils copying build/lib/cave/utils/hpbandster2smac.py -> build/bdist.linux-armv7l/wheel/cave/utils copying build/lib/cave/utils/statistical_tests.py -> build/bdist.linux-armv7l/wheel/cave/utils copying build/lib/cave/utils/tooltips.py -> build/bdist.linux-armv7l/wheel/cave/utils copying build/lib/cave/utils/__init__.py -> build/bdist.linux-armv7l/wheel/cave/utils copying build/lib/cave/utils/timing.py -> build/bdist.linux-armv7l/wheel/cave/utils running install_egg_info Copying cave.egg-info to build/bdist.linux-armv7l/wheel/cave-0.0.1.dev1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/cave-0.0.1.dev1.dist-info/WHEEL creating '/tmp/pip-wheel-17owi26e/cave-0.0.1.dev1-py3-none-any.whl' and adding '.' to it adding 'cave/__init__.py' adding 'cave/__version__.py' adding 'cave/analyzer.py' adding 'cave/cave_cli.py' adding 'cave/cavefacade.py' adding 'cave/feature_analysis/feature_analysis.py' adding 'cave/feature_analysis/feature_imp.py' adding 'cave/html/__init__.py' adding 'cave/html/html_builder.py' adding 'cave/html/web_files/css/accordion.css' adding 'cave/html/web_files/css/back-to-top.css' adding 'cave/html/web_files/css/bokeh-0.12.14.min.css' adding 'cave/html/web_files/css/bokeh-tables-0.12.14.min.css' adding 'cave/html/web_files/css/bokeh-widgets-0.12.14.min.css' adding 'cave/html/web_files/css/global.css' adding 'cave/html/web_files/css/help-tip.css' adding 'cave/html/web_files/css/lightbox.min.css' adding 'cave/html/web_files/css/table.css' adding 'cave/html/web_files/font/fontello/config.json' adding 'cave/html/web_files/font/fontello/fontello.eot' adding 'cave/html/web_files/font/fontello/fontello.svg' adding 'cave/html/web_files/font/fontello/fontello.ttf' adding 'cave/html/web_files/font/fontello/fontello.woff' adding 'cave/html/web_files/font/fontello/fontello.woff2' adding 'cave/html/web_files/images/BOHB_logo.png' adding 'cave/html/web_files/images/COSEAL_small.png' adding 'cave/html/web_files/images/SMAC_logo.png' adding 'cave/html/web_files/images/close.png' adding 'cave/html/web_files/images/ml4aad.png' adding 'cave/html/web_files/images/next.png' adding 'cave/html/web_files/images/prev.png' adding 'cave/html/web_files/js/back-to-top.js' adding 'cave/html/web_files/js/bokeh-0.12.14.min.js' adding 'cave/html/web_files/js/bokeh-tables-0.12.14.min.js' adding 'cave/html/web_files/js/bokeh-widgets-0.12.14.min.js' adding 'cave/html/web_files/js/lightbox-plus-jquery.min.js' adding 'cave/plot/__init__.py' adding 'cave/plot/algorithm_footprint.py' adding 'cave/plot/cdf.py' adding 'cave/plot/configurator_footprint.py' adding 'cave/plot/cost_over_time.py' adding 'cave/plot/mpl_style' adding 'cave/plot/parallel_coordinates.py' adding 'cave/plot/scatter.py' adding 'cave/reader/__init__.py' adding 'cave/reader/base_reader.py' adding 'cave/reader/configurator_run.py' adding 'cave/reader/csv2rh.py' adding 'cave/reader/csv_reader.py' adding 'cave/reader/smac2_reader.py' adding 'cave/reader/smac3_reader.py' adding 'cave/utils/__init__.py' adding 'cave/utils/convert_for_epm.py' adding 'cave/utils/helpers.py' adding 'cave/utils/hpbandster2smac.py' adding 'cave/utils/html_helpers.py' adding 'cave/utils/io.py' adding 'cave/utils/statistical_tests.py' adding 'cave/utils/timing.py' adding 'cave/utils/tooltips.py' adding 'cave-0.0.1.dev1.dist-info/entry_points.txt' adding 'cave-0.0.1.dev1.dist-info/top_level.txt' adding 'cave-0.0.1.dev1.dist-info/WHEEL' adding 'cave-0.0.1.dev1.dist-info/METADATA' adding 'cave-0.0.1.dev1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for cave: finished with status 'done' Stored in directory: /tmp/tmpf2zrn64u Successfully built cave Cleaning up... Removing source in /tmp/pip-wheel-ljevd50z/cave Removed build tracker '/tmp/pip-req-tracker-hg_aaqkb'