Created temporary directory: /tmp/pip-ephem-wheel-cache-rq_i7l9h Created temporary directory: /tmp/pip-req-tracker-si89xj_m Created requirements tracker '/tmp/pip-req-tracker-si89xj_m' Created temporary directory: /tmp/pip-wheel-77s4gqsc Collecting dblue-stores==2.0.0 1 location(s) to search for versions of dblue-stores: * https://pypi.org/simple/dblue-stores/ Getting page https://pypi.org/simple/dblue-stores/ Analyzing links from page https://pypi.org/simple/dblue-stores/ Found link https://files.pythonhosted.org/packages/a0/ec/746f2032b179ed52d1993355848221b4b96cbc5714e1bdf98ccd5498a788/dblue_stores-2.0.0.tar.gz#sha256=c26ad738b5bcd82d21ef2bd21d67e30564d2525e14ed4af0dd64f5c361a2f11a (from https://pypi.org/simple/dblue-stores/), version: 2.0.0 Using version 2.0.0 (newest of versions: 2.0.0) Created temporary directory: /tmp/pip-unpack-0eja3h13 Downloading https://files.pythonhosted.org/packages/a0/ec/746f2032b179ed52d1993355848221b4b96cbc5714e1bdf98ccd5498a788/dblue_stores-2.0.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/a0/ec/746f2032b179ed52d1993355848221b4b96cbc5714e1bdf98ccd5498a788/dblue_stores-2.0.0.tar.gz#sha256=c26ad738b5bcd82d21ef2bd21d67e30564d2525e14ed4af0dd64f5c361a2f11a (from https://pypi.org/simple/dblue-stores/) Added dblue-stores==2.0.0 from https://files.pythonhosted.org/packages/a0/ec/746f2032b179ed52d1993355848221b4b96cbc5714e1bdf98ccd5498a788/dblue_stores-2.0.0.tar.gz#sha256=c26ad738b5bcd82d21ef2bd21d67e30564d2525e14ed4af0dd64f5c361a2f11a to build tracker '/tmp/pip-req-tracker-si89xj_m' Running setup.py (path:/tmp/pip-wheel-77s4gqsc/dblue-stores/setup.py) egg_info for package dblue-stores Running command python setup.py egg_info running egg_info creating pip-egg-info/dblue_stores.egg-info writing requirements to pip-egg-info/dblue_stores.egg-info/requires.txt writing pip-egg-info/dblue_stores.egg-info/PKG-INFO writing dependency_links to pip-egg-info/dblue_stores.egg-info/dependency_links.txt writing top-level names to pip-egg-info/dblue_stores.egg-info/top_level.txt writing manifest file 'pip-egg-info/dblue_stores.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/dblue_stores.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CONTRIBUTING.md' writing manifest file 'pip-egg-info/dblue_stores.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-77s4gqsc/dblue-stores has version 2.0.0, which satisfies requirement dblue-stores==2.0.0 from https://files.pythonhosted.org/packages/a0/ec/746f2032b179ed52d1993355848221b4b96cbc5714e1bdf98ccd5498a788/dblue_stores-2.0.0.tar.gz#sha256=c26ad738b5bcd82d21ef2bd21d67e30564d2525e14ed4af0dd64f5c361a2f11a Removed dblue-stores==2.0.0 from https://files.pythonhosted.org/packages/a0/ec/746f2032b179ed52d1993355848221b4b96cbc5714e1bdf98ccd5498a788/dblue_stores-2.0.0.tar.gz#sha256=c26ad738b5bcd82d21ef2bd21d67e30564d2525e14ed4af0dd64f5c361a2f11a from build tracker '/tmp/pip-req-tracker-si89xj_m' Building wheels for collected packages: dblue-stores Created temporary directory: /tmp/pip-wheel-uyok1o7d Running setup.py bdist_wheel for dblue-stores: started Destination directory: /tmp/pip-wheel-uyok1o7d Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-77s4gqsc/dblue-stores/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-uyok1o7d running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/dblue_stores copying dblue_stores/exceptions.py -> build/lib/dblue_stores copying dblue_stores/logger.py -> build/lib/dblue_stores copying dblue_stores/settings.py -> build/lib/dblue_stores copying dblue_stores/utils.py -> build/lib/dblue_stores copying dblue_stores/__init__.py -> build/lib/dblue_stores creating build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/dblue_stores/clients copying dblue_stores/clients/aws.py -> build/lib/dblue_stores/clients copying dblue_stores/clients/sftp.py -> build/lib/dblue_stores/clients copying dblue_stores/clients/base.py -> build/lib/dblue_stores/clients copying dblue_stores/clients/azure.py -> build/lib/dblue_stores/clients copying dblue_stores/clients/__init__.py -> build/lib/dblue_stores/clients copying dblue_stores/clients/gcp.py -> build/lib/dblue_stores/clients creating build/lib/dblue_stores/stores copying dblue_stores/stores/sftp.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/base.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/azure.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/s3.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/local.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/gcs.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/__init__.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/manager.py -> build/lib/dblue_stores/stores creating build/lib/tests/clients copying tests/clients/test_gcp.py -> build/lib/tests/clients copying tests/clients/test_azure.py -> build/lib/tests/clients copying tests/clients/__init__.py -> build/lib/tests/clients copying tests/clients/test_aws.py -> build/lib/tests/clients creating build/lib/tests/stores copying tests/stores/test_utils.py -> build/lib/tests/stores copying tests/stores/test_s3.py -> build/lib/tests/stores copying tests/stores/test_azure.py -> build/lib/tests/stores copying tests/stores/test_gcs.py -> build/lib/tests/stores copying tests/stores/__init__.py -> build/lib/tests/stores 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/dblue_stores creating build/bdist.linux-armv7l/wheel/dblue_stores/clients copying build/lib/dblue_stores/clients/aws.py -> build/bdist.linux-armv7l/wheel/dblue_stores/clients copying build/lib/dblue_stores/clients/sftp.py -> build/bdist.linux-armv7l/wheel/dblue_stores/clients copying build/lib/dblue_stores/clients/base.py -> build/bdist.linux-armv7l/wheel/dblue_stores/clients copying build/lib/dblue_stores/clients/azure.py -> build/bdist.linux-armv7l/wheel/dblue_stores/clients copying build/lib/dblue_stores/clients/__init__.py -> build/bdist.linux-armv7l/wheel/dblue_stores/clients copying build/lib/dblue_stores/clients/gcp.py -> build/bdist.linux-armv7l/wheel/dblue_stores/clients copying build/lib/dblue_stores/exceptions.py -> build/bdist.linux-armv7l/wheel/dblue_stores copying build/lib/dblue_stores/logger.py -> build/bdist.linux-armv7l/wheel/dblue_stores copying build/lib/dblue_stores/settings.py -> build/bdist.linux-armv7l/wheel/dblue_stores copying build/lib/dblue_stores/utils.py -> build/bdist.linux-armv7l/wheel/dblue_stores creating build/bdist.linux-armv7l/wheel/dblue_stores/stores copying build/lib/dblue_stores/stores/sftp.py -> build/bdist.linux-armv7l/wheel/dblue_stores/stores copying build/lib/dblue_stores/stores/base.py -> build/bdist.linux-armv7l/wheel/dblue_stores/stores copying build/lib/dblue_stores/stores/azure.py -> build/bdist.linux-armv7l/wheel/dblue_stores/stores copying build/lib/dblue_stores/stores/s3.py -> build/bdist.linux-armv7l/wheel/dblue_stores/stores copying build/lib/dblue_stores/stores/local.py -> build/bdist.linux-armv7l/wheel/dblue_stores/stores copying build/lib/dblue_stores/stores/gcs.py -> build/bdist.linux-armv7l/wheel/dblue_stores/stores copying build/lib/dblue_stores/stores/__init__.py -> build/bdist.linux-armv7l/wheel/dblue_stores/stores copying build/lib/dblue_stores/stores/manager.py -> build/bdist.linux-armv7l/wheel/dblue_stores/stores copying build/lib/dblue_stores/__init__.py -> build/bdist.linux-armv7l/wheel/dblue_stores creating build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/clients copying build/lib/tests/clients/test_gcp.py -> build/bdist.linux-armv7l/wheel/tests/clients copying build/lib/tests/clients/test_azure.py -> build/bdist.linux-armv7l/wheel/tests/clients copying build/lib/tests/clients/__init__.py -> build/bdist.linux-armv7l/wheel/tests/clients copying build/lib/tests/clients/test_aws.py -> build/bdist.linux-armv7l/wheel/tests/clients creating build/bdist.linux-armv7l/wheel/tests/stores copying build/lib/tests/stores/test_utils.py -> build/bdist.linux-armv7l/wheel/tests/stores copying build/lib/tests/stores/test_s3.py -> build/bdist.linux-armv7l/wheel/tests/stores copying build/lib/tests/stores/test_azure.py -> build/bdist.linux-armv7l/wheel/tests/stores copying build/lib/tests/stores/test_gcs.py -> build/bdist.linux-armv7l/wheel/tests/stores copying build/lib/tests/stores/__init__.py -> build/bdist.linux-armv7l/wheel/tests/stores copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info running egg_info writing top-level names to dblue_stores.egg-info/top_level.txt writing dependency_links to dblue_stores.egg-info/dependency_links.txt writing dblue_stores.egg-info/PKG-INFO writing requirements to dblue_stores.egg-info/requires.txt reading manifest file 'dblue_stores.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CONTRIBUTING.md' writing manifest file 'dblue_stores.egg-info/SOURCES.txt' Copying dblue_stores.egg-info to build/bdist.linux-armv7l/wheel/dblue_stores-2.0.0-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/dblue_stores-2.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-uyok1o7d/dblue_stores-2.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'dblue_stores/__init__.py' adding 'dblue_stores/exceptions.py' adding 'dblue_stores/logger.py' adding 'dblue_stores/settings.py' adding 'dblue_stores/utils.py' adding 'dblue_stores/clients/__init__.py' adding 'dblue_stores/clients/aws.py' adding 'dblue_stores/clients/azure.py' adding 'dblue_stores/clients/base.py' adding 'dblue_stores/clients/gcp.py' adding 'dblue_stores/clients/sftp.py' adding 'dblue_stores/stores/__init__.py' adding 'dblue_stores/stores/azure.py' adding 'dblue_stores/stores/base.py' adding 'dblue_stores/stores/gcs.py' adding 'dblue_stores/stores/local.py' adding 'dblue_stores/stores/manager.py' adding 'dblue_stores/stores/s3.py' adding 'dblue_stores/stores/sftp.py' adding 'tests/__init__.py' adding 'tests/clients/__init__.py' adding 'tests/clients/test_aws.py' adding 'tests/clients/test_azure.py' adding 'tests/clients/test_gcp.py' adding 'tests/stores/__init__.py' adding 'tests/stores/test_azure.py' adding 'tests/stores/test_gcs.py' adding 'tests/stores/test_s3.py' adding 'tests/stores/test_utils.py' adding 'dblue_stores-2.0.0.dist-info/LICENSE' adding 'dblue_stores-2.0.0.dist-info/METADATA' adding 'dblue_stores-2.0.0.dist-info/WHEEL' adding 'dblue_stores-2.0.0.dist-info/top_level.txt' adding 'dblue_stores-2.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for dblue-stores: finished with status 'done' Stored in directory: /tmp/tmpmgau04xs Successfully built dblue-stores Cleaning up... Removing source in /tmp/pip-wheel-77s4gqsc/dblue-stores Removed build tracker '/tmp/pip-req-tracker-si89xj_m'