Created temporary directory: /tmp/pip-ephem-wheel-cache-6dpsppvf Created temporary directory: /tmp/pip-req-tracker-6vr4xsv2 Created requirements tracker '/tmp/pip-req-tracker-6vr4xsv2' Created temporary directory: /tmp/pip-wheel-5a_j5zso Collecting dblue-stores==2.0.2 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 Found link https://files.pythonhosted.org/packages/27/a3/df1b9e121bb2ec5a1646a0a73d828e9d9ade1132173307e0997003e6fec2/dblue_stores-2.0.1.tar.gz#sha256=a710d8bb56a1f25557f877b451d36405b1ebbf64bf5200437f439eee5ce1667d (from https://pypi.org/simple/dblue-stores/), version: 2.0.1 Found link https://files.pythonhosted.org/packages/14/4d/4904a41d7f790f359b9ef7753fa889596600ccd64b88cbc8ae26a6a18510/dblue_stores-2.0.2.tar.gz#sha256=3fbccf410458a60ca7b301ef33606d2250e712e3e5ab70544e40ef56d5825ca6 (from https://pypi.org/simple/dblue-stores/), version: 2.0.2 Using version 2.0.2 (newest of versions: 2.0.2) Created temporary directory: /tmp/pip-unpack-b2ebg79h Downloading https://files.pythonhosted.org/packages/14/4d/4904a41d7f790f359b9ef7753fa889596600ccd64b88cbc8ae26a6a18510/dblue_stores-2.0.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/14/4d/4904a41d7f790f359b9ef7753fa889596600ccd64b88cbc8ae26a6a18510/dblue_stores-2.0.2.tar.gz#sha256=3fbccf410458a60ca7b301ef33606d2250e712e3e5ab70544e40ef56d5825ca6 (from https://pypi.org/simple/dblue-stores/) Added dblue-stores==2.0.2 from https://files.pythonhosted.org/packages/14/4d/4904a41d7f790f359b9ef7753fa889596600ccd64b88cbc8ae26a6a18510/dblue_stores-2.0.2.tar.gz#sha256=3fbccf410458a60ca7b301ef33606d2250e712e3e5ab70544e40ef56d5825ca6 to build tracker '/tmp/pip-req-tracker-6vr4xsv2' Running setup.py (path:/tmp/pip-wheel-5a_j5zso/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 top-level names to pip-egg-info/dblue_stores.egg-info/top_level.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 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' writing manifest file 'pip-egg-info/dblue_stores.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-5a_j5zso/dblue-stores has version 2.0.2, which satisfies requirement dblue-stores==2.0.2 from https://files.pythonhosted.org/packages/14/4d/4904a41d7f790f359b9ef7753fa889596600ccd64b88cbc8ae26a6a18510/dblue_stores-2.0.2.tar.gz#sha256=3fbccf410458a60ca7b301ef33606d2250e712e3e5ab70544e40ef56d5825ca6 Removed dblue-stores==2.0.2 from https://files.pythonhosted.org/packages/14/4d/4904a41d7f790f359b9ef7753fa889596600ccd64b88cbc8ae26a6a18510/dblue_stores-2.0.2.tar.gz#sha256=3fbccf410458a60ca7b301ef33606d2250e712e3e5ab70544e40ef56d5825ca6 from build tracker '/tmp/pip-req-tracker-6vr4xsv2' Building wheels for collected packages: dblue-stores Created temporary directory: /tmp/pip-wheel-g2gfen_m Running setup.py bdist_wheel for dblue-stores: started Destination directory: /tmp/pip-wheel-g2gfen_m Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-5a_j5zso/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-g2gfen_m running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/dblue_stores copying dblue_stores/exceptions.py -> build/lib/dblue_stores copying dblue_stores/utils.py -> build/lib/dblue_stores copying dblue_stores/__init__.py -> build/lib/dblue_stores copying dblue_stores/settings.py -> build/lib/dblue_stores copying dblue_stores/logger.py -> build/lib/dblue_stores creating 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 copying tests/stores/test_s3.py -> build/lib/tests/stores copying tests/stores/test_utils.py -> build/lib/tests/stores creating 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_gcp.py -> build/lib/tests/clients copying tests/clients/test_aws.py -> build/lib/tests/clients creating build/lib/dblue_stores/stores copying dblue_stores/stores/manager.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/local.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/__init__.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/s3.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/sftp.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/gcs.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/azure.py -> build/lib/dblue_stores/stores copying dblue_stores/stores/base.py -> build/lib/dblue_stores/stores creating 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 copying dblue_stores/clients/sftp.py -> build/lib/dblue_stores/clients copying dblue_stores/clients/azure.py -> build/lib/dblue_stores/clients copying dblue_stores/clients/aws.py -> build/lib/dblue_stores/clients copying dblue_stores/clients/base.py -> build/lib/dblue_stores/clients 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 creating 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/stores/test_s3.py -> 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/__init__.py -> build/bdist.linux-armv7l/wheel/tests creating 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_gcp.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/dblue_stores creating 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/stores/local.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/s3.py -> 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/gcs.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/base.py -> build/bdist.linux-armv7l/wheel/dblue_stores/stores copying build/lib/dblue_stores/exceptions.py -> build/bdist.linux-armv7l/wheel/dblue_stores copying build/lib/dblue_stores/utils.py -> build/bdist.linux-armv7l/wheel/dblue_stores copying build/lib/dblue_stores/__init__.py -> build/bdist.linux-armv7l/wheel/dblue_stores copying build/lib/dblue_stores/settings.py -> build/bdist.linux-armv7l/wheel/dblue_stores creating 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/clients/sftp.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/aws.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/logger.py -> build/bdist.linux-armv7l/wheel/dblue_stores running install_egg_info running egg_info writing requirements to dblue_stores.egg-info/requires.txt writing dblue_stores.egg-info/PKG-INFO writing dependency_links to dblue_stores.egg-info/dependency_links.txt writing top-level names to dblue_stores.egg-info/top_level.txt reading manifest file 'dblue_stores.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'dblue_stores.egg-info/SOURCES.txt' Copying dblue_stores.egg-info to build/bdist.linux-armv7l/wheel/dblue_stores-2.0.2-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.2.dist-info/WHEEL creating '/tmp/pip-wheel-g2gfen_m/dblue_stores-2.0.2-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.2.dist-info/LICENSE' adding 'dblue_stores-2.0.2.dist-info/METADATA' adding 'dblue_stores-2.0.2.dist-info/WHEEL' adding 'dblue_stores-2.0.2.dist-info/top_level.txt' adding 'dblue_stores-2.0.2.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/tmp1fh82e4y Successfully built dblue-stores Cleaning up... Removing source in /tmp/pip-wheel-5a_j5zso/dblue-stores Removed build tracker '/tmp/pip-req-tracker-6vr4xsv2'