Collecting rotest==2.7.1 1 location(s) to search for versions of rotest: * https://pypi.python.org/simple/rotest/ Getting page https://pypi.python.org/simple/rotest/ Analyzing links from page https://pypi.python.org/simple/rotest/ Found link https://pypi.python.org/packages/09/9a/1c888653cdb2d5ae5d460785768f6d85290104f95884d3afe9a9d87cfea9/rotest-2.7.1.tar.gz#md5=a0bf0898598803d05b90c453c257cf52 (from https://pypi.python.org/simple/rotest/), version: 2.7.1 Found link https://pypi.python.org/packages/0c/0c/9e7be0cb303377e1bfc5c604d71ee4dbd8efd1c45ad468451150b817f743/rotest-2.2.8.zip#md5=c2e7e84c09373fab05fecde4b1cbf7ab (from https://pypi.python.org/simple/rotest/), version: 2.2.8 Found link https://pypi.python.org/packages/0f/c5/b6121fbe4710aab4040d70d85a94940807f7a08008a5cb80591d48ac6ddf/rotest-2.3.1.tar.gz#md5=d6219a38c2821cbcb1cc5c00c8ad4f23 (from https://pypi.python.org/simple/rotest/), version: 2.3.1 Found link https://pypi.python.org/packages/75/2c/c5cabe65006b9fa8d3a1a934ab47e5e1e491bfb56cd9836348ecfc29e317/rotest-2.4.0.tar.gz#md5=abe950cf6599aa25b4cd75bd25736086 (from https://pypi.python.org/simple/rotest/), version: 2.4.0 Found link https://pypi.python.org/packages/a1/0d/8048102e74d42888e49b3e8520fd5680be698f7c4f36ae8c710f71e98e09/rotest-2.3.2.tar.gz#md5=e2b1583a3b6d30024f7529f71b653af0 (from https://pypi.python.org/simple/rotest/), version: 2.3.2 Found link https://pypi.python.org/packages/bc/64/102b97dc3274298d5299901bf9ed90bd4323206a777895072d6ddceb7fbe/rotest-2.4.1.tar.gz#md5=c2d9a850f4153261dec12f2ef4847783 (from https://pypi.python.org/simple/rotest/), version: 2.4.1 Using version 2.7.1 (newest of versions: 2.7.1) Downloading rotest-2.7.1.tar.gz (97kB) Downloading from URL https://pypi.python.org/packages/09/9a/1c888653cdb2d5ae5d460785768f6d85290104f95884d3afe9a9d87cfea9/rotest-2.7.1.tar.gz#md5=a0bf0898598803d05b90c453c257cf52 (from https://pypi.python.org/simple/rotest/) Running setup.py (path:/tmp/pip-build-uppthj4f/rotest/setup.py) egg_info for package rotest Running command python setup.py egg_info running egg_info creating pip-egg-info/rotest.egg-info writing requirements to pip-egg-info/rotest.egg-info/requires.txt writing pip-egg-info/rotest.egg-info/PKG-INFO writing dependency_links to pip-egg-info/rotest.egg-info/dependency_links.txt writing entry points to pip-egg-info/rotest.egg-info/entry_points.txt writing top-level names to pip-egg-info/rotest.egg-info/top_level.txt writing manifest file 'pip-egg-info/rotest.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/rotest.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/rotest.egg-info/SOURCES.txt' Source in /tmp/pip-build-uppthj4f/rotest has version 2.7.1, which satisfies requirement rotest==2.7.1 from https://pypi.python.org/packages/09/9a/1c888653cdb2d5ae5d460785768f6d85290104f95884d3afe9a9d87cfea9/rotest-2.7.1.tar.gz#md5=a0bf0898598803d05b90c453c257cf52 Building wheels for collected packages: rotest Running setup.py bdist_wheel for rotest: started Destination directory: /tmp/tmph9gyywsgpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-uppthj4f/rotest/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/tmph9gyywsgpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/rotest copying src/rotest/__init__.py -> build/lib/rotest creating build/lib/rotest/management copying src/rotest/management/base_resource.py -> build/lib/rotest/management copying src/rotest/management/admin.py -> build/lib/rotest/management copying src/rotest/management/__init__.py -> build/lib/rotest/management creating build/lib/rotest/common copying src/rotest/common/config.py -> build/lib/rotest/common copying src/rotest/common/utils.py -> build/lib/rotest/common copying src/rotest/common/log.py -> build/lib/rotest/common copying src/rotest/common/constants.py -> build/lib/rotest/common copying src/rotest/common/__init__.py -> build/lib/rotest/common copying src/rotest/common/colored_test_runner.py -> build/lib/rotest/common creating build/lib/rotest/core copying src/rotest/core/abstract_test.py -> build/lib/rotest/core copying src/rotest/core/test_filter.py -> build/lib/rotest/core copying src/rotest/core/flow_component.py -> build/lib/rotest/core copying src/rotest/core/admin.py -> build/lib/rotest/core copying src/rotest/core/flow.py -> build/lib/rotest/core copying src/rotest/core/runner.py -> build/lib/rotest/core copying src/rotest/core/case.py -> build/lib/rotest/core copying src/rotest/core/__init__.py -> build/lib/rotest/core copying src/rotest/core/suite.py -> build/lib/rotest/core copying src/rotest/core/block.py -> build/lib/rotest/core creating build/lib/rotest/management/client copying src/rotest/management/client/result_client.py -> build/lib/rotest/management/client copying src/rotest/management/client/client.py -> build/lib/rotest/management/client copying src/rotest/management/client/__init__.py -> build/lib/rotest/management/client copying src/rotest/management/client/manager.py -> build/lib/rotest/management/client creating build/lib/rotest/management/server copying src/rotest/management/server/worker.py -> build/lib/rotest/management/server copying src/rotest/management/server/__init__.py -> build/lib/rotest/management/server copying src/rotest/management/server/main.py -> build/lib/rotest/management/server copying src/rotest/management/server/manager.py -> build/lib/rotest/management/server copying src/rotest/management/server/request.py -> build/lib/rotest/management/server creating build/lib/rotest/management/migrations copying src/rotest/management/migrations/0003_add_isusable_and_comment.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0002_auto_20150224_1427.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0012_delete_previous_resources.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0009_initializetimeoutresource.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0010_finalizetimeoutresource.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0013_auto_20170308_1248.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0016_demoresourcedata_validation_result.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0005_auto_20150702_1403.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0006_delete_projectdata.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0007_baseresource_group.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0015_auto_20180104_0631.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0011_refactored_to_resourcedata.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0014_remove_resourcedata_dirty.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/__init__.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0008_add_owner_reserved_time.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0001_initial.py -> build/lib/rotest/management/migrations copying src/rotest/management/migrations/0004_auto_20150702_1312.py -> build/lib/rotest/management/migrations creating build/lib/rotest/management/common copying src/rotest/management/common/messages.py -> build/lib/rotest/management/common copying src/rotest/management/common/errors.py -> build/lib/rotest/management/common copying src/rotest/management/common/utils.py -> build/lib/rotest/management/common copying src/rotest/management/common/resource_descriptor.py -> build/lib/rotest/management/common copying src/rotest/management/common/__init__.py -> build/lib/rotest/management/common creating build/lib/rotest/management/models copying src/rotest/management/models/ut_models.py -> build/lib/rotest/management/models copying src/rotest/management/models/__init__.py -> build/lib/rotest/management/models copying src/rotest/management/models/resource_data.py -> build/lib/rotest/management/models creating build/lib/rotest/management/common/parsers copying src/rotest/management/common/parsers/abstract_parser.py -> build/lib/rotest/management/common/parsers copying src/rotest/management/common/parsers/xml_parser.py -> build/lib/rotest/management/common/parsers copying src/rotest/management/common/parsers/__init__.py -> build/lib/rotest/management/common/parsers creating build/lib/rotest/management/common/parsers/schemas copying src/rotest/management/common/parsers/schemas/__init__.py -> build/lib/rotest/management/common/parsers/schemas creating build/lib/rotest/common/django_utils copying src/rotest/common/django_utils/server_settings.py -> build/lib/rotest/common/django_utils copying src/rotest/common/django_utils/common.py -> build/lib/rotest/common/django_utils copying src/rotest/common/django_utils/client_settings.py -> build/lib/rotest/common/django_utils copying src/rotest/common/django_utils/dev_manage.py -> build/lib/rotest/common/django_utils copying src/rotest/common/django_utils/settings_common.py -> build/lib/rotest/common/django_utils copying src/rotest/common/django_utils/manage.py -> build/lib/rotest/common/django_utils copying src/rotest/common/django_utils/test_runners.py -> build/lib/rotest/common/django_utils copying src/rotest/common/django_utils/all_settings.py -> build/lib/rotest/common/django_utils copying src/rotest/common/django_utils/fields.py -> build/lib/rotest/common/django_utils copying src/rotest/common/django_utils/ut_settings.py -> build/lib/rotest/common/django_utils copying src/rotest/common/django_utils/__init__.py -> build/lib/rotest/common/django_utils copying src/rotest/common/django_utils/urls.py -> build/lib/rotest/common/django_utils creating build/lib/rotest/common/django_utils/fixtures copying src/rotest/common/django_utils/fixtures/__init__.py -> build/lib/rotest/common/django_utils/fixtures creating build/lib/rotest/common/django_utils/static copying src/rotest/common/django_utils/static/__init__.py -> build/lib/rotest/common/django_utils/static creating build/lib/rotest/core/result copying src/rotest/core/result/__init__.py -> build/lib/rotest/core/result copying src/rotest/core/result/result.py -> build/lib/rotest/core/result creating build/lib/rotest/core/utils copying src/rotest/core/utils/excel_generator.py -> build/lib/rotest/core/utils copying src/rotest/core/utils/common.py -> build/lib/rotest/core/utils copying src/rotest/core/utils/json_parser.py -> build/lib/rotest/core/utils copying src/rotest/core/utils/__init__.py -> build/lib/rotest/core/utils creating build/lib/rotest/core/migrations copying src/rotest/core/migrations/0002_auto_20170308_1248.py -> build/lib/rotest/core/migrations copying src/rotest/core/migrations/__init__.py -> build/lib/rotest/core/migrations copying src/rotest/core/migrations/0001_initial.py -> build/lib/rotest/core/migrations creating build/lib/rotest/core/runners copying src/rotest/core/runners/base_runner.py -> build/lib/rotest/core/runners copying src/rotest/core/runners/__init__.py -> build/lib/rotest/core/runners creating build/lib/rotest/core/models copying src/rotest/core/models/suite_data.py -> build/lib/rotest/core/models copying src/rotest/core/models/signature.py -> build/lib/rotest/core/models copying src/rotest/core/models/general_data.py -> build/lib/rotest/core/models copying src/rotest/core/models/run_data.py -> build/lib/rotest/core/models copying src/rotest/core/models/__init__.py -> build/lib/rotest/core/models copying src/rotest/core/models/case_data.py -> build/lib/rotest/core/models creating build/lib/rotest/core/result/handlers copying src/rotest/core/result/handlers/db_handler.py -> build/lib/rotest/core/result/handlers copying src/rotest/core/result/handlers/remote_db_handler.py -> build/lib/rotest/core/result/handlers copying src/rotest/core/result/handlers/artifact_handler.py -> build/lib/rotest/core/result/handlers copying src/rotest/core/result/handlers/xml_handler.py -> build/lib/rotest/core/result/handlers copying src/rotest/core/result/handlers/__init__.py -> build/lib/rotest/core/result/handlers copying src/rotest/core/result/handlers/tags_handler.py -> build/lib/rotest/core/result/handlers copying src/rotest/core/result/handlers/abstract_handler.py -> build/lib/rotest/core/result/handlers copying src/rotest/core/result/handlers/signature_handler.py -> build/lib/rotest/core/result/handlers copying src/rotest/core/result/handlers/excel_handler.py -> build/lib/rotest/core/result/handlers creating build/lib/rotest/core/result/monitor copying src/rotest/core/result/monitor/server.py -> build/lib/rotest/core/result/monitor copying src/rotest/core/result/monitor/__init__.py -> build/lib/rotest/core/result/monitor copying src/rotest/core/result/monitor/monitor.py -> build/lib/rotest/core/result/monitor creating build/lib/rotest/core/result/handlers/stream copying src/rotest/core/result/handlers/stream/tree_handler.py -> build/lib/rotest/core/result/handlers/stream copying src/rotest/core/result/handlers/stream/stream_handler.py -> build/lib/rotest/core/result/handlers/stream copying src/rotest/core/result/handlers/stream/log_handler.py -> build/lib/rotest/core/result/handlers/stream copying src/rotest/core/result/handlers/stream/__init__.py -> build/lib/rotest/core/result/handlers/stream copying src/rotest/core/result/handlers/stream/base_handler.py -> build/lib/rotest/core/result/handlers/stream copying src/rotest/core/result/handlers/stream/dots_handler.py -> build/lib/rotest/core/result/handlers/stream creating build/lib/rotest/core/runners/multiprocess copying src/rotest/core/runners/multiprocess/common.py -> build/lib/rotest/core/runners/multiprocess copying src/rotest/core/runners/multiprocess/__init__.py -> build/lib/rotest/core/runners/multiprocess creating build/lib/rotest/core/runners/multiprocess/manager copying src/rotest/core/runners/multiprocess/manager/message_handler.py -> build/lib/rotest/core/runners/multiprocess/manager copying src/rotest/core/runners/multiprocess/manager/runner.py -> build/lib/rotest/core/runners/multiprocess/manager copying src/rotest/core/runners/multiprocess/manager/__init__.py -> build/lib/rotest/core/runners/multiprocess/manager creating build/lib/rotest/core/runners/multiprocess/worker copying src/rotest/core/runners/multiprocess/worker/process.py -> build/lib/rotest/core/runners/multiprocess/worker copying src/rotest/core/runners/multiprocess/worker/runner.py -> build/lib/rotest/core/runners/multiprocess/worker copying src/rotest/core/runners/multiprocess/worker/__init__.py -> build/lib/rotest/core/runners/multiprocess/worker copying src/rotest/core/runners/multiprocess/worker/result_handler.py -> build/lib/rotest/core/runners/multiprocess/worker copying src/rotest/core/schema.json -> build/lib/rotest/core copying src/rotest/core/default_config.json -> build/lib/rotest/core copying src/rotest/management/common/parsers/schemas/xml_parser_scheme.xsd -> build/lib/rotest/management/common/parsers/schemas copying src/rotest/common/django_utils/fixtures/case_ut.json -> build/lib/rotest/common/django_utils/fixtures copying src/rotest/common/django_utils/fixtures/signature_ut.json -> build/lib/rotest/common/django_utils/fixtures copying src/rotest/common/django_utils/fixtures/initial_data.json -> build/lib/rotest/common/django_utils/fixtures copying src/rotest/common/django_utils/fixtures/resource_ut.json -> build/lib/rotest/common/django_utils/fixtures copying src/rotest/common/django_utils/static/style.css -> build/lib/rotest/common/django_utils/static 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/rotest creating build/bdist.linux-armv7l/wheel/rotest/management creating build/bdist.linux-armv7l/wheel/rotest/management/client copying build/lib/rotest/management/client/result_client.py -> build/bdist.linux-armv7l/wheel/rotest/management/client copying build/lib/rotest/management/client/client.py -> build/bdist.linux-armv7l/wheel/rotest/management/client copying build/lib/rotest/management/client/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/management/client copying build/lib/rotest/management/client/manager.py -> build/bdist.linux-armv7l/wheel/rotest/management/client creating build/bdist.linux-armv7l/wheel/rotest/management/server copying build/lib/rotest/management/server/worker.py -> build/bdist.linux-armv7l/wheel/rotest/management/server copying build/lib/rotest/management/server/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/management/server copying build/lib/rotest/management/server/main.py -> build/bdist.linux-armv7l/wheel/rotest/management/server copying build/lib/rotest/management/server/manager.py -> build/bdist.linux-armv7l/wheel/rotest/management/server copying build/lib/rotest/management/server/request.py -> build/bdist.linux-armv7l/wheel/rotest/management/server creating build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0003_add_isusable_and_comment.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0002_auto_20150224_1427.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0012_delete_previous_resources.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0009_initializetimeoutresource.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0010_finalizetimeoutresource.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0013_auto_20170308_1248.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0016_demoresourcedata_validation_result.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0005_auto_20150702_1403.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0006_delete_projectdata.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0007_baseresource_group.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0015_auto_20180104_0631.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0011_refactored_to_resourcedata.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0014_remove_resourcedata_dirty.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0008_add_owner_reserved_time.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations copying build/lib/rotest/management/migrations/0004_auto_20150702_1312.py -> build/bdist.linux-armv7l/wheel/rotest/management/migrations creating build/bdist.linux-armv7l/wheel/rotest/management/common copying build/lib/rotest/management/common/messages.py -> build/bdist.linux-armv7l/wheel/rotest/management/common copying build/lib/rotest/management/common/errors.py -> build/bdist.linux-armv7l/wheel/rotest/management/common creating build/bdist.linux-armv7l/wheel/rotest/management/common/parsers creating build/bdist.linux-armv7l/wheel/rotest/management/common/parsers/schemas copying build/lib/rotest/management/common/parsers/schemas/xml_parser_scheme.xsd -> build/bdist.linux-armv7l/wheel/rotest/management/common/parsers/schemas copying build/lib/rotest/management/common/parsers/schemas/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/management/common/parsers/schemas copying build/lib/rotest/management/common/parsers/abstract_parser.py -> build/bdist.linux-armv7l/wheel/rotest/management/common/parsers copying build/lib/rotest/management/common/parsers/xml_parser.py -> build/bdist.linux-armv7l/wheel/rotest/management/common/parsers copying build/lib/rotest/management/common/parsers/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/management/common/parsers copying build/lib/rotest/management/common/utils.py -> build/bdist.linux-armv7l/wheel/rotest/management/common copying build/lib/rotest/management/common/resource_descriptor.py -> build/bdist.linux-armv7l/wheel/rotest/management/common copying build/lib/rotest/management/common/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/management/common copying build/lib/rotest/management/base_resource.py -> build/bdist.linux-armv7l/wheel/rotest/management creating build/bdist.linux-armv7l/wheel/rotest/management/models copying build/lib/rotest/management/models/ut_models.py -> build/bdist.linux-armv7l/wheel/rotest/management/models copying build/lib/rotest/management/models/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/management/models copying build/lib/rotest/management/models/resource_data.py -> build/bdist.linux-armv7l/wheel/rotest/management/models copying build/lib/rotest/management/admin.py -> build/bdist.linux-armv7l/wheel/rotest/management copying build/lib/rotest/management/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/management creating build/bdist.linux-armv7l/wheel/rotest/common copying build/lib/rotest/common/config.py -> build/bdist.linux-armv7l/wheel/rotest/common creating build/bdist.linux-armv7l/wheel/rotest/common/django_utils copying build/lib/rotest/common/django_utils/server_settings.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils copying build/lib/rotest/common/django_utils/common.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils copying build/lib/rotest/common/django_utils/client_settings.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils copying build/lib/rotest/common/django_utils/dev_manage.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils creating build/bdist.linux-armv7l/wheel/rotest/common/django_utils/fixtures copying build/lib/rotest/common/django_utils/fixtures/case_ut.json -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils/fixtures copying build/lib/rotest/common/django_utils/fixtures/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils/fixtures copying build/lib/rotest/common/django_utils/fixtures/signature_ut.json -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils/fixtures copying build/lib/rotest/common/django_utils/fixtures/initial_data.json -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils/fixtures copying build/lib/rotest/common/django_utils/fixtures/resource_ut.json -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils/fixtures copying build/lib/rotest/common/django_utils/settings_common.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils copying build/lib/rotest/common/django_utils/manage.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils copying build/lib/rotest/common/django_utils/test_runners.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils copying build/lib/rotest/common/django_utils/all_settings.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils copying build/lib/rotest/common/django_utils/fields.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils copying build/lib/rotest/common/django_utils/ut_settings.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils copying build/lib/rotest/common/django_utils/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils creating build/bdist.linux-armv7l/wheel/rotest/common/django_utils/static copying build/lib/rotest/common/django_utils/static/style.css -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils/static copying build/lib/rotest/common/django_utils/static/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils/static copying build/lib/rotest/common/django_utils/urls.py -> build/bdist.linux-armv7l/wheel/rotest/common/django_utils copying build/lib/rotest/common/utils.py -> build/bdist.linux-armv7l/wheel/rotest/common copying build/lib/rotest/common/log.py -> build/bdist.linux-armv7l/wheel/rotest/common copying build/lib/rotest/common/constants.py -> build/bdist.linux-armv7l/wheel/rotest/common copying build/lib/rotest/common/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/common copying build/lib/rotest/common/colored_test_runner.py -> build/bdist.linux-armv7l/wheel/rotest/common copying build/lib/rotest/__init__.py -> build/bdist.linux-armv7l/wheel/rotest creating build/bdist.linux-armv7l/wheel/rotest/core copying build/lib/rotest/core/abstract_test.py -> build/bdist.linux-armv7l/wheel/rotest/core copying build/lib/rotest/core/test_filter.py -> build/bdist.linux-armv7l/wheel/rotest/core creating build/bdist.linux-armv7l/wheel/rotest/core/result creating build/bdist.linux-armv7l/wheel/rotest/core/result/handlers copying build/lib/rotest/core/result/handlers/db_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers copying build/lib/rotest/core/result/handlers/remote_db_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers copying build/lib/rotest/core/result/handlers/artifact_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers creating build/bdist.linux-armv7l/wheel/rotest/core/result/handlers/stream copying build/lib/rotest/core/result/handlers/stream/tree_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers/stream copying build/lib/rotest/core/result/handlers/stream/stream_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers/stream copying build/lib/rotest/core/result/handlers/stream/log_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers/stream copying build/lib/rotest/core/result/handlers/stream/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers/stream copying build/lib/rotest/core/result/handlers/stream/base_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers/stream copying build/lib/rotest/core/result/handlers/stream/dots_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers/stream copying build/lib/rotest/core/result/handlers/xml_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers copying build/lib/rotest/core/result/handlers/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers copying build/lib/rotest/core/result/handlers/tags_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers copying build/lib/rotest/core/result/handlers/abstract_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers copying build/lib/rotest/core/result/handlers/signature_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers copying build/lib/rotest/core/result/handlers/excel_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/handlers copying build/lib/rotest/core/result/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/core/result copying build/lib/rotest/core/result/result.py -> build/bdist.linux-armv7l/wheel/rotest/core/result creating build/bdist.linux-armv7l/wheel/rotest/core/result/monitor copying build/lib/rotest/core/result/monitor/server.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/monitor copying build/lib/rotest/core/result/monitor/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/monitor copying build/lib/rotest/core/result/monitor/monitor.py -> build/bdist.linux-armv7l/wheel/rotest/core/result/monitor copying build/lib/rotest/core/flow_component.py -> build/bdist.linux-armv7l/wheel/rotest/core creating build/bdist.linux-armv7l/wheel/rotest/core/utils copying build/lib/rotest/core/utils/excel_generator.py -> build/bdist.linux-armv7l/wheel/rotest/core/utils copying build/lib/rotest/core/utils/common.py -> build/bdist.linux-armv7l/wheel/rotest/core/utils copying build/lib/rotest/core/utils/json_parser.py -> build/bdist.linux-armv7l/wheel/rotest/core/utils copying build/lib/rotest/core/utils/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/core/utils creating build/bdist.linux-armv7l/wheel/rotest/core/migrations copying build/lib/rotest/core/migrations/0002_auto_20170308_1248.py -> build/bdist.linux-armv7l/wheel/rotest/core/migrations copying build/lib/rotest/core/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/core/migrations copying build/lib/rotest/core/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/rotest/core/migrations creating build/bdist.linux-armv7l/wheel/rotest/core/runners copying build/lib/rotest/core/runners/base_runner.py -> build/bdist.linux-armv7l/wheel/rotest/core/runners creating build/bdist.linux-armv7l/wheel/rotest/core/runners/multiprocess copying build/lib/rotest/core/runners/multiprocess/common.py -> build/bdist.linux-armv7l/wheel/rotest/core/runners/multiprocess creating build/bdist.linux-armv7l/wheel/rotest/core/runners/multiprocess/manager copying build/lib/rotest/core/runners/multiprocess/manager/message_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/runners/multiprocess/manager copying build/lib/rotest/core/runners/multiprocess/manager/runner.py -> build/bdist.linux-armv7l/wheel/rotest/core/runners/multiprocess/manager copying build/lib/rotest/core/runners/multiprocess/manager/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/core/runners/multiprocess/manager creating build/bdist.linux-armv7l/wheel/rotest/core/runners/multiprocess/worker copying build/lib/rotest/core/runners/multiprocess/worker/process.py -> build/bdist.linux-armv7l/wheel/rotest/core/runners/multiprocess/worker copying build/lib/rotest/core/runners/multiprocess/worker/runner.py -> build/bdist.linux-armv7l/wheel/rotest/core/runners/multiprocess/worker copying build/lib/rotest/core/runners/multiprocess/worker/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/core/runners/multiprocess/worker copying build/lib/rotest/core/runners/multiprocess/worker/result_handler.py -> build/bdist.linux-armv7l/wheel/rotest/core/runners/multiprocess/worker copying build/lib/rotest/core/runners/multiprocess/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/core/runners/multiprocess copying build/lib/rotest/core/runners/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/core/runners creating build/bdist.linux-armv7l/wheel/rotest/core/models copying build/lib/rotest/core/models/suite_data.py -> build/bdist.linux-armv7l/wheel/rotest/core/models copying build/lib/rotest/core/models/signature.py -> build/bdist.linux-armv7l/wheel/rotest/core/models copying build/lib/rotest/core/models/general_data.py -> build/bdist.linux-armv7l/wheel/rotest/core/models copying build/lib/rotest/core/models/run_data.py -> build/bdist.linux-armv7l/wheel/rotest/core/models copying build/lib/rotest/core/models/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/core/models copying build/lib/rotest/core/models/case_data.py -> build/bdist.linux-armv7l/wheel/rotest/core/models copying build/lib/rotest/core/admin.py -> build/bdist.linux-armv7l/wheel/rotest/core copying build/lib/rotest/core/flow.py -> build/bdist.linux-armv7l/wheel/rotest/core copying build/lib/rotest/core/runner.py -> build/bdist.linux-armv7l/wheel/rotest/core copying build/lib/rotest/core/case.py -> build/bdist.linux-armv7l/wheel/rotest/core copying build/lib/rotest/core/schema.json -> build/bdist.linux-armv7l/wheel/rotest/core copying build/lib/rotest/core/default_config.json -> build/bdist.linux-armv7l/wheel/rotest/core copying build/lib/rotest/core/__init__.py -> build/bdist.linux-armv7l/wheel/rotest/core copying build/lib/rotest/core/suite.py -> build/bdist.linux-armv7l/wheel/rotest/core copying build/lib/rotest/core/block.py -> build/bdist.linux-armv7l/wheel/rotest/core running install_egg_info running egg_info writing requirements to src/rotest.egg-info/requires.txt writing entry points to src/rotest.egg-info/entry_points.txt writing top-level names to src/rotest.egg-info/top_level.txt writing dependency_links to src/rotest.egg-info/dependency_links.txt writing src/rotest.egg-info/PKG-INFO reading manifest file 'src/rotest.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/rotest.egg-info/SOURCES.txt' Copying src/rotest.egg-info to build/bdist.linux-armv7l/wheel/rotest-2.7.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/rotest-2.7.1.dist-info/WHEEL Running setup.py bdist_wheel for rotest: finished with status 'done' Stored in directory: /tmp/tmpuy2yope0 Successfully built rotest Cleaning up... Removing source in /tmp/pip-build-uppthj4f/rotest