Created temporary directory: /tmp/pip-ephem-wheel-cache-k1iqulm2 Created temporary directory: /tmp/pip-req-tracker-j3bndwqc Created requirements tracker '/tmp/pip-req-tracker-j3bndwqc' Created temporary directory: /tmp/pip-wheel-2met1gcn Collecting mock-mycroft-backend==0.2.1 1 location(s) to search for versions of mock-mycroft-backend: * https://pypi.org/simple/mock-mycroft-backend/ Getting page https://pypi.org/simple/mock-mycroft-backend/ Analyzing links from page https://pypi.org/simple/mock-mycroft-backend/ Found link https://files.pythonhosted.org/packages/78/70/ee6f2c72560c3591b4e26e7131802f700cecc67295f12315f3616b5c6c94/mock-mycroft-backend-0.2.0.tar.gz#sha256=8dfa455997beb5f07ece7c3e0f4f0c74e3dcdcbee7ccd494b88dc61ff529e744 (from https://pypi.org/simple/mock-mycroft-backend/), version: 0.2.0 Found link https://files.pythonhosted.org/packages/ec/ae/7a52120b25a93e50ec70b7a96c55068972e49dbcef108a3153ec6e1ed02f/mock-mycroft-backend-0.2.1.tar.gz#sha256=9711d9d35b5a0358c00649f13951ac60ce14dbf0519998ede9946912a891c53b (from https://pypi.org/simple/mock-mycroft-backend/), version: 0.2.1 Using version 0.2.1 (newest of versions: 0.2.1) Created temporary directory: /tmp/pip-unpack-weg310vj Downloading https://files.pythonhosted.org/packages/ec/ae/7a52120b25a93e50ec70b7a96c55068972e49dbcef108a3153ec6e1ed02f/mock-mycroft-backend-0.2.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/ec/ae/7a52120b25a93e50ec70b7a96c55068972e49dbcef108a3153ec6e1ed02f/mock-mycroft-backend-0.2.1.tar.gz#sha256=9711d9d35b5a0358c00649f13951ac60ce14dbf0519998ede9946912a891c53b (from https://pypi.org/simple/mock-mycroft-backend/) Added mock-mycroft-backend==0.2.1 from https://files.pythonhosted.org/packages/ec/ae/7a52120b25a93e50ec70b7a96c55068972e49dbcef108a3153ec6e1ed02f/mock-mycroft-backend-0.2.1.tar.gz#sha256=9711d9d35b5a0358c00649f13951ac60ce14dbf0519998ede9946912a891c53b to build tracker '/tmp/pip-req-tracker-j3bndwqc' Running setup.py (path:/tmp/pip-wheel-2met1gcn/mock-mycroft-backend/setup.py) egg_info for package mock-mycroft-backend Running command python setup.py egg_info running egg_info creating pip-egg-info/mock_mycroft_backend.egg-info writing top-level names to pip-egg-info/mock_mycroft_backend.egg-info/top_level.txt writing pip-egg-info/mock_mycroft_backend.egg-info/PKG-INFO writing dependency_links to pip-egg-info/mock_mycroft_backend.egg-info/dependency_links.txt writing entry points to pip-egg-info/mock_mycroft_backend.egg-info/entry_points.txt writing requirements to pip-egg-info/mock_mycroft_backend.egg-info/requires.txt writing manifest file 'pip-egg-info/mock_mycroft_backend.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/mock_mycroft_backend.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/mock_mycroft_backend.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-2met1gcn/mock-mycroft-backend has version 0.2.1, which satisfies requirement mock-mycroft-backend==0.2.1 from https://files.pythonhosted.org/packages/ec/ae/7a52120b25a93e50ec70b7a96c55068972e49dbcef108a3153ec6e1ed02f/mock-mycroft-backend-0.2.1.tar.gz#sha256=9711d9d35b5a0358c00649f13951ac60ce14dbf0519998ede9946912a891c53b Removed mock-mycroft-backend==0.2.1 from https://files.pythonhosted.org/packages/ec/ae/7a52120b25a93e50ec70b7a96c55068972e49dbcef108a3153ec6e1ed02f/mock-mycroft-backend-0.2.1.tar.gz#sha256=9711d9d35b5a0358c00649f13951ac60ce14dbf0519998ede9946912a891c53b from build tracker '/tmp/pip-req-tracker-j3bndwqc' Building wheels for collected packages: mock-mycroft-backend Created temporary directory: /tmp/pip-wheel-s88mbkv1 Running setup.py bdist_wheel for mock-mycroft-backend: started Destination directory: /tmp/pip-wheel-s88mbkv1 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-2met1gcn/mock-mycroft-backend/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-s88mbkv1 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/mock_mycroft_backend copying mock_mycroft_backend/utils.py -> build/lib/mock_mycroft_backend copying mock_mycroft_backend/__init__.py -> build/lib/mock_mycroft_backend copying mock_mycroft_backend/download.py -> build/lib/mock_mycroft_backend copying mock_mycroft_backend/configuration.py -> build/lib/mock_mycroft_backend copying mock_mycroft_backend/__main__.py -> build/lib/mock_mycroft_backend creating build/lib/mock_mycroft_backend/backend copying mock_mycroft_backend/backend/__init__.py -> build/lib/mock_mycroft_backend/backend copying mock_mycroft_backend/backend/device.py -> build/lib/mock_mycroft_backend/backend copying mock_mycroft_backend/backend/auth.py -> build/lib/mock_mycroft_backend/backend copying mock_mycroft_backend/backend/tts.py -> build/lib/mock_mycroft_backend/backend copying mock_mycroft_backend/backend/stt.py -> build/lib/mock_mycroft_backend/backend copying mock_mycroft_backend/backend/decorators.py -> build/lib/mock_mycroft_backend/backend creating build/lib/mock_mycroft_backend/database copying mock_mycroft_backend/database/__init__.py -> build/lib/mock_mycroft_backend/database copying mock_mycroft_backend/database/metrics.py -> build/lib/mock_mycroft_backend/database running egg_info writing dependency_links to mock_mycroft_backend.egg-info/dependency_links.txt writing requirements to mock_mycroft_backend.egg-info/requires.txt writing mock_mycroft_backend.egg-info/PKG-INFO writing entry points to mock_mycroft_backend.egg-info/entry_points.txt writing top-level names to mock_mycroft_backend.egg-info/top_level.txt reading manifest file 'mock_mycroft_backend.egg-info/SOURCES.txt' writing manifest file 'mock_mycroft_backend.egg-info/SOURCES.txt' 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/mock_mycroft_backend copying build/lib/mock_mycroft_backend/utils.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend copying build/lib/mock_mycroft_backend/__init__.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend copying build/lib/mock_mycroft_backend/download.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend creating build/bdist.linux-armv7l/wheel/mock_mycroft_backend/database copying build/lib/mock_mycroft_backend/database/__init__.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend/database copying build/lib/mock_mycroft_backend/database/metrics.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend/database creating build/bdist.linux-armv7l/wheel/mock_mycroft_backend/backend copying build/lib/mock_mycroft_backend/backend/__init__.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend/backend copying build/lib/mock_mycroft_backend/backend/device.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend/backend copying build/lib/mock_mycroft_backend/backend/auth.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend/backend copying build/lib/mock_mycroft_backend/backend/tts.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend/backend copying build/lib/mock_mycroft_backend/backend/stt.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend/backend copying build/lib/mock_mycroft_backend/backend/decorators.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend/backend copying build/lib/mock_mycroft_backend/configuration.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend copying build/lib/mock_mycroft_backend/__main__.py -> build/bdist.linux-armv7l/wheel/mock_mycroft_backend running install_egg_info Copying mock_mycroft_backend.egg-info to build/bdist.linux-armv7l/wheel/mock_mycroft_backend-0.2.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/mock_mycroft_backend-0.2.1.dist-info/WHEEL creating '/tmp/pip-wheel-s88mbkv1/mock_mycroft_backend-0.2.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'mock_mycroft_backend/__init__.py' adding 'mock_mycroft_backend/__main__.py' adding 'mock_mycroft_backend/configuration.py' adding 'mock_mycroft_backend/download.py' adding 'mock_mycroft_backend/utils.py' adding 'mock_mycroft_backend/backend/__init__.py' adding 'mock_mycroft_backend/backend/auth.py' adding 'mock_mycroft_backend/backend/decorators.py' adding 'mock_mycroft_backend/backend/device.py' adding 'mock_mycroft_backend/backend/stt.py' adding 'mock_mycroft_backend/backend/tts.py' adding 'mock_mycroft_backend/database/__init__.py' adding 'mock_mycroft_backend/database/metrics.py' adding 'mock_mycroft_backend-0.2.1.dist-info/METADATA' adding 'mock_mycroft_backend-0.2.1.dist-info/WHEEL' adding 'mock_mycroft_backend-0.2.1.dist-info/entry_points.txt' adding 'mock_mycroft_backend-0.2.1.dist-info/top_level.txt' adding 'mock_mycroft_backend-0.2.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for mock-mycroft-backend: finished with status 'done' Stored in directory: /tmp/tmps1phucbn Successfully built mock-mycroft-backend Cleaning up... Removing source in /tmp/pip-wheel-2met1gcn/mock-mycroft-backend Removed build tracker '/tmp/pip-req-tracker-j3bndwqc'