Created temporary directory: /tmp/pip-ephem-wheel-cache-yejuzg7n Created temporary directory: /tmp/pip-req-tracker-18rp3hvx Created requirements tracker '/tmp/pip-req-tracker-18rp3hvx' Created temporary directory: /tmp/pip-wheel-3wzc9zly Collecting joboti-tenant-schemas==1.4 1 location(s) to search for versions of joboti-tenant-schemas: * https://pypi.org/simple/joboti-tenant-schemas/ Getting page https://pypi.org/simple/joboti-tenant-schemas/ Analyzing links from page https://pypi.org/simple/joboti-tenant-schemas/ Found link https://files.pythonhosted.org/packages/09/af/7b326dcb9b8915cb04deab0509156be9d223d5a9c484f0110a351f43212b/joboti-tenant-schemas-1.4.tar.gz#sha256=292e15baaa24ad6d24ea3c8bc00771f123c12e06ae8424cdf8c7ad3df1a4b9ec (from https://pypi.org/simple/joboti-tenant-schemas/), version: 1.4 Using version 1.4 (newest of versions: 1.4) Created temporary directory: /tmp/pip-unpack-stvaqsme Downloading https://files.pythonhosted.org/packages/09/af/7b326dcb9b8915cb04deab0509156be9d223d5a9c484f0110a351f43212b/joboti-tenant-schemas-1.4.tar.gz (53kB) Downloading from URL https://files.pythonhosted.org/packages/09/af/7b326dcb9b8915cb04deab0509156be9d223d5a9c484f0110a351f43212b/joboti-tenant-schemas-1.4.tar.gz#sha256=292e15baaa24ad6d24ea3c8bc00771f123c12e06ae8424cdf8c7ad3df1a4b9ec (from https://pypi.org/simple/joboti-tenant-schemas/) Added joboti-tenant-schemas==1.4 from https://files.pythonhosted.org/packages/09/af/7b326dcb9b8915cb04deab0509156be9d223d5a9c484f0110a351f43212b/joboti-tenant-schemas-1.4.tar.gz#sha256=292e15baaa24ad6d24ea3c8bc00771f123c12e06ae8424cdf8c7ad3df1a4b9ec to build tracker '/tmp/pip-req-tracker-18rp3hvx' Running setup.py (path:/tmp/pip-wheel-3wzc9zly/joboti-tenant-schemas/setup.py) egg_info for package joboti-tenant-schemas Running command python setup.py egg_info running egg_info creating pip-egg-info/joboti_tenant_schemas.egg-info writing pip-egg-info/joboti_tenant_schemas.egg-info/PKG-INFO writing requirements to pip-egg-info/joboti_tenant_schemas.egg-info/requires.txt writing top-level names to pip-egg-info/joboti_tenant_schemas.egg-info/top_level.txt writing dependency_links to pip-egg-info/joboti_tenant_schemas.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/joboti_tenant_schemas.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/joboti_tenant_schemas.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'VERSION' warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'pip-egg-info/joboti_tenant_schemas.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-3wzc9zly/joboti-tenant-schemas has version 1.4, which satisfies requirement joboti-tenant-schemas==1.4 from https://files.pythonhosted.org/packages/09/af/7b326dcb9b8915cb04deab0509156be9d223d5a9c484f0110a351f43212b/joboti-tenant-schemas-1.4.tar.gz#sha256=292e15baaa24ad6d24ea3c8bc00771f123c12e06ae8424cdf8c7ad3df1a4b9ec Removed joboti-tenant-schemas==1.4 from https://files.pythonhosted.org/packages/09/af/7b326dcb9b8915cb04deab0509156be9d223d5a9c484f0110a351f43212b/joboti-tenant-schemas-1.4.tar.gz#sha256=292e15baaa24ad6d24ea3c8bc00771f123c12e06ae8424cdf8c7ad3df1a4b9ec from build tracker '/tmp/pip-req-tracker-18rp3hvx' Building wheels for collected packages: joboti-tenant-schemas Created temporary directory: /tmp/pip-wheel-09t21x4t Running setup.py bdist_wheel for joboti-tenant-schemas: started Destination directory: /tmp/pip-wheel-09t21x4t Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-3wzc9zly/joboti-tenant-schemas/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-09t21x4t running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tenant_schemas copying tenant_schemas/middleware.py -> build/lib/tenant_schemas copying tenant_schemas/template_loaders.py -> build/lib/tenant_schemas copying tenant_schemas/utils.py -> build/lib/tenant_schemas copying tenant_schemas/log.py -> build/lib/tenant_schemas copying tenant_schemas/models.py -> build/lib/tenant_schemas copying tenant_schemas/storage.py -> build/lib/tenant_schemas copying tenant_schemas/routers.py -> build/lib/tenant_schemas copying tenant_schemas/urlresolvers.py -> build/lib/tenant_schemas copying tenant_schemas/__init__.py -> build/lib/tenant_schemas copying tenant_schemas/cache.py -> build/lib/tenant_schemas copying tenant_schemas/signals.py -> build/lib/tenant_schemas copying tenant_schemas/apps.py -> build/lib/tenant_schemas creating build/lib/tenant_schemas/migration_executors copying tenant_schemas/migration_executors/base.py -> build/lib/tenant_schemas/migration_executors copying tenant_schemas/migration_executors/parallel.py -> build/lib/tenant_schemas/migration_executors copying tenant_schemas/migration_executors/__init__.py -> build/lib/tenant_schemas/migration_executors copying tenant_schemas/migration_executors/standard.py -> build/lib/tenant_schemas/migration_executors creating build/lib/tenant_schemas/postgresql_backend copying tenant_schemas/postgresql_backend/base.py -> build/lib/tenant_schemas/postgresql_backend copying tenant_schemas/postgresql_backend/introspection.py -> build/lib/tenant_schemas/postgresql_backend copying tenant_schemas/postgresql_backend/__init__.py -> build/lib/tenant_schemas/postgresql_backend creating build/lib/tenant_schemas/management copying tenant_schemas/management/__init__.py -> build/lib/tenant_schemas/management creating build/lib/tenant_schemas/management/commands copying tenant_schemas/management/commands/migrate.py -> build/lib/tenant_schemas/management/commands copying tenant_schemas/management/commands/collectstatic_schemas.py -> build/lib/tenant_schemas/management/commands copying tenant_schemas/management/commands/createsuperuser.py -> build/lib/tenant_schemas/management/commands copying tenant_schemas/management/commands/tenant_command.py -> build/lib/tenant_schemas/management/commands copying tenant_schemas/management/commands/__init__.py -> build/lib/tenant_schemas/management/commands copying tenant_schemas/management/commands/migrate_schemas.py -> build/lib/tenant_schemas/management/commands copying tenant_schemas/management/commands/list_tenants.py -> build/lib/tenant_schemas/management/commands creating build/lib/tenant_schemas/templatetags copying tenant_schemas/templatetags/tenant.py -> build/lib/tenant_schemas/templatetags copying tenant_schemas/templatetags/__init__.py -> build/lib/tenant_schemas/templatetags creating build/lib/tenant_schemas/test copying tenant_schemas/test/client.py -> build/lib/tenant_schemas/test copying tenant_schemas/test/cases.py -> build/lib/tenant_schemas/test copying tenant_schemas/test/__init__.py -> build/lib/tenant_schemas/test creating build/lib/tenant_schemas/tests copying tenant_schemas/tests/test_log.py -> build/lib/tenant_schemas/tests copying tenant_schemas/tests/test_utils.py -> build/lib/tenant_schemas/tests copying tenant_schemas/tests/test_cache.py -> build/lib/tenant_schemas/tests copying tenant_schemas/tests/models.py -> build/lib/tenant_schemas/tests copying tenant_schemas/tests/test_tenants.py -> build/lib/tenant_schemas/tests copying tenant_schemas/tests/testcases.py -> build/lib/tenant_schemas/tests copying tenant_schemas/tests/__init__.py -> build/lib/tenant_schemas/tests copying tenant_schemas/tests/test_routes.py -> build/lib/tenant_schemas/tests copying tenant_schemas/tests/test_apps.py -> build/lib/tenant_schemas/tests 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/tenant_schemas creating build/bdist.linux-armv7l/wheel/tenant_schemas/management creating build/bdist.linux-armv7l/wheel/tenant_schemas/management/commands copying build/lib/tenant_schemas/management/commands/migrate.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/management/commands copying build/lib/tenant_schemas/management/commands/collectstatic_schemas.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/management/commands copying build/lib/tenant_schemas/management/commands/createsuperuser.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/management/commands copying build/lib/tenant_schemas/management/commands/tenant_command.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/management/commands copying build/lib/tenant_schemas/management/commands/__init__.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/management/commands copying build/lib/tenant_schemas/management/commands/migrate_schemas.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/management/commands copying build/lib/tenant_schemas/management/commands/list_tenants.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/management/commands copying build/lib/tenant_schemas/management/__init__.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/management creating build/bdist.linux-armv7l/wheel/tenant_schemas/migration_executors copying build/lib/tenant_schemas/migration_executors/base.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/migration_executors copying build/lib/tenant_schemas/migration_executors/parallel.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/migration_executors copying build/lib/tenant_schemas/migration_executors/__init__.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/migration_executors copying build/lib/tenant_schemas/migration_executors/standard.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/migration_executors creating build/bdist.linux-armv7l/wheel/tenant_schemas/postgresql_backend copying build/lib/tenant_schemas/postgresql_backend/base.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/postgresql_backend copying build/lib/tenant_schemas/postgresql_backend/introspection.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/postgresql_backend copying build/lib/tenant_schemas/postgresql_backend/__init__.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/postgresql_backend copying build/lib/tenant_schemas/middleware.py -> build/bdist.linux-armv7l/wheel/tenant_schemas creating build/bdist.linux-armv7l/wheel/tenant_schemas/test copying build/lib/tenant_schemas/test/client.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/test copying build/lib/tenant_schemas/test/cases.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/test copying build/lib/tenant_schemas/test/__init__.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/test copying build/lib/tenant_schemas/template_loaders.py -> build/bdist.linux-armv7l/wheel/tenant_schemas copying build/lib/tenant_schemas/utils.py -> build/bdist.linux-armv7l/wheel/tenant_schemas copying build/lib/tenant_schemas/log.py -> build/bdist.linux-armv7l/wheel/tenant_schemas copying build/lib/tenant_schemas/models.py -> build/bdist.linux-armv7l/wheel/tenant_schemas copying build/lib/tenant_schemas/storage.py -> build/bdist.linux-armv7l/wheel/tenant_schemas copying build/lib/tenant_schemas/routers.py -> build/bdist.linux-armv7l/wheel/tenant_schemas creating build/bdist.linux-armv7l/wheel/tenant_schemas/tests copying build/lib/tenant_schemas/tests/test_log.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/tests copying build/lib/tenant_schemas/tests/test_utils.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/tests copying build/lib/tenant_schemas/tests/test_cache.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/tests copying build/lib/tenant_schemas/tests/models.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/tests copying build/lib/tenant_schemas/tests/test_tenants.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/tests copying build/lib/tenant_schemas/tests/testcases.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/tests copying build/lib/tenant_schemas/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/tests copying build/lib/tenant_schemas/tests/test_routes.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/tests copying build/lib/tenant_schemas/tests/test_apps.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/tests creating build/bdist.linux-armv7l/wheel/tenant_schemas/templatetags copying build/lib/tenant_schemas/templatetags/tenant.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/templatetags copying build/lib/tenant_schemas/templatetags/__init__.py -> build/bdist.linux-armv7l/wheel/tenant_schemas/templatetags copying build/lib/tenant_schemas/urlresolvers.py -> build/bdist.linux-armv7l/wheel/tenant_schemas copying build/lib/tenant_schemas/__init__.py -> build/bdist.linux-armv7l/wheel/tenant_schemas copying build/lib/tenant_schemas/cache.py -> build/bdist.linux-armv7l/wheel/tenant_schemas copying build/lib/tenant_schemas/signals.py -> build/bdist.linux-armv7l/wheel/tenant_schemas copying build/lib/tenant_schemas/apps.py -> build/bdist.linux-armv7l/wheel/tenant_schemas running install_egg_info running egg_info writing joboti_tenant_schemas.egg-info/PKG-INFO writing requirements to joboti_tenant_schemas.egg-info/requires.txt writing top-level names to joboti_tenant_schemas.egg-info/top_level.txt writing dependency_links to joboti_tenant_schemas.egg-info/dependency_links.txt reading manifest file 'joboti_tenant_schemas.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'VERSION' warning: no previously-included files matching '*.pyo' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'joboti_tenant_schemas.egg-info/SOURCES.txt' Copying joboti_tenant_schemas.egg-info to build/bdist.linux-armv7l/wheel/joboti_tenant_schemas-1.4-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/joboti_tenant_schemas-1.4.dist-info/WHEEL creating '/tmp/pip-wheel-09t21x4t/joboti_tenant_schemas-1.4-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'tenant_schemas/__init__.py' adding 'tenant_schemas/apps.py' adding 'tenant_schemas/cache.py' adding 'tenant_schemas/log.py' adding 'tenant_schemas/middleware.py' adding 'tenant_schemas/models.py' adding 'tenant_schemas/routers.py' adding 'tenant_schemas/signals.py' adding 'tenant_schemas/storage.py' adding 'tenant_schemas/template_loaders.py' adding 'tenant_schemas/urlresolvers.py' adding 'tenant_schemas/utils.py' adding 'tenant_schemas/management/__init__.py' adding 'tenant_schemas/management/commands/__init__.py' adding 'tenant_schemas/management/commands/collectstatic_schemas.py' adding 'tenant_schemas/management/commands/createsuperuser.py' adding 'tenant_schemas/management/commands/list_tenants.py' adding 'tenant_schemas/management/commands/migrate.py' adding 'tenant_schemas/management/commands/migrate_schemas.py' adding 'tenant_schemas/management/commands/tenant_command.py' adding 'tenant_schemas/migration_executors/__init__.py' adding 'tenant_schemas/migration_executors/base.py' adding 'tenant_schemas/migration_executors/parallel.py' adding 'tenant_schemas/migration_executors/standard.py' adding 'tenant_schemas/postgresql_backend/__init__.py' adding 'tenant_schemas/postgresql_backend/base.py' adding 'tenant_schemas/postgresql_backend/introspection.py' adding 'tenant_schemas/templatetags/__init__.py' adding 'tenant_schemas/templatetags/tenant.py' adding 'tenant_schemas/test/__init__.py' adding 'tenant_schemas/test/cases.py' adding 'tenant_schemas/test/client.py' adding 'tenant_schemas/tests/__init__.py' adding 'tenant_schemas/tests/models.py' adding 'tenant_schemas/tests/test_apps.py' adding 'tenant_schemas/tests/test_cache.py' adding 'tenant_schemas/tests/test_log.py' adding 'tenant_schemas/tests/test_routes.py' adding 'tenant_schemas/tests/test_tenants.py' adding 'tenant_schemas/tests/test_utils.py' adding 'tenant_schemas/tests/testcases.py' adding 'joboti_tenant_schemas-1.4.dist-info/LICENSE' adding 'joboti_tenant_schemas-1.4.dist-info/METADATA' adding 'joboti_tenant_schemas-1.4.dist-info/WHEEL' adding 'joboti_tenant_schemas-1.4.dist-info/top_level.txt' adding 'joboti_tenant_schemas-1.4.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for joboti-tenant-schemas: finished with status 'done' Stored in directory: /tmp/tmp38ip7sty Successfully built joboti-tenant-schemas Cleaning up... Removing source in /tmp/pip-wheel-3wzc9zly/joboti-tenant-schemas Removed build tracker '/tmp/pip-req-tracker-18rp3hvx'