Created temporary directory: /tmp/pip-ephem-wheel-cache-1qsm4mzf Created temporary directory: /tmp/pip-req-tracker-dulc3op0 Created requirements tracker '/tmp/pip-req-tracker-dulc3op0' Created temporary directory: /tmp/pip-wheel-sv3ayzey Collecting beat.cmdline==1.4.0 1 location(s) to search for versions of beat.cmdline: * https://pypi.org/simple/beat-cmdline/ Getting page https://pypi.org/simple/beat-cmdline/ Analyzing links from page https://pypi.org/simple/beat-cmdline/ Found link https://files.pythonhosted.org/packages/24/7a/1eda26d768bbfda6092a005c5a7da7fdded5e3f3edc8b95c038d37355a37/beat.cmdline-1.4.0.zip#sha256=40668e1c95335014d17e6c5dfcfb404ffa6bd325db3918a130634df90f2920d6 (from https://pypi.org/simple/beat-cmdline/), version: 1.4.0 Using version 1.4.0 (newest of versions: 1.4.0) Created temporary directory: /tmp/pip-unpack-3nysq47h Downloading https://files.pythonhosted.org/packages/24/7a/1eda26d768bbfda6092a005c5a7da7fdded5e3f3edc8b95c038d37355a37/beat.cmdline-1.4.0.zip (200kB) Downloading from URL https://files.pythonhosted.org/packages/24/7a/1eda26d768bbfda6092a005c5a7da7fdded5e3f3edc8b95c038d37355a37/beat.cmdline-1.4.0.zip#sha256=40668e1c95335014d17e6c5dfcfb404ffa6bd325db3918a130634df90f2920d6 (from https://pypi.org/simple/beat-cmdline/) Added beat.cmdline==1.4.0 from https://files.pythonhosted.org/packages/24/7a/1eda26d768bbfda6092a005c5a7da7fdded5e3f3edc8b95c038d37355a37/beat.cmdline-1.4.0.zip#sha256=40668e1c95335014d17e6c5dfcfb404ffa6bd325db3918a130634df90f2920d6 to build tracker '/tmp/pip-req-tracker-dulc3op0' Running setup.py (path:/tmp/pip-wheel-sv3ayzey/beat.cmdline/setup.py) egg_info for package beat.cmdline Running command python setup.py egg_info running egg_info creating pip-egg-info/beat.cmdline.egg-info writing requirements to pip-egg-info/beat.cmdline.egg-info/requires.txt writing dependency_links to pip-egg-info/beat.cmdline.egg-info/dependency_links.txt writing entry points to pip-egg-info/beat.cmdline.egg-info/entry_points.txt writing top-level names to pip-egg-info/beat.cmdline.egg-info/top_level.txt writing pip-egg-info/beat.cmdline.egg-info/PKG-INFO writing manifest file 'pip-egg-info/beat.cmdline.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/beat.cmdline.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/beat.cmdline.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-sv3ayzey/beat.cmdline has version 1.4.0, which satisfies requirement beat.cmdline==1.4.0 from https://files.pythonhosted.org/packages/24/7a/1eda26d768bbfda6092a005c5a7da7fdded5e3f3edc8b95c038d37355a37/beat.cmdline-1.4.0.zip#sha256=40668e1c95335014d17e6c5dfcfb404ffa6bd325db3918a130634df90f2920d6 Removed beat.cmdline==1.4.0 from https://files.pythonhosted.org/packages/24/7a/1eda26d768bbfda6092a005c5a7da7fdded5e3f3edc8b95c038d37355a37/beat.cmdline-1.4.0.zip#sha256=40668e1c95335014d17e6c5dfcfb404ffa6bd325db3918a130634df90f2920d6 from build tracker '/tmp/pip-req-tracker-dulc3op0' Building wheels for collected packages: beat.cmdline Created temporary directory: /tmp/pip-wheel-0sceo085 Running setup.py bdist_wheel for beat.cmdline: started Destination directory: /tmp/pip-wheel-0sceo085 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-sv3ayzey/beat.cmdline/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-0sceo085 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/beat copying beat/__init__.py -> build/lib/beat creating build/lib/beat/cmdline copying beat/cmdline/version.py -> build/lib/beat/cmdline copying beat/cmdline/common.py -> build/lib/beat/cmdline copying beat/cmdline/click_helper.py -> build/lib/beat/cmdline copying beat/cmdline/status.py -> build/lib/beat/cmdline copying beat/cmdline/dataformats.py -> build/lib/beat/cmdline copying beat/cmdline/cache.py -> build/lib/beat/cmdline copying beat/cmdline/log.py -> build/lib/beat/cmdline copying beat/cmdline/plotters.py -> build/lib/beat/cmdline copying beat/cmdline/plotterparameters.py -> build/lib/beat/cmdline copying beat/cmdline/libraries.py -> build/lib/beat/cmdline copying beat/cmdline/__init__.py -> build/lib/beat/cmdline copying beat/cmdline/toolchains.py -> build/lib/beat/cmdline copying beat/cmdline/webapi.py -> build/lib/beat/cmdline copying beat/cmdline/algorithms.py -> build/lib/beat/cmdline copying beat/cmdline/decorators.py -> build/lib/beat/cmdline copying beat/cmdline/experiments.py -> build/lib/beat/cmdline copying beat/cmdline/databases.py -> build/lib/beat/cmdline copying beat/cmdline/config.py -> build/lib/beat/cmdline creating build/lib/beat/cmdline/scripts copying beat/cmdline/scripts/__init__.py -> build/lib/beat/cmdline/scripts copying beat/cmdline/scripts/main_cli.py -> build/lib/beat/cmdline/scripts creating build/lib/beat/cmdline/test copying beat/cmdline/test/test_plotters.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/test_status.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/test_dataformats.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/test_cache.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/test_databases.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/test_algorithms.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/test_toolchains.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/test_plotterparameters.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/__init__.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/test_experiments.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/test_config.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/test_shortcuts.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/utils.py -> build/lib/beat/cmdline/test copying beat/cmdline/test/test_docker.py -> build/lib/beat/cmdline/test running egg_info writing top-level names to beat.cmdline.egg-info/top_level.txt writing entry points to beat.cmdline.egg-info/entry_points.txt writing requirements to beat.cmdline.egg-info/requires.txt writing beat.cmdline.egg-info/PKG-INFO writing dependency_links to beat.cmdline.egg-info/dependency_links.txt reading manifest file 'beat.cmdline.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'beat.cmdline.egg-info/SOURCES.txt' creating build/lib/beat/cmdline/test/instructions copying beat/cmdline/test/instructions/0123456789AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.0.9.data -> build/lib/beat/cmdline/test/instructions copying beat/cmdline/test/instructions/0123456789AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.0.9.data.checksum -> build/lib/beat/cmdline/test/instructions copying beat/cmdline/test/instructions/0123456789AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.0.9.index -> build/lib/beat/cmdline/test/instructions copying beat/cmdline/test/instructions/0123456789AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.0.9.index.checksum -> build/lib/beat/cmdline/test/instructions copying beat/cmdline/test/instructions/algo_using_cached_files.json -> build/lib/beat/cmdline/test/instructions copying beat/cmdline/test/instructions/algo_using_database.json -> build/lib/beat/cmdline/test/instructions copying beat/cmdline/test/instructions/algo_using_database_and_cached_files.json -> build/lib/beat/cmdline/test/instructions copying beat/cmdline/test/instructions/analyzer.json -> build/lib/beat/cmdline/test/instructions 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/beat creating build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/version.py -> build/bdist.linux-armv7l/wheel/beat/cmdline creating build/bdist.linux-armv7l/wheel/beat/cmdline/scripts copying build/lib/beat/cmdline/scripts/__init__.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/scripts copying build/lib/beat/cmdline/scripts/main_cli.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/scripts copying build/lib/beat/cmdline/common.py -> build/bdist.linux-armv7l/wheel/beat/cmdline creating build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/test_plotters.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/test_status.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/test_dataformats.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/test_cache.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/test_databases.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/test_algorithms.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/test_toolchains.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test creating build/bdist.linux-armv7l/wheel/beat/cmdline/test/instructions copying build/lib/beat/cmdline/test/instructions/0123456789AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.0.9.data.checksum -> build/bdist.linux-armv7l/wheel/beat/cmdline/test/instructions copying build/lib/beat/cmdline/test/instructions/0123456789AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.0.9.data -> build/bdist.linux-armv7l/wheel/beat/cmdline/test/instructions copying build/lib/beat/cmdline/test/instructions/algo_using_database_and_cached_files.json -> build/bdist.linux-armv7l/wheel/beat/cmdline/test/instructions copying build/lib/beat/cmdline/test/instructions/algo_using_database.json -> build/bdist.linux-armv7l/wheel/beat/cmdline/test/instructions copying build/lib/beat/cmdline/test/instructions/analyzer.json -> build/bdist.linux-armv7l/wheel/beat/cmdline/test/instructions copying build/lib/beat/cmdline/test/instructions/0123456789AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.0.9.index.checksum -> build/bdist.linux-armv7l/wheel/beat/cmdline/test/instructions copying build/lib/beat/cmdline/test/instructions/0123456789AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.0.9.index -> build/bdist.linux-armv7l/wheel/beat/cmdline/test/instructions copying build/lib/beat/cmdline/test/instructions/algo_using_cached_files.json -> build/bdist.linux-armv7l/wheel/beat/cmdline/test/instructions copying build/lib/beat/cmdline/test/test_plotterparameters.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/__init__.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/test_experiments.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/test_config.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/test_shortcuts.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/utils.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/test/test_docker.py -> build/bdist.linux-armv7l/wheel/beat/cmdline/test copying build/lib/beat/cmdline/click_helper.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/status.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/dataformats.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/cache.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/log.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/plotters.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/plotterparameters.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/libraries.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/__init__.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/toolchains.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/webapi.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/algorithms.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/decorators.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/experiments.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/databases.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/cmdline/config.py -> build/bdist.linux-armv7l/wheel/beat/cmdline copying build/lib/beat/__init__.py -> build/bdist.linux-armv7l/wheel/beat running install_egg_info Copying beat.cmdline.egg-info to build/bdist.linux-armv7l/wheel/beat.cmdline-1.4.0-py3.4.egg-info running install_scripts adding license file "LICENSE.AGPL" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/beat.cmdline-1.4.0.dist-info/WHEEL creating '/tmp/pip-wheel-0sceo085/beat.cmdline-1.4.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'beat/__init__.py' adding 'beat/cmdline/__init__.py' adding 'beat/cmdline/algorithms.py' adding 'beat/cmdline/cache.py' adding 'beat/cmdline/click_helper.py' adding 'beat/cmdline/common.py' adding 'beat/cmdline/config.py' adding 'beat/cmdline/databases.py' adding 'beat/cmdline/dataformats.py' adding 'beat/cmdline/decorators.py' adding 'beat/cmdline/experiments.py' adding 'beat/cmdline/libraries.py' adding 'beat/cmdline/log.py' adding 'beat/cmdline/plotterparameters.py' adding 'beat/cmdline/plotters.py' adding 'beat/cmdline/status.py' adding 'beat/cmdline/toolchains.py' adding 'beat/cmdline/version.py' adding 'beat/cmdline/webapi.py' adding 'beat/cmdline/scripts/__init__.py' adding 'beat/cmdline/scripts/main_cli.py' adding 'beat/cmdline/test/__init__.py' adding 'beat/cmdline/test/test_algorithms.py' adding 'beat/cmdline/test/test_cache.py' adding 'beat/cmdline/test/test_config.py' adding 'beat/cmdline/test/test_databases.py' adding 'beat/cmdline/test/test_dataformats.py' adding 'beat/cmdline/test/test_docker.py' adding 'beat/cmdline/test/test_experiments.py' adding 'beat/cmdline/test/test_plotterparameters.py' adding 'beat/cmdline/test/test_plotters.py' adding 'beat/cmdline/test/test_shortcuts.py' adding 'beat/cmdline/test/test_status.py' adding 'beat/cmdline/test/test_toolchains.py' adding 'beat/cmdline/test/utils.py' adding 'beat/cmdline/test/instructions/0123456789AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.0.9.data' adding 'beat/cmdline/test/instructions/0123456789AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.0.9.data.checksum' adding 'beat/cmdline/test/instructions/0123456789AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.0.9.index' adding 'beat/cmdline/test/instructions/0123456789AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.0.9.index.checksum' adding 'beat/cmdline/test/instructions/algo_using_cached_files.json' adding 'beat/cmdline/test/instructions/algo_using_database.json' adding 'beat/cmdline/test/instructions/algo_using_database_and_cached_files.json' adding 'beat/cmdline/test/instructions/analyzer.json' adding 'beat.cmdline-1.4.0.dist-info/LICENSE.AGPL' adding 'beat.cmdline-1.4.0.dist-info/METADATA' adding 'beat.cmdline-1.4.0.dist-info/WHEEL' adding 'beat.cmdline-1.4.0.dist-info/entry_points.txt' adding 'beat.cmdline-1.4.0.dist-info/top_level.txt' adding 'beat.cmdline-1.4.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for beat.cmdline: finished with status 'done' Stored in directory: /tmp/tmpvft43jxr Successfully built beat.cmdline Cleaning up... Removing source in /tmp/pip-wheel-sv3ayzey/beat.cmdline Removed build tracker '/tmp/pip-req-tracker-dulc3op0'