Created temporary directory: /tmp/pip-ephem-wheel-cache-2yqegraa Created temporary directory: /tmp/pip-req-tracker-lv_snyfm Created requirements tracker '/tmp/pip-req-tracker-lv_snyfm' Created temporary directory: /tmp/pip-wheel-y8cs478e Looking in indexes: https://pypi.python.org/simple Collecting django-exporter==2.0.0 1 location(s) to search for versions of django-exporter: * https://pypi.python.org/simple/django-exporter/ Getting page https://pypi.python.org/simple/django-exporter/ Analyzing links from page https://pypi.org/simple/django-exporter/ Found link https://files.pythonhosted.org/packages/56/6f/458d6073c89647279148ff4d9c07dce0d1272c82d54fa72e57d40c433456/django-exporter-2.0.0.tar.gz#sha256=bcea7338e76410c13b7d78a8e0f2d565744ade56eafff0c2b49c1642555a53e7 (from https://pypi.org/simple/django-exporter/), version: 2.0.0 Skipping link https://files.pythonhosted.org/packages/99/24/f4af96b97788d7daa8b5c16b11ecfb4688e9db8c754965ddd8da88f21002/django_exporter-2.0.0-py2-none-any.whl#sha256=a8cdeba14664981c8ce652383146ede3a8e066e06879321963a4ec9ef03d65a8 (from https://pypi.org/simple/django-exporter/); it is not compatible with this Python Using version 2.0.0 (newest of versions: 2.0.0) Created temporary directory: /tmp/pip-unpack-76588357 Downloading https://files.pythonhosted.org/packages/56/6f/458d6073c89647279148ff4d9c07dce0d1272c82d54fa72e57d40c433456/django-exporter-2.0.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/56/6f/458d6073c89647279148ff4d9c07dce0d1272c82d54fa72e57d40c433456/django-exporter-2.0.0.tar.gz#sha256=bcea7338e76410c13b7d78a8e0f2d565744ade56eafff0c2b49c1642555a53e7 (from https://pypi.org/simple/django-exporter/) Added django-exporter==2.0.0 from https://files.pythonhosted.org/packages/56/6f/458d6073c89647279148ff4d9c07dce0d1272c82d54fa72e57d40c433456/django-exporter-2.0.0.tar.gz#sha256=bcea7338e76410c13b7d78a8e0f2d565744ade56eafff0c2b49c1642555a53e7 to build tracker '/tmp/pip-req-tracker-lv_snyfm' Running setup.py (path:/tmp/pip-wheel-y8cs478e/django-exporter/setup.py) egg_info for package django-exporter Running command python setup.py egg_info running egg_info creating pip-egg-info/django_exporter.egg-info writing top-level names to pip-egg-info/django_exporter.egg-info/top_level.txt writing dependency_links to pip-egg-info/django_exporter.egg-info/dependency_links.txt writing pip-egg-info/django_exporter.egg-info/PKG-INFO writing requirements to pip-egg-info/django_exporter.egg-info/requires.txt writing manifest file 'pip-egg-info/django_exporter.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_exporter.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/django_exporter.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-y8cs478e/django-exporter has version 2.0.0, which satisfies requirement django-exporter==2.0.0 from https://files.pythonhosted.org/packages/56/6f/458d6073c89647279148ff4d9c07dce0d1272c82d54fa72e57d40c433456/django-exporter-2.0.0.tar.gz#sha256=bcea7338e76410c13b7d78a8e0f2d565744ade56eafff0c2b49c1642555a53e7 Removed django-exporter==2.0.0 from https://files.pythonhosted.org/packages/56/6f/458d6073c89647279148ff4d9c07dce0d1272c82d54fa72e57d40c433456/django-exporter-2.0.0.tar.gz#sha256=bcea7338e76410c13b7d78a8e0f2d565744ade56eafff0c2b49c1642555a53e7 from build tracker '/tmp/pip-req-tracker-lv_snyfm' Building wheels for collected packages: django-exporter Created temporary directory: /tmp/pip-wheel-pnqtta2b Running setup.py bdist_wheel for django-exporter: started Destination directory: /tmp/pip-wheel-pnqtta2b Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-y8cs478e/django-exporter/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-pnqtta2b running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/django_prometheus copying django_prometheus/exports.py -> build/lib/django_prometheus copying django_prometheus/utils.py -> build/lib/django_prometheus copying django_prometheus/apps.py -> build/lib/django_prometheus copying django_prometheus/__init__.py -> build/lib/django_prometheus copying django_prometheus/middleware.py -> build/lib/django_prometheus copying django_prometheus/testutils.py -> build/lib/django_prometheus copying django_prometheus/migrations.py -> build/lib/django_prometheus copying django_prometheus/urls.py -> build/lib/django_prometheus copying django_prometheus/models.py -> build/lib/django_prometheus creating build/lib/django_prometheus/tests copying django_prometheus/tests/test_django_prometheus.py -> build/lib/django_prometheus/tests copying django_prometheus/tests/__init__.py -> build/lib/django_prometheus/tests copying django_prometheus/tests/test_exports.py -> build/lib/django_prometheus/tests copying django_prometheus/tests/test_testutils.py -> build/lib/django_prometheus/tests creating build/lib/django_prometheus/cache copying django_prometheus/cache/__init__.py -> build/lib/django_prometheus/cache copying django_prometheus/cache/metrics.py -> build/lib/django_prometheus/cache creating build/lib/django_prometheus/db copying django_prometheus/db/__init__.py -> build/lib/django_prometheus/db copying django_prometheus/db/metrics.py -> build/lib/django_prometheus/db copying django_prometheus/db/common.py -> build/lib/django_prometheus/db creating build/lib/django_prometheus/cache/backends copying django_prometheus/cache/backends/memcached.py -> build/lib/django_prometheus/cache/backends copying django_prometheus/cache/backends/__init__.py -> build/lib/django_prometheus/cache/backends copying django_prometheus/cache/backends/filebased.py -> build/lib/django_prometheus/cache/backends copying django_prometheus/cache/backends/django_memcached_consul.py -> build/lib/django_prometheus/cache/backends copying django_prometheus/cache/backends/redis.py -> build/lib/django_prometheus/cache/backends copying django_prometheus/cache/backends/locmem.py -> build/lib/django_prometheus/cache/backends creating build/lib/django_prometheus/db/backends copying django_prometheus/db/backends/__init__.py -> build/lib/django_prometheus/db/backends creating build/lib/django_prometheus/db/backends/mysql copying django_prometheus/db/backends/mysql/__init__.py -> build/lib/django_prometheus/db/backends/mysql copying django_prometheus/db/backends/mysql/base.py -> build/lib/django_prometheus/db/backends/mysql creating build/lib/django_prometheus/db/backends/postgresql copying django_prometheus/db/backends/postgresql/__init__.py -> build/lib/django_prometheus/db/backends/postgresql copying django_prometheus/db/backends/postgresql/base.py -> build/lib/django_prometheus/db/backends/postgresql creating build/lib/django_prometheus/db/backends/sqlite3 copying django_prometheus/db/backends/sqlite3/__init__.py -> build/lib/django_prometheus/db/backends/sqlite3 copying django_prometheus/db/backends/sqlite3/base.py -> build/lib/django_prometheus/db/backends/sqlite3 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/django_prometheus copying build/lib/django_prometheus/exports.py -> build/bdist.linux-armv7l/wheel/django_prometheus copying build/lib/django_prometheus/utils.py -> build/bdist.linux-armv7l/wheel/django_prometheus copying build/lib/django_prometheus/apps.py -> build/bdist.linux-armv7l/wheel/django_prometheus copying build/lib/django_prometheus/__init__.py -> build/bdist.linux-armv7l/wheel/django_prometheus creating build/bdist.linux-armv7l/wheel/django_prometheus/tests copying build/lib/django_prometheus/tests/test_django_prometheus.py -> build/bdist.linux-armv7l/wheel/django_prometheus/tests copying build/lib/django_prometheus/tests/__init__.py -> build/bdist.linux-armv7l/wheel/django_prometheus/tests copying build/lib/django_prometheus/tests/test_exports.py -> build/bdist.linux-armv7l/wheel/django_prometheus/tests copying build/lib/django_prometheus/tests/test_testutils.py -> build/bdist.linux-armv7l/wheel/django_prometheus/tests copying build/lib/django_prometheus/middleware.py -> build/bdist.linux-armv7l/wheel/django_prometheus copying build/lib/django_prometheus/testutils.py -> build/bdist.linux-armv7l/wheel/django_prometheus creating build/bdist.linux-armv7l/wheel/django_prometheus/cache creating build/bdist.linux-armv7l/wheel/django_prometheus/cache/backends copying build/lib/django_prometheus/cache/backends/memcached.py -> build/bdist.linux-armv7l/wheel/django_prometheus/cache/backends copying build/lib/django_prometheus/cache/backends/__init__.py -> build/bdist.linux-armv7l/wheel/django_prometheus/cache/backends copying build/lib/django_prometheus/cache/backends/filebased.py -> build/bdist.linux-armv7l/wheel/django_prometheus/cache/backends copying build/lib/django_prometheus/cache/backends/django_memcached_consul.py -> build/bdist.linux-armv7l/wheel/django_prometheus/cache/backends copying build/lib/django_prometheus/cache/backends/redis.py -> build/bdist.linux-armv7l/wheel/django_prometheus/cache/backends copying build/lib/django_prometheus/cache/backends/locmem.py -> build/bdist.linux-armv7l/wheel/django_prometheus/cache/backends copying build/lib/django_prometheus/cache/__init__.py -> build/bdist.linux-armv7l/wheel/django_prometheus/cache copying build/lib/django_prometheus/cache/metrics.py -> build/bdist.linux-armv7l/wheel/django_prometheus/cache copying build/lib/django_prometheus/migrations.py -> build/bdist.linux-armv7l/wheel/django_prometheus creating build/bdist.linux-armv7l/wheel/django_prometheus/db creating build/bdist.linux-armv7l/wheel/django_prometheus/db/backends copying build/lib/django_prometheus/db/backends/__init__.py -> build/bdist.linux-armv7l/wheel/django_prometheus/db/backends creating build/bdist.linux-armv7l/wheel/django_prometheus/db/backends/mysql copying build/lib/django_prometheus/db/backends/mysql/__init__.py -> build/bdist.linux-armv7l/wheel/django_prometheus/db/backends/mysql copying build/lib/django_prometheus/db/backends/mysql/base.py -> build/bdist.linux-armv7l/wheel/django_prometheus/db/backends/mysql creating build/bdist.linux-armv7l/wheel/django_prometheus/db/backends/postgresql copying build/lib/django_prometheus/db/backends/postgresql/__init__.py -> build/bdist.linux-armv7l/wheel/django_prometheus/db/backends/postgresql copying build/lib/django_prometheus/db/backends/postgresql/base.py -> build/bdist.linux-armv7l/wheel/django_prometheus/db/backends/postgresql creating build/bdist.linux-armv7l/wheel/django_prometheus/db/backends/sqlite3 copying build/lib/django_prometheus/db/backends/sqlite3/__init__.py -> build/bdist.linux-armv7l/wheel/django_prometheus/db/backends/sqlite3 copying build/lib/django_prometheus/db/backends/sqlite3/base.py -> build/bdist.linux-armv7l/wheel/django_prometheus/db/backends/sqlite3 copying build/lib/django_prometheus/db/__init__.py -> build/bdist.linux-armv7l/wheel/django_prometheus/db copying build/lib/django_prometheus/db/metrics.py -> build/bdist.linux-armv7l/wheel/django_prometheus/db copying build/lib/django_prometheus/db/common.py -> build/bdist.linux-armv7l/wheel/django_prometheus/db copying build/lib/django_prometheus/urls.py -> build/bdist.linux-armv7l/wheel/django_prometheus copying build/lib/django_prometheus/models.py -> build/bdist.linux-armv7l/wheel/django_prometheus running install_egg_info running egg_info writing django_exporter.egg-info/PKG-INFO writing requirements to django_exporter.egg-info/requires.txt writing dependency_links to django_exporter.egg-info/dependency_links.txt writing top-level names to django_exporter.egg-info/top_level.txt reading manifest file 'django_exporter.egg-info/SOURCES.txt' writing manifest file 'django_exporter.egg-info/SOURCES.txt' Copying django_exporter.egg-info to build/bdist.linux-armv7l/wheel/django_exporter-2.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_exporter-2.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-pnqtta2b/django_exporter-2.0.0-py3-none-any.whl' and adding '.' to it adding 'django_prometheus/__init__.py' adding 'django_prometheus/apps.py' adding 'django_prometheus/exports.py' adding 'django_prometheus/middleware.py' adding 'django_prometheus/migrations.py' adding 'django_prometheus/models.py' adding 'django_prometheus/testutils.py' adding 'django_prometheus/urls.py' adding 'django_prometheus/utils.py' adding 'django_prometheus/cache/__init__.py' adding 'django_prometheus/cache/metrics.py' adding 'django_prometheus/cache/backends/__init__.py' adding 'django_prometheus/cache/backends/django_memcached_consul.py' adding 'django_prometheus/cache/backends/filebased.py' adding 'django_prometheus/cache/backends/locmem.py' adding 'django_prometheus/cache/backends/memcached.py' adding 'django_prometheus/cache/backends/redis.py' adding 'django_prometheus/db/__init__.py' adding 'django_prometheus/db/common.py' adding 'django_prometheus/db/metrics.py' adding 'django_prometheus/db/backends/__init__.py' adding 'django_prometheus/db/backends/mysql/__init__.py' adding 'django_prometheus/db/backends/mysql/base.py' adding 'django_prometheus/db/backends/postgresql/__init__.py' adding 'django_prometheus/db/backends/postgresql/base.py' adding 'django_prometheus/db/backends/sqlite3/__init__.py' adding 'django_prometheus/db/backends/sqlite3/base.py' adding 'django_prometheus/tests/__init__.py' adding 'django_prometheus/tests/test_django_prometheus.py' adding 'django_prometheus/tests/test_exports.py' adding 'django_prometheus/tests/test_testutils.py' adding 'django_exporter-2.0.0.dist-info/top_level.txt' adding 'django_exporter-2.0.0.dist-info/WHEEL' adding 'django_exporter-2.0.0.dist-info/METADATA' adding 'django_exporter-2.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for django-exporter: finished with status 'done' Stored in directory: /tmp/tmpp2rmartp Successfully built django-exporter Cleaning up... Removing source in /tmp/pip-wheel-y8cs478e/django-exporter Removed build tracker '/tmp/pip-req-tracker-lv_snyfm'