Created temporary directory: /tmp/pip-ephem-wheel-cache-p78wywhp Created temporary directory: /tmp/pip-req-tracker-inbm8o2e Created requirements tracker '/tmp/pip-req-tracker-inbm8o2e' Created temporary directory: /tmp/pip-wheel-s__nh62f Looking in indexes: https://pypi.python.org/simple Collecting bglogs==0.4 1 location(s) to search for versions of bglogs: * https://pypi.python.org/simple/bglogs/ Getting page https://pypi.python.org/simple/bglogs/ Analyzing links from page https://pypi.org/simple/bglogs/ Found link https://files.pythonhosted.org/packages/d1/2f/b90d39d4f23348a45259852efbf62387fedf7b1e20ddf1e6e5378b18f1b4/bglogs-0.1.tar.gz#sha256=ae514969cc7548e9f86841765cfc3845742f773d2936680bcf0c9d03ee909fca (from https://pypi.org/simple/bglogs/), version: 0.1 Found link https://files.pythonhosted.org/packages/79/f9/b9503f303304d2d2507d2cff76bfe3e0bd84105a476dfd2b53c9ed83e7cd/bglogs-0.3.tar.gz#sha256=2319748010aad10b18787cec7aa2a789500162408a9b7061ea9a43f1c2f3cc51 (from https://pypi.org/simple/bglogs/), version: 0.3 Found link https://files.pythonhosted.org/packages/1a/35/305f94b248eacb2f25df73f6b58e62e3050685f2834fbd1d8075d49ec6fc/bglogs-0.4.tar.gz#sha256=35e3b00d2170cf9c56427096385c7db8c300d9b57d6be2f6be1c12dd612f8d8a (from https://pypi.org/simple/bglogs/), version: 0.4 Using version 0.4 (newest of versions: 0.4) Created temporary directory: /tmp/pip-unpack-06e4yadg Downloading https://files.pythonhosted.org/packages/1a/35/305f94b248eacb2f25df73f6b58e62e3050685f2834fbd1d8075d49ec6fc/bglogs-0.4.tar.gz Downloading from URL https://files.pythonhosted.org/packages/1a/35/305f94b248eacb2f25df73f6b58e62e3050685f2834fbd1d8075d49ec6fc/bglogs-0.4.tar.gz#sha256=35e3b00d2170cf9c56427096385c7db8c300d9b57d6be2f6be1c12dd612f8d8a (from https://pypi.org/simple/bglogs/) Added bglogs==0.4 from https://files.pythonhosted.org/packages/1a/35/305f94b248eacb2f25df73f6b58e62e3050685f2834fbd1d8075d49ec6fc/bglogs-0.4.tar.gz#sha256=35e3b00d2170cf9c56427096385c7db8c300d9b57d6be2f6be1c12dd612f8d8a to build tracker '/tmp/pip-req-tracker-inbm8o2e' Running setup.py (path:/tmp/pip-wheel-s__nh62f/bglogs/setup.py) egg_info for package bglogs Running command python setup.py egg_info running egg_info creating pip-egg-info/bglogs.egg-info writing pip-egg-info/bglogs.egg-info/PKG-INFO writing top-level names to pip-egg-info/bglogs.egg-info/top_level.txt writing dependency_links to pip-egg-info/bglogs.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/bglogs.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/bglogs.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/bglogs.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-s__nh62f/bglogs has version 0.4, which satisfies requirement bglogs==0.4 from https://files.pythonhosted.org/packages/1a/35/305f94b248eacb2f25df73f6b58e62e3050685f2834fbd1d8075d49ec6fc/bglogs-0.4.tar.gz#sha256=35e3b00d2170cf9c56427096385c7db8c300d9b57d6be2f6be1c12dd612f8d8a Removed bglogs==0.4 from https://files.pythonhosted.org/packages/1a/35/305f94b248eacb2f25df73f6b58e62e3050685f2834fbd1d8075d49ec6fc/bglogs-0.4.tar.gz#sha256=35e3b00d2170cf9c56427096385c7db8c300d9b57d6be2f6be1c12dd612f8d8a from build tracker '/tmp/pip-req-tracker-inbm8o2e' Building wheels for collected packages: bglogs Created temporary directory: /tmp/pip-wheel-h2b9t198 Running setup.py bdist_wheel for bglogs: started Destination directory: /tmp/pip-wheel-h2b9t198 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-s__nh62f/bglogs/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-h2b9t198 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tests copying tests/test_logger_default.py -> build/lib/tests copying tests/test_messages.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_get_logger.py -> build/lib/tests creating build/lib/bglogs copying bglogs/format.py -> build/lib/bglogs copying bglogs/configuration.py -> build/lib/bglogs copying bglogs/logger.py -> build/lib/bglogs copying bglogs/filter.py -> build/lib/bglogs copying bglogs/__init__.py -> build/lib/bglogs copying bglogs/messages.py -> build/lib/bglogs 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_logger_default.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_messages.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_get_logger.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/bglogs copying build/lib/bglogs/format.py -> build/bdist.linux-armv7l/wheel/bglogs copying build/lib/bglogs/configuration.py -> build/bdist.linux-armv7l/wheel/bglogs copying build/lib/bglogs/logger.py -> build/bdist.linux-armv7l/wheel/bglogs copying build/lib/bglogs/filter.py -> build/bdist.linux-armv7l/wheel/bglogs copying build/lib/bglogs/__init__.py -> build/bdist.linux-armv7l/wheel/bglogs copying build/lib/bglogs/messages.py -> build/bdist.linux-armv7l/wheel/bglogs running install_egg_info running egg_info writing bglogs.egg-info/PKG-INFO writing top-level names to bglogs.egg-info/top_level.txt writing dependency_links to bglogs.egg-info/dependency_links.txt reading manifest file 'bglogs.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'bglogs.egg-info/SOURCES.txt' Copying bglogs.egg-info to build/bdist.linux-armv7l/wheel/bglogs-0.4-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/bglogs-0.4.dist-info/WHEEL Running setup.py bdist_wheel for bglogs: finished with status 'done' Stored in directory: /tmp/tmpuj4jzehc Successfully built bglogs Cleaning up... Removing source in /tmp/pip-wheel-s__nh62f/bglogs Removed build tracker '/tmp/pip-req-tracker-inbm8o2e'