Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-sahara.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-58551-247068/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-sahara.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-sahara-10.0.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-sahara.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-58551-247068/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-sahara.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KbYZmQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf sahara-10.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/sahara-10.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd sahara-10.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'openstack-sahara-10.0.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + for file in 'sahara/cli/*.py' + sed 1,2d sahara/cli/__init__.py + touch -r sahara/cli/__init__.py sahara/cli/__init__.py.new + mv sahara/cli/__init__.py.new sahara/cli/__init__.py + for file in 'sahara/cli/*.py' + sed 1,2d sahara/cli/sahara_all.py + touch -r sahara/cli/sahara_all.py sahara/cli/sahara_all.py.new + mv sahara/cli/sahara_all.py.new sahara/cli/sahara_all.py + for file in 'sahara/cli/*.py' + sed 1,2d sahara/cli/sahara_api.py + touch -r sahara/cli/sahara_api.py sahara/cli/sahara_api.py.new + mv sahara/cli/sahara_api.py.new sahara/cli/sahara_api.py + for file in 'sahara/cli/*.py' + sed 1,2d sahara/cli/sahara_engine.py + touch -r sahara/cli/sahara_engine.py sahara/cli/sahara_engine.py.new + mv sahara/cli/sahara_engine.py.new sahara/cli/sahara_engine.py + for file in 'sahara/cli/*.py' + sed 1,2d sahara/cli/sahara_status.py + touch -r sahara/cli/sahara_status.py sahara/cli/sahara_status.py.new + mv sahara/cli/sahara_status.py.new sahara/cli/sahara_status.py + for file in 'sahara/cli/*.py' + sed 1,2d sahara/cli/sahara_subprocess.py + touch -r sahara/cli/sahara_subprocess.py sahara/cli/sahara_subprocess.py.new + mv sahara/cli/sahara_subprocess.py.new sahara/cli/sahara_subprocess.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BObnJX + umask 022 + cd /builddir/build/BUILD + cd sahara-10.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/sahara creating build/lib/sahara/tests creating build/lib/sahara/tests/unit creating build/lib/sahara/tests/unit/service creating build/lib/sahara/tests/unit/service/edp creating build/lib/sahara/tests/unit/service/edp/job_binaries creating build/lib/sahara/tests/unit/service/edp/job_binaries/swift copying sahara/tests/unit/service/edp/job_binaries/swift/test_swift_type.py -> build/lib/sahara/tests/unit/service/edp/job_binaries/swift copying sahara/tests/unit/service/edp/job_binaries/swift/__init__.py -> build/lib/sahara/tests/unit/service/edp/job_binaries/swift creating build/lib/sahara/db creating build/lib/sahara/db/templates copying sahara/db/templates/utils.py -> build/lib/sahara/db/templates copying sahara/db/templates/__init__.py -> build/lib/sahara/db/templates copying sahara/db/templates/cli.py -> build/lib/sahara/db/templates copying sahara/db/templates/api.py -> build/lib/sahara/db/templates creating build/lib/sahara/service creating build/lib/sahara/service/edp creating build/lib/sahara/service/edp/storm copying sahara/service/edp/storm/engine.py -> build/lib/sahara/service/edp/storm copying sahara/service/edp/storm/__init__.py -> build/lib/sahara/service/edp/storm creating build/lib/sahara/service/validations creating build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/job_execution_schema.py -> build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/job_binary_internal_schema.py -> build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/data_source_schema.py -> build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/job_schema.py -> build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/base.py -> build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/data_source.py -> build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/job_binary_internal.py -> build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/job.py -> build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/__init__.py -> build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/job_interface.py -> build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/job_binary_schema.py -> build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/job_binary.py -> build/lib/sahara/service/validations/edp copying sahara/service/validations/edp/job_execution.py -> build/lib/sahara/service/validations/edp creating build/lib/sahara/api creating build/lib/sahara/api/v2 copying sahara/api/v2/clusters.py -> build/lib/sahara/api/v2 copying sahara/api/v2/jobs.py -> build/lib/sahara/api/v2 copying sahara/api/v2/cluster_templates.py -> build/lib/sahara/api/v2 copying sahara/api/v2/job_types.py -> build/lib/sahara/api/v2 copying sahara/api/v2/job_templates.py -> build/lib/sahara/api/v2 copying sahara/api/v2/data_sources.py -> build/lib/sahara/api/v2 copying sahara/api/v2/images.py -> build/lib/sahara/api/v2 copying sahara/api/v2/__init__.py -> build/lib/sahara/api/v2 copying sahara/api/v2/node_group_templates.py -> build/lib/sahara/api/v2 copying sahara/api/v2/job_binaries.py -> build/lib/sahara/api/v2 copying sahara/api/v2/plugins.py -> build/lib/sahara/api/v2 creating build/lib/sahara/tests/unit/service/castellan copying sahara/tests/unit/service/castellan/test_sahara_key_manager.py -> build/lib/sahara/tests/unit/service/castellan copying sahara/tests/unit/service/castellan/__init__.py -> build/lib/sahara/tests/unit/service/castellan creating build/lib/sahara/tests/unit/utils creating build/lib/sahara/tests/unit/utils/notification copying sahara/tests/unit/utils/notification/__init__.py -> build/lib/sahara/tests/unit/utils/notification copying sahara/tests/unit/utils/notification/test_sender.py -> build/lib/sahara/tests/unit/utils/notification copying sahara/tests/unit/service/edp/job_binaries/test_base.py -> build/lib/sahara/tests/unit/service/edp/job_binaries copying sahara/tests/unit/service/edp/job_binaries/job_binary_manager_support.py -> build/lib/sahara/tests/unit/service/edp/job_binaries copying sahara/tests/unit/service/edp/job_binaries/__init__.py -> build/lib/sahara/tests/unit/service/edp/job_binaries creating build/lib/sahara/tests/unit/cli copying sahara/tests/unit/cli/test_sahara_cli.py -> build/lib/sahara/tests/unit/cli copying sahara/tests/unit/cli/__init__.py -> build/lib/sahara/tests/unit/cli copying sahara/tests/unit/cli/test_sahara_status.py -> build/lib/sahara/tests/unit/cli creating build/lib/sahara/tests/unit/db creating build/lib/sahara/tests/unit/db/templates copying sahara/tests/unit/db/templates/test_utils.py -> build/lib/sahara/tests/unit/db/templates copying sahara/tests/unit/db/templates/test_delete.py -> build/lib/sahara/tests/unit/db/templates copying sahara/tests/unit/db/templates/__init__.py -> build/lib/sahara/tests/unit/db/templates copying sahara/tests/unit/db/templates/common.py -> build/lib/sahara/tests/unit/db/templates copying sahara/tests/unit/db/templates/test_update.py -> build/lib/sahara/tests/unit/db/templates creating build/lib/sahara/topology copying sahara/topology/topology_helper.py -> build/lib/sahara/topology copying sahara/topology/__init__.py -> build/lib/sahara/topology creating build/lib/sahara/tests/unit/service/api copying sahara/tests/unit/service/api/test_v10.py -> build/lib/sahara/tests/unit/service/api copying sahara/tests/unit/service/api/__init__.py -> build/lib/sahara/tests/unit/service/api creating build/lib/sahara/swift copying sahara/swift/utils.py -> build/lib/sahara/swift copying sahara/swift/__init__.py -> build/lib/sahara/swift copying sahara/swift/swift_helper.py -> build/lib/sahara/swift copying sahara/api/microversion.py -> build/lib/sahara/api copying sahara/api/base.py -> build/lib/sahara/api copying sahara/api/v10.py -> build/lib/sahara/api copying sahara/api/acl.py -> build/lib/sahara/api copying sahara/api/__init__.py -> build/lib/sahara/api copying sahara/api/v11.py -> build/lib/sahara/api copying sahara/tests/unit/utils/test_proxy.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_configs.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_types.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_ssh_remote.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_poll_utils.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_crypto.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_resources.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_xml_utils.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_patches.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_api_validator.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_rpc.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_cluster.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_hacking.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_neutron.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/__init__.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_cluster_progress_ops.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_cinder.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_general.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_edp.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_api.py -> build/lib/sahara/tests/unit/utils copying sahara/tests/unit/utils/test_heat.py -> build/lib/sahara/tests/unit/utils creating build/lib/sahara/tests/unit/api creating build/lib/sahara/tests/unit/api/middleware copying sahara/tests/unit/api/middleware/test_auth_valid.py -> build/lib/sahara/tests/unit/api/middleware copying sahara/tests/unit/api/middleware/__init__.py -> build/lib/sahara/tests/unit/api/middleware creating build/lib/sahara/service/edp/job_binaries creating build/lib/sahara/service/edp/job_binaries/manila copying sahara/service/edp/job_binaries/manila/implementation.py -> build/lib/sahara/service/edp/job_binaries/manila copying sahara/service/edp/job_binaries/manila/__init__.py -> build/lib/sahara/service/edp/job_binaries/manila creating build/lib/sahara/conductor copying sahara/conductor/resource.py -> build/lib/sahara/conductor copying sahara/conductor/objects.py -> build/lib/sahara/conductor copying sahara/conductor/__init__.py -> build/lib/sahara/conductor copying sahara/conductor/api.py -> build/lib/sahara/conductor copying sahara/conductor/manager.py -> build/lib/sahara/conductor creating build/lib/sahara/tests/unit/service/heat copying sahara/tests/unit/service/heat/test_templates.py -> build/lib/sahara/tests/unit/service/heat copying sahara/tests/unit/service/heat/__init__.py -> build/lib/sahara/tests/unit/service/heat creating build/lib/sahara/tests/unit/cli/image_pack copying sahara/tests/unit/cli/image_pack/test_image_pack_api.py -> build/lib/sahara/tests/unit/cli/image_pack copying sahara/tests/unit/cli/image_pack/__init__.py -> build/lib/sahara/tests/unit/cli/image_pack creating build/lib/sahara/service/health copying sahara/service/health/verification_base.py -> build/lib/sahara/service/health copying sahara/service/health/__init__.py -> build/lib/sahara/service/health copying sahara/service/health/common.py -> build/lib/sahara/service/health creating build/lib/sahara/tests/unit/service/edp/data_sources creating build/lib/sahara/tests/unit/service/edp/data_sources/hdfs copying sahara/tests/unit/service/edp/data_sources/hdfs/__init__.py -> build/lib/sahara/tests/unit/service/edp/data_sources/hdfs copying sahara/tests/unit/service/edp/data_sources/hdfs/test_hdfs_type.py -> build/lib/sahara/tests/unit/service/edp/data_sources/hdfs creating build/lib/sahara/service/heat copying sahara/service/heat/templates.py -> build/lib/sahara/service/heat copying sahara/service/heat/heat_engine.py -> build/lib/sahara/service/heat copying sahara/service/heat/commons.py -> build/lib/sahara/service/heat copying sahara/service/heat/__init__.py -> build/lib/sahara/service/heat copying sahara/tests/unit/service/test_networks.py -> build/lib/sahara/tests/unit/service copying sahara/tests/unit/service/test_volumes.py -> build/lib/sahara/tests/unit/service copying sahara/tests/unit/service/test_trusts.py -> build/lib/sahara/tests/unit/service copying sahara/tests/unit/service/test_engine.py -> build/lib/sahara/tests/unit/service copying sahara/tests/unit/service/__init__.py -> build/lib/sahara/tests/unit/service copying sahara/tests/unit/service/test_ops.py -> build/lib/sahara/tests/unit/service copying sahara/tests/unit/service/test_quotas.py -> build/lib/sahara/tests/unit/service copying sahara/tests/unit/service/test_ntp_service.py -> build/lib/sahara/tests/unit/service copying sahara/tests/unit/service/test_periodic.py -> build/lib/sahara/tests/unit/service copying sahara/tests/unit/service/test_sessions.py -> build/lib/sahara/tests/unit/service copying sahara/tests/unit/service/test_coordinator.py -> build/lib/sahara/tests/unit/service creating build/lib/sahara/service/edp/job_binaries/internal_db copying sahara/service/edp/job_binaries/internal_db/implementation.py -> build/lib/sahara/service/edp/job_binaries/internal_db copying sahara/service/edp/job_binaries/internal_db/__init__.py -> build/lib/sahara/service/edp/job_binaries/internal_db creating build/lib/sahara/utils creating build/lib/sahara/utils/hacking copying sahara/utils/hacking/logging_checks.py -> build/lib/sahara/utils/hacking copying sahara/utils/hacking/commit_message.py -> build/lib/sahara/utils/hacking copying sahara/utils/hacking/import_checks.py -> build/lib/sahara/utils/hacking copying sahara/utils/hacking/__init__.py -> build/lib/sahara/utils/hacking copying sahara/utils/hacking/checks.py -> build/lib/sahara/utils/hacking creating build/lib/sahara/service/edp/utils copying sahara/service/edp/utils/__init__.py -> build/lib/sahara/service/edp/utils copying sahara/service/edp/utils/shares.py -> build/lib/sahara/service/edp/utils creating build/lib/sahara/service/api creating build/lib/sahara/service/api/v2 copying sahara/service/api/v2/clusters.py -> build/lib/sahara/service/api/v2 copying sahara/service/api/v2/jobs.py -> build/lib/sahara/service/api/v2 copying sahara/service/api/v2/cluster_templates.py -> build/lib/sahara/service/api/v2 copying sahara/service/api/v2/job_types.py -> build/lib/sahara/service/api/v2 copying sahara/service/api/v2/job_templates.py -> build/lib/sahara/service/api/v2 copying sahara/service/api/v2/data_sources.py -> build/lib/sahara/service/api/v2 copying sahara/service/api/v2/images.py -> build/lib/sahara/service/api/v2 copying sahara/service/api/v2/__init__.py -> build/lib/sahara/service/api/v2 copying sahara/service/api/v2/node_group_templates.py -> build/lib/sahara/service/api/v2 copying sahara/service/api/v2/job_binaries.py -> build/lib/sahara/service/api/v2 copying sahara/service/api/v2/plugins.py -> build/lib/sahara/service/api/v2 creating build/lib/sahara/tests/unit/utils/openstack copying sahara/tests/unit/utils/openstack/test_base.py -> build/lib/sahara/tests/unit/utils/openstack copying sahara/tests/unit/utils/openstack/test_swift.py -> build/lib/sahara/tests/unit/utils/openstack copying sahara/tests/unit/utils/openstack/test_images.py -> build/lib/sahara/tests/unit/utils/openstack copying sahara/tests/unit/utils/openstack/__init__.py -> build/lib/sahara/tests/unit/utils/openstack copying sahara/tests/unit/utils/openstack/test_heat.py -> build/lib/sahara/tests/unit/utils/openstack copying sahara/service/validations/clusters.py -> build/lib/sahara/service/validations copying sahara/service/validations/node_group_template_schema.py -> build/lib/sahara/service/validations copying sahara/service/validations/cluster_templates.py -> build/lib/sahara/service/validations copying sahara/service/validations/clusters_scaling.py -> build/lib/sahara/service/validations copying sahara/service/validations/base.py -> build/lib/sahara/service/validations copying sahara/service/validations/images.py -> build/lib/sahara/service/validations copying sahara/service/validations/acl.py -> build/lib/sahara/service/validations copying sahara/service/validations/__init__.py -> build/lib/sahara/service/validations copying sahara/service/validations/clusters_schema.py -> build/lib/sahara/service/validations copying sahara/service/validations/node_group_templates.py -> build/lib/sahara/service/validations copying sahara/service/validations/plugins.py -> build/lib/sahara/service/validations copying sahara/service/validations/cluster_template_schema.py -> build/lib/sahara/service/validations copying sahara/service/validations/shares.py -> build/lib/sahara/service/validations creating build/lib/sahara/service/castellan copying sahara/service/castellan/utils.py -> build/lib/sahara/service/castellan copying sahara/service/castellan/config.py -> build/lib/sahara/service/castellan copying sahara/service/castellan/sahara_key_manager.py -> build/lib/sahara/service/castellan copying sahara/service/castellan/__init__.py -> build/lib/sahara/service/castellan creating build/lib/sahara/tests/unit/conductor copying sahara/tests/unit/conductor/test_resource.py -> build/lib/sahara/tests/unit/conductor copying sahara/tests/unit/conductor/base.py -> build/lib/sahara/tests/unit/conductor copying sahara/tests/unit/conductor/__init__.py -> build/lib/sahara/tests/unit/conductor copying sahara/tests/unit/conductor/test_api.py -> build/lib/sahara/tests/unit/conductor copying sahara/tests/unit/test_context.py -> build/lib/sahara/tests/unit copying sahara/tests/unit/test_exceptions.py -> build/lib/sahara/tests/unit copying sahara/tests/unit/base.py -> build/lib/sahara/tests/unit copying sahara/tests/unit/testutils.py -> build/lib/sahara/tests/unit copying sahara/tests/unit/__init__.py -> build/lib/sahara/tests/unit copying sahara/tests/unit/test_main.py -> build/lib/sahara/tests/unit creating build/lib/sahara/common creating build/lib/sahara/common/policies copying sahara/common/policies/clusters.py -> build/lib/sahara/common/policies copying sahara/common/policies/cluster_template.py -> build/lib/sahara/common/policies copying sahara/common/policies/jobs.py -> build/lib/sahara/common/policies copying sahara/common/policies/job_template.py -> build/lib/sahara/common/policies copying sahara/common/policies/node_group_template.py -> build/lib/sahara/common/policies copying sahara/common/policies/image.py -> build/lib/sahara/common/policies copying sahara/common/policies/cluster_templates.py -> build/lib/sahara/common/policies copying sahara/common/policies/job_binary_internals.py -> build/lib/sahara/common/policies copying sahara/common/policies/job_types.py -> build/lib/sahara/common/policies copying sahara/common/policies/base.py -> build/lib/sahara/common/policies copying sahara/common/policies/data_source.py -> build/lib/sahara/common/policies copying sahara/common/policies/data_sources.py -> build/lib/sahara/common/policies copying sahara/common/policies/images.py -> build/lib/sahara/common/policies copying sahara/common/policies/job_executions.py -> build/lib/sahara/common/policies copying sahara/common/policies/job.py -> build/lib/sahara/common/policies copying sahara/common/policies/__init__.py -> build/lib/sahara/common/policies copying sahara/common/policies/node_group_templates.py -> build/lib/sahara/common/policies copying sahara/common/policies/job_binaries.py -> build/lib/sahara/common/policies copying sahara/common/policies/job_binary.py -> build/lib/sahara/common/policies copying sahara/common/policies/job_type.py -> build/lib/sahara/common/policies copying sahara/common/policies/plugins.py -> build/lib/sahara/common/policies copying sahara/common/policies/plugin.py -> build/lib/sahara/common/policies copying sahara/common/policies/cluster.py -> build/lib/sahara/common/policies creating build/lib/sahara/tests/unit/topology copying sahara/tests/unit/topology/test_topology.py -> build/lib/sahara/tests/unit/topology copying sahara/tests/unit/topology/__init__.py -> build/lib/sahara/tests/unit/topology creating build/lib/sahara/service/edp/data_sources creating build/lib/sahara/service/edp/data_sources/manila copying sahara/service/edp/data_sources/manila/implementation.py -> build/lib/sahara/service/edp/data_sources/manila copying sahara/service/edp/data_sources/manila/__init__.py -> build/lib/sahara/service/edp/data_sources/manila creating build/lib/sahara/tests/unit/service/health copying sahara/tests/unit/service/health/test_verification_base.py -> build/lib/sahara/tests/unit/service/health copying sahara/tests/unit/service/health/__init__.py -> build/lib/sahara/tests/unit/service/health creating build/lib/sahara/service/edp/job_binaries/s3 copying sahara/service/edp/job_binaries/s3/implementation.py -> build/lib/sahara/service/edp/job_binaries/s3 copying sahara/service/edp/job_binaries/s3/__init__.py -> build/lib/sahara/service/edp/job_binaries/s3 creating build/lib/sahara/tests/unit/service/edp/oozie copying sahara/tests/unit/service/edp/oozie/__init__.py -> build/lib/sahara/tests/unit/service/edp/oozie copying sahara/tests/unit/service/edp/oozie/test_oozie.py -> build/lib/sahara/tests/unit/service/edp/oozie creating build/lib/sahara/utils/notification copying sahara/utils/notification/sender.py -> build/lib/sahara/utils/notification copying sahara/utils/notification/__init__.py -> build/lib/sahara/utils/notification creating build/lib/sahara/service/edp/job_binaries/swift copying sahara/service/edp/job_binaries/swift/implementation.py -> build/lib/sahara/service/edp/job_binaries/swift copying sahara/service/edp/job_binaries/swift/__init__.py -> build/lib/sahara/service/edp/job_binaries/swift creating build/lib/sahara/service/edp/data_sources/s3 copying sahara/service/edp/data_sources/s3/implementation.py -> build/lib/sahara/service/edp/data_sources/s3 copying sahara/service/edp/data_sources/s3/__init__.py -> build/lib/sahara/service/edp/data_sources/s3 copying sahara/common/config.py -> build/lib/sahara/common copying sahara/common/__init__.py -> build/lib/sahara/common creating build/lib/sahara/tests/unit/db/migration copying sahara/tests/unit/db/migration/test_migrations.py -> build/lib/sahara/tests/unit/db/migration copying sahara/tests/unit/db/migration/__init__.py -> build/lib/sahara/tests/unit/db/migration copying sahara/tests/unit/db/migration/test_migrations_base.py -> build/lib/sahara/tests/unit/db/migration copying sahara/tests/unit/db/migration/test_db_manage_cli.py -> build/lib/sahara/tests/unit/db/migration creating build/lib/sahara/service/edp/spark copying sahara/service/edp/spark/engine.py -> build/lib/sahara/service/edp/spark copying sahara/service/edp/spark/__init__.py -> build/lib/sahara/service/edp/spark creating build/lib/sahara/tests/unit/service/edp/binary_retrievers copying sahara/tests/unit/service/edp/binary_retrievers/test_dispatch.py -> build/lib/sahara/tests/unit/service/edp/binary_retrievers copying sahara/tests/unit/service/edp/binary_retrievers/test_manila.py -> build/lib/sahara/tests/unit/service/edp/binary_retrievers copying sahara/tests/unit/service/edp/binary_retrievers/__init__.py -> build/lib/sahara/tests/unit/service/edp/binary_retrievers copying sahara/tests/unit/service/edp/binary_retrievers/test_internal_swift.py -> build/lib/sahara/tests/unit/service/edp/binary_retrievers copying sahara/db/base.py -> build/lib/sahara/db copying sahara/db/__init__.py -> build/lib/sahara/db copying sahara/db/api.py -> build/lib/sahara/db creating build/lib/sahara/tests/unit/service/edp/data_sources/swift copying sahara/tests/unit/service/edp/data_sources/swift/test_swift_type.py -> build/lib/sahara/tests/unit/service/edp/data_sources/swift copying sahara/tests/unit/service/edp/data_sources/swift/__init__.py -> build/lib/sahara/tests/unit/service/edp/data_sources/swift copying sahara/service/api/v10.py -> build/lib/sahara/service/api copying sahara/service/api/__init__.py -> build/lib/sahara/service/api copying sahara/service/api/v11.py -> build/lib/sahara/service/api creating build/lib/sahara/tests/unit/service/edp/storm copying sahara/tests/unit/service/edp/storm/__init__.py -> build/lib/sahara/tests/unit/service/edp/storm copying sahara/tests/unit/service/edp/storm/test_storm.py -> build/lib/sahara/tests/unit/service/edp/storm creating build/lib/sahara/tests/unit/service/edp/spark copying sahara/tests/unit/service/edp/spark/base.py -> build/lib/sahara/tests/unit/service/edp/spark copying sahara/tests/unit/service/edp/spark/__init__.py -> build/lib/sahara/tests/unit/service/edp/spark creating build/lib/sahara/tests/unit/service/api/v2 copying sahara/tests/unit/service/api/v2/test_plugins.py -> build/lib/sahara/tests/unit/service/api/v2 copying sahara/tests/unit/service/api/v2/test_images.py -> build/lib/sahara/tests/unit/service/api/v2 copying sahara/tests/unit/service/api/v2/base.py -> build/lib/sahara/tests/unit/service/api/v2 copying sahara/tests/unit/service/api/v2/__init__.py -> build/lib/sahara/tests/unit/service/api/v2 copying sahara/tests/unit/service/api/v2/test_clusters.py -> build/lib/sahara/tests/unit/service/api/v2 creating build/lib/sahara/service/edp/binary_retrievers copying sahara/service/edp/binary_retrievers/internal_swift.py -> build/lib/sahara/service/edp/binary_retrievers copying sahara/service/edp/binary_retrievers/manila_share.py -> build/lib/sahara/service/edp/binary_retrievers copying sahara/service/edp/binary_retrievers/dispatch.py -> build/lib/sahara/service/edp/binary_retrievers copying sahara/service/edp/binary_retrievers/s3_storage.py -> build/lib/sahara/service/edp/binary_retrievers copying sahara/service/edp/binary_retrievers/__init__.py -> build/lib/sahara/service/edp/binary_retrievers copying sahara/service/edp/binary_retrievers/sahara_db.py -> build/lib/sahara/service/edp/binary_retrievers creating build/lib/sahara/db/migration copying sahara/db/migration/__init__.py -> build/lib/sahara/db/migration copying sahara/db/migration/cli.py -> build/lib/sahara/db/migration creating build/lib/sahara/service/edp/oozie copying sahara/service/edp/oozie/engine.py -> build/lib/sahara/service/edp/oozie copying sahara/service/edp/oozie/oozie.py -> build/lib/sahara/service/edp/oozie copying sahara/service/edp/oozie/__init__.py -> build/lib/sahara/service/edp/oozie copying sahara/service/edp/data_sources/opts.py -> build/lib/sahara/service/edp/data_sources copying sahara/service/edp/data_sources/base.py -> build/lib/sahara/service/edp/data_sources copying sahara/service/edp/data_sources/__init__.py -> build/lib/sahara/service/edp/data_sources copying sahara/service/edp/data_sources/manager.py -> build/lib/sahara/service/edp/data_sources creating build/lib/sahara/tests/unit/service/edp/data_sources/manila copying sahara/tests/unit/service/edp/data_sources/manila/test_manila_type.py -> build/lib/sahara/tests/unit/service/edp/data_sources/manila copying sahara/tests/unit/service/edp/data_sources/manila/__init__.py -> build/lib/sahara/tests/unit/service/edp/data_sources/manila creating build/lib/sahara/service/edp/data_sources/maprfs copying sahara/service/edp/data_sources/maprfs/implementation.py -> build/lib/sahara/service/edp/data_sources/maprfs copying sahara/service/edp/data_sources/maprfs/__init__.py -> build/lib/sahara/service/edp/data_sources/maprfs creating build/lib/sahara/plugins creating build/lib/sahara/plugins/fake copying sahara/plugins/fake/__init__.py -> build/lib/sahara/plugins/fake copying sahara/plugins/fake/edp_engine.py -> build/lib/sahara/plugins/fake copying sahara/plugins/fake/plugin.py -> build/lib/sahara/plugins/fake creating build/lib/sahara/tests/unit/swift copying sahara/tests/unit/swift/test_utils.py -> build/lib/sahara/tests/unit/swift copying sahara/tests/unit/swift/test_swift_helper.py -> build/lib/sahara/tests/unit/swift copying sahara/tests/unit/swift/__init__.py -> build/lib/sahara/tests/unit/swift copying sahara/tests/unit/api/__init__.py -> build/lib/sahara/tests/unit/api copying sahara/tests/unit/api/test_acl.py -> build/lib/sahara/tests/unit/api copying sahara/utils/api_validator.py -> build/lib/sahara/utils copying sahara/utils/proxy.py -> build/lib/sahara/utils copying sahara/utils/resources.py -> build/lib/sahara/utils copying sahara/utils/poll_utils.py -> build/lib/sahara/utils copying sahara/utils/cluster_progress_ops.py -> build/lib/sahara/utils copying sahara/utils/network.py -> build/lib/sahara/utils copying sahara/utils/ssh_remote.py -> build/lib/sahara/utils copying sahara/utils/patches.py -> build/lib/sahara/utils copying sahara/utils/types.py -> build/lib/sahara/utils copying sahara/utils/configs.py -> build/lib/sahara/utils copying sahara/utils/xmlutils.py -> build/lib/sahara/utils copying sahara/utils/edp.py -> build/lib/sahara/utils copying sahara/utils/tempfiles.py -> build/lib/sahara/utils copying sahara/utils/__init__.py -> build/lib/sahara/utils copying sahara/utils/rpc.py -> build/lib/sahara/utils copying sahara/utils/procutils.py -> build/lib/sahara/utils copying sahara/utils/crypto.py -> build/lib/sahara/utils copying sahara/utils/files.py -> build/lib/sahara/utils copying sahara/utils/general.py -> build/lib/sahara/utils copying sahara/utils/remote.py -> build/lib/sahara/utils copying sahara/utils/api.py -> build/lib/sahara/utils copying sahara/utils/cluster.py -> build/lib/sahara/utils copying sahara/utils/wsgi.py -> build/lib/sahara/utils copying sahara/service/edp/job_binaries/opts.py -> build/lib/sahara/service/edp/job_binaries copying sahara/service/edp/job_binaries/base.py -> build/lib/sahara/service/edp/job_binaries copying sahara/service/edp/job_binaries/__init__.py -> build/lib/sahara/service/edp/job_binaries copying sahara/service/edp/job_binaries/manager.py -> build/lib/sahara/service/edp/job_binaries creating build/lib/sahara/service/edp/data_sources/swift copying sahara/service/edp/data_sources/swift/implementation.py -> build/lib/sahara/service/edp/data_sources/swift copying sahara/service/edp/data_sources/swift/__init__.py -> build/lib/sahara/service/edp/data_sources/swift creating build/lib/sahara/tests/unit/service/edp/data_sources/maprfs copying sahara/tests/unit/service/edp/data_sources/maprfs/test_maprfs_type_validation.py -> build/lib/sahara/tests/unit/service/edp/data_sources/maprfs copying sahara/tests/unit/service/edp/data_sources/maprfs/__init__.py -> build/lib/sahara/tests/unit/service/edp/data_sources/maprfs creating build/lib/sahara/tests/unit/plugins copying sahara/tests/unit/plugins/test_kerberos.py -> build/lib/sahara/tests/unit/plugins copying sahara/tests/unit/plugins/test_provide_recommendations.py -> build/lib/sahara/tests/unit/plugins copying sahara/tests/unit/plugins/test_base_plugins_support.py -> build/lib/sahara/tests/unit/plugins copying sahara/tests/unit/plugins/test_labels.py -> build/lib/sahara/tests/unit/plugins copying sahara/tests/unit/plugins/test_utils.py -> build/lib/sahara/tests/unit/plugins copying sahara/tests/unit/plugins/test_images.py -> build/lib/sahara/tests/unit/plugins copying sahara/tests/unit/plugins/test_provisioning.py -> build/lib/sahara/tests/unit/plugins copying sahara/tests/unit/plugins/__init__.py -> build/lib/sahara/tests/unit/plugins creating build/lib/sahara/tests/unit/service/edp/workflow_creator copying sahara/tests/unit/service/edp/workflow_creator/test_create_workflow.py -> build/lib/sahara/tests/unit/service/edp/workflow_creator copying sahara/tests/unit/service/edp/workflow_creator/__init__.py -> build/lib/sahara/tests/unit/service/edp/workflow_creator creating build/lib/sahara/tests/unit/conductor/manager copying sahara/tests/unit/conductor/manager/test_templates.py -> build/lib/sahara/tests/unit/conductor/manager copying sahara/tests/unit/conductor/manager/test_from_template.py -> build/lib/sahara/tests/unit/conductor/manager copying sahara/tests/unit/conductor/manager/test_edp_interface.py -> build/lib/sahara/tests/unit/conductor/manager copying sahara/tests/unit/conductor/manager/__init__.py -> build/lib/sahara/tests/unit/conductor/manager copying sahara/tests/unit/conductor/manager/test_clusters.py -> build/lib/sahara/tests/unit/conductor/manager copying sahara/tests/unit/conductor/manager/test_edp.py -> build/lib/sahara/tests/unit/conductor/manager copying sahara/tests/unit/conductor/manager/test_defaults.py -> build/lib/sahara/tests/unit/conductor/manager creating build/lib/sahara/service/edp/data_sources/hdfs copying sahara/service/edp/data_sources/hdfs/implementation.py -> build/lib/sahara/service/edp/data_sources/hdfs copying sahara/service/edp/data_sources/hdfs/__init__.py -> build/lib/sahara/service/edp/data_sources/hdfs copying sahara/tests/unit/service/edp/data_sources/base_test.py -> build/lib/sahara/tests/unit/service/edp/data_sources copying sahara/tests/unit/service/edp/data_sources/data_source_manager_support_test.py -> build/lib/sahara/tests/unit/service/edp/data_sources copying sahara/tests/unit/service/edp/data_sources/__init__.py -> build/lib/sahara/tests/unit/service/edp/data_sources creating build/lib/sahara/tests/unit/service/validation creating build/lib/sahara/tests/unit/service/validation/edp copying sahara/tests/unit/service/validation/edp/test_job_interface.py -> build/lib/sahara/tests/unit/service/validation/edp copying sahara/tests/unit/service/validation/edp/test_job_executor.py -> build/lib/sahara/tests/unit/service/validation/edp copying sahara/tests/unit/service/validation/edp/test_job.py -> build/lib/sahara/tests/unit/service/validation/edp copying sahara/tests/unit/service/validation/edp/test_data_source.py -> build/lib/sahara/tests/unit/service/validation/edp copying sahara/tests/unit/service/validation/edp/__init__.py -> build/lib/sahara/tests/unit/service/validation/edp copying sahara/tests/unit/service/validation/edp/test_job_binary.py -> build/lib/sahara/tests/unit/service/validation/edp copying sahara/tests/unit/service/validation/edp/test_job_binary_internal.py -> build/lib/sahara/tests/unit/service/validation/edp copying sahara/service/edp/hdfs_helper.py -> build/lib/sahara/service/edp copying sahara/service/edp/job_manager.py -> build/lib/sahara/service/edp copying sahara/service/edp/job_utils.py -> build/lib/sahara/service/edp copying sahara/service/edp/__init__.py -> build/lib/sahara/service/edp copying sahara/service/edp/base_engine.py -> build/lib/sahara/service/edp copying sahara/service/edp/s3_common.py -> build/lib/sahara/service/edp copying sahara/service/edp/shares.py -> build/lib/sahara/service/edp creating build/lib/sahara/tests/unit/service/edp/job_binaries/manila copying sahara/tests/unit/service/edp/job_binaries/manila/test_manila_type.py -> build/lib/sahara/tests/unit/service/edp/job_binaries/manila copying sahara/tests/unit/service/edp/job_binaries/manila/__init__.py -> build/lib/sahara/tests/unit/service/edp/job_binaries/manila copying sahara/exceptions.py -> build/lib/sahara copying sahara/config.py -> build/lib/sahara copying sahara/main.py -> build/lib/sahara copying sahara/version.py -> build/lib/sahara copying sahara/i18n.py -> build/lib/sahara copying sahara/__init__.py -> build/lib/sahara copying sahara/context.py -> build/lib/sahara creating build/lib/sahara/utils/openstack copying sahara/utils/openstack/keystone.py -> build/lib/sahara/utils/openstack copying sahara/utils/openstack/nova.py -> build/lib/sahara/utils/openstack copying sahara/utils/openstack/heat.py -> build/lib/sahara/utils/openstack copying sahara/utils/openstack/base.py -> build/lib/sahara/utils/openstack copying sahara/utils/openstack/swift.py -> build/lib/sahara/utils/openstack copying sahara/utils/openstack/images.py -> build/lib/sahara/utils/openstack copying sahara/utils/openstack/neutron.py -> build/lib/sahara/utils/openstack copying sahara/utils/openstack/cinder.py -> build/lib/sahara/utils/openstack copying sahara/utils/openstack/__init__.py -> build/lib/sahara/utils/openstack copying sahara/utils/openstack/manila.py -> build/lib/sahara/utils/openstack copying sahara/utils/openstack/glance.py -> build/lib/sahara/utils/openstack creating build/lib/sahara/tests/unit/service/edp/job_binaries/s3 copying sahara/tests/unit/service/edp/job_binaries/s3/test_s3_type.py -> build/lib/sahara/tests/unit/service/edp/job_binaries/s3 copying sahara/tests/unit/service/edp/job_binaries/s3/__init__.py -> build/lib/sahara/tests/unit/service/edp/job_binaries/s3 creating build/lib/sahara/cli copying sahara/cli/sahara_engine.py -> build/lib/sahara/cli copying sahara/cli/sahara_status.py -> build/lib/sahara/cli copying sahara/cli/sahara_api.py -> build/lib/sahara/cli copying sahara/cli/sahara_subprocess.py -> build/lib/sahara/cli copying sahara/cli/sahara_all.py -> build/lib/sahara/cli copying sahara/cli/__init__.py -> build/lib/sahara/cli copying sahara/tests/unit/db/test_utils.py -> build/lib/sahara/tests/unit/db copying sahara/tests/unit/db/__init__.py -> build/lib/sahara/tests/unit/db creating build/lib/sahara/db/sqlalchemy copying sahara/db/sqlalchemy/models.py -> build/lib/sahara/db/sqlalchemy copying sahara/db/sqlalchemy/model_base.py -> build/lib/sahara/db/sqlalchemy copying sahara/db/sqlalchemy/types.py -> build/lib/sahara/db/sqlalchemy copying sahara/db/sqlalchemy/__init__.py -> build/lib/sahara/db/sqlalchemy copying sahara/db/sqlalchemy/api.py -> build/lib/sahara/db/sqlalchemy creating build/lib/sahara/tests/unit/service/edp/job_binaries/internal_db copying sahara/tests/unit/service/edp/job_binaries/internal_db/test_internal_db_type.py -> build/lib/sahara/tests/unit/service/edp/job_binaries/internal_db copying sahara/tests/unit/service/edp/job_binaries/internal_db/__init__.py -> build/lib/sahara/tests/unit/service/edp/job_binaries/internal_db copying sahara/tests/unit/service/edp/test_json_api_examples.py -> build/lib/sahara/tests/unit/service/edp copying sahara/tests/unit/service/edp/test_job_possible_configs.py -> build/lib/sahara/tests/unit/service/edp copying sahara/tests/unit/service/edp/edp_test_utils.py -> build/lib/sahara/tests/unit/service/edp copying sahara/tests/unit/service/edp/test_job_utils.py -> build/lib/sahara/tests/unit/service/edp copying sahara/tests/unit/service/edp/test_hdfs_helper.py -> build/lib/sahara/tests/unit/service/edp copying sahara/tests/unit/service/edp/test_s3_common.py -> build/lib/sahara/tests/unit/service/edp copying sahara/tests/unit/service/edp/__init__.py -> build/lib/sahara/tests/unit/service/edp copying sahara/tests/unit/service/edp/test_job_manager.py -> build/lib/sahara/tests/unit/service/edp copying sahara/tests/unit/service/validation/utils.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/test_cluster_template_create_validation.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/test_cluster_scaling_validation.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/test_validation.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/test_cluster_create_validation.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/test_add_tags_validation.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/test_protected_validation.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/__init__.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/test_ng_template_validation_create.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/test_share_validations.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/test_cluster_update_validation.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/test_cluster_delete_validation.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/test_ng_template_validation_update.py -> build/lib/sahara/tests/unit/service/validation copying sahara/tests/unit/service/validation/test_cluster_template_update_validation.py -> build/lib/sahara/tests/unit/service/validation copying sahara/service/ntp_service.py -> build/lib/sahara/service copying sahara/service/engine.py -> build/lib/sahara/service copying sahara/service/volumes.py -> build/lib/sahara/service copying sahara/service/sessions.py -> build/lib/sahara/service copying sahara/service/periodic.py -> build/lib/sahara/service copying sahara/service/ops.py -> build/lib/sahara/service copying sahara/service/validation.py -> build/lib/sahara/service copying sahara/service/quotas.py -> build/lib/sahara/service copying sahara/service/networks.py -> build/lib/sahara/service copying sahara/service/__init__.py -> build/lib/sahara/service copying sahara/service/trusts.py -> build/lib/sahara/service copying sahara/service/coordinator.py -> build/lib/sahara/service creating build/lib/sahara/cli/image_pack copying sahara/cli/image_pack/__init__.py -> build/lib/sahara/cli/image_pack copying sahara/cli/image_pack/cli.py -> build/lib/sahara/cli/image_pack copying sahara/cli/image_pack/api.py -> build/lib/sahara/cli/image_pack creating build/lib/sahara/tests/unit/service/edp/data_sources/s3 copying sahara/tests/unit/service/edp/data_sources/s3/test_s3_type.py -> build/lib/sahara/tests/unit/service/edp/data_sources/s3 copying sahara/tests/unit/service/edp/data_sources/s3/__init__.py -> build/lib/sahara/tests/unit/service/edp/data_sources/s3 copying sahara/tests/__init__.py -> build/lib/sahara/tests copying sahara/plugins/exceptions.py -> build/lib/sahara/plugins copying sahara/plugins/labels.py -> build/lib/sahara/plugins copying sahara/plugins/utils.py -> build/lib/sahara/plugins copying sahara/plugins/swift_utils.py -> build/lib/sahara/plugins copying sahara/plugins/castellan_utils.py -> build/lib/sahara/plugins copying sahara/plugins/main.py -> build/lib/sahara/plugins copying sahara/plugins/opts.py -> build/lib/sahara/plugins copying sahara/plugins/service_api.py -> build/lib/sahara/plugins copying sahara/plugins/health_check_base.py -> build/lib/sahara/plugins copying sahara/plugins/topology_helper.py -> build/lib/sahara/plugins copying sahara/plugins/conductor.py -> build/lib/sahara/plugins copying sahara/plugins/resource.py -> build/lib/sahara/plugins copying sahara/plugins/base.py -> build/lib/sahara/plugins copying sahara/plugins/provisioning.py -> build/lib/sahara/plugins copying sahara/plugins/recommendations_utils.py -> build/lib/sahara/plugins copying sahara/plugins/images.py -> build/lib/sahara/plugins copying sahara/plugins/objects.py -> build/lib/sahara/plugins copying sahara/plugins/kerberos.py -> build/lib/sahara/plugins copying sahara/plugins/testutils.py -> build/lib/sahara/plugins copying sahara/plugins/edp.py -> build/lib/sahara/plugins copying sahara/plugins/__init__.py -> build/lib/sahara/plugins copying sahara/plugins/db.py -> build/lib/sahara/plugins copying sahara/plugins/swift_helper.py -> build/lib/sahara/plugins copying sahara/plugins/context.py -> build/lib/sahara/plugins creating build/lib/sahara/api/middleware copying sahara/api/middleware/version_discovery.py -> build/lib/sahara/api/middleware copying sahara/api/middleware/sahara_middleware.py -> build/lib/sahara/api/middleware copying sahara/api/middleware/auth_valid.py -> build/lib/sahara/api/middleware copying sahara/api/middleware/__init__.py -> build/lib/sahara/api/middleware creating build/lib/sahara/service/edp/oozie/workflow_creator copying sahara/service/edp/oozie/workflow_creator/base_workflow.py -> build/lib/sahara/service/edp/oozie/workflow_creator copying sahara/service/edp/oozie/workflow_creator/pig_workflow.py -> build/lib/sahara/service/edp/oozie/workflow_creator copying sahara/service/edp/oozie/workflow_creator/mapreduce_workflow.py -> build/lib/sahara/service/edp/oozie/workflow_creator copying sahara/service/edp/oozie/workflow_creator/shell_workflow.py -> build/lib/sahara/service/edp/oozie/workflow_creator copying sahara/service/edp/oozie/workflow_creator/workflow_factory.py -> build/lib/sahara/service/edp/oozie/workflow_creator copying sahara/service/edp/oozie/workflow_creator/hive_workflow.py -> build/lib/sahara/service/edp/oozie/workflow_creator copying sahara/service/edp/oozie/workflow_creator/__init__.py -> build/lib/sahara/service/edp/oozie/workflow_creator copying sahara/service/edp/oozie/workflow_creator/java_workflow.py -> build/lib/sahara/service/edp/oozie/workflow_creator creating build/lib/sahara/tests/unit/db/sqlalchemy copying sahara/tests/unit/db/sqlalchemy/test_types.py -> build/lib/sahara/tests/unit/db/sqlalchemy copying sahara/tests/unit/db/sqlalchemy/__init__.py -> build/lib/sahara/tests/unit/db/sqlalchemy running egg_info deleting sahara.egg-info/requires.txt writing sahara.egg-info/PKG-INFO writing top-level names to sahara.egg-info/top_level.txt writing dependency_links to sahara.egg-info/dependency_links.txt writing entry points to sahara.egg-info/entry_points.txt writing pbr to sahara.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'sahara.egg-info/SOURCES.txt' copying sahara/db/templates/README.rst -> build/lib/sahara/db/templates creating build/lib/sahara/topology/resources copying sahara/topology/resources/core-template.xml -> build/lib/sahara/topology/resources copying sahara/topology/resources/mapred-template.xml -> build/lib/sahara/topology/resources creating build/lib/sahara/swift/resources copying sahara/swift/resources/conf-template.xml -> build/lib/sahara/swift/resources creating build/lib/sahara/tests/unit/resources copying sahara/tests/unit/resources/dfs_admin_0_nodes.txt -> build/lib/sahara/tests/unit/resources copying sahara/tests/unit/resources/dfs_admin_1_nodes.txt -> build/lib/sahara/tests/unit/resources copying sahara/tests/unit/resources/dfs_admin_3_nodes.txt -> build/lib/sahara/tests/unit/resources copying sahara/tests/unit/resources/test-default.xml -> build/lib/sahara/tests/unit/resources copying sahara/db/migration/alembic.ini -> build/lib/sahara/db/migration creating build/lib/sahara/db/migration/alembic_migrations copying sahara/db/migration/alembic_migrations/README.md -> build/lib/sahara/db/migration/alembic_migrations copying sahara/db/migration/alembic_migrations/env.py -> build/lib/sahara/db/migration/alembic_migrations copying sahara/db/migration/alembic_migrations/script.py.mako -> build/lib/sahara/db/migration/alembic_migrations creating build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/001_icehouse.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/002_placeholder.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/003_placeholder.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/004_placeholder.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/005_placeholder.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/006_placeholder.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/007_increase_status_description_size.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/008_security_groups.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/009_rollback_info.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/010_auto_security_groups.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/011_sahara_info.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/012_availability_zone.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/013_volumes_availability_zone.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/014_add_volume_type.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/015_add_events_objects.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/016_is_proxy_gateway.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/017_drop_progress.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/018_volume_local_to_instance.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/019_is_default_for_templates.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/020_remove_redandunt_progress_ops.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/021_datasource_placeholders.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/022_add_job_interface.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/023_add_use_autoconfig.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/024_manila_shares.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/025_increase_ip_column_size.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/026_add_is_public_is_protected.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/027_rename_oozie_job_id.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/028_storage_devices_number.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/029_set_is_protected_on_is_default.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/030-health-check.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/031_added_plugins_table.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/032_add_domain_name.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/033_add_anti_affinity_ratio_field_to_cluster.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/034_boot_from_volume.py -> build/lib/sahara/db/migration/alembic_migrations/versions copying sahara/db/migration/alembic_migrations/versions/035_boot_from_volume_enhancements.py -> build/lib/sahara/db/migration/alembic_migrations/versions creating build/lib/sahara/service/edp/resources copying sahara/service/edp/resources/edp-main-wrapper.jar -> build/lib/sahara/service/edp/resources copying sahara/service/edp/resources/edp-spark-wrapper.jar -> build/lib/sahara/service/edp/resources copying sahara/service/edp/resources/hive-default.xml -> build/lib/sahara/service/edp/resources copying sahara/service/edp/resources/launch_command.py -> build/lib/sahara/service/edp/resources copying sahara/service/edp/resources/mapred-default.xml -> build/lib/sahara/service/edp/resources copying sahara/service/edp/resources/mapred-job-config.xml -> build/lib/sahara/service/edp/resources copying sahara/service/edp/resources/workflow.xml -> build/lib/sahara/service/edp/resources creating build/lib/sahara/locale creating build/lib/sahara/locale/de creating build/lib/sahara/locale/de/LC_MESSAGES copying sahara/locale/de/LC_MESSAGES/sahara.po -> build/lib/sahara/locale/de/LC_MESSAGES creating build/lib/sahara/tests/unit/service/edp/utils copying sahara/tests/unit/service/edp/utils/test_shares.py -> build/lib/sahara/tests/unit/service/edp/utils copying sahara/tests/README.rst -> build/lib/sahara/tests creating build/lib/sahara/plugins/default_templates copying sahara/plugins/default_templates/template.conf -> build/lib/sahara/plugins/default_templates creating build/lib/sahara/plugins/default_templates/ambari creating build/lib/sahara/plugins/default_templates/ambari/v2_3 copying sahara/plugins/default_templates/ambari/v2_3/cluster.json -> build/lib/sahara/plugins/default_templates/ambari/v2_3 copying sahara/plugins/default_templates/ambari/v2_3/master-edp.json -> build/lib/sahara/plugins/default_templates/ambari/v2_3 copying sahara/plugins/default_templates/ambari/v2_3/master.json -> build/lib/sahara/plugins/default_templates/ambari/v2_3 copying sahara/plugins/default_templates/ambari/v2_3/worker.json -> build/lib/sahara/plugins/default_templates/ambari/v2_3 creating build/lib/sahara/plugins/default_templates/ambari/v2_4 copying sahara/plugins/default_templates/ambari/v2_4/cluster.json -> build/lib/sahara/plugins/default_templates/ambari/v2_4 copying sahara/plugins/default_templates/ambari/v2_4/master-edp.json -> build/lib/sahara/plugins/default_templates/ambari/v2_4 copying sahara/plugins/default_templates/ambari/v2_4/master.json -> build/lib/sahara/plugins/default_templates/ambari/v2_4 copying sahara/plugins/default_templates/ambari/v2_4/worker.json -> build/lib/sahara/plugins/default_templates/ambari/v2_4 creating build/lib/sahara/plugins/default_templates/ambari/v2_5 copying sahara/plugins/default_templates/ambari/v2_5/cluster.json -> build/lib/sahara/plugins/default_templates/ambari/v2_5 copying sahara/plugins/default_templates/ambari/v2_5/master-edp.json -> build/lib/sahara/plugins/default_templates/ambari/v2_5 copying sahara/plugins/default_templates/ambari/v2_5/master.json -> build/lib/sahara/plugins/default_templates/ambari/v2_5 copying sahara/plugins/default_templates/ambari/v2_5/worker.json -> build/lib/sahara/plugins/default_templates/ambari/v2_5 creating build/lib/sahara/plugins/default_templates/cdh creating build/lib/sahara/plugins/default_templates/cdh/v5_5_0 copying sahara/plugins/default_templates/cdh/v5_5_0/cluster.json -> build/lib/sahara/plugins/default_templates/cdh/v5_5_0 copying sahara/plugins/default_templates/cdh/v5_5_0/manager.json -> build/lib/sahara/plugins/default_templates/cdh/v5_5_0 copying sahara/plugins/default_templates/cdh/v5_5_0/master-additional.json -> build/lib/sahara/plugins/default_templates/cdh/v5_5_0 copying sahara/plugins/default_templates/cdh/v5_5_0/master-core.json -> build/lib/sahara/plugins/default_templates/cdh/v5_5_0 copying sahara/plugins/default_templates/cdh/v5_5_0/worker-nm-dn.json -> build/lib/sahara/plugins/default_templates/cdh/v5_5_0 creating build/lib/sahara/plugins/default_templates/cdh/v5_7_0 copying sahara/plugins/default_templates/cdh/v5_7_0/cluster.json -> build/lib/sahara/plugins/default_templates/cdh/v5_7_0 copying sahara/plugins/default_templates/cdh/v5_7_0/manager.json -> build/lib/sahara/plugins/default_templates/cdh/v5_7_0 copying sahara/plugins/default_templates/cdh/v5_7_0/master-additional.json -> build/lib/sahara/plugins/default_templates/cdh/v5_7_0 copying sahara/plugins/default_templates/cdh/v5_7_0/master-core.json -> build/lib/sahara/plugins/default_templates/cdh/v5_7_0 copying sahara/plugins/default_templates/cdh/v5_7_0/worker-nm-dn.json -> build/lib/sahara/plugins/default_templates/cdh/v5_7_0 creating build/lib/sahara/plugins/default_templates/cdh/v5_9_0 copying sahara/plugins/default_templates/cdh/v5_9_0/cluster.json -> build/lib/sahara/plugins/default_templates/cdh/v5_9_0 copying sahara/plugins/default_templates/cdh/v5_9_0/manager.json -> build/lib/sahara/plugins/default_templates/cdh/v5_9_0 copying sahara/plugins/default_templates/cdh/v5_9_0/master-additional.json -> build/lib/sahara/plugins/default_templates/cdh/v5_9_0 copying sahara/plugins/default_templates/cdh/v5_9_0/master-core.json -> build/lib/sahara/plugins/default_templates/cdh/v5_9_0 copying sahara/plugins/default_templates/cdh/v5_9_0/worker-nm-dn.json -> build/lib/sahara/plugins/default_templates/cdh/v5_9_0 creating build/lib/sahara/plugins/default_templates/mapr creating build/lib/sahara/plugins/default_templates/mapr/5_0_0_mrv2 copying sahara/plugins/default_templates/mapr/5_0_0_mrv2/cluster.json -> build/lib/sahara/plugins/default_templates/mapr/5_0_0_mrv2 copying sahara/plugins/default_templates/mapr/5_0_0_mrv2/master.json -> build/lib/sahara/plugins/default_templates/mapr/5_0_0_mrv2 copying sahara/plugins/default_templates/mapr/5_0_0_mrv2/worker.json -> build/lib/sahara/plugins/default_templates/mapr/5_0_0_mrv2 creating build/lib/sahara/plugins/default_templates/mapr/v5_1_0_mrv2 copying sahara/plugins/default_templates/mapr/v5_1_0_mrv2/cluster.json -> build/lib/sahara/plugins/default_templates/mapr/v5_1_0_mrv2 copying sahara/plugins/default_templates/mapr/v5_1_0_mrv2/master.json -> build/lib/sahara/plugins/default_templates/mapr/v5_1_0_mrv2 copying sahara/plugins/default_templates/mapr/v5_1_0_mrv2/worker.json -> build/lib/sahara/plugins/default_templates/mapr/v5_1_0_mrv2 creating build/lib/sahara/plugins/default_templates/mapr/v5_2_0_mrv2 copying sahara/plugins/default_templates/mapr/v5_2_0_mrv2/cluster.json -> build/lib/sahara/plugins/default_templates/mapr/v5_2_0_mrv2 copying sahara/plugins/default_templates/mapr/v5_2_0_mrv2/master.json -> build/lib/sahara/plugins/default_templates/mapr/v5_2_0_mrv2 copying sahara/plugins/default_templates/mapr/v5_2_0_mrv2/worker.json -> build/lib/sahara/plugins/default_templates/mapr/v5_2_0_mrv2 creating build/lib/sahara/plugins/default_templates/spark creating build/lib/sahara/plugins/default_templates/spark/v1_3_1 copying sahara/plugins/default_templates/spark/v1_3_1/cluster.json -> build/lib/sahara/plugins/default_templates/spark/v1_3_1 copying sahara/plugins/default_templates/spark/v1_3_1/master.json -> build/lib/sahara/plugins/default_templates/spark/v1_3_1 copying sahara/plugins/default_templates/spark/v1_3_1/slave.json -> build/lib/sahara/plugins/default_templates/spark/v1_3_1 creating build/lib/sahara/plugins/default_templates/spark/v1_6_0 copying sahara/plugins/default_templates/spark/v1_6_0/cluster.json -> build/lib/sahara/plugins/default_templates/spark/v1_6_0 copying sahara/plugins/default_templates/spark/v1_6_0/master.json -> build/lib/sahara/plugins/default_templates/spark/v1_6_0 copying sahara/plugins/default_templates/spark/v1_6_0/slave.json -> build/lib/sahara/plugins/default_templates/spark/v1_6_0 creating build/lib/sahara/plugins/default_templates/spark/v2_1_0 copying sahara/plugins/default_templates/spark/v2_1_0/cluster.json -> build/lib/sahara/plugins/default_templates/spark/v2_1_0 copying sahara/plugins/default_templates/spark/v2_1_0/master.json -> build/lib/sahara/plugins/default_templates/spark/v2_1_0 copying sahara/plugins/default_templates/spark/v2_1_0/slave.json -> build/lib/sahara/plugins/default_templates/spark/v2_1_0 creating build/lib/sahara/plugins/default_templates/storm creating build/lib/sahara/plugins/default_templates/storm/v1_0_1 copying sahara/plugins/default_templates/storm/v1_0_1/cluster.json -> build/lib/sahara/plugins/default_templates/storm/v1_0_1 copying sahara/plugins/default_templates/storm/v1_0_1/master.json -> build/lib/sahara/plugins/default_templates/storm/v1_0_1 copying sahara/plugins/default_templates/storm/v1_0_1/slave.json -> build/lib/sahara/plugins/default_templates/storm/v1_0_1 creating build/lib/sahara/plugins/default_templates/storm/v1_1_0 copying sahara/plugins/default_templates/storm/v1_1_0/cluster.json -> build/lib/sahara/plugins/default_templates/storm/v1_1_0 copying sahara/plugins/default_templates/storm/v1_1_0/master.json -> build/lib/sahara/plugins/default_templates/storm/v1_1_0 copying sahara/plugins/default_templates/storm/v1_1_0/slave.json -> build/lib/sahara/plugins/default_templates/storm/v1_1_0 creating build/lib/sahara/plugins/default_templates/vanilla creating build/lib/sahara/plugins/default_templates/vanilla/v2_7_1 copying sahara/plugins/default_templates/vanilla/v2_7_1/cluster.json -> build/lib/sahara/plugins/default_templates/vanilla/v2_7_1 copying sahara/plugins/default_templates/vanilla/v2_7_1/master.json -> build/lib/sahara/plugins/default_templates/vanilla/v2_7_1 copying sahara/plugins/default_templates/vanilla/v2_7_1/worker.json -> build/lib/sahara/plugins/default_templates/vanilla/v2_7_1 creating build/lib/sahara/plugins/resources copying sahara/plugins/resources/create-principal-keytab -> build/lib/sahara/plugins/resources copying sahara/plugins/resources/cron-file -> build/lib/sahara/plugins/resources copying sahara/plugins/resources/cron-script -> build/lib/sahara/plugins/resources copying sahara/plugins/resources/kdc_conf -> build/lib/sahara/plugins/resources copying sahara/plugins/resources/kdc_conf_redhat -> build/lib/sahara/plugins/resources copying sahara/plugins/resources/krb-client-init.sh.template -> build/lib/sahara/plugins/resources copying sahara/plugins/resources/krb5_config -> build/lib/sahara/plugins/resources copying sahara/plugins/resources/mit-kdc-server-init.sh.template -> build/lib/sahara/plugins/resources + sleep 1 + export PYTHONPATH=. + PYTHONPATH=. + sphinx-build-2 -W -b html doc/source doc/build/html Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/sahara-10.0.0/doc/source/config-generator.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/sahara-10.0.0/doc/source/sample.config Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/sahara-10.0.0/.gitreview found adding role barbican-doc to link to https://docs.openstack.org/barbican/latest/%s adding role castellan-doc to link to https://docs.openstack.org/castellan/latest/%s adding role designate-doc to link to https://docs.openstack.org/designate/latest/%s adding role devstack-doc to link to https://docs.openstack.org/devstack/latest/%s adding role ironic-doc to link to https://docs.openstack.org/ironic/latest/%s adding role keystone-doc to link to https://docs.openstack.org/keystone/latest/%s adding role keystoneauth-doc to link to https://docs.openstack.org/keystoneauth/latest/%s adding role kolla-ansible-doc to link to https://docs.openstack.org/kolla-ansible/latest/%s adding role neutron-doc to link to https://docs.openstack.org/neutron/latest/%s adding role nova-doc to link to https://docs.openstack.org/nova/latest/%s adding role oslo.middleware-doc to link to https://docs.openstack.org/oslo.middleware/latest/%s adding role sahara-plugin-ambari-doc to link to https://docs.openstack.org/sahara-plugin-ambari/latest/%s adding role sahara-plugin-cdh-doc to link to https://docs.openstack.org/sahara-plugin-cdh/latest/%s adding role sahara-plugin-mapr-doc to link to https://docs.openstack.org/sahara-plugin-mapr/latest/%s adding role sahara-plugin-spark-doc to link to https://docs.openstack.org/sahara-plugin-spark/latest/%s adding role sahara-plugin-storm-doc to link to https://docs.openstack.org/sahara-plugin-storm/latest/%s adding role sahara-plugin-vanilla-doc to link to https://docs.openstack.org/sahara-plugin-vanilla/latest/%s adding role tooz-doc to link to https://docs.openstack.org/tooz/latest/%s building [mo]: targets for 0 po files that are out of date building [html]: targets for 53 source files that are out of date updating environment: 53 added, 0 changed, 0 removed reading sources... [ 1%] admin/advanced-configuration-guide reading sources... [ 3%] admin/configs-recommendations reading sources... [ 5%] admin/configuration-guide reading sources... [ 7%] admin/index reading sources... [ 9%] admin/upgrade-guide reading sources... [ 11%] cli/index reading sources... [ 13%] cli/sahara-status reading sources... [ 15%] configuration/descriptionconfig loading config file tools/config/config-generator.sahara.conf reading sources... [ 16%] configuration/index reading sources... [ 18%] configuration/sampleconfig reading sources... [ 20%] contributor/adding-database-migrations reading sources... [ 22%] contributor/apiv2 reading sources... [ 24%] contributor/dashboard-dev-environment-guide reading sources... [ 26%] contributor/development-environment reading sources... [ 28%] contributor/development-guidelines reading sources... [ 30%] contributor/devstack reading sources... [ 32%] contributor/gerrit reading sources... [ 33%] contributor/how-to-build-oozie reading sources... [ 35%] contributor/how-to-participate reading sources... [ 37%] contributor/image-gen reading sources... [ 39%] contributor/index reading sources... [ 41%] contributor/jenkins reading sources... [ 43%] contributor/log-guidelines reading sources... [ 45%] contributor/project reading sources... [ 47%] contributor/testing reading sources... [ 49%] index reading sources... [ 50%] install/dashboard-guide reading sources... [ 52%] install/index reading sources... [ 54%] install/installation-guide reading sources... [ 56%] intro/architecture reading sources... [ 58%] intro/index reading sources... [ 60%] intro/overview reading sources... [ 62%] reference/edp-spi reading sources... [ 64%] reference/index reading sources... [ 66%] reference/plugin-spi reading sources... [ 67%] reference/plugins reading sources... [ 69%] reference/restapi reading sources... [ 71%] user/building-guest-images reading sources... [ 73%] user/building-guest-images/baremetal reading sources... [ 75%] user/building-guest-images/sahara-image-create reading sources... [ 77%] user/building-guest-images/sahara-image-pack reading sources... [ 79%] user/dashboard-user-guide reading sources... [ 81%] user/edp reading sources... [ 83%] user/edp-s3 reading sources... [ 84%] user/features reading sources... [ 86%] user/hadoop-swift reading sources... [ 88%] user/index reading sources... [ 90%] user/overview reading sources... [ 92%] user/plugins reading sources... [ 94%] user/quickstart reading sources... [ 96%] user/registering-image reading sources... [ 98%] user/sahara-on-ironic reading sources... [100%] user/statuses looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 1%] admin/advanced-configuration-guide [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/sahara/tree/doc/source' [openstackdocstheme] bug_project (from user) '935' [openstackdocstheme] bug_project looks like a number, setting use_storyboard [openstackdocstheme] bug_tag 'doc' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/advanced-configuration-guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/advanced-configuration-guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/advanced-configuration-guide' writing output... [ 3%] admin/configs-recommendations [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/configs-recommendations.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/configs-recommendations.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/configs-recommendations' writing output... [ 5%] admin/configuration-guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/configuration-guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/configuration-guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/configuration-guide' writing output... [ 7%] admin/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/index' writing output... [ 9%] admin/upgrade-guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/upgrade-guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/upgrade-guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/upgrade-guide' writing output... [ 11%] cli/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/index' writing output... [ 13%] cli/sahara-status [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/sahara-status.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/sahara-status.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/sahara-status' writing output... [ 15%] configuration/descriptionconfig [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/descriptionconfig.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/descriptionconfig.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/descriptionconfig' writing output... [ 16%] configuration/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/index' writing output... [ 18%] configuration/sampleconfig [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/configuration/sampleconfig.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/configuration/sampleconfig.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'configuration/sampleconfig' writing output... [ 20%] contributor/adding-database-migrations [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/adding-database-migrations.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/adding-database-migrations.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/adding-database-migrations' writing output... [ 22%] contributor/apiv2 [openstackdocstheme] other_versions [] [openstackdocstheme] Could not get modification time of doc/source/contributor/apiv2.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/apiv2.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/apiv2' fatal: unknown date format format:%Y-%m-%d %H:%M:%S writing output... [ 24%] contributor/dashboard-dev-environment-guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/dashboard-dev-environment-guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/dashboard-dev-environment-guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/dashboard-dev-environment-guide' writing output... [ 26%] contributor/development-environment [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/development-environment.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/development-environment.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/development-environment' writing output... [ 28%] contributor/development-guidelines [openstackdocstheme] other_versions [] [openstackdocstheme] Could not get modification time of doc/source/contributor/development-guidelines.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/development-guidelines.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/development-guidelines' fatal: unknown date format format:%Y-%m-%d %H:%M:%S writing output... [ 30%] contributor/devstack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/devstack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/devstack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/devstack' writing output... [ 32%] contributor/gerrit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/gerrit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/gerrit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/gerrit' writing output... [ 33%] contributor/how-to-build-oozie [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/how-to-build-oozie.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/how-to-build-oozie.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/how-to-build-oozie' writing output... [ 35%] contributor/how-to-participate [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/how-to-participate.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/how-to-participate.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/how-to-participate' writing output... [ 37%] contributor/image-gen [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/image-gen.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/image-gen.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/image-gen' writing output... [ 39%] contributor/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/index' writing output... [ 41%] contributor/jenkins [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/jenkins.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/jenkins.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/jenkins' writing output... [ 43%] contributor/log-guidelines [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/log-guidelines.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/log-guidelines.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/log-guidelines' writing output... [ 45%] contributor/project [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/project.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/project.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/project' writing output... [ 47%] contributor/testing [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/contributor/testing.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/contributor/testing.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'contributor/testing' writing output... [ 49%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 50%] install/dashboard-guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/dashboard-guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/dashboard-guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/dashboard-guide' writing output... [ 52%] install/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index' writing output... [ 54%] install/installation-guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/installation-guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/installation-guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/installation-guide' writing output... [ 56%] intro/architecture [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/intro/architecture.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/intro/architecture.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'intro/architecture' writing output... [ 58%] intro/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/intro/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/intro/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'intro/index' writing output... [ 60%] intro/overview [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/intro/overview.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/intro/overview.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'intro/overview' writing output... [ 62%] reference/edp-spi [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/edp-spi.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/edp-spi.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/edp-spi' writing output... [ 64%] reference/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/index' writing output... [ 66%] reference/plugin-spi [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/plugin-spi.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/plugin-spi.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/plugin-spi' writing output... [ 67%] reference/plugins [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/plugins.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/plugins.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/plugins' writing output... [ 69%] reference/restapi [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/restapi.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/restapi.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/restapi' writing output... [ 71%] user/building-guest-images [openstackdocstheme] other_versions [] [openstackdocstheme] Could not get modification time of doc/source/user/building-guest-images.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/building-guest-images.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/building-guest-images' fatal: unknown date format format:%Y-%m-%d %H:%M:%S writing output... [ 73%] user/building-guest-images/baremetal [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/building-guest-images/baremetal.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/building-guest-images/baremetal.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/building-guest-images/baremetal' writing output... [ 75%] user/building-guest-images/sahara-image-create [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/building-guest-images/sahara-image-create.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/building-guest-images/sahara-image-create.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/building-guest-images/sahara-image-create' writing output... [ 77%] user/building-guest-images/sahara-image-pack [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/building-guest-images/sahara-image-pack.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/building-guest-images/sahara-image-pack.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/building-guest-images/sahara-image-pack' writing output... [ 79%] user/dashboard-user-guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/dashboard-user-guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/dashboard-user-guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/dashboard-user-guide' writing output... [ 81%] user/edp [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/edp.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/edp.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/edp' writing output... [ 83%] user/edp-s3 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/edp-s3.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/edp-s3.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/edp-s3' writing output... [ 84%] user/features [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/features.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/features.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/features' writing output... [ 86%] user/hadoop-swift [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/hadoop-swift.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/hadoop-swift.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/hadoop-swift' writing output... [ 88%] user/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/index' writing output... [ 90%] user/overview [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/overview.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/overview.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/overview' writing output... [ 92%] user/plugins [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/plugins.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/plugins.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/plugins' writing output... [ 94%] user/quickstart [openstackdocstheme] other_versions [] [openstackdocstheme] Could not get modification time of doc/source/user/quickstart.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/quickstart.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/quickstart' fatal: unknown date format format:%Y-%m-%d %H:%M:%S writing output... [ 96%] user/registering-image [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/registering-image.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/registering-image.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/registering-image' writing output... [ 98%] user/sahara-on-ironic [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/sahara-on-ironic.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/sahara-on-ironic.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/sahara-on-ironic' writing output... [100%] user/statuses [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/user/statuses.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/user/statuses.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'user/statuses' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying images... [ 33%] user/../images/hadoop-cluster-example.jpg copying images... [ 66%] intro/../images/sahara-architecture.svg copying images... [100%] intro/../images/openstack-interop.png copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + sphinx-build-2 -W -b man doc/source doc/build/man Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/sahara-10.0.0/doc/source/config-generator.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/sahara-10.0.0/doc/source/sample.config Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/sahara-10.0.0/.gitreview found adding role barbican-doc to link to https://docs.openstack.org/barbican/latest/%s adding role castellan-doc to link to https://docs.openstack.org/castellan/latest/%s adding role designate-doc to link to https://docs.openstack.org/designate/latest/%s adding role devstack-doc to link to https://docs.openstack.org/devstack/latest/%s adding role ironic-doc to link to https://docs.openstack.org/ironic/latest/%s adding role keystone-doc to link to https://docs.openstack.org/keystone/latest/%s adding role keystoneauth-doc to link to https://docs.openstack.org/keystoneauth/latest/%s adding role kolla-ansible-doc to link to https://docs.openstack.org/kolla-ansible/latest/%s adding role neutron-doc to link to https://docs.openstack.org/neutron/latest/%s adding role nova-doc to link to https://docs.openstack.org/nova/latest/%s adding role oslo.middleware-doc to link to https://docs.openstack.org/oslo.middleware/latest/%s adding role sahara-plugin-ambari-doc to link to https://docs.openstack.org/sahara-plugin-ambari/latest/%s adding role sahara-plugin-cdh-doc to link to https://docs.openstack.org/sahara-plugin-cdh/latest/%s adding role sahara-plugin-mapr-doc to link to https://docs.openstack.org/sahara-plugin-mapr/latest/%s adding role sahara-plugin-spark-doc to link to https://docs.openstack.org/sahara-plugin-spark/latest/%s adding role sahara-plugin-storm-doc to link to https://docs.openstack.org/sahara-plugin-storm/latest/%s adding role sahara-plugin-vanilla-doc to link to https://docs.openstack.org/sahara-plugin-vanilla/latest/%s adding role tooz-doc to link to https://docs.openstack.org/tooz/latest/%s building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 53 added, 0 changed, 0 removed reading sources... [ 1%] admin/advanced-configuration-guide reading sources... [ 3%] admin/configs-recommendations reading sources... [ 5%] admin/configuration-guide reading sources... [ 7%] admin/index reading sources... [ 9%] admin/upgrade-guide reading sources... [ 11%] cli/index reading sources... [ 13%] cli/sahara-status reading sources... [ 15%] configuration/descriptionconfig loading config file tools/config/config-generator.sahara.conf reading sources... [ 16%] configuration/index reading sources... [ 18%] configuration/sampleconfig reading sources... [ 20%] contributor/adding-database-migrations reading sources... [ 22%] contributor/apiv2 reading sources... [ 24%] contributor/dashboard-dev-environment-guide reading sources... [ 26%] contributor/development-environment reading sources... [ 28%] contributor/development-guidelines reading sources... [ 30%] contributor/devstack reading sources... [ 32%] contributor/gerrit reading sources... [ 33%] contributor/how-to-build-oozie reading sources... [ 35%] contributor/how-to-participate reading sources... [ 37%] contributor/image-gen reading sources... [ 39%] contributor/index reading sources... [ 41%] contributor/jenkins reading sources... [ 43%] contributor/log-guidelines reading sources... [ 45%] contributor/project reading sources... [ 47%] contributor/testing reading sources... [ 49%] index reading sources... [ 50%] install/dashboard-guide reading sources... [ 52%] install/index reading sources... [ 54%] install/installation-guide reading sources... [ 56%] intro/architecture reading sources... [ 58%] intro/index reading sources... [ 60%] intro/overview reading sources... [ 62%] reference/edp-spi reading sources... [ 64%] reference/index reading sources... [ 66%] reference/plugin-spi reading sources... [ 67%] reference/plugins reading sources... [ 69%] reference/restapi reading sources... [ 71%] user/building-guest-images reading sources... [ 73%] user/building-guest-images/baremetal reading sources... [ 75%] user/building-guest-images/sahara-image-create reading sources... [ 77%] user/building-guest-images/sahara-image-pack reading sources... [ 79%] user/dashboard-user-guide reading sources... [ 81%] user/edp reading sources... [ 83%] user/edp-s3 reading sources... [ 84%] user/features reading sources... [ 86%] user/hadoop-swift reading sources... [ 88%] user/index reading sources... [ 90%] user/overview reading sources... [ 92%] user/plugins reading sources... [ 94%] user/quickstart reading sources... [ 96%] user/registering-image reading sources... [ 98%] user/sahara-on-ironic reading sources... [100%] user/statuses looking for now-outdated files... none found pickling environment... done checking consistency... done writing... sahara.1 { intro/index intro/overview intro/architecture install/index install/installation-guide install/dashboard-guide configuration/index configuration/descriptionconfig configuration/sampleconfig user/index user/overview user/quickstart user/dashboard-user-guide user/features user/registering-image user/statuses user/sahara-on-ironic user/plugins user/edp user/edp-s3 user/building-guest-images user/building-guest-images/sahara-image-pack user/building-guest-images/sahara-image-create user/building-guest-images/baremetal user/hadoop-swift cli/index cli/sahara-status admin/index admin/configuration-guide admin/advanced-configuration-guide admin/upgrade-guide contributor/index contributor/development-guidelines contributor/development-environment contributor/dashboard-dev-environment-guide contributor/devstack contributor/how-to-participate contributor/how-to-build-oozie contributor/adding-database-migrations contributor/testing contributor/log-guidelines contributor/apiv2 contributor/image-gen contributor/project contributor/gerrit contributor/jenkins reference/index reference/plugins reference/plugin-spi reference/edp-spi reference/restapi } build succeeded. The manual pages are in doc/build/man. + PYTHONPATH=. + oslo-config-generator-2 --config-file=tools/config/config-generator.sahara.conf --output-file=etc/sahara/sahara.conf + sed -i 's#^\#api_paste_config.*#api_paste_config = /etc/sahara/api-paste.ini#' etc/sahara/sahara.conf + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yMNXRb + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch + cd sahara-10.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara copying build/lib/sahara/exceptions.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests copying build/lib/sahara/tests/README.rst -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests copying build/lib/sahara/tests/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit copying build/lib/sahara/tests/unit/test_context.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/templates copying build/lib/sahara/tests/unit/db/templates/test_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/templates copying build/lib/sahara/tests/unit/db/templates/test_delete.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/templates copying build/lib/sahara/tests/unit/db/templates/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/templates copying build/lib/sahara/tests/unit/db/templates/common.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/templates copying build/lib/sahara/tests/unit/db/templates/test_update.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/templates creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/sqlalchemy copying build/lib/sahara/tests/unit/db/sqlalchemy/test_types.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/sqlalchemy copying build/lib/sahara/tests/unit/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/sqlalchemy copying build/lib/sahara/tests/unit/db/test_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/migration copying build/lib/sahara/tests/unit/db/migration/test_migrations.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/migration copying build/lib/sahara/tests/unit/db/migration/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/migration copying build/lib/sahara/tests/unit/db/migration/test_migrations_base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/migration copying build/lib/sahara/tests/unit/db/migration/test_db_manage_cli.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/migration copying build/lib/sahara/tests/unit/db/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/cli copying build/lib/sahara/tests/unit/cli/test_sahara_cli.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/cli creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/cli/image_pack copying build/lib/sahara/tests/unit/cli/image_pack/test_image_pack_api.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/cli/image_pack copying build/lib/sahara/tests/unit/cli/image_pack/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/cli/image_pack copying build/lib/sahara/tests/unit/cli/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/cli copying build/lib/sahara/tests/unit/cli/test_sahara_status.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/cli copying build/lib/sahara/tests/unit/test_exceptions.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_proxy.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_configs.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_types.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_ssh_remote.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_poll_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_crypto.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_resources.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_xml_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_patches.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_api_validator.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_rpc.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_cluster.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/openstack copying build/lib/sahara/tests/unit/utils/openstack/test_base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/openstack copying build/lib/sahara/tests/unit/utils/openstack/test_swift.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/openstack copying build/lib/sahara/tests/unit/utils/openstack/test_images.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/openstack copying build/lib/sahara/tests/unit/utils/openstack/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/openstack copying build/lib/sahara/tests/unit/utils/openstack/test_heat.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/openstack copying build/lib/sahara/tests/unit/utils/test_hacking.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_neutron.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_cluster_progress_ops.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_cinder.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/notification copying build/lib/sahara/tests/unit/utils/notification/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/notification copying build/lib/sahara/tests/unit/utils/notification/test_sender.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/notification copying build/lib/sahara/tests/unit/utils/test_general.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_edp.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_api.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils copying build/lib/sahara/tests/unit/utils/test_heat.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/api copying build/lib/sahara/tests/unit/api/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/api creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/api/middleware copying build/lib/sahara/tests/unit/api/middleware/test_auth_valid.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/api/middleware copying build/lib/sahara/tests/unit/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/api/middleware copying build/lib/sahara/tests/unit/api/test_acl.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/api creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/swift copying build/lib/sahara/tests/unit/swift/test_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/swift copying build/lib/sahara/tests/unit/swift/test_swift_helper.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/swift copying build/lib/sahara/tests/unit/swift/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/swift creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/topology copying build/lib/sahara/tests/unit/topology/test_topology.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/topology copying build/lib/sahara/tests/unit/topology/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/topology copying build/lib/sahara/tests/unit/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor copying build/lib/sahara/tests/unit/conductor/test_resource.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager copying build/lib/sahara/tests/unit/conductor/manager/test_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager copying build/lib/sahara/tests/unit/conductor/manager/test_from_template.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager copying build/lib/sahara/tests/unit/conductor/manager/test_edp_interface.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager copying build/lib/sahara/tests/unit/conductor/manager/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager copying build/lib/sahara/tests/unit/conductor/manager/test_clusters.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager copying build/lib/sahara/tests/unit/conductor/manager/test_edp.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager copying build/lib/sahara/tests/unit/conductor/manager/test_defaults.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager copying build/lib/sahara/tests/unit/conductor/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor copying build/lib/sahara/tests/unit/conductor/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor copying build/lib/sahara/tests/unit/conductor/test_api.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins copying build/lib/sahara/tests/unit/plugins/test_kerberos.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins copying build/lib/sahara/tests/unit/plugins/test_provide_recommendations.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins copying build/lib/sahara/tests/unit/plugins/test_base_plugins_support.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins copying build/lib/sahara/tests/unit/plugins/test_labels.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins copying build/lib/sahara/tests/unit/plugins/test_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins copying build/lib/sahara/tests/unit/plugins/test_images.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins copying build/lib/sahara/tests/unit/plugins/test_provisioning.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins copying build/lib/sahara/tests/unit/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/resources copying build/lib/sahara/tests/unit/resources/test-default.xml -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/resources copying build/lib/sahara/tests/unit/resources/dfs_admin_1_nodes.txt -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/resources copying build/lib/sahara/tests/unit/resources/dfs_admin_3_nodes.txt -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/resources copying build/lib/sahara/tests/unit/resources/dfs_admin_0_nodes.txt -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/resources copying build/lib/sahara/tests/unit/testutils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit copying build/lib/sahara/tests/unit/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit copying build/lib/sahara/tests/unit/test_main.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/oozie copying build/lib/sahara/tests/unit/service/edp/oozie/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/oozie copying build/lib/sahara/tests/unit/service/edp/oozie/test_oozie.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/oozie copying build/lib/sahara/tests/unit/service/edp/test_json_api_examples.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/spark copying build/lib/sahara/tests/unit/service/edp/spark/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/spark copying build/lib/sahara/tests/unit/service/edp/spark/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/spark creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/utils copying build/lib/sahara/tests/unit/service/edp/utils/test_shares.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/utils copying build/lib/sahara/tests/unit/service/edp/test_job_possible_configs.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp copying build/lib/sahara/tests/unit/service/edp/edp_test_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/s3 copying build/lib/sahara/tests/unit/service/edp/job_binaries/s3/test_s3_type.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/s3 copying build/lib/sahara/tests/unit/service/edp/job_binaries/s3/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/s3 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/internal_db copying build/lib/sahara/tests/unit/service/edp/job_binaries/internal_db/test_internal_db_type.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/internal_db copying build/lib/sahara/tests/unit/service/edp/job_binaries/internal_db/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/internal_db creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/manila copying build/lib/sahara/tests/unit/service/edp/job_binaries/manila/test_manila_type.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/manila copying build/lib/sahara/tests/unit/service/edp/job_binaries/manila/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/manila copying build/lib/sahara/tests/unit/service/edp/job_binaries/test_base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/swift copying build/lib/sahara/tests/unit/service/edp/job_binaries/swift/test_swift_type.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/swift copying build/lib/sahara/tests/unit/service/edp/job_binaries/swift/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/swift copying build/lib/sahara/tests/unit/service/edp/job_binaries/job_binary_manager_support.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries copying build/lib/sahara/tests/unit/service/edp/job_binaries/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/hdfs copying build/lib/sahara/tests/unit/service/edp/data_sources/hdfs/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/hdfs copying build/lib/sahara/tests/unit/service/edp/data_sources/hdfs/test_hdfs_type.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/hdfs creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/s3 copying build/lib/sahara/tests/unit/service/edp/data_sources/s3/test_s3_type.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/s3 copying build/lib/sahara/tests/unit/service/edp/data_sources/s3/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/s3 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/maprfs copying build/lib/sahara/tests/unit/service/edp/data_sources/maprfs/test_maprfs_type_validation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/maprfs copying build/lib/sahara/tests/unit/service/edp/data_sources/maprfs/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/maprfs copying build/lib/sahara/tests/unit/service/edp/data_sources/base_test.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/manila copying build/lib/sahara/tests/unit/service/edp/data_sources/manila/test_manila_type.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/manila copying build/lib/sahara/tests/unit/service/edp/data_sources/manila/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/manila creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/swift copying build/lib/sahara/tests/unit/service/edp/data_sources/swift/test_swift_type.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/swift copying build/lib/sahara/tests/unit/service/edp/data_sources/swift/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/swift copying build/lib/sahara/tests/unit/service/edp/data_sources/data_source_manager_support_test.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources copying build/lib/sahara/tests/unit/service/edp/data_sources/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources copying build/lib/sahara/tests/unit/service/edp/test_job_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp copying build/lib/sahara/tests/unit/service/edp/test_hdfs_helper.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp copying build/lib/sahara/tests/unit/service/edp/test_s3_common.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/storm copying build/lib/sahara/tests/unit/service/edp/storm/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/storm copying build/lib/sahara/tests/unit/service/edp/storm/test_storm.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/storm creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/workflow_creator copying build/lib/sahara/tests/unit/service/edp/workflow_creator/test_create_workflow.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/workflow_creator copying build/lib/sahara/tests/unit/service/edp/workflow_creator/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/workflow_creator copying build/lib/sahara/tests/unit/service/edp/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp copying build/lib/sahara/tests/unit/service/edp/test_job_manager.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/binary_retrievers copying build/lib/sahara/tests/unit/service/edp/binary_retrievers/test_dispatch.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/binary_retrievers copying build/lib/sahara/tests/unit/service/edp/binary_retrievers/test_manila.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/binary_retrievers copying build/lib/sahara/tests/unit/service/edp/binary_retrievers/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/binary_retrievers copying build/lib/sahara/tests/unit/service/edp/binary_retrievers/test_internal_swift.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/binary_retrievers copying build/lib/sahara/tests/unit/service/test_networks.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service copying build/lib/sahara/tests/unit/service/test_volumes.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/heat copying build/lib/sahara/tests/unit/service/heat/test_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/heat copying build/lib/sahara/tests/unit/service/heat/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/heat creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/castellan copying build/lib/sahara/tests/unit/service/castellan/test_sahara_key_manager.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/castellan copying build/lib/sahara/tests/unit/service/castellan/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/castellan copying build/lib/sahara/tests/unit/service/test_trusts.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api copying build/lib/sahara/tests/unit/service/api/test_v10.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/v2 copying build/lib/sahara/tests/unit/service/api/v2/test_plugins.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/v2 copying build/lib/sahara/tests/unit/service/api/v2/test_images.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/v2 copying build/lib/sahara/tests/unit/service/api/v2/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/v2 copying build/lib/sahara/tests/unit/service/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/v2 copying build/lib/sahara/tests/unit/service/api/v2/test_clusters.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/v2 copying build/lib/sahara/tests/unit/service/api/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api copying build/lib/sahara/tests/unit/service/test_engine.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/health copying build/lib/sahara/tests/unit/service/health/test_verification_base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/health copying build/lib/sahara/tests/unit/service/health/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/health creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp copying build/lib/sahara/tests/unit/service/validation/edp/test_job_interface.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp copying build/lib/sahara/tests/unit/service/validation/edp/test_job_executor.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp copying build/lib/sahara/tests/unit/service/validation/edp/test_job.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp copying build/lib/sahara/tests/unit/service/validation/edp/test_data_source.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp copying build/lib/sahara/tests/unit/service/validation/edp/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp copying build/lib/sahara/tests/unit/service/validation/edp/test_job_binary.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp copying build/lib/sahara/tests/unit/service/validation/edp/test_job_binary_internal.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp copying build/lib/sahara/tests/unit/service/validation/test_cluster_template_create_validation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/test_cluster_scaling_validation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/test_validation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/test_cluster_create_validation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/test_add_tags_validation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/test_protected_validation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/test_ng_template_validation_create.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/test_share_validations.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/test_cluster_update_validation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/test_cluster_delete_validation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/test_ng_template_validation_update.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/validation/test_cluster_template_update_validation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation copying build/lib/sahara/tests/unit/service/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service copying build/lib/sahara/tests/unit/service/test_ops.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service copying build/lib/sahara/tests/unit/service/test_quotas.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service copying build/lib/sahara/tests/unit/service/test_ntp_service.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service copying build/lib/sahara/tests/unit/service/test_periodic.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service copying build/lib/sahara/tests/unit/service/test_sessions.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service copying build/lib/sahara/tests/unit/service/test_coordinator.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service copying build/lib/sahara/config.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/templates copying build/lib/sahara/db/templates/README.rst -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/templates copying build/lib/sahara/db/templates/utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/templates copying build/lib/sahara/db/templates/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/templates copying build/lib/sahara/db/templates/cli.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/templates copying build/lib/sahara/db/templates/api.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/templates creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/sqlalchemy copying build/lib/sahara/db/sqlalchemy/models.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/sqlalchemy copying build/lib/sahara/db/sqlalchemy/model_base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/sqlalchemy copying build/lib/sahara/db/sqlalchemy/types.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/sqlalchemy copying build/lib/sahara/db/sqlalchemy/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/sqlalchemy copying build/lib/sahara/db/sqlalchemy/api.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/sqlalchemy creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration copying build/lib/sahara/db/migration/alembic.ini -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration copying build/lib/sahara/db/migration/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration copying build/lib/sahara/db/migration/cli.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations copying build/lib/sahara/db/migration/alembic_migrations/README.md -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/018_volume_local_to_instance.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/002_placeholder.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/005_placeholder.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/033_add_anti_affinity_ratio_field_to_cluster.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/031_added_plugins_table.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/029_set_is_protected_on_is_default.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/008_security_groups.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/013_volumes_availability_zone.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/001_icehouse.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/027_rename_oozie_job_id.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/003_placeholder.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/035_boot_from_volume_enhancements.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/028_storage_devices_number.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/011_sahara_info.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/025_increase_ip_column_size.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/026_add_is_public_is_protected.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/004_placeholder.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/010_auto_security_groups.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/009_rollback_info.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/022_add_job_interface.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/015_add_events_objects.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/007_increase_status_description_size.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/016_is_proxy_gateway.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/032_add_domain_name.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/023_add_use_autoconfig.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/019_is_default_for_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/012_availability_zone.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/006_placeholder.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/024_manila_shares.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/020_remove_redandunt_progress_ops.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/021_datasource_placeholders.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/014_add_volume_type.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/034_boot_from_volume.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/017_drop_progress.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/versions/030-health-check.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions copying build/lib/sahara/db/migration/alembic_migrations/script.py.mako -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations copying build/lib/sahara/db/migration/alembic_migrations/env.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations copying build/lib/sahara/db/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db copying build/lib/sahara/db/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db copying build/lib/sahara/db/api.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli copying build/lib/sahara/cli/sahara_engine.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli copying build/lib/sahara/cli/sahara_status.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli copying build/lib/sahara/cli/sahara_api.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/image_pack copying build/lib/sahara/cli/image_pack/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/image_pack copying build/lib/sahara/cli/image_pack/cli.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/image_pack copying build/lib/sahara/cli/image_pack/api.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/image_pack copying build/lib/sahara/cli/sahara_subprocess.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli copying build/lib/sahara/cli/sahara_all.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli copying build/lib/sahara/cli/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli copying build/lib/sahara/main.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/api_validator.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/proxy.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/resources.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/poll_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/cluster_progress_ops.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/network.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/ssh_remote.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/patches.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/types.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/configs.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/xmlutils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack copying build/lib/sahara/utils/openstack/keystone.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack copying build/lib/sahara/utils/openstack/nova.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack copying build/lib/sahara/utils/openstack/heat.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack copying build/lib/sahara/utils/openstack/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack copying build/lib/sahara/utils/openstack/swift.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack copying build/lib/sahara/utils/openstack/images.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack copying build/lib/sahara/utils/openstack/neutron.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack copying build/lib/sahara/utils/openstack/cinder.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack copying build/lib/sahara/utils/openstack/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack copying build/lib/sahara/utils/openstack/manila.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack copying build/lib/sahara/utils/openstack/glance.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack copying build/lib/sahara/utils/edp.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/tempfiles.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/rpc.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/procutils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/crypto.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/files.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/notification copying build/lib/sahara/utils/notification/sender.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/notification copying build/lib/sahara/utils/notification/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/notification copying build/lib/sahara/utils/general.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/remote.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/api.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/cluster.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils copying build/lib/sahara/utils/wsgi.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/hacking copying build/lib/sahara/utils/hacking/logging_checks.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/hacking copying build/lib/sahara/utils/hacking/commit_message.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/hacking copying build/lib/sahara/utils/hacking/import_checks.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/hacking copying build/lib/sahara/utils/hacking/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/hacking copying build/lib/sahara/utils/hacking/checks.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/hacking copying build/lib/sahara/version.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common copying build/lib/sahara/common/config.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/clusters.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/cluster_template.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/jobs.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/job_template.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/node_group_template.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/image.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/cluster_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/job_binary_internals.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/job_types.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/data_source.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/data_sources.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/images.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/job_executions.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/job.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/node_group_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/job_binaries.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/job_binary.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/job_type.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/plugins.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/plugin.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/policies/cluster.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies copying build/lib/sahara/common/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common copying build/lib/sahara/i18n.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api copying build/lib/sahara/api/microversion.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api copying build/lib/sahara/api/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api copying build/lib/sahara/api/v10.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2 copying build/lib/sahara/api/v2/clusters.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2 copying build/lib/sahara/api/v2/jobs.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2 copying build/lib/sahara/api/v2/cluster_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2 copying build/lib/sahara/api/v2/job_types.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2 copying build/lib/sahara/api/v2/job_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2 copying build/lib/sahara/api/v2/data_sources.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2 copying build/lib/sahara/api/v2/images.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2 copying build/lib/sahara/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2 copying build/lib/sahara/api/v2/node_group_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2 copying build/lib/sahara/api/v2/job_binaries.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2 copying build/lib/sahara/api/v2/plugins.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2 copying build/lib/sahara/api/acl.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api copying build/lib/sahara/api/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api copying build/lib/sahara/api/v11.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/middleware copying build/lib/sahara/api/middleware/version_discovery.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/middleware copying build/lib/sahara/api/middleware/sahara_middleware.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/middleware copying build/lib/sahara/api/middleware/auth_valid.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/middleware copying build/lib/sahara/api/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/middleware creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/swift copying build/lib/sahara/swift/utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/swift creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/swift/resources copying build/lib/sahara/swift/resources/conf-template.xml -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/swift/resources copying build/lib/sahara/swift/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/swift copying build/lib/sahara/swift/swift_helper.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/swift creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/topology copying build/lib/sahara/topology/topology_helper.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/topology creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/topology/resources copying build/lib/sahara/topology/resources/mapred-template.xml -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/topology/resources copying build/lib/sahara/topology/resources/core-template.xml -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/topology/resources copying build/lib/sahara/topology/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/topology creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/conductor copying build/lib/sahara/conductor/resource.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/conductor copying build/lib/sahara/conductor/objects.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/conductor copying build/lib/sahara/conductor/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/conductor copying build/lib/sahara/conductor/api.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/conductor copying build/lib/sahara/conductor/manager.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/conductor creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/exceptions.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/labels.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_5 copying build/lib/sahara/plugins/default_templates/ambari/v2_5/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_5 copying build/lib/sahara/plugins/default_templates/ambari/v2_5/worker.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_5 copying build/lib/sahara/plugins/default_templates/ambari/v2_5/master-edp.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_5 copying build/lib/sahara/plugins/default_templates/ambari/v2_5/master.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_5 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_3 copying build/lib/sahara/plugins/default_templates/ambari/v2_3/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_3 copying build/lib/sahara/plugins/default_templates/ambari/v2_3/worker.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_3 copying build/lib/sahara/plugins/default_templates/ambari/v2_3/master-edp.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_3 copying build/lib/sahara/plugins/default_templates/ambari/v2_3/master.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_3 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_4 copying build/lib/sahara/plugins/default_templates/ambari/v2_4/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_4 copying build/lib/sahara/plugins/default_templates/ambari/v2_4/worker.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_4 copying build/lib/sahara/plugins/default_templates/ambari/v2_4/master-edp.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_4 copying build/lib/sahara/plugins/default_templates/ambari/v2_4/master.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/ambari/v2_4 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark/v2_1_0 copying build/lib/sahara/plugins/default_templates/spark/v2_1_0/slave.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark/v2_1_0 copying build/lib/sahara/plugins/default_templates/spark/v2_1_0/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark/v2_1_0 copying build/lib/sahara/plugins/default_templates/spark/v2_1_0/master.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark/v2_1_0 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark/v1_3_1 copying build/lib/sahara/plugins/default_templates/spark/v1_3_1/slave.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark/v1_3_1 copying build/lib/sahara/plugins/default_templates/spark/v1_3_1/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark/v1_3_1 copying build/lib/sahara/plugins/default_templates/spark/v1_3_1/master.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark/v1_3_1 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark/v1_6_0 copying build/lib/sahara/plugins/default_templates/spark/v1_6_0/slave.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark/v1_6_0 copying build/lib/sahara/plugins/default_templates/spark/v1_6_0/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark/v1_6_0 copying build/lib/sahara/plugins/default_templates/spark/v1_6_0/master.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/spark/v1_6_0 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/vanilla creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/vanilla/v2_7_1 copying build/lib/sahara/plugins/default_templates/vanilla/v2_7_1/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/vanilla/v2_7_1 copying build/lib/sahara/plugins/default_templates/vanilla/v2_7_1/worker.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/vanilla/v2_7_1 copying build/lib/sahara/plugins/default_templates/vanilla/v2_7_1/master.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/vanilla/v2_7_1 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_9_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_9_0/master-core.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_9_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_9_0/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_9_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_9_0/manager.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_9_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_9_0/master-additional.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_9_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_9_0/worker-nm-dn.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_9_0 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_5_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_5_0/master-core.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_5_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_5_0/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_5_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_5_0/manager.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_5_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_5_0/master-additional.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_5_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_5_0/worker-nm-dn.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_5_0 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_7_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_7_0/master-core.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_7_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_7_0/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_7_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_7_0/manager.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_7_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_7_0/master-additional.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_7_0 copying build/lib/sahara/plugins/default_templates/cdh/v5_7_0/worker-nm-dn.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/cdh/v5_7_0 copying build/lib/sahara/plugins/default_templates/template.conf -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/storm creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/storm/v1_0_1 copying build/lib/sahara/plugins/default_templates/storm/v1_0_1/slave.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/storm/v1_0_1 copying build/lib/sahara/plugins/default_templates/storm/v1_0_1/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/storm/v1_0_1 copying build/lib/sahara/plugins/default_templates/storm/v1_0_1/master.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/storm/v1_0_1 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/storm/v1_1_0 copying build/lib/sahara/plugins/default_templates/storm/v1_1_0/slave.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/storm/v1_1_0 copying build/lib/sahara/plugins/default_templates/storm/v1_1_0/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/storm/v1_1_0 copying build/lib/sahara/plugins/default_templates/storm/v1_1_0/master.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/storm/v1_1_0 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr/v5_2_0_mrv2 copying build/lib/sahara/plugins/default_templates/mapr/v5_2_0_mrv2/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr/v5_2_0_mrv2 copying build/lib/sahara/plugins/default_templates/mapr/v5_2_0_mrv2/worker.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr/v5_2_0_mrv2 copying build/lib/sahara/plugins/default_templates/mapr/v5_2_0_mrv2/master.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr/v5_2_0_mrv2 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr/5_0_0_mrv2 copying build/lib/sahara/plugins/default_templates/mapr/5_0_0_mrv2/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr/5_0_0_mrv2 copying build/lib/sahara/plugins/default_templates/mapr/5_0_0_mrv2/worker.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr/5_0_0_mrv2 copying build/lib/sahara/plugins/default_templates/mapr/5_0_0_mrv2/master.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr/5_0_0_mrv2 creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr/v5_1_0_mrv2 copying build/lib/sahara/plugins/default_templates/mapr/v5_1_0_mrv2/cluster.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr/v5_1_0_mrv2 copying build/lib/sahara/plugins/default_templates/mapr/v5_1_0_mrv2/worker.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr/v5_1_0_mrv2 copying build/lib/sahara/plugins/default_templates/mapr/v5_1_0_mrv2/master.json -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/default_templates/mapr/v5_1_0_mrv2 copying build/lib/sahara/plugins/utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/swift_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/castellan_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/main.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/opts.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/service_api.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/fake copying build/lib/sahara/plugins/fake/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/fake copying build/lib/sahara/plugins/fake/edp_engine.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/fake copying build/lib/sahara/plugins/fake/plugin.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/fake copying build/lib/sahara/plugins/health_check_base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/topology_helper.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/conductor.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/resource.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/provisioning.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/recommendations_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/images.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/resources copying build/lib/sahara/plugins/resources/krb-client-init.sh.template -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/resources copying build/lib/sahara/plugins/resources/kdc_conf_redhat -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/resources copying build/lib/sahara/plugins/resources/kdc_conf -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/resources copying build/lib/sahara/plugins/resources/mit-kdc-server-init.sh.template -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/resources copying build/lib/sahara/plugins/resources/cron-script -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/resources copying build/lib/sahara/plugins/resources/create-principal-keytab -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/resources copying build/lib/sahara/plugins/resources/krb5_config -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/resources copying build/lib/sahara/plugins/resources/cron-file -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/resources copying build/lib/sahara/plugins/objects.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/kerberos.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/testutils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/edp.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/db.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/swift_helper.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/plugins/context.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins copying build/lib/sahara/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara copying build/lib/sahara/context.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service copying build/lib/sahara/service/ntp_service.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service copying build/lib/sahara/service/engine.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie copying build/lib/sahara/service/edp/oozie/engine.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie copying build/lib/sahara/service/edp/oozie/oozie.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator copying build/lib/sahara/service/edp/oozie/workflow_creator/base_workflow.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator copying build/lib/sahara/service/edp/oozie/workflow_creator/pig_workflow.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator copying build/lib/sahara/service/edp/oozie/workflow_creator/mapreduce_workflow.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator copying build/lib/sahara/service/edp/oozie/workflow_creator/shell_workflow.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator copying build/lib/sahara/service/edp/oozie/workflow_creator/workflow_factory.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator copying build/lib/sahara/service/edp/oozie/workflow_creator/hive_workflow.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator copying build/lib/sahara/service/edp/oozie/workflow_creator/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator copying build/lib/sahara/service/edp/oozie/workflow_creator/java_workflow.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator copying build/lib/sahara/service/edp/oozie/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/spark copying build/lib/sahara/service/edp/spark/engine.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/spark copying build/lib/sahara/service/edp/spark/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/spark creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/utils copying build/lib/sahara/service/edp/utils/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/utils copying build/lib/sahara/service/edp/utils/shares.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/utils creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/s3 copying build/lib/sahara/service/edp/job_binaries/s3/implementation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/s3 copying build/lib/sahara/service/edp/job_binaries/s3/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/s3 copying build/lib/sahara/service/edp/job_binaries/opts.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/internal_db copying build/lib/sahara/service/edp/job_binaries/internal_db/implementation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/internal_db copying build/lib/sahara/service/edp/job_binaries/internal_db/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/internal_db creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/manila copying build/lib/sahara/service/edp/job_binaries/manila/implementation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/manila copying build/lib/sahara/service/edp/job_binaries/manila/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/manila creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/swift copying build/lib/sahara/service/edp/job_binaries/swift/implementation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/swift copying build/lib/sahara/service/edp/job_binaries/swift/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/swift copying build/lib/sahara/service/edp/job_binaries/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries copying build/lib/sahara/service/edp/job_binaries/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries copying build/lib/sahara/service/edp/job_binaries/manager.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries copying build/lib/sahara/service/edp/hdfs_helper.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/hdfs copying build/lib/sahara/service/edp/data_sources/hdfs/implementation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/hdfs copying build/lib/sahara/service/edp/data_sources/hdfs/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/hdfs creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/s3 copying build/lib/sahara/service/edp/data_sources/s3/implementation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/s3 copying build/lib/sahara/service/edp/data_sources/s3/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/s3 copying build/lib/sahara/service/edp/data_sources/opts.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/maprfs copying build/lib/sahara/service/edp/data_sources/maprfs/implementation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/maprfs copying build/lib/sahara/service/edp/data_sources/maprfs/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/maprfs creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/manila copying build/lib/sahara/service/edp/data_sources/manila/implementation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/manila copying build/lib/sahara/service/edp/data_sources/manila/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/manila creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/swift copying build/lib/sahara/service/edp/data_sources/swift/implementation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/swift copying build/lib/sahara/service/edp/data_sources/swift/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/swift copying build/lib/sahara/service/edp/data_sources/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources copying build/lib/sahara/service/edp/data_sources/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources copying build/lib/sahara/service/edp/data_sources/manager.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources copying build/lib/sahara/service/edp/job_manager.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/storm copying build/lib/sahara/service/edp/storm/engine.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/storm copying build/lib/sahara/service/edp/storm/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/storm copying build/lib/sahara/service/edp/job_utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/resources copying build/lib/sahara/service/edp/resources/mapred-job-config.xml -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/resources copying build/lib/sahara/service/edp/resources/edp-spark-wrapper.jar -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/resources copying build/lib/sahara/service/edp/resources/edp-main-wrapper.jar -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/resources copying build/lib/sahara/service/edp/resources/workflow.xml -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/resources copying build/lib/sahara/service/edp/resources/mapred-default.xml -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/resources copying build/lib/sahara/service/edp/resources/hive-default.xml -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/resources copying build/lib/sahara/service/edp/resources/launch_command.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/resources copying build/lib/sahara/service/edp/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers copying build/lib/sahara/service/edp/binary_retrievers/internal_swift.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers copying build/lib/sahara/service/edp/binary_retrievers/manila_share.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers copying build/lib/sahara/service/edp/binary_retrievers/dispatch.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers copying build/lib/sahara/service/edp/binary_retrievers/s3_storage.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers copying build/lib/sahara/service/edp/binary_retrievers/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers copying build/lib/sahara/service/edp/binary_retrievers/sahara_db.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers copying build/lib/sahara/service/edp/base_engine.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp copying build/lib/sahara/service/edp/s3_common.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp copying build/lib/sahara/service/edp/shares.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp copying build/lib/sahara/service/volumes.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service copying build/lib/sahara/service/sessions.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/heat copying build/lib/sahara/service/heat/templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/heat copying build/lib/sahara/service/heat/heat_engine.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/heat copying build/lib/sahara/service/heat/commons.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/heat copying build/lib/sahara/service/heat/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/heat creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/castellan copying build/lib/sahara/service/castellan/utils.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/castellan copying build/lib/sahara/service/castellan/config.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/castellan copying build/lib/sahara/service/castellan/sahara_key_manager.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/castellan copying build/lib/sahara/service/castellan/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/castellan copying build/lib/sahara/service/periodic.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api copying build/lib/sahara/service/api/v10.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2 copying build/lib/sahara/service/api/v2/clusters.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2 copying build/lib/sahara/service/api/v2/jobs.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2 copying build/lib/sahara/service/api/v2/cluster_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2 copying build/lib/sahara/service/api/v2/job_types.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2 copying build/lib/sahara/service/api/v2/job_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2 copying build/lib/sahara/service/api/v2/data_sources.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2 copying build/lib/sahara/service/api/v2/images.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2 copying build/lib/sahara/service/api/v2/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2 copying build/lib/sahara/service/api/v2/node_group_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2 copying build/lib/sahara/service/api/v2/job_binaries.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2 copying build/lib/sahara/service/api/v2/plugins.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2 copying build/lib/sahara/service/api/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api copying build/lib/sahara/service/api/v11.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api copying build/lib/sahara/service/ops.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validations/clusters.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/job_execution_schema.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/job_binary_internal_schema.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/data_source_schema.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/job_schema.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/data_source.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/job_binary_internal.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/job.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/job_interface.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/job_binary_schema.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/job_binary.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/edp/job_execution.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp copying build/lib/sahara/service/validations/node_group_template_schema.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validations/cluster_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validations/clusters_scaling.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validations/base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validations/images.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validations/acl.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validations/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validations/clusters_schema.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validations/node_group_templates.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validations/plugins.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validations/cluster_template_schema.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validations/shares.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations copying build/lib/sahara/service/validation.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/health copying build/lib/sahara/service/health/verification_base.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/health copying build/lib/sahara/service/health/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/health copying build/lib/sahara/service/health/common.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/health copying build/lib/sahara/service/quotas.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service copying build/lib/sahara/service/networks.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service copying build/lib/sahara/service/__init__.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service copying build/lib/sahara/service/trusts.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service copying build/lib/sahara/service/coordinator.py -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/locale creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/locale/de creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/locale/de/LC_MESSAGES copying build/lib/sahara/locale/de/LC_MESSAGES/sahara.po -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/locale/de/LC_MESSAGES byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/test_context.py to test_context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/templates/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/templates/test_delete.py to test_delete.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/templates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/templates/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/templates/test_update.py to test_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/sqlalchemy/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/migration/test_migrations.py to test_migrations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/migration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/migration/test_migrations_base.py to test_migrations_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/migration/test_db_manage_cli.py to test_db_manage_cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/cli/test_sahara_cli.py to test_sahara_cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/cli/image_pack/test_image_pack_api.py to test_image_pack_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/cli/image_pack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/cli/test_sahara_status.py to test_sahara_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_proxy.py to test_proxy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_configs.py to test_configs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_types.py to test_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_ssh_remote.py to test_ssh_remote.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_poll_utils.py to test_poll_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_crypto.py to test_crypto.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_resources.py to test_resources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_xml_utils.py to test_xml_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_patches.py to test_patches.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_api_validator.py to test_api_validator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_rpc.py to test_rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_cluster.py to test_cluster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/openstack/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/openstack/test_swift.py to test_swift.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/openstack/test_images.py to test_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/openstack/test_heat.py to test_heat.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_hacking.py to test_hacking.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_neutron.py to test_neutron.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_cluster_progress_ops.py to test_cluster_progress_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_cinder.py to test_cinder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/notification/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/notification/test_sender.py to test_sender.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_general.py to test_general.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_edp.py to test_edp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/utils/test_heat.py to test_heat.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/api/middleware/test_auth_valid.py to test_auth_valid.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/api/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/api/test_acl.py to test_acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/swift/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/swift/test_swift_helper.py to test_swift_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/swift/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/topology/test_topology.py to test_topology.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/topology/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/test_resource.py to test_resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager/test_templates.py to test_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager/test_from_template.py to test_from_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager/test_edp_interface.py to test_edp_interface.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager/test_clusters.py to test_clusters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager/test_edp.py to test_edp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/manager/test_defaults.py to test_defaults.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/conductor/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins/test_kerberos.py to test_kerberos.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins/test_provide_recommendations.py to test_provide_recommendations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins/test_base_plugins_support.py to test_base_plugins_support.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins/test_labels.py to test_labels.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins/test_images.py to test_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins/test_provisioning.py to test_provisioning.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/testutils.py to testutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/test_main.py to test_main.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/oozie/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/oozie/test_oozie.py to test_oozie.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/test_json_api_examples.py to test_json_api_examples.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/spark/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/spark/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/utils/test_shares.py to test_shares.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/test_job_possible_configs.py to test_job_possible_configs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/edp_test_utils.py to edp_test_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/s3/test_s3_type.py to test_s3_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/s3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/internal_db/test_internal_db_type.py to test_internal_db_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/internal_db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/manila/test_manila_type.py to test_manila_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/manila/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/swift/test_swift_type.py to test_swift_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/swift/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/job_binary_manager_support.py to job_binary_manager_support.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/job_binaries/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/hdfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/hdfs/test_hdfs_type.py to test_hdfs_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/s3/test_s3_type.py to test_s3_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/s3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/maprfs/test_maprfs_type_validation.py to test_maprfs_type_validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/maprfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/base_test.py to base_test.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/manila/test_manila_type.py to test_manila_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/manila/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/swift/test_swift_type.py to test_swift_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/swift/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/data_source_manager_support_test.py to data_source_manager_support_test.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/data_sources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/test_job_utils.py to test_job_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/test_hdfs_helper.py to test_hdfs_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/test_s3_common.py to test_s3_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/storm/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/storm/test_storm.py to test_storm.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/workflow_creator/test_create_workflow.py to test_create_workflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/workflow_creator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/test_job_manager.py to test_job_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/binary_retrievers/test_dispatch.py to test_dispatch.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/binary_retrievers/test_manila.py to test_manila.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/binary_retrievers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/edp/binary_retrievers/test_internal_swift.py to test_internal_swift.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/test_networks.py to test_networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/test_volumes.py to test_volumes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/heat/test_templates.py to test_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/heat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/castellan/test_sahara_key_manager.py to test_sahara_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/castellan/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/test_trusts.py to test_trusts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/test_v10.py to test_v10.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/v2/test_plugins.py to test_plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/v2/test_images.py to test_images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/v2/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/v2/test_clusters.py to test_clusters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/test_engine.py to test_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/health/test_verification_base.py to test_verification_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/health/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp/test_job_interface.py to test_job_interface.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp/test_job_executor.py to test_job_executor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp/test_job.py to test_job.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp/test_data_source.py to test_data_source.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp/test_job_binary.py to test_job_binary.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/edp/test_job_binary_internal.py to test_job_binary_internal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/test_cluster_template_create_validation.py to test_cluster_template_create_validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/test_cluster_scaling_validation.py to test_cluster_scaling_validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/test_validation.py to test_validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/test_cluster_create_validation.py to test_cluster_create_validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/test_add_tags_validation.py to test_add_tags_validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/test_protected_validation.py to test_protected_validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/test_ng_template_validation_create.py to test_ng_template_validation_create.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/test_share_validations.py to test_share_validations.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/test_cluster_update_validation.py to test_cluster_update_validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/test_cluster_delete_validation.py to test_cluster_delete_validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/test_ng_template_validation_update.py to test_ng_template_validation_update.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/validation/test_cluster_template_update_validation.py to test_cluster_template_update_validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/test_ops.py to test_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/test_quotas.py to test_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/test_ntp_service.py to test_ntp_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/test_periodic.py to test_periodic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/test_sessions.py to test_sessions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/tests/unit/service/test_coordinator.py to test_coordinator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/templates/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/templates/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/templates/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/templates/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/sqlalchemy/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/sqlalchemy/model_base.py to model_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/sqlalchemy/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/sqlalchemy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/sqlalchemy/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/018_volume_local_to_instance.py to 018_volume_local_to_instance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/002_placeholder.py to 002_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/005_placeholder.py to 005_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/033_add_anti_affinity_ratio_field_to_cluster.py to 033_add_anti_affinity_ratio_field_to_cluster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/031_added_plugins_table.py to 031_added_plugins_table.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/029_set_is_protected_on_is_default.py to 029_set_is_protected_on_is_default.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/008_security_groups.py to 008_security_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/013_volumes_availability_zone.py to 013_volumes_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/001_icehouse.py to 001_icehouse.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/027_rename_oozie_job_id.py to 027_rename_oozie_job_id.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/003_placeholder.py to 003_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/035_boot_from_volume_enhancements.py to 035_boot_from_volume_enhancements.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/028_storage_devices_number.py to 028_storage_devices_number.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/011_sahara_info.py to 011_sahara_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/025_increase_ip_column_size.py to 025_increase_ip_column_size.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/026_add_is_public_is_protected.py to 026_add_is_public_is_protected.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/004_placeholder.py to 004_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/010_auto_security_groups.py to 010_auto_security_groups.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/009_rollback_info.py to 009_rollback_info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/022_add_job_interface.py to 022_add_job_interface.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/015_add_events_objects.py to 015_add_events_objects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/007_increase_status_description_size.py to 007_increase_status_description_size.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/016_is_proxy_gateway.py to 016_is_proxy_gateway.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/032_add_domain_name.py to 032_add_domain_name.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/023_add_use_autoconfig.py to 023_add_use_autoconfig.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/019_is_default_for_templates.py to 019_is_default_for_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/012_availability_zone.py to 012_availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/006_placeholder.py to 006_placeholder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/024_manila_shares.py to 024_manila_shares.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/020_remove_redandunt_progress_ops.py to 020_remove_redandunt_progress_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/021_datasource_placeholders.py to 021_datasource_placeholders.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/014_add_volume_type.py to 014_add_volume_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/034_boot_from_volume.py to 034_boot_from_volume.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/017_drop_progress.py to 017_drop_progress.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/versions/030-health-check.py to 030-health-check.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/migration/alembic_migrations/env.py to env.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/db/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/sahara_engine.py to sahara_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/sahara_status.py to sahara_status.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/sahara_api.py to sahara_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/image_pack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/image_pack/cli.py to cli.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/image_pack/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/sahara_subprocess.py to sahara_subprocess.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/sahara_all.py to sahara_all.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/api_validator.py to api_validator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/proxy.py to proxy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/resources.py to resources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/poll_utils.py to poll_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/cluster_progress_ops.py to cluster_progress_ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/network.py to network.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/ssh_remote.py to ssh_remote.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/patches.py to patches.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/types.py to types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/configs.py to configs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/xmlutils.py to xmlutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack/keystone.py to keystone.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack/nova.py to nova.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack/heat.py to heat.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack/swift.py to swift.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack/neutron.py to neutron.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack/cinder.py to cinder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack/manila.py to manila.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/openstack/glance.py to glance.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/edp.py to edp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/tempfiles.py to tempfiles.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/rpc.py to rpc.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/procutils.py to procutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/crypto.py to crypto.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/files.py to files.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/notification/sender.py to sender.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/notification/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/general.py to general.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/remote.py to remote.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/cluster.py to cluster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/hacking/logging_checks.py to logging_checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/hacking/commit_message.py to commit_message.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/hacking/import_checks.py to import_checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/hacking/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/utils/hacking/checks.py to checks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/version.py to version.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/clusters.py to clusters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/cluster_template.py to cluster_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/jobs.py to jobs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/job_template.py to job_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/node_group_template.py to node_group_template.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/cluster_templates.py to cluster_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/job_binary_internals.py to job_binary_internals.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/job_types.py to job_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/data_source.py to data_source.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/data_sources.py to data_sources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/job_executions.py to job_executions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/job.py to job.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/node_group_templates.py to node_group_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/job_binaries.py to job_binaries.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/job_binary.py to job_binary.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/job_type.py to job_type.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/plugins.py to plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/policies/cluster.py to cluster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/microversion.py to microversion.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v10.py to v10.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2/clusters.py to clusters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2/jobs.py to jobs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2/cluster_templates.py to cluster_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2/job_types.py to job_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2/job_templates.py to job_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2/data_sources.py to data_sources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2/node_group_templates.py to node_group_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2/job_binaries.py to job_binaries.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v2/plugins.py to plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/acl.py to acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/v11.py to v11.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/middleware/version_discovery.py to version_discovery.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/middleware/sahara_middleware.py to sahara_middleware.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/middleware/auth_valid.py to auth_valid.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/api/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/swift/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/swift/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/swift/swift_helper.py to swift_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/topology/topology_helper.py to topology_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/topology/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/conductor/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/conductor/objects.py to objects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/conductor/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/conductor/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/conductor/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/labels.py to labels.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/swift_utils.py to swift_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/castellan_utils.py to castellan_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/service_api.py to service_api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/fake/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/fake/edp_engine.py to edp_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/fake/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/health_check_base.py to health_check_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/topology_helper.py to topology_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/conductor.py to conductor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/resource.py to resource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/provisioning.py to provisioning.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/recommendations_utils.py to recommendations_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/objects.py to objects.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/kerberos.py to kerberos.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/testutils.py to testutils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/edp.py to edp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/db.py to db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/swift_helper.py to swift_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/plugins/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/ntp_service.py to ntp_service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/oozie.py to oozie.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator/base_workflow.py to base_workflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator/pig_workflow.py to pig_workflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator/mapreduce_workflow.py to mapreduce_workflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator/shell_workflow.py to shell_workflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator/workflow_factory.py to workflow_factory.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator/hive_workflow.py to hive_workflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/workflow_creator/java_workflow.py to java_workflow.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/oozie/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/spark/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/spark/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/utils/shares.py to shares.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/s3/implementation.py to implementation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/s3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/internal_db/implementation.py to implementation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/internal_db/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/manila/implementation.py to implementation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/manila/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/swift/implementation.py to implementation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/swift/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_binaries/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/hdfs_helper.py to hdfs_helper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/hdfs/implementation.py to implementation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/hdfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/s3/implementation.py to implementation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/s3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/maprfs/implementation.py to implementation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/maprfs/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/manila/implementation.py to implementation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/manila/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/swift/implementation.py to implementation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/swift/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/data_sources/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_manager.py to job_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/storm/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/storm/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/job_utils.py to job_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/resources/launch_command.py to launch_command.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers/internal_swift.py to internal_swift.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers/manila_share.py to manila_share.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers/dispatch.py to dispatch.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers/s3_storage.py to s3_storage.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/binary_retrievers/sahara_db.py to sahara_db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/base_engine.py to base_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/s3_common.py to s3_common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/edp/shares.py to shares.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/volumes.py to volumes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/sessions.py to sessions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/heat/templates.py to templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/heat/heat_engine.py to heat_engine.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/heat/commons.py to commons.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/heat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/castellan/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/castellan/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/castellan/sahara_key_manager.py to sahara_key_manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/castellan/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/periodic.py to periodic.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v10.py to v10.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2/clusters.py to clusters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2/jobs.py to jobs.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2/cluster_templates.py to cluster_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2/job_types.py to job_types.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2/job_templates.py to job_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2/data_sources.py to data_sources.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2/node_group_templates.py to node_group_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2/job_binaries.py to job_binaries.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v2/plugins.py to plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/api/v11.py to v11.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/ops.py to ops.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/clusters.py to clusters.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/job_execution_schema.py to job_execution_schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/job_binary_internal_schema.py to job_binary_internal_schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/data_source_schema.py to data_source_schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/job_schema.py to job_schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/data_source.py to data_source.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/job_binary_internal.py to job_binary_internal.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/job.py to job.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/job_interface.py to job_interface.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/job_binary_schema.py to job_binary_schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/job_binary.py to job_binary.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/edp/job_execution.py to job_execution.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/node_group_template_schema.py to node_group_template_schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/cluster_templates.py to cluster_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/clusters_scaling.py to clusters_scaling.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/acl.py to acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/clusters_schema.py to clusters_schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/node_group_templates.py to node_group_templates.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/plugins.py to plugins.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/cluster_template_schema.py to cluster_template_schema.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validations/shares.py to shares.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/validation.py to validation.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/health/verification_base.py to verification_base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/health/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/health/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/quotas.py to quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/networks.py to networks.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/trusts.py to trusts.pyc byte-compiling /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara/service/coordinator.py to coordinator.pyc writing byte-compilation script '/tmp/tmpxH8uqK.py' /usr/bin/python2 -O /tmp/tmpxH8uqK.py removing /tmp/tmpxH8uqK.py running install_data creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/etc creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/etc/sahara copying etc/sahara/api-paste.ini -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/etc/sahara copying etc/sahara/rootwrap.conf -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/etc/sahara creating /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/etc/sahara/rootwrap.d copying etc/sahara/rootwrap.d/sahara.filters -> /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/etc/sahara/rootwrap.d/ running install_egg_info running egg_info writing sahara.egg-info/PKG-INFO writing top-level names to sahara.egg-info/top_level.txt writing dependency_links to sahara.egg-info/dependency_links.txt writing entry points to sahara.egg-info/entry_points.txt writing pbr to sahara.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'sahara.egg-info/SOURCES.txt' Copying sahara.egg-info to /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7/site-packages/sahara-10.0.0-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing sahara-wsgi-api script to /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin Installing sahara-api script to /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin Installing sahara-templates script to /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin Installing sahara-image-pack script to /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin Installing sahara-engine script to /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin Installing sahara-status script to /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin Installing _sahara-subprocess script to /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin Installing sahara-all script to /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin Installing sahara-rootwrap script to /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin Installing sahara-db-manage script to /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin + install -p -D -m 644 /builddir/build/SOURCES/openstack-sahara-api.service /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/systemd/system/openstack-sahara-api.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-sahara-engine.service /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/systemd/system/openstack-sahara-engine.service + install -p -D -m 644 /builddir/build/SOURCES/sahara.logrotate /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/etc/logrotate.d/openstack-sahara + HOME=/var/lib/sahara + install -d -m 700 /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/var/lib/sahara + install -p -D -m 640 etc/sahara/sahara.conf /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/etc/sahara/sahara.conf + install -p -D -m 640 etc/sahara/rootwrap.conf /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/etc/sahara/rootwrap.conf + install -p -D -m 640 etc/sahara/api-paste.ini /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/etc/sahara/api-paste.ini + install -p -D -m 440 etc/sudoers.d/sahara-rootwrap /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/etc/sudoers.d/sahara-rootwrap + rm -f /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin/sahara-all + rm -rf /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/etc + mkdir -p /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/sahara/rootwrap/ + install -p -D -m 644 etc/sahara/rootwrap.d/sahara.filters /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/sahara/rootwrap/ + mkdir -p /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/etc/sahara/rootwrap.d + for filter in '/builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/sahara/rootwrap/*.filters' ++ basename /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/sahara/rootwrap/sahara.filters + ln -s /usr/share/sahara/rootwrap/sahara.filters /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/etc/sahara/rootwrap.d/ + mkdir -p -m0755 /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch//var/log/sahara + mkdir -p /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/man/man1 + install -p -D -m 644 doc/build/man/sahara.1 /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/man/man1/ + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/sahara-10.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.8aggMV + umask 022 + cd /builddir/build/BUILD + cd sahara-10.0.0 + rm sahara/tests/unit/utils/test_hacking.py + export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin + PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/bin + export PYTHONPATH=/builddir/build/BUILD/sahara-10.0.0 + PYTHONPATH=/builddir/build/BUILD/sahara-10.0.0 + stestr-2 run {10} sahara.tests.unit.api.middleware.test_auth_valid.AuthValidatorTest.test_auth_tenant_id_in_url_v2 [0.096685s] ... ok {24} sahara.tests.unit.api.test_acl.TestAcl.test_policy_allow [0.185039s] ... ok {14} sahara.tests.unit.api.test_acl.TestAcl.test_policy_deny [0.108532s] ... ok {3} sahara.tests.unit.cli.image_pack.test_image_pack_api.TestSaharaImagePackAPI.test_get_plugin_arguments [0.143344s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {4} sahara.tests.unit.api.middleware.test_auth_valid.AuthValidatorTest.test_auth_different_tenant [0.122356s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {4} sahara.tests.unit.api.middleware.test_auth_valid.AuthValidatorTest.test_auth_ok_without_path [0.006711s] ... ok {5} sahara.tests.unit.api.middleware.test_auth_valid.AuthValidatorTest.test_auth_ok_no_project_id_in_url [0.105885s] ... ok {5} sahara.tests.unit.api.middleware.test_auth_valid.AuthValidatorTest.test_auth_ok_project_id_in_url [0.004319s] ... ok {18} sahara.tests.unit.cli.test_sahara_status.TestUpgradeChecks.test__sample_check [0.107053s] ... ok {15} sahara.tests.unit.conductor.manager.test_edp.DataSourceTest.test_data_source_update [0.362237s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {11} sahara.tests.unit.conductor.manager.test_edp.DataSourceTest.test_data_source_fields [0.477505s] ... ok {22} sahara.tests.unit.conductor.manager.test_edp.JobBinaryTest.test_jb_update_delete_when_protected [0.470337s] ... ok Can't get tenant_id from env Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {14} sahara.tests.unit.conductor.manager.test_edp.JobBinaryInternalTest.test_jbi_update_delete_when_protected [0.385175s] ... ok {7} sahara.tests.unit.api.middleware.test_auth_valid.AuthValidatorTest.test_auth_without_environ [0.159485s] ... ok {15} sahara.tests.unit.conductor.manager.test_edp.JobBinaryInternalTest.test_job_binary_internal_fields [0.099799s] ... ok {20} sahara.tests.unit.cli.image_pack.test_image_pack_api.TestSaharaImagePackAPI.test_pack_image_call [0.267369s] ... ok {10} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_minimal_clt_create_list_delete [0.471865s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {22} sahara.tests.unit.conductor.manager.test_edp.JobTest.test_job_fields [0.088807s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Incorrect path: /v1.1 {21} sahara.tests.unit.api.middleware.test_auth_valid.AuthValidatorTest.test_auth_with_wrong_url [0.112561s] ... ok {23} sahara.tests.unit.cli.test_sahara_cli.TestSaharaCLI.test_main_start_engine [0.177391s] ... ok {22} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_ngt_update_delete_when_protected [0.102420s] ... ok {3} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_cluster_no_ng [0.539109s] ... ok {6} sahara.tests.unit.conductor.manager.test_edp.JobBinaryInternalTest.test_job_binary_internal_get_raw [0.442738s] ... ok {14} sahara.tests.unit.conductor.manager.test_edp.JobExecutionTest.test_crud_operation_create_list_delete_update [0.204506s] ... ok {22} sahara.tests.unit.db.migration.test_db_manage_cli.TestCli.test_cli(current) [0.017969s] ... ok {22} sahara.tests.unit.db.sqlalchemy.test_types.MutableListTest.test_changed_on_setitem [0.001373s] ... ok {19} sahara.tests.unit.cli.test_sahara_cli.TestSaharaCLI.test_main_start_api [0.180011s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager {10} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_update_clt_on_ngt_update [0.188710s] ... ok {10} sahara.tests.unit.conductor.test_resource.TestResource.test_to_dict_filtering [0.000874s] ... ok Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {15} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_add_node_group_templates_create_failed [0.208262s] ... ok {15} sahara.tests.unit.plugins.test_images.TestImages.test_package_validator_redhat [0.006848s] ... ok {9} sahara.tests.unit.conductor.manager.test_edp_interface.JobExecutionTest.test_interface_flows [0.666800s] ... ok {9} sahara.tests.unit.conductor.test_resource.TestResource.test_data_source_filter_credentials [0.000555s] ... ok {9} sahara.tests.unit.db.sqlalchemy.test_types.JsonEncodedTest.test_process_bind_param_none [0.000242s] ... ok {12} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_cluster_fields [0.841673s] ... ok {31} sahara.tests.unit.conductor.manager.test_edp.JobBinaryTest.test_crud_operation_create_list_delete [0.430852s] ... ok {8} sahara.tests.unit.conductor.manager.test_edp.DataSourceTest.test_data_source_count_in [0.568877s] ... ok {6} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_public_ngt_delete_from_another_tenant [0.091479s] ... ok {18} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_ngt_delete_default [0.410131s] ... ok {3} sahara.tests.unit.conductor.manager.test_edp.DataSourceTest.test_data_source_search_regex [0.098762s] ... ok __ __ _ \ \ / /_ _ _ __ _ __ (_)_ __ __ _ \ \ /\ / / _` | '__| '_ \| | '_ \ / _` | \ V V / (_| | | | | | | | | | | (_| | \_/\_/ \__,_|_| |_| |_|_|_| |_|\__, | |___/ Using the sahara-all entry point is now deprecated. Please use the sahara-api and sahara-engine entry points instead. {15} sahara.tests.unit.plugins.test_labels.TestPluginLabels.test_validate_plugin_update [0.090314s] ... ok {15} sahara.tests.unit.plugins.test_utils.TestPluginUtils.test_instances_with_services [0.004605s] ... ok {10} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_cluster_template_delete_by_name_skipped [0.108816s] ... ok {9} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_substitute_config_values_clt [0.082765s] ... ok {9} sahara.tests.unit.plugins.test_utils.TestPluginUtils.test_get_config_value_or_default [0.008471s] ... ok {16} sahara.tests.unit.conductor.manager.test_edp.DataSourceTest.test_data_source_search [0.492421s] ... ok {27} sahara.tests.unit.cli.test_sahara_cli.TestSaharaCLI.test_main_start_all [0.125131s] ... ok {14} sahara.tests.unit.conductor.manager.test_edp.JobExecutionTest.test_deletion_constraints_on_data_and_jobs [0.153572s] ... ok {9} sahara.tests.unit.plugins.test_utils.TestPluginUtils.test_get_instances_count [0.036336s] ... ok {20} sahara.tests.unit.conductor.manager.test_edp.DataSourceTest.test_crud_operation_create_list_delete [0.367504s] ... ok {9} sahara.tests.unit.service.edp.job_binaries.internal_db.test_internal_db_type.TestInternalDBType.test_validate_job_location_format [0.001170s] ... ok {6} sahara.tests.unit.conductor.test_api.TestConductorApi.test_job_libs_names [0.126245s] ... ok {9} sahara.tests.unit.service.edp.test_hdfs_helper.HDFSHelperTestCase.test_configure_cluster_for_hdfs [0.035829s] ... ok {9} sahara.tests.unit.service.edp.test_job_utils.JobUtilsTestCase.test_args_may_contain_data_sources [0.002052s] ... ok {11} sahara.tests.unit.conductor.test_api.TestConductorApi.test_add_instance_to_node_group_id [0.402595s] ... ok {11} sahara.tests.unit.db.migration.test_db_manage_cli.TestCli.test_cli(sync_revision_sql) [0.016773s] ... ok {11} sahara.tests.unit.db.sqlalchemy.test_types.JsonEncodedTest.test_impl [0.000245s] ... ok {9} sahara.tests.unit.service.edp.workflow_creator.test_create_workflow.TestWorkflowCreators.test_create_mapreduce_streaming [0.035945s] ... ok {14} sahara.tests.unit.conductor.manager.test_edp.JobExecutionTest.test_job_execution_search_regex [0.092906s] ... ok {22} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_cluster_template_delete_by_id [0.255169s] ... ok {13} sahara.tests.unit.conductor.manager.test_defaults.DefaultsTest.test_instance_defaults [0.969051s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {13} sahara.tests.unit.db.migration.test_db_manage_cli.TestCli.test_cli(check_migration) [0.017395s] ... ok {10} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_add_cluster_templates_create_failed [0.183243s] ... ok {9} sahara.tests.unit.service.heat.test_templates.TestClusterTemplate.test_get_security_groups_empty [0.069568s] ... ok {17} sahara.tests.unit.conductor.manager.test_edp.JobExecutionTest.test_null_data_sources [0.504562s] ... ok {9} sahara.tests.unit.service.test_sessions.TestSessionCache.test_get_neutron_session [0.006521s] ... ok {21} sahara.tests.unit.conductor.manager.test_edp.JobBinaryTest.test_duplicate_job_binary_create [0.386012s] ... ok {28} sahara.tests.unit.conductor.manager.test_defaults.DefaultsTest.test_apply_defaults [0.282502s] ... ok {1} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_add_instance_ipv6 [0.966959s] ... ok {21} sahara.tests.unit.conductor.test_resource.TestResource.test_job_filter_job_binary [0.001018s] ... ok {20} sahara.tests.unit.conductor.manager.test_edp.DataSourceTest.test_data_source_delete [0.183333s] ... ok Can't detach volume 123 {9} sahara.tests.unit.service.test_volumes.TestAttachVolume.test_detach_volumes [0.074606s] ... ok {8} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_clt_delete_default [0.331216s] ... ok {13} sahara.tests.unit.db.templates.test_utils.TemplateUtilsTestCase.test_check_cluster_template_usage [0.107618s] ... ok {6} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_cluster_template_delete_by_id_skipped [0.198862s] ... ok {11} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_add_node_group_templates_update_failed [0.185676s] ... ok {24} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_cluster_create_list_update_delete [1.059714s] ... ok {5} sahara.tests.unit.conductor.manager.test_defaults.DefaultsTest.test_cluster_defaults [0.802317s] ... ok {19} sahara.tests.unit.conductor.manager.test_edp.JobBinaryInternalTest.test_public_jbi_update_delete_from_another_tenant [0.410497s] ... ok {20} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_cluster_template_delete_bad_id [0.078691s] ... ok {19} sahara.tests.unit.conductor.test_resource.TestResource.test_nested_lists [0.000309s] ... ok {20} sahara.tests.unit.db.test_utils.TestPaginationUtils.test_parse_sorting_args [0.000238s] ... ok Error mounting volume to instance {30} sahara.tests.unit.conductor.manager.test_edp.JobBinaryInternalTest.test_duplicate_job_binary_internal_create [0.494263s] ... ok {20} sahara.tests.unit.plugins.test_images.TestImages.test_os_case_validator [0.005928s] ... ok {20} sahara.tests.unit.plugins.test_provisioning.ProvisioningPluginBaseTest.test__map_to_user_inputs_failure [0.001011s] ... ok {30} sahara.tests.unit.db.sqlalchemy.test_types.MutableListTest.test_coerce_list [0.000320s] ... ok {17} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_clt_delete [0.172296s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {11} sahara.tests.unit.plugins.test_provide_recommendations.TestProvidingRecommendations.test_get_recommended_node_configs_medium_flavor [0.074264s] ... ok {11} sahara.tests.unit.plugins.test_provisioning.ProvisioningPluginBaseTest.test__map_to_user_inputs_success [0.000693s] ... ok {20} sahara.tests.unit.service.edp.binary_retrievers.test_internal_swift.TestInternalSwift.test__validate_job_binary_url [0.025715s] ... ok {20} sahara.tests.unit.service.edp.job_binaries.swift.test_swift_type.TestSwiftType.test_validate_job_binary_url [0.004542s] ... ok {2} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_add_instance [1.225333s] ... ok {9} sahara.tests.unit.service.test_volumes.TestAttachVolume.test_mount_volume [0.093956s] ... ok {20} sahara.tests.unit.service.edp.oozie.test_oozie.TestOozieEngine.test_get_oozie_job_params [0.006841s] ... ok {6} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_add_config_section_for_template [0.076882s] ... ok Plugins couldn't be loaded: spark, cdh {6} sahara.tests.unit.plugins.test_images.TestImages.test_sahara_image_validator [0.005654s] ... ok {6} sahara.tests.unit.service.edp.data_sources.swift.test_swift_type.TestSwiftTypeValidation.test_swift_type_validation_wrong_suffix [0.004565s] ... ok {13} sahara.tests.unit.db.templates.test_utils.TemplateUtilsTestCase.test_check_plugin_version [0.083285s] ... ok {13} sahara.tests.unit.plugins.test_utils.TestPluginUtils.test_generate_fqdn_host_names [0.004913s] ... ok {13} sahara.tests.unit.service.castellan.test_sahara_key_manager.SaharaKeyManagerTest.test_get [0.004021s] ... ok {13} sahara.tests.unit.service.edp.data_sources.swift.test_swift_type.TestSwiftTypeValidation.test_swift_type_validation_credentials_missing_password [0.004459s] ... ok Can't run job execution (reason: Unauthorised Error ID: 200bee74-bb68-4ca2-b68c-72d0d9d27979) Traceback (most recent call last): File "sahara/service/edp/job_manager.py", line 134, in run_job _run_job(job_execution_id) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect SwiftClientException: Unauthorised Error ID: 200bee74-bb68-4ca2-b68c-72d0d9d27979 {27} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_ngt_search [0.400669s] ... ok {13} sahara.tests.unit.service.edp.data_sources.swift.test_swift_type.TestSwiftTypeValidation.test_swift_type_validation_missing_credentials [0.014283s] ... ok {20} sahara.tests.unit.service.edp.storm.test_storm.TestStorm.test_get_topology_and_inst_id [0.034455s] ... ok {30} sahara.tests.unit.db.templates.test_utils.TemplateUtilsTestCase.test_value_diff [0.064674s] ... ok {30} sahara.tests.unit.plugins.test_kerberos.TestKerberosBase.test_base_configs [0.003933s] ... ok {9} sahara.tests.unit.service.validation.edp.test_job_executor.TestJobExecUpdateValidation.test_job_execution_update_nothing_required [0.033947s] ... ok {6} sahara.tests.unit.service.edp.job_binaries.manila.test_manila_type.TestManilaType.test_get_raw_data [0.028083s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database {6} sahara.tests.unit.service.edp.oozie.test_oozie.TestOozieEngine.test_add_postfix [0.029982s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {21} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_node_group_template_delete_by_id [0.227670s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager {21} sahara.tests.unit.plugins.test_base_plugins_support.BasePluginsSupportTest.test_plugins_loaded [0.001425s] ... ok {21} sahara.tests.unit.plugins.test_images.TestImages.test_all_validator [0.006958s] ... ok {9} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobExecutionInterfaceValidation.test_valid_execution [0.035622s] ... ok {10} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_do_update_add_clts_fails [0.261739s] ... ok {14} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_add_cluster_templates_update_failed [0.299933s] ... ok {13} sahara.tests.unit.service.edp.storm.test_storm.TestStorm.test_run_job_raise [0.041012s] ... ok {6} sahara.tests.unit.service.edp.test_json_api_examples.TestJSONApiExamplesV11.test_data_sources [0.005487s] ... ok {6} sahara.tests.unit.service.edp.workflow_creator.test_create_workflow.TestWorkflowCreators.test_create_hive_workflow [0.007589s] ... ok {31} sahara.tests.unit.db.migration.test_migrations.TestMigrationsPostgresql.test_walk_versions ... SKIPPED: Backend 'postgresql' is unavailable: No DBAPI installed Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {6} sahara.tests.unit.service.test_coordinator.TestCoordinator.test_coord_with_backend [0.017481s] ... ok {7} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_update_node_group [0.786600s] ... ok {31} sahara.tests.unit.db.sqlalchemy.test_types.MutableListTest.test_changed_on_append [0.001249s] ... ok {31} sahara.tests.unit.db.sqlalchemy.test_types.MutableListTest.test_coerce_mutable_list [0.000196s] ... ok {12} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_delete_node_group [0.579079s] ... ok {10} sahara.tests.unit.plugins.test_images.TestImages.test_script_validator [0.023149s] ... ok {5} sahara.tests.unit.conductor.manager.test_edp.DataSourceTest.test_data_source_count_like [0.168819s] ... ok {21} sahara.tests.unit.plugins.test_kerberos.TestKerberosBase.test_get_server_password [0.029534s] ... ok {27} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_public_ngt_update_from_another_tenant [0.079153s] ... ok {20} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_run_job_handles_exceptions [0.071950s] ... ok {3} sahara.tests.unit.conductor.manager.test_from_template.ObjectsFromTemplatesTest.test_cluster_create_from_templates [0.519565s] ... ok {9} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_security_groups [0.048611s] ... ok {25} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_ngt_delete [0.596706s] ... ok {17} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_ngt_search_regex [0.113630s] ... ok {3} sahara.tests.unit.plugins.test_images.TestImages.test_sahara_argument_case_validator [0.006286s] ... ok {30} sahara.tests.unit.plugins.test_provide_recommendations.TestProvidingRecommendations.test_apply_recommended_configs_no_updates [0.119127s] ... ok {14} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_process_files_bad_json [0.086875s] ... ok {6} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobExecutionInterfaceValidation.test_required_argument_missing [0.065158s] ... ok {13} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_build_workflow_for_job_hive [0.086990s] ... ok {8} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_clt_update_default [0.248136s] ... ok {14} sahara.tests.unit.plugins.test_utils.TestPluginUtils.test_get_instances [0.004683s] ... ok {14} sahara.tests.unit.service.edp.job_binaries.swift.test_swift_type.TestSwiftType.test_copy_binary_to_cluster [0.005886s] ... ok {4} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_cluster_update_shares [1.194130s] ... ok {14} sahara.tests.unit.service.edp.storm.test_storm.TestStorm.test_cancel_job_null_or_done [0.027363s] ... ok {27} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_node_group_template_delete_by_id_skipped [0.085706s] ... ok {20} sahara.tests.unit.service.test_engine.TestEngine.test_get_node_group_image_username [0.083944s] ... ok {20} sahara.tests.unit.service.test_networks.TestNetworks.test_init_instances_ips_neutron_without_floating [0.006283s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database {12} sahara.tests.unit.conductor.manager.test_edp.JobBinaryInternalTest.test_crud_operation_create_list_delete_update [0.109108s] ... ok {3} sahara.tests.unit.plugins.test_labels.TestPluginLabels.test_validate_default_labels_load [0.090253s] ... ok {14} sahara.tests.unit.service.edp.test_hdfs_helper.HDFSHelperTestCase.test_get_cluster_hosts_information_smthg_wrong [0.029215s] ... ok {7} sahara.tests.unit.conductor.manager.test_edp.DataSourceTest.test_ds_update_delete_when_protected [0.119029s] ... ok {22} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_do_update_trash [0.453641s] ... ok {6} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_wrong_network [0.065931s] ... ok {21} sahara.tests.unit.plugins.test_provide_recommendations.TestProvidingRecommendations.test_not_autonconfigured [0.115348s] ... ok {21} sahara.tests.unit.plugins.test_utils.TestPluginUtils.test_get_port_from_address [0.005131s] ... ok {21} sahara.tests.unit.service.edp.data_sources.manila.test_manila_type.TestManilaType.test_manila_type_validation_no_uuid [0.004967s] ... ok {21} sahara.tests.unit.service.edp.data_sources.maprfs.test_maprfs_type_validation.TestMapRFSTypeValidation.test_maprfs_type_validation_correct_url [0.004062s] ... ok {20} sahara.tests.unit.service.test_networks.TestNetworks.test_init_instances_ips_with_proxy [0.035228s] ... ok {28} sahara.tests.unit.conductor.manager.test_edp.JobExecutionTest.test_crud_operation_on_configured_jobs [0.396613s] ... ok {22} sahara.tests.unit.service.edp.oozie.test_oozie.TestOozieEngine.test__resolve_external_hdfs_urls [0.008732s] ... ok {8} sahara.tests.unit.conductor.test_api.TestConductorApi.test_job_main_name [0.090396s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {8} sahara.tests.unit.db.sqlalchemy.test_types.MutableDictTest.test_coerce_dict [0.000456s] ... ok {13} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_run_job_unsupported_type [0.070325s] ... ok {13} sahara.tests.unit.service.edp.test_job_utils.JobUtilsTestCase.test_find_possible_data_source_refs_by_name [0.001276s] ... ok {13} sahara.tests.unit.service.edp.test_json_api_examples.TestJSONApiExamplesV11.test_jobs [0.003351s] ... ok {21} sahara.tests.unit.service.edp.data_sources.s3.test_s3_type.TestSwiftType.test_validate_url [0.008116s] ... ok {21} sahara.tests.unit.service.edp.job_binaries.s3.test_s3_type.TestS3Type.test_validate_job_location_format [0.004546s] ... ok {21} sahara.tests.unit.service.edp.test_hdfs_helper.HDFSHelperTestCase.test_create_dir_hadoop2 [0.006378s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Requesting an unknown session type (type: bad service) {5} sahara.tests.unit.conductor.manager.test_edp.JobBinaryTest.test_job_binary_referenced_libs [0.163313s] ... ok {24} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_update_instance_ipv6 [0.339881s] ... ok {10} sahara.tests.unit.service.api.test_v10.TestApi.test_update_plugin [0.178635s] ... ok {6} sahara.tests.unit.service.validation.test_cluster_delete_validation.TestClusterDeleteValidationV2.test_delete_schema_empty_body [0.006322s] ... ok {30} sahara.tests.unit.plugins.test_provide_recommendations.TestProvidingRecommendations.test_merge_configs [0.081087s] ... ok {30} sahara.tests.unit.service.edp.data_sources.hdfs.test_hdfs_type.TestHDFSType.test_prepare_cluster [0.004353s] ... ok {26} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_remove_instance [0.873527s] ... ok {30} sahara.tests.unit.service.edp.data_sources.swift.test_swift_type.TestSwiftTypeValidation.test_swift_type_validation_credentials_missing_user [0.003699s] ... ok {30} sahara.tests.unit.service.edp.job_binaries.s3.test_s3_type.TestS3Type.test_validate [0.003725s] ... ok {30} sahara.tests.unit.service.edp.job_binaries.test_base.JobBinaryManagerSupportTest.test_generate_valid_path [0.003946s] ... ok {0} sahara.tests.unit.conductor.manager.test_from_template.ObjectsFromTemplatesTest.test_node_group_add_from_template [1.244454s] ... ok {8} sahara.tests.unit.service.edp.binary_retrievers.test_internal_swift.TestInternalSwift.test_get_raw_data [0.021922s] ... ok {21} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_build_workflow_for_job_java [0.072314s] ... ok {22} sahara.tests.unit.service.edp.oozie.test_oozie.TestOozieEngine.test_run_job [0.065289s] ... ok {13} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_setup_disabled [0.068729s] ... ok {8} sahara.tests.unit.service.edp.data_sources.s3.test_s3_type.TestSwiftType.test_prepare_cluster [0.004710s] ... ok {8} sahara.tests.unit.service.edp.job_binaries.internal_db.test_internal_db_type.TestInternalDBType.test_data_validation [0.002737s] ... ok {8} sahara.tests.unit.service.edp.test_hdfs_helper.HDFSHelperTestCase.test_is_cluster_configured [0.008169s] ... ok {8} sahara.tests.unit.service.edp.test_hdfs_helper.HDFSHelperTestCase.test_put_file_to_hdfs [0.008353s] ... ok {22} sahara.tests.unit.service.edp.oozie.test_oozie.TestOozieEngine.test_upload_coordinator_file [0.011339s] ... ok {22} sahara.tests.unit.service.edp.test_hdfs_helper.HDFSHelperTestCase.test_create_dir_hadoop1 [0.015054s] ... ok {12} sahara.tests.unit.conductor.manager.test_edp.JobBinaryTest.test_job_binary_search [0.106561s] ... ok {21} sahara.tests.unit.service.test_networks.TestNetworks.test_init_instances_ips_neutron_with_floating [0.007230s] ... ok {13} sahara.tests.unit.service.test_quotas.TestQuotas.test_check_limits [0.007471s] ... ok {13} sahara.tests.unit.service.test_quotas.TestQuotas.test_neutron_limits [0.004584s] ... ok {13} sahara.tests.unit.service.test_sessions.TestSessionCache.test_get_session [0.005907s] ... ok {13} sahara.tests.unit.service.test_sessions.TestSessionCache.test_insecure_session [0.005283s] ... ok {6} sahara.tests.unit.service.validation.test_cluster_scaling_validation.TestScalingValidation.test_cluster_scaling_scheme_validation_types [0.034723s] ... ok {8} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_suspend_unsuspendible_job [0.081064s] ... ok {22} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_get_plugin [0.067717s] ... ok {10} sahara.tests.unit.service.api.v2.test_plugins.TestPluginApi.test_get_plugin [0.100614s] ... ok {10} sahara.tests.unit.service.edp.data_sources.swift.test_swift_type.TestSwiftTypeValidation.test_swift_type_validation_wrong_schema [0.004375s] ... ok {10} sahara.tests.unit.service.edp.job_binaries.manila.test_manila_type.TestManilaType.test_copy_binary_to_cluster [0.006715s] ... ok {10} sahara.tests.unit.service.edp.job_binaries.s3.test_s3_type.TestS3Type.test_copy_binary_to_cluster [0.005034s] ... ok {27} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_do_update_add_ngts_fails [0.208892s] ... ok {30} sahara.tests.unit.service.test_ops.TestOPS.test_provision_scaled_cluster [0.131961s] ... ok {22} sahara.tests.unit.service.edp.test_s3_common.S3CommonTestCase.test__get_names_from_job_binary_url [0.004194s] ... ok {22} sahara.tests.unit.service.edp.test_s3_common.S3CommonTestCase.test__validate_job_binary_url [0.009112s] ... ok {19} sahara.tests.unit.db.migration.test_migrations.TestMigrationsPostgresql.test_models_sync ... SKIPPED: Backend 'postgresql' is unavailable: No DBAPI installed {18} sahara.tests.unit.conductor.test_api.TestConductorApi.test_instance_volume_ops [0.832203s] ... ok {18} sahara.tests.unit.conductor.test_resource.TestResource.test_cluster_resource [0.000739s] ... ok {10} sahara.tests.unit.service.edp.oozie.test_oozie.TestOozieEngine.test_hdfs_upload_job_files [0.015751s] ... ok {29} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_duplicate_cluster_create [0.892089s] ... ok {12} sahara.tests.unit.conductor.manager.test_edp.JobTest.test_public_job_update_delete_from_another_tenant [0.104429s] ... ok {12} sahara.tests.unit.conductor.test_resource.TestResource.test_job_execution_filter_credentials [0.000933s] ... ok {12} sahara.tests.unit.db.sqlalchemy.test_types.MutableDictTest.test_changed_on_setitem [0.001340s] ... ok {9} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_required [0.321441s] ... ok {30} sahara.tests.unit.service.validation.edp.test_job_binary_internal.TestJobBinaryInternalCreateValidation.test_job_binary_internal_create [0.045428s] ... ok {16} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_clt_update [0.815920s] ... ok {8} sahara.tests.unit.service.heat.test_templates.TestClusterTemplateWaitCondition.test_use_wait_condition [0.071116s] ... ok {10} sahara.tests.unit.service.validation.edp.test_job_binary.TestJobBinaryValidation.test_job_binary_create_internal [0.036788s] ... ok {7} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_clt_update_delete_when_protected [0.237325s] ... ok {27} sahara.tests.unit.db.test_utils.TestPaginationUtils.test_get_prev_and_next_objects [0.051771s] ... ok {18} sahara.tests.unit.db.sqlalchemy.test_types.JsonEncodedTest.test_process_result_value_none [0.000280s] ... ok {24} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_minimal_ngt_create_list_delete [0.189837s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database {19} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_node_group_template_delete_bad_id [0.077942s] ... ok {5} sahara.tests.unit.conductor.manager.test_edp.JobTest.test_crud_operation_create_list_delete_update [0.239832s] ... ok {9} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_missing_security_groups [0.061928s] ... ok {8} sahara.tests.unit.service.test_engine.TestEngine.test_clean_job_executions [0.073356s] ... ok {27} sahara.tests.unit.db.test_utils.TestRegexFilter.test_regex_filter [0.069262s] ... ok {28} sahara.tests.unit.conductor.manager.test_edp.JobTest.test_job_search [0.302636s] ... ok {14} sahara.tests.unit.service.edp.test_job_possible_configs.TestJobPossibleConfigs.test_possible_configs [0.278656s] ... ok {29} sahara.tests.unit.conductor.manager.test_edp.JobBinaryInternalTest.test_job_binary_internal_search_regex [0.098645s] ... ok Unable to retrieve plugin data from database {7} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_ngt_fields [0.089431s] ... ok {9} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_template_create_v_right_nulls [0.049397s] ... ok {13} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobInterfaceValidation.test_bad_positional_arg_locations [0.228771s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {18} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_do_update_existing_fails [0.155597s] ... ok {9} sahara.tests.unit.service.validation.test_share_validations.TestShareValidations.test_shares [0.029924s] ... ok Unable to retrieve plugin data from database {13} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_plugin_vers [0.039098s] ... ok Unable to retrieve plugin data from database {6} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_template_create_v_right [0.335814s] ... ok {7} sahara.tests.unit.conductor.test_api.TestConductorApi.test_job_no_main_name [0.064400s] ... ok {13} sahara.tests.unit.utils.openstack.test_base.ExecuteWithRetryTest.test_cinderclient_calls_without_retry [0.010619s] ... ok {13} sahara.tests.unit.utils.openstack.test_heat.HeatClientTest.test_deleting [0.009585s] ... ok {13} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_hostname [0.020154s] ... ok {13} sahara.tests.unit.utils.test_heat.TestClusterStack.test_wait_completion [0.003632s] ... ok {9} sahara.tests.unit.utils.test_general.UtilsGeneralTest.test_find_dict [0.065531s] ... ok {14} sahara.tests.unit.service.heat.test_templates.TestClusterTemplate.test_serialize_designate_reversed_records [0.146234s] ... ok {23} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_cluster_search [1.165367s] ... ok {1} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_add_node_group [0.833065s] ... ok {13} sahara.tests.unit.utils.test_poll_utils.TestPollUtils.test_poll_success [0.012844s] ... ok {5} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_ngt_update_with_nulls [0.159952s] ... ok {29} sahara.tests.unit.conductor.manager.test_edp.JobBinaryTest.test_job_binary_search_regex [0.127941s] ... ok {28} sahara.tests.unit.conductor.manager.test_edp.JobTest.test_job_update_delete_when_protected [0.153570s] ... ok {18} sahara.tests.unit.db.templates.test_utils.TemplateUtilsTestCase.test_find_node_group_template_by_name [0.110570s] ... ok {18} sahara.tests.unit.db.test_utils.TestRegex.test_get_regex_op [0.000272s] ... ok {12} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_cluster_template_delete_by_name [0.270240s] ... ok {19} sahara.tests.unit.db.templates.test_utils.TemplateUtilsTestCase.test_find_cluster_template_by_name [0.177736s] ... ok {20} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_run_verifications_not_executed [0.486665s] ... ok {8} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_job_status_update [0.202709s] ... ok {0} sahara.tests.unit.conductor.test_api.TestConductorApi.test_update_instance_by_id [0.447237s] ... ok {19} sahara.tests.unit.db.templates.test_utils.TemplateUtilsTestCase.test_substitute_ng_ids [0.064287s] ... ok Unable to retrieve plugin data from database {17} sahara.tests.unit.conductor.test_api.TestConductorApi.test_update_node_group_by_id [0.659688s] ... ok Unable to retrieve plugin data from database Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {0} sahara.tests.unit.db.migration.test_db_manage_cli.TestCli.test_cli(sync_revision_autogenerate) [0.025141s] ... ok {0} sahara.tests.unit.db.sqlalchemy.test_types.MutableDictTest.test_changed_on_update [0.001263s] ... ok {0} sahara.tests.unit.db.sqlalchemy.test_types.MutableDictTest.test_creation [0.000228s] ... ok {17} sahara.tests.unit.conductor.test_resource.TestResource.test_job_binary_filter_extra [0.000502s] ... ok {17} sahara.tests.unit.db.sqlalchemy.test_types.MutableDictTest.test_coerce_mutable_dict [0.000254s] ... ok {9} sahara.tests.unit.utils.test_proxy.TestProxyUtils.test_create_proxy_user_for_job_execution [0.135160s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {20} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_wrong_availability_zone [0.075325s] ... ok {9} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_read_file_from [0.013623s] ... ok {9} sahara.tests.unit.utils.test_xml_utils.XMLUtilsTestCase.test_get_if_not_exist_and_add_text_element [0.000678s] ... ok {23} sahara.tests.unit.conductor.manager.test_edp.JobBinaryInternalTest.test_job_binary_internal_search [0.150691s] ... ok {4} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_update_instance [0.642108s] ... ok {18} sahara.tests.unit.plugins.test_labels.TestPluginLabels.test_validate_plugin_labels [0.147956s] ... ok {30} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobInterfaceValidation.test_unacceptable_types [0.418156s] ... ok {16} sahara.tests.unit.conductor.test_api.TestConductorApi.test_add_node_group_to_cluster_id [0.385370s] ... ok {16} sahara.tests.unit.db.migration.test_db_manage_cli.TestCli.test_cli(stamp) [0.026703s] ... ok {7} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_add_node_group_templates [0.251805s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {18} sahara.tests.unit.service.edp.data_sources.manila.test_manila_type.TestManilaType.test_prepare_cluster [0.026870s] ... ok {18} sahara.tests.unit.service.edp.data_sources.s3.test_s3_type.TestSwiftType.test_validate [0.005491s] ... ok {7} sahara.tests.unit.service.edp.data_sources.manila.test_manila_type.TestManilaType.test_manila_type_validation_empty_url [0.004724s] ... ok {28} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_clt_fields [0.183876s] ... ok {7} sahara.tests.unit.service.edp.job_binaries.swift.test_swift_type.TestSwiftType.test_validate_job_location_format [0.004907s] ... ok {1} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_cluster_search_regex [0.210669s] ... ok {7} sahara.tests.unit.service.edp.test_job_utils.JobUtilsTestCase.test_prepare_cluster_for_ds [0.003542s] ... ok {21} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobInterfaceValidation.test_interface [0.541296s] ... ok {7} sahara.tests.unit.service.edp.test_json_api_examples.TestJSONApiExamplesV11.test_job_executions [0.009026s] ... ok {18} sahara.tests.unit.service.edp.oozie.test_oozie.TestOozieEngine.test_prepare_run_job [0.040468s] ... ok {7} sahara.tests.unit.service.test_coordinator.TestCoordinator.test_coord_without_backend [0.012783s] ... ok {7} sahara.tests.unit.service.test_networks.TestNetworks.test_init_instances_ips_with_floating [0.007505s] ... ok {3} sahara.tests.unit.service.api.test_v10.TestApi.test_cluster_update [0.689200s] ... ok {3} sahara.tests.unit.service.api.v2.test_images.TestImageApi.test_remove_image_tags [0.007320s] ... ok {3} sahara.tests.unit.service.edp.data_sources.swift.test_swift_type.TestSwiftTypeValidation.test_prepare_cluster [0.006091s] ... ok {3} sahara.tests.unit.service.edp.data_sources.swift.test_swift_type.TestSwiftTypeValidation.test_swift_type_validation_explicit_suffix [0.005347s] ... ok {23} sahara.tests.unit.conductor.manager.test_edp.JobBinaryTest.test_job_binary_fields [0.112399s] ... ok {25} sahara.tests.unit.conductor.test_api.TestConductorApi.test_remove_node_group [0.800915s] ... ok {3} sahara.tests.unit.service.edp.job_binaries.swift.test_swift_type.TestSwiftType.test_get_raw_data_with_context [0.021095s] ... ok {25} sahara.tests.unit.db.migration.test_db_manage_cli.TestCli.test_cli(upgrade-delta) [0.028677s] ... ok {10} sahara.tests.unit.service.validation.edp.test_job_binary_internal.TestJobBinaryInternalUpdateValidation.test_job_binary_internal_update_types [0.497211s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Error during operating on cluster (reason: error1) Traceback (most recent call last): File "sahara/service/ops.py", line 207, in wrapper f(cluster_id, *args, **kwds) File "sahara/service/ops.py", line 351, in _provision_scaled_cluster ctx, cluster, plugin = _prepare_provisioning(cluster_id) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect ValueError: error1 {25} sahara.tests.unit.db.sqlalchemy.test_types.MutableListTest.test_creation [0.000366s] ... ok {10} sahara.tests.unit.service.validation.test_cluster_delete_validation.TestClusterDeleteValidation.test_public_cluster_delete_from_another_tenant [0.006229s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {14} sahara.tests.unit.service.test_ops.TestOPS.test_terminate_cluster [0.335479s] ... ok {2} sahara.tests.unit.conductor.manager.test_clusters.ClusterTest.test_cluster_update_status [1.003666s] ... ok {14} sahara.tests.unit.service.test_sessions.TestSessionCache.test_get_nova_session [0.007402s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {25} sahara.tests.unit.plugins.test_images.TestImages.test_os_case_spec [0.048500s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {3} sahara.tests.unit.service.edp.job_binaries.swift.test_swift_type.TestSwiftType.test_validate [0.040432s] ... ok {7} sahara.tests.unit.service.test_ops.TestOPS.test_ops_error_hadler_success_rollback [0.109627s] ... ok {14} sahara.tests.unit.service.validation.edp.test_data_source.TestDataSourceUpdateValidation.test_update_data_source_hdfs [0.033070s] ... ok {26} sahara.tests.unit.conductor.manager.test_defaults.DefaultsTest.test_node_group_defaults [0.752571s] ... ok Unable to retrieve plugin data from database {5} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_node_group_template_delete_by_name [0.354733s] ... ok {25} sahara.tests.unit.plugins.test_kerberos.TestKerberosBase.test_list_configs [0.026500s] ... ok {14} sahara.tests.unit.service.validation.edp.test_data_source.TestDataSourceUpdateValidation.test_update_data_source_swift [0.010554s] ... ok {4} sahara.tests.unit.conductor.manager.test_edp.JobExecutionTest.test_job_execution_search [0.223963s] ... ok {25} sahara.tests.unit.plugins.test_utils.TestPluginUtils.test_get_instance [0.014681s] ... ok {3} sahara.tests.unit.service.edp.storm.test_storm.TestStorm.test_run_job_args [0.049147s] ... ok {1} sahara.tests.unit.conductor.manager.test_edp.DataSourceTest.test_public_ds_update_delete_from_another_tenant [0.163708s] ... ok {21} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateFlavorValidation.test_cluster_create_cluster_tmpl_node_group_mixin [0.170913s] ... ok {18} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_build_workflow_for_job_mapreduce [0.132926s] ... ok {3} sahara.tests.unit.service.edp.test_hdfs_helper.HDFSHelperTestCase.test_create_hbase_common_lib_no_ex [0.010009s] ... ok {1} sahara.tests.unit.db.migration.test_db_manage_cli.TestCli.test_cli(stamp-sql) [0.017432s] ... ok {1} sahara.tests.unit.db.sqlalchemy.test_types.JsonEncodedTest.test_process_bind_param [0.000297s] ... ok {21} sahara.tests.unit.service.validation.test_cluster_template_update_validation.TestClusterTemplateUpdateValidation.test_cluster_template_update_schema [0.024619s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {21} sahara.tests.unit.service.validation.test_cluster_update_validation.TestClusterUpdateValidation.test_cluster_update_when_protected [0.006034s] ... ok {20} sahara.tests.unit.service.validation.test_cluster_template_update_validation.TestClusterTemplateUpdateValidation.test_cluster_template_update [0.273525s] ... ok {20} sahara.tests.unit.service.validation.test_cluster_update_validation.TestClusterUpdateValidation.test_verifications_ops [0.006875s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {28} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_clt_search [0.238511s] ... ok {18} sahara.tests.unit.service.edp.test_s3_common.S3CommonTestCase.test__get_raw_job_binary_data [0.057086s] ... ok {18} sahara.tests.unit.service.edp.workflow_creator.test_create_workflow.TestWorkflowCreators.test_create_mapreduce_workflow [0.003900s] ... ok {30} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_template_create_v_name_base [0.260207s] ... ok {7} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_check_for_zombie_proxy_users [0.086475s] ... ok {14} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_plugin_name_exists [0.067251s] ... ok {14} sahara.tests.unit.service.validation.test_cluster_delete_validation.TestClusterDeleteValidationV2.test_delete_schema_extra_fields [0.004422s] ... ok {23} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_clt_update_with_nulls [0.192865s] ... ok {18} sahara.tests.unit.service.test_coordinator.TestHashRing.test_build_ring [0.008981s] ... ok {26} sahara.tests.unit.conductor.manager.test_edp.DataSourceTest.test_duplicate_data_source_create [0.081703s] ... ok {14} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_ng_template_create_v_unique_ng [0.030120s] ... ok {5} sahara.tests.unit.plugins.test_labels.TestPluginLabels.test_update [0.119157s] ... ok {10} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_template_create_v_unique_cl [0.188003s] ... ok {2} sahara.tests.unit.conductor.manager.test_edp.JobBinaryTest.test_job_binary_referenced_mains [0.162750s] ... ok Occasional error occurred during "fake_client_call" execution: ERROR: 500 (500). Operation will be retried. Occasional error occurred during "fake_client_call" execution: ERROR: 500 (500). Operation will be retried. Occasional error occurred during "fake_client_call" execution: ERROR: 500 (500). Operation will be retried. Occasional error occurred during "fake_client_call" execution: ERROR: 502 (502). Operation will be retried. Unable to retrieve plugin data from database Occasional error occurred during "fake_client_call" execution: ERROR: 502 (502). Operation will be retried. Occasional error occurred during "fake_client_call" execution: ERROR: 502 (502). Operation will be retried. Occasional error occurred during "fake_client_call" execution: ERROR: 503 (503). Operation will be retried. Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Occasional error occurred during "fake_client_call" execution: ERROR: 503 (503). Operation will be retried. Occasional error occurred during "fake_client_call" execution: ERROR: 503 (503). Operation will be retried. {10} sahara.tests.unit.test_exceptions.TestExceptions.test_missing_floating_network [0.004513s] ... ok {8} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobExecutionInterfaceValidation.test_overlapping_data [0.432142s] ... ok {4} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_duplicate_clt_create [0.117866s] ... ok {17} sahara.tests.unit.plugins.test_images.TestImages.test_sahara_image_validator_spec [0.397121s] ... ok {14} sahara.tests.unit.swift.test_utils.SwiftUtilsTest.test_retrieve_auth_url_without_port [0.005440s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {14} sahara.tests.unit.utils.test_poll_utils.TestPollUtils.test_poll_exception_strategy_second_scenario [0.004105s] ... ok {14} sahara.tests.unit.utils.test_resources.SimpleResourceTestCase.test_resource_to_dict [0.003264s] ... ok {14} sahara.tests.unit.utils.test_ssh_remote.TestInstallPackages.test_install_packages_bad [0.001453s] ... ok {14} sahara.tests.unit.utils.test_xml_utils.XMLUtilsTestCase.test_adjust_description [0.000261s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Unable to retrieve plugin data from database {10} sahara.tests.unit.utils.openstack.test_base.ExecuteWithRetryTest.test_heatclient_calls_with_retry [0.040219s] ... ok {0} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_add_cluster_templates [0.427536s] ... ok {30} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_template_create_v_ng [0.109100s] ... ok {21} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_ng_template_cinder [0.115063s] ... ok {21} sahara.tests.unit.test_exceptions.TestExceptions.test_swift_client [0.004761s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {21} sahara.tests.unit.utils.openstack.test_images.TestImages.test_unset_image_info [0.023952s] ... ok {10} sahara.tests.unit.utils.openstack.test_images.TestImages.test_set_image_info [0.033134s] ... ok {8} sahara.tests.unit.service.validation.test_cluster_scaling_validation.TestScalingValidation.test_cluster_scaling_validation_right_schema [0.067178s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {1} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_node_group_template_delete_by_name_skipped [0.176524s] ... ok {28} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_clt_search_regex [0.136493s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {23} sahara.tests.unit.conductor.manager.test_templates.ClusterTemplates.test_public_clt_update_delete_from_another_tenant [0.129775s] ... ok {21} sahara.tests.unit.utils.test_poll_utils.TestPollUtils.test_poll_failed_first_scenario [0.006271s] ... ok {21} sahara.tests.unit.utils.test_rpc.TestMessagingSetup.test_set_defaults [0.008929s] ... ok {17} sahara.tests.unit.plugins.test_provisioning.TestPluginDataCRUD.test_crud [0.101984s] ... ok {10} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_execute_on_vm_interactive [0.010912s] ... ok {10} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_proxy_command_internal_ip [0.015273s] ... ok {17} sahara.tests.unit.service.edp.data_sources.swift.test_swift_type.TestSwiftTypeValidation.test_swift_type_validation_missing_object [0.003916s] ... ok {8} sahara.tests.unit.service.validation.test_share_validations.TestShareValidations.test_shares_no_share_exists [0.036388s] ... ok {23} sahara.tests.unit.db.migration.test_db_manage_cli.TestCli.test_cli(upgrade-sql) [0.029504s] ... ok {23} sahara.tests.unit.db.sqlalchemy.test_types.JsonEncodedTest.test_process_result_value [0.000459s] ... ok {17} sahara.tests.unit.service.edp.storm.test_storm.TestStorm.test_get_instance_if_running [0.006901s] ... ok {0} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_process_files_validation_error [0.110891s] ... ok {26} sahara.tests.unit.conductor.manager.test_edp.JobBinaryTest.test_job_binary_update [0.197915s] ... ok {17} sahara.tests.unit.service.edp.storm.test_storm.TestStorm.test_run_job [0.030638s] ... ok {2} sahara.tests.unit.conductor.manager.test_edp.JobTest.test_job_search_regex [0.158142s] ... ok {22} sahara.tests.unit.service.health.test_verification_base.TestVerifications.test_conductor_crud_verifications [0.896072s] ... ok {8} sahara.tests.unit.service.validation.test_share_validations.TestShareValidations.test_shares_no_shares [0.039058s] ... ok {8} sahara.tests.unit.test_exceptions.TestExceptions.test_name_already_exists [0.005339s] ... ok {17} sahara.tests.unit.service.edp.test_hdfs_helper.HDFSHelperTestCase.test_get_cluster_hosts_information_i_name [0.009482s] ... ok {23} sahara.tests.unit.plugins.test_images.TestImages.test_package_validator_debian [0.030426s] ... ok {10} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_use_namespaces [0.054144s] ... ok {10} sahara.tests.unit.utils.test_xml_utils.XMLUtilsTestCase.test_add_tagged_list [0.000943s] ... ok {17} sahara.tests.unit.service.test_networks.TestNetworks.test_init_instances_ips_without_floating [0.005712s] ... ok {28} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_duplicate_ngt_create [0.085503s] ... ok {0} sahara.tests.unit.plugins.test_kerberos.TestKerberosBase.test_get_server_installation_script [0.006657s] ... ok {30} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_ng_template_create_v_names [0.092609s] ... ok {30} sahara.tests.unit.test_exceptions.TestExceptions.test_incorrect_state [0.003933s] ... ok {30} sahara.tests.unit.test_exceptions.TestExceptions.test_invalid_data [0.003763s] ... ok {30} sahara.tests.unit.utils.openstack.test_swift.SwiftClientTest.test_client [0.006701s] ... ok {8} sahara.tests.unit.utils.openstack.test_base.AuthUrlTest.test_retrieve_auth_url_api_v20_without_port [0.008987s] ... ok {8} sahara.tests.unit.utils.openstack.test_base.ExecuteWithRetryTest.test_heatclient_calls_without_retry [0.014057s] ... ok {22} sahara.tests.unit.service.validation.edp.test_job.TestJobUpdateValidation.test_job_update_nothing_required [0.030918s] ... ok {2} sahara.tests.unit.db.migration.test_db_manage_cli.TestCli.test_cli(history) [0.025255s] ... ok {6} sahara.tests.unit.service.validation.test_cluster_update_validation.TestClusterUpdateValidation.test_cluster_update_types [0.707130s] ... ok Unable to retrieve plugin data from database {27} sahara.tests.unit.plugins.test_provide_recommendations.TestProvidingRecommendations.test_correct_use_autoconfig_value [0.838639s] ... ok {20} sahara.tests.unit.test_context.ContextTest.test_thread_group_waits_threads_if_spawning_exception [0.298791s] ... ok {23} sahara.tests.unit.plugins.test_provide_recommendations.TestProvidingRecommendations.test_get_recommended_node_configs_small_flavor [0.070742s] ... ok {31} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_cluster_template_delete_in_use [1.251116s] ... ok {17} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_setup_enabled [0.061272s] ... ok {20} sahara.tests.unit.test_context.ContextTest.test_wrapper_catches_base_exception [0.003820s] ... ok {26} sahara.tests.unit.conductor.manager.test_edp.JobBinaryTest.test_public_jb_update_delete_from_another_tenant [0.083129s] ... ok {8} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_string [0.014994s] ... ok {1} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_do_update_cluster_invalid [0.147419s] ... ok {1} sahara.tests.unit.plugins.test_utils.TestPluginUtils.test_get_node_groups [0.005131s] ... ok Unable to retrieve plugin data from database {0} sahara.tests.unit.plugins.test_provide_recommendations.TestProvidingRecommendations.test_apply_recommended_configs [0.070709s] ... ok {23} sahara.tests.unit.service.edp.binary_retrievers.test_internal_swift.TestInternalSwift.test_get_raw_data_with_context [0.063756s] ... ok {31} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_substitute_config_values_ngt [0.103580s] ... ok {20} sahara.tests.unit.utils.openstack.test_images.TestImages.test_list_registered_images [0.067485s] ... ok {23} sahara.tests.unit.service.edp.data_sources.hdfs.test_hdfs_type.TestHDFSType.test_hdfs_type_validation_local_abs_url [0.004094s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {22} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateFlavorValidation.test_cluster_create_node_group_tmpl_mixin [0.111264s] ... ok {28} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_ngt_update_default [0.131729s] ... ok {1} sahara.tests.unit.service.api.v2.test_images.TestImageApi.test_set_image_tags [0.054903s] ... ok {17} sahara.tests.unit.service.validation.edp.test_job_executor.TestJobExecCreateValidation.test_streaming [0.069771s] ... ok {17} sahara.tests.unit.service.validation.edp.test_job_executor.TestJobExecutionCancelDeleteValidation.test_public_je_cancel_delete_from_another_tenant [0.006789s] ... ok {20} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_integer_w_range [0.010897s] ... ok {20} sahara.tests.unit.utils.test_patches.MinidomPatchesTest.test_minidom_toprettyxml [0.001318s] ... ok {20} sahara.tests.unit.utils.test_poll_utils.TestPollUtils.test_plugin_poll_second_scenario [0.006135s] ... ok {2} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_process_files [0.103944s] ... ok {2} sahara.tests.unit.plugins.test_images.TestImages.test_any_validator [0.008069s] ... ok {2} sahara.tests.unit.service.edp.binary_retrievers.test_manila.TestManilaShare.test_get_file_info [0.011617s] ... ok {2} sahara.tests.unit.service.edp.job_binaries.manila.test_manila_type.TestManilaType.test_data_validation [0.006395s] ... ok {22} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_keypair_type [0.028501s] ... ok {1} sahara.tests.unit.service.edp.binary_retrievers.test_dispatch.TestDispatch.test_get_raw_binary [0.016789s] ... ok {1} sahara.tests.unit.service.edp.workflow_creator.test_create_workflow.TestWorkflowCreators.test_create_java_workflow [0.007174s] ... ok {31} sahara.tests.unit.plugins.test_images.TestImages.test_all_spec [0.044363s] ... ok {2} sahara.tests.unit.service.edp.job_binaries.manila.test_manila_type.TestManilaType.test_validate_job_location_format [0.008522s] ... ok {23} sahara.tests.unit.service.test_engine.TestEngine.test_ips_assign [0.097045s] ... ok {22} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_unique_cl [0.071485s] ... ok {17} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobInterfaceValidation.test_number_values [0.083778s] ... ok {24} sahara.tests.unit.conductor.test_api.TestConductorApi.test_update_by_id [1.093675s] ... ok {24} sahara.tests.unit.conductor.test_resource.TestResource.test_resource_creation [0.000387s] ... ok Error during operating on cluster (reason: error1) Traceback (most recent call last): File "sahara/service/ops.py", line 207, in wrapper f(cluster_id, *args, **kwds) File "sahara/service/ops.py", line 351, in _provision_scaled_cluster ctx, cluster, plugin = _prepare_provisioning(cluster_id) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect ValueError: error1 {24} sahara.tests.unit.conductor.test_resource.TestResource.test_resource_immutability [0.000731s] ... ok {24} sahara.tests.unit.conductor.test_resource.TestResource.test_to_dict [0.000452s] ... ok {2} sahara.tests.unit.service.edp.job_binaries.swift.test_swift_type.TestSwiftType.test_get_raw_data [0.061953s] ... ok {2} sahara.tests.unit.service.test_quotas.TestQuotas.test_limits_for_cluster [0.008549s] ... ok Unable to retrieve plugin data from database {17} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobInterfaceValidation.test_overlapping_locations [0.062857s] ... ok {22} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_template_create_v_plugin_name_exists [0.062696s] ... ok {24} sahara.tests.unit.plugins.test_labels.TestPluginLabels.test_get_label_full_details [0.069715s] ... ok {22} sahara.tests.unit.service.validation.test_cluster_template_update_validation.TestClusterTemplateUpdateValidation.test_cluster_template_update_nothing_required [0.032387s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database {17} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_ng_template_create_v_nulls [0.068374s] ... ok {22} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_volumes_per_node_without_volumes_size [0.035048s] ... ok {1} sahara.tests.unit.service.validation.edp.test_job_binary.TestJobBinaryValidation.test_job_binary_create_manila [0.200585s] ... ok {17} sahara.tests.unit.topology.test_topology.TopologyTestCase.test_get_topology [0.008417s] ... ok {22} sahara.tests.unit.test_context.ContextTest.test_wrapper_does_not_set_exception [0.005731s] ... ok {22} sahara.tests.unit.test_main.ValidateCastellanTest.test_context_cleared [0.001992s] ... ok {17} sahara.tests.unit.utils.openstack.test_base.AuthUrlTest.test_retrieve_auth_url_api_v3 [0.005592s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {3} sahara.tests.unit.service.health.test_verification_base.TestVerifications.test_conductor_crud_health_checks [0.650562s] ... ok {17} sahara.tests.unit.utils.test_cinder.TestCinder.test_get_cinder_client_api_v2 [0.019347s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {17} sahara.tests.unit.utils.test_ssh_remote.TestGetOsDistrib.test_get_os_distrib [0.001220s] ... ok {17} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_append_to_file [0.008793s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {17} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_install_packages [0.030239s] ... ok Error during rollback of cluster (reason: error2) Traceback (most recent call last): File "sahara/service/ops.py", line 225, in wrapper if _rollback_cluster(cluster, ex): File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect ValueError: error2 {4} sahara.tests.unit.db.migration.test_migrations.TestMigrationsMySQL.test_models_sync ... SKIPPED: Backend 'mysql+pymysql' is unavailable: Could not connect {23} sahara.tests.unit.service.test_ops.TestOPS.test_ops_error_hadler_failed_rollback [0.232260s] ... ok {23} sahara.tests.unit.service.validation.edp.test_job.TestJobCreateValidation.test_check_binaries [0.004658s] ... ok {2} sahara.tests.unit.service.validation.edp.test_job.TestJobCreateValidation.test_no_mains_libs_optional [0.249018s] ... ok {23} sahara.tests.unit.service.validation.edp.test_job_executor.TestJobExecUpdateValidation.test_je_update_when_protected [0.024524s] ... ok {31} sahara.tests.unit.plugins.test_images.TestImages.test_package_spec [0.330686s] ... ok {31} sahara.tests.unit.plugins.test_images.TestImages.test_sahara_argument_set_validator [0.006730s] ... ok {23} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobInterfaceValidation.test_required_positional_arg_without_default [0.023279s] ... ok {31} sahara.tests.unit.plugins.test_kerberos.TestKerberosBase.test_create_keytabs_for_user [0.009960s] ... ok {23} sahara.tests.unit.service.validation.test_cluster_update_validation.TestClusterUpdateValidation.test_public_cluster_update_from_another_tenant [0.019638s] ... ok {23} sahara.tests.unit.test_context.ContextTest.test_is_auth_capable_for_user_ctx [0.001715s] ... ok {23} sahara.tests.unit.test_context.ContextTest.test_thread_group_handles_spawning_exception [0.000940s] ... ok {23} sahara.tests.unit.topology.test_topology.TopologyTestCase.test_map_red_config [0.008217s] ... ok {23} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_required [0.011165s] ... ok {31} sahara.tests.unit.plugins.test_labels.TestPluginLabels.test_jsonschema [0.068887s] ... ok {29} sahara.tests.unit.conductor.manager.test_edp.JobExecutionTest.test_job_execution_advanced_search [1.250319s] ... ok {8} sahara.tests.unit.utils.test_cluster.UtilsClusterTest.test_clean_cluster_from_empty_ng [0.558627s] ... ok {31} sahara.tests.unit.service.edp.test_hdfs_helper.HDFSHelperTestCase.test_move_from_local [0.006081s] ... ok {8} sahara.tests.unit.utils.test_resources.SimpleResourceTestCase.test_as_resource [0.007244s] ... ok {8} sahara.tests.unit.utils.test_ssh_remote.TestUpdateRepository.test_update_repository [0.004661s] ... ok {23} sahara.tests.unit.utils.test_cluster.UtilsClusterTest.test_generate_resolv_conf_diff [0.051826s] ... ok {30} sahara.tests.unit.utils.test_cluster.UtilsClusterTest.test_get_instances [0.615692s] ... ok {23} sahara.tests.unit.utils.test_configs.ConfigsTestCase.test_merge_configs [0.000315s] ... ok {30} sahara.tests.unit.utils.test_edp.EdpUtilTest.test_get_builtin_binaries_empty [0.001489s] ... ok {30} sahara.tests.unit.utils.test_poll_utils.TestPollUtils.test_poll_failed_second_scenario [0.006710s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {30} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_replace_remote_line [0.010070s] ... ok {30} sahara.tests.unit.utils.test_xml_utils.XMLUtilsTestCase.test_get_if_not_exist_and_add_to_element [0.000791s] ... ok Can't run job execution (reason: run_job failed Error ID: 9efd135a-8ee6-4186-adbb-50020abe6618) Traceback (most recent call last): File "sahara/service/edp/job_manager.py", line 134, in run_job _run_job(job_execution_id) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1062, in __call__ return _mock_self._mock_call(*args, **kwargs) File "/usr/lib/python2.7/site-packages/mock/mock.py", line 1118, in _mock_call raise effect OozieException: run_job failed Error ID: 9efd135a-8ee6-4186-adbb-50020abe6618 {12} sahara.tests.unit.service.api.test_v10.TestApi.test_create_multiple_clusters_failed [1.294592s] ... ok {31} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_run_job_handles_exceptions_with_run_job [0.074166s] ... ok {28} sahara.tests.unit.db.migration.test_migrations.TestMigrationsMySQL.test_walk_versions ... SKIPPED: Backend 'mysql+pymysql' is unavailable: Could not connect {12} sahara.tests.unit.service.edp.data_sources.hdfs.test_hdfs_type.TestHDFSType.test_hdfs_type_validation_wrong_schema [0.005038s] ... ok {23} sahara.tests.unit.utils.test_general.UtilsGeneralTest.test_find [0.061165s] ... ok {31} sahara.tests.unit.service.test_engine.TestDeletion.test_force_delete_calls [0.010560s] ... ok {12} sahara.tests.unit.service.edp.data_sources.manila.test_manila_type.TestManilaType.test_manila_type_validation_wrong_schema [0.004789s] ... ok {28} sahara.tests.unit.plugins.test_utils.TestPluginUtils.test_generate_host_names [0.008531s] ... ok {31} sahara.tests.unit.service.test_sessions.TestSessionCache.test_get_keystone_session [0.007023s] ... ok {12} sahara.tests.unit.service.edp.data_sources.maprfs.test_maprfs_type_validation.TestMapRFSTypeValidation.test_maprfs_type_validation_local_abs_url [0.004272s] ... ok {28} sahara.tests.unit.service.api.v2.test_images.TestImageApi.test_get_image_tags [0.006009s] ... ok {31} sahara.tests.unit.service.test_trusts.TestTrusts.test_create_trust_for_cluster [0.009062s] ... ok {28} sahara.tests.unit.service.edp.data_sources.swift.test_swift_type.TestSwiftTypeValidation.test_swift_type_validation [0.005121s] ... ok {12} sahara.tests.unit.service.edp.storm.test_storm.TestStorm.test_get_job_status [0.017397s] ... ok {28} sahara.tests.unit.service.edp.oozie.test_oozie.TestOozieEngine.test_cancel_job [0.010653s] ... ok {28} sahara.tests.unit.service.edp.storm.test_storm.TestStorm.test_get_job_status_from_remote [0.018142s] ... ok {15} sahara.tests.unit.service.api.v2.test_clusters.TestClusterApi.test_scale_cluster_failed [2.443570s] ... ok {29} sahara.tests.unit.conductor.manager.test_templates.NodeGroupTemplates.test_ngt_update [0.152825s] ... ok {29} sahara.tests.unit.db.sqlalchemy.test_types.MutableDictTest.test_changed_on_delitem [0.001252s] ... ok {29} sahara.tests.unit.db.sqlalchemy.test_types.MutableDictTest.test_coerce_unsupported [0.000200s] ... ok {28} sahara.tests.unit.service.edp.workflow_creator.test_create_workflow.TestWorkflowCreators.test_create_shell_workflow [0.011856s] ... ok {29} sahara.tests.unit.db.sqlalchemy.test_types.MutableListTest.test_changed_on_delitem [0.001036s] ... ok {29} sahara.tests.unit.db.sqlalchemy.test_types.MutableListTest.test_coerce_unsupported [0.000198s] ... ok {4} sahara.tests.unit.plugins.test_images.TestImages.test_any_spec [0.326011s] ... ok {12} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_create_workflow_dir [0.072719s] ... ok {4} sahara.tests.unit.plugins.test_images.TestImages.test_script_spec [0.024286s] ... ok {16} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_node_group_template_delete_in_use [1.267106s] ... ok {28} sahara.tests.unit.service.heat.test_templates.TestClusterTemplate.test_get_security_groups [0.103323s] ... ok {12} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_failed_to_cancel_job [0.071593s] ... ok {28} sahara.tests.unit.service.test_quotas.TestQuotas.test_get_cinder_limits [0.005078s] ... ok {28} sahara.tests.unit.service.test_quotas.TestQuotas.test_get_nova_limits [0.004708s] ... ok {3} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_incomplete_cluster_killed_in_time [0.495278s] ... ok {16} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_check_cluster_templates_valid [0.069087s] ... ok {3} sahara.tests.unit.service.test_trusts.TestTrusts.test_delete_trust_from_cluster [0.021153s] ... ok {18} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_transient_cluster_killed_in_time [1.099728s] ... ok {16} sahara.tests.unit.service.edp.data_sources.maprfs.test_maprfs_type_validation.TestMapRFSTypeValidation.test_maprfs_type_validation_wrong_schema [0.021624s] ... ok Unable to retrieve plugin data from database {22} sahara.tests.unit.utils.test_cluster.UtilsClusterTest.test_change_status_description [0.534665s] ... ok Can't detach volume 123 {3} sahara.tests.unit.service.validation.edp.test_job_executor.TestJobExecCreateValidation.test_check_edp_job_support_spark [0.014195s] ... ok {25} sahara.tests.unit.service.api.v2.test_clusters.TestClusterApi.test_create_cluster_failed [1.214921s] ... ok {28} sahara.tests.unit.service.test_volumes.TestAttachVolume.test_detach_volumes_v3 [0.074244s] ... ok {25} sahara.tests.unit.service.edp.binary_retrievers.test_internal_swift.TestInternalSwift.test__get_raw_data [0.005749s] ... ok {25} sahara.tests.unit.service.edp.data_sources.hdfs.test_hdfs_type.TestHDFSType.test_hdfs_type_validation_correct_url [0.003536s] ... ok {28} sahara.tests.unit.service.validation.edp.test_data_source.TestDataSourceUpdateValidation.test_update_data_source_name [0.023725s] ... ok {1} sahara.tests.unit.service.validation.test_add_tags_validation.TestTagsAddingValidation.test_add_tags_validation [0.601385s] ... ok {16} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_update_job_dict [0.067792s] ... ok {16} sahara.tests.unit.service.edp.test_s3_common.S3CommonTestCase.test_get_raw_job_binary_data [0.007354s] ... ok {3} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobInterfaceValidation.test_data_source_values [0.082602s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager {26} sahara.tests.unit.conductor.test_api.TestConductorApi.test_events_ops [0.935748s] ... ok {26} sahara.tests.unit.conductor.test_resource.TestResource.test_to_wrapped_dict [0.000548s] ... ok Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Unable to retrieve plugin data from database Unable to retrieve plugin data from database Unable to retrieve plugin data from database {1} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_availability_zone [0.071169s] ... ok {2} sahara.tests.unit.service.validation.edp.test_job_binary.TestJobBinaryValidation.test_creation [0.545916s] ... ok {25} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_build_workflow_swift_configs [0.086366s] ... ok {2} sahara.tests.unit.service.validation.edp.test_job_executor.TestJobExecCreateValidation.test_invalid_start_time_in_job_execution_info [0.011291s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database {3} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_ng_template_create_v_ng_configs [0.065420s] ... ok Unable to retrieve plugin data from database {3} sahara.tests.unit.service.validation.test_ng_template_validation_update.TestNGTemplateUpdateValidation.test_ng_template_update_schema [0.005267s] ... ok {3} sahara.tests.unit.test_context.ContextTest.test_is_auth_capable_for_admin_ctx [0.001575s] ... ok {3} sahara.tests.unit.test_exceptions.TestExceptions.test_deletion_failed [0.005000s] ... ok {19} sahara.tests.unit.service.api.v2.test_clusters.TestClusterApi.test_create_cluster_success [1.651001s] ... ok {18} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateFlavorValidation.test_cluster_create_v_correct_flavor [0.194583s] ... ok {25} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_get_input_output_data_sources_with_null_id [0.084062s] ... ok {7} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_transient_cluster_terminate [1.331231s] ... ok {25} sahara.tests.unit.service.edp.test_job_utils.JobUtilsTestCase.test_resolve_data_source_refs [0.005265s] ... ok Unable to retrieve plugin data from database {7} sahara.tests.unit.service.test_sessions.TestSessionCache.test_get_cinder_session [0.006661s] ... ok Unable to retrieve plugin data from database {25} sahara.tests.unit.service.edp.workflow_creator.test_create_workflow.TestWorkflowCreators.test_create_pig_workflow [0.005160s] ... ok {31} sahara.tests.unit.service.validation.edp.test_job.TestJobCreateValidation.test_mains_required_libs_optional [0.434118s] ... ok {18} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_missing_floating_pool [0.047687s] ... ok Unable to retrieve plugin data from database {18} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_additionalProperties [0.016793s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database Arguments dropped when creating context: {'token': 'test_auth_token'} {31} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_template_create_v_cluster_configs [0.051364s] ... ok {5} sahara.tests.unit.service.api.v2.test_clusters.TestClusterApi.test_cluster_keypair_update [1.367614s] ... ok {31} sahara.tests.unit.test_exceptions.TestExceptions.test_invalid_reference [0.003980s] ... ok Unable to retrieve plugin data from database {18} sahara.tests.unit.utils.test_cinder.TestCinder.test_get_cinder_client_api_v3 [0.035629s] ... ok {31} sahara.tests.unit.utils.notification.test_sender.NotificationTest.test_update_cluster [0.004318s] ... ok {7} sahara.tests.unit.service.validation.edp.test_job_executor.TestJobExecCreateValidation.test_data_sources_differ [0.070985s] ... ok Occasional error occurred during "fake_client_call" execution: Over limit (HTTP 413) (413). Operation will be retried. Occasional error occurred during "fake_client_call" execution: Over limit (HTTP 413) (413). Operation will be retried. Occasional error occurred during "fake_client_call" execution: Over limit (HTTP 413) (413). Operation will be retried. {31} sahara.tests.unit.utils.openstack.test_base.ExecuteWithRetryTest.test_cinderclient_calls_with_retry [0.008228s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database Unable to retrieve plugin data from database {7} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_security_groups_by_ids [0.042561s] ... ok {2} sahara.tests.unit.service.validation.test_cluster_scaling_validation.TestScalingValidation.test_check_cluster_scaling_add_ng [0.213590s] ... ok {0} sahara.tests.unit.service.api.v2.test_clusters.TestClusterApi.test_cluster_update [1.200073s] ... ok {28} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_template_create_v_required [0.297448s] ... ok {28} sahara.tests.unit.test_exceptions.TestExceptions.test_not_found [0.004591s] ... ok {28} sahara.tests.unit.utils.openstack.test_base.AuthUrlTest.test_retrieve_auth_url_api_v3_without_port [0.006392s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {31} sahara.tests.unit.utils.test_proxy.TestProxyUtils.test_job_execution_requires_proxy_user [0.065446s] ... ok {0} sahara.tests.unit.service.edp.oozie.test_oozie.TestOozieEngine.test_upload_workflow_file [0.012470s] ... ok {2} sahara.tests.unit.service.validation.test_cluster_scaling_validation.TestScalingValidation.test_cluster_scaling_validation_add_ng [0.018754s] ... ok {11} sahara.tests.unit.service.api.test_v10.TestApi.test_create_multiple_clusters_success [2.625413s] ... ok {31} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_get_os_distrib [0.006739s] ... ok {1} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_name_base [0.249413s] ... ok {0} sahara.tests.unit.service.test_networks.TestNetworks.test_init_instances_ips_with_ipv6_subnet [0.006063s] ... ok {1} sahara.tests.unit.service.validation.test_cluster_delete_validation.TestClusterDeleteValidation.test_cluster_delete_when_protected [0.003658s] ... ok {31} sahara.tests.unit.utils.test_xml_utils.XMLUtilsTestCase.test_load_xml_document_strip [0.003520s] ... ok {1} sahara.tests.unit.service.validation.test_cluster_delete_validation.TestClusterDeleteValidationV2.test_delete_schema_good [0.002639s] ... ok Unable to retrieve plugin data from database {1} sahara.tests.unit.service.validation.test_cluster_scaling_validation.TestScalingValidation.test_cluster_scaling_v_right_data [0.030086s] ... ok {0} sahara.tests.unit.service.validation.edp.test_job.TestJobCreateValidation.test_bad_job_type_rejected [0.033280s] ... ok {12} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_transient_cluster_not_killed_too_early [0.468661s] ... ok {18} sahara.tests.unit.utils.test_crypto.CryptoTest.test_to_paramiko_private_key [0.133828s] ... ok {1} sahara.tests.unit.service.validation.test_ng_template_validation_update.TestNGTemplateUpdateValidation.test_ng_template_update_v [0.030302s] ... ok {1} sahara.tests.unit.test_exceptions.TestExceptions.test_creation_failed [0.005414s] ... ok Unable to retrieve plugin data from database {1} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_configs [0.010603s] ... ok {1} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_uuid [0.002769s] ... ok {16} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_incomplete_cluster_not_killed_too_early [0.401318s] ... ok Unable to retrieve plugin data from database {16} sahara.tests.unit.service.test_quotas.TestQuotas.test_update_limits_for_ng [0.008899s] ... ok {0} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobExecutionInterfaceValidation.test_bad_values [0.079631s] ... ok {18} sahara.tests.unit.utils.test_general.UtilsGeneralTest.test_generate_instance_name [0.076845s] ... ok Unable to retrieve plugin data from database {12} sahara.tests.unit.service.validation.edp.test_job_executor.TestJobExecCreateValidation.test_edp_main_class_java [0.090419s] ... ok Unable to retrieve plugin data from database {0} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobInterfaceValidation.test_default_data_type [0.021433s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database Unable to retrieve plugin data from database {12} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_template_create_v_ng_templates_right [0.041729s] ... ok {0} sahara.tests.unit.service.validation.test_cluster_scaling_validation.TestScalingValidation.test_cluster_scaling_scheme_v_resize_ng_v2 [0.031528s] ... ok {16} sahara.tests.unit.service.validation.edp.test_job_executor.TestJobExecCreateValidation.test_edp_main_class_spark [0.069287s] ... ok {18} sahara.tests.unit.utils.test_general.UtilsGeneralTest.test_natural_sort_key [0.069994s] ... ok {18} sahara.tests.unit.utils.test_xml_utils.XMLUtilsTestCase.test_parse_xml_with_name_and_value [0.001916s] ... ok {0} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_template_create_v_ng_templates [0.042961s] ... ok {12} sahara.tests.unit.service.validation.test_cluster_update_validation.TestClusterUpdateValidation.test_cluster_update [0.044270s] ... ok {12} sahara.tests.unit.test_exceptions.TestExceptions.test_bad_job_binary_internal [0.003824s] ... ok {24} sahara.tests.unit.service.api.test_v10.TestApi.test_create_cluster_failed [1.202184s] ... ok {12} sahara.tests.unit.test_exceptions.TestExceptions.test_deprecated [0.003323s] ... ok {0} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_integer [0.008167s] ... ok {12} sahara.tests.unit.test_exceptions.TestExceptions.test_update_failed [0.003410s] ... ok {24} sahara.tests.unit.service.edp.test_hdfs_helper.HDFSHelperTestCase.test_copy_from_local [0.005495s] ... ok {12} sahara.tests.unit.topology.test_topology.TopologyTestCase.test_read_swift_topology [0.022970s] ... ok {1} sahara.tests.unit.utils.test_crypto.CryptoTest.test_generate_key_pair [0.165700s] ... ok {1} sahara.tests.unit.utils.test_rpc.TestMessagingSetup.test_only_notifications [0.011878s] ... ok {12} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_valid_keypair_name [0.045307s] ... ok {12} sahara.tests.unit.utils.test_xml_utils.XMLUtilsTestCase.test_add_equal_separated_dict [0.000593s] ... ok {24} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_build_workflow_for_job_shell [0.071029s] ... ok {24} sahara.tests.unit.service.edp.test_s3_common.S3CommonTestCase.test__get_s3_client [0.049182s] ... ok {24} sahara.tests.unit.service.test_ntp_service.NTPServiceTest.test_configuring_ntp_unable_to_configure [0.006793s] ... ok {24} sahara.tests.unit.service.test_ntp_service.NTPServiceTest.test_retrieve_url [0.004546s] ... ok {3} sahara.tests.unit.utils.test_cluster.UtilsClusterTest.test_generate_etc_hosts [0.616592s] ... ok {24} sahara.tests.unit.service.validation.edp.test_job_binary.TestJobBinaryValidation.test_job_binary_create_swift [0.050302s] ... ok {27} sahara.tests.unit.service.api.test_v10.TestApi.test_scale_cluster_failed [1.660366s] ... ok {25} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_active_cluster_not_killed_as_inactive [0.572539s] ... ok {27} sahara.tests.unit.service.castellan.test_sahara_key_manager.SaharaKeyManagerTest.test_create_key [0.005028s] ... ok {27} sahara.tests.unit.service.edp.job_binaries.s3.test_s3_type.TestS3Type.test_get_raw_data [0.005337s] ... ok {27} sahara.tests.unit.service.edp.oozie.test_oozie.TestOozieEngine.test_hdfs_create_workflow_dir [0.010104s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database {24} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_right_data [0.035278s] ... ok {3} sahara.tests.unit.utils.test_cluster_progress_ops.ClusterProgressOpsTest.test_event_wrapper [0.043401s] ... ok Unable to retrieve plugin data from database {24} sahara.tests.unit.service.validation.test_cluster_scaling_validation.TestScalingValidation.test_check_heat_cluster_scaling_missing_engine [0.010160s] ... ok {4} sahara.tests.unit.service.api.test_v10.TestApi.test_create_cluster_success [0.955943s] ... ok {16} sahara.tests.unit.service.validation.edp.test_job_executor.TestJobExecUpdateValidation.test_job_execution_update_types [0.307310s] ... ok Unable to retrieve plugin data from database {27} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_scheduled_edp_job_run [0.052760s] ... ok {25} sahara.tests.unit.service.test_volumes.TestAttachVolume.test_find_instance_volume_devices [0.071181s] ... ok {27} sahara.tests.unit.service.test_coordinator.TestHashRing.test_get_subset_without_backend [0.003258s] ... ok Unable to retrieve plugin data from database {25} sahara.tests.unit.service.validation.edp.test_job_executor.TestJobExecutionCancelDeleteValidation.test_je_cancel_delete_when_protected [0.006079s] ... ok {4} sahara.tests.unit.service.api.test_v10.TestApi.test_get_plugin [0.050388s] ... ok {27} sahara.tests.unit.service.test_trusts.TestTrusts.test_delete_trust [0.016733s] ... ok {24} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_create_v_default_image_required_tags [0.054195s] ... ok {29} sahara.tests.unit.db.templates.test_delete.TemplateDeleteTestCase.test_do_delete [1.055895s] ... ok {16} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobExecutionInterfaceValidation.test_bad_argument_name [0.033484s] ... ok {4} sahara.tests.unit.service.edp.storm.test_storm.TestStorm.test_upload_job_files [0.009227s] ... ok {4} sahara.tests.unit.service.edp.test_hdfs_helper.HDFSHelperTestCase.test_get_cluster_hosts_information_c_id [0.005192s] ... ok Unable to retrieve plugin data from database {4} sahara.tests.unit.service.edp.test_job_utils.JobUtilsTestCase.test_to_url_dict [0.000617s] ... ok {24} sahara.tests.unit.service.validation.test_ng_template_validation_update.TestNGTemplateUpdateValidation.test_node_groups_update_nothing_required [0.019219s] ... ok {4} sahara.tests.unit.service.test_ntp_service.NTPServiceTest.test_configuring_success [0.004914s] ... ok Unable to retrieve plugin data from database Can't detach volume 123 {16} sahara.tests.unit.service.validation.test_cluster_scaling_validation.TestScalingValidation.test_check_cluster_scaling_missing_resource [0.047629s] ... ok {27} sahara.tests.unit.service.test_volumes.TestAttachVolume.test_detach_volumes_v2 [0.048642s] ... ok {25} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobInterfaceValidation.test_overlapping_names [0.063045s] ... ok {29} sahara.tests.unit.db.templates.test_update.TemplateUpdateTestCase.test_add_config_section [0.048136s] ... ok {4} sahara.tests.unit.service.test_ntp_service.NTPServiceTest.test_is_ntp_enabled [0.026113s] ... ok {16} sahara.tests.unit.service.validation.test_validation.TestValidation.test_get_path [0.003809s] ... ok {4} sahara.tests.unit.service.validation.edp.test_job_executor.TestJobExecUpdateValidation.test_public_je_cancel_delete_from_another_tenant [0.005586s] ... ok {27} sahara.tests.unit.service.validation.edp.test_data_source.TestDataSourceUpdateValidation.test_check_datasource_placeholder [0.006566s] ... ok {27} sahara.tests.unit.service.validation.edp.test_data_source.TestDataSourceUpdateValidation.test_update_data_source_manila [0.012206s] ... ok {27} sahara.tests.unit.service.validation.edp.test_data_source.TestDataSourceUpdateValidation.test_update_referenced_data_source [0.005890s] ... ok {4} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobInterfaceValidation.test_no_interface [0.026534s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database Unable to retrieve plugin data from database {4} sahara.tests.unit.service.validation.test_cluster_scaling_validation.TestScalingValidation.test_check_cluster_scaling_wrong_engine [0.016801s] ... ok Unable to retrieve plugin data from database {27} sahara.tests.unit.service.validation.test_cluster_scaling_validation.TestScalingValidation.test_cluster_scaling_scheme_v_resize_ng [0.027966s] ... ok Unable to retrieve plugin data from database {29} sahara.tests.unit.db.templates.test_utils.TemplateUtilsTestCase.test_check_node_group_template_usage [0.062785s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database {4} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_template_wrong_neutron_mngmt_net [0.025340s] ... ok Unable to retrieve plugin data from database {25} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_cluster_configs [0.082251s] ... ok {4} sahara.tests.unit.test_exceptions.TestExceptions.test_invalid_credentials [0.004441s] ... ok {25} sahara.tests.unit.test_exceptions.TestExceptions.test_db_duplicate [0.003454s] ... ok {4} sahara.tests.unit.topology.test_topology.TopologyTestCase.test_core_config [0.009607s] ... ok {4} sahara.tests.unit.utils.test_edp.EdpUtilTest.test_compare_job_type [0.000241s] ... ok {29} sahara.tests.unit.db.templates.test_utils.TemplateUtilsTestCase.test_check_plugin_name_and_version [0.041798s] ... ok {25} sahara.tests.unit.utils.openstack.test_base.AuthUrlTest.test_retrieve_auth_url_api_v20 [0.016850s] ... ok {27} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_ng_template_create_v_minimum_ints [0.048739s] ... ok {4} sahara.tests.unit.utils.test_poll_utils.TestPollUtils.test_poll_exception_strategy_third_scenario [0.012601s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {4} sahara.tests.unit.utils.test_ssh_remote.TestInstallPackages.test_install_packages [0.003246s] ... ok {27} sahara.tests.unit.utils.test_resources.SimpleResourceTestCase.test_resource_eq [0.004522s] ... ok {24} sahara.tests.unit.service.validation.test_share_validations.TestShareValidations.test_shares_bad_type [0.148050s] ... ok {29} sahara.tests.unit.service.edp.storm.test_storm.TestStorm.test_cancel_job [0.012648s] ... ok {27} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_append_to_files [0.006895s] ... ok {25} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_flavor [0.018318s] ... ok {29} sahara.tests.unit.service.edp.test_hdfs_helper.HDFSHelperTestCase.test_create_hbase_common_lib_ex [0.004219s] ... ok {27} sahara.tests.unit.utils.test_xml_utils.XMLUtilsTestCase.test_create_hadoop_xml [0.004369s] ... ok Unable to retrieve plugin data from database Arguments dropped when creating context: {'token': 'test_auth_token'} {25} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_valid_name [0.041406s] ... ok {29} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_ng_template_create_v_right [0.038652s] ... ok {24} sahara.tests.unit.service.validation.test_share_validations.TestShareValidations.test_shares_overlapping_paths [0.045782s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {25} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_write_file_to [0.006418s] ... ok {24} sahara.tests.unit.utils.openstack.test_base.ExecuteWithRetryTest.test_neutronclient_calls_without_retry [0.008158s] ... ok {24} sahara.tests.unit.utils.openstack.test_base.TestBase.test_url_for_regions [0.003656s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {25} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_write_files_to [0.006297s] ... ok Invalid keyword in proxy_command: 'bad_kw' Invalid keyword in proxy_command: 'bad_kw' {24} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_proxy_command_bad [0.048443s] ... ok {5} sahara.tests.unit.service.api.v2.test_clusters.TestClusterApi.test_create_multiple_clusters_failed [0.887688s] ... ok Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class Could not load sahara.service.castellan.sahara_key_manager.SaharaKeyManager Deprecation Warning : sahara.service.castellan.sahara_key_manager.SaharaKeyManager is not a stevedore based driver, trying to load it as a class {5} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_build_workflow_for_job_pig [0.069149s] ... ok {5} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_inject_swift_url_suffix [0.054871s] ... ok {29} sahara.tests.unit.test_context.ContextTest.test_thread_group_waits_threads_if_child_exception [0.205607s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} Unsupported Cinder API version: 1. Please set a correct value for cinder.api_version in your sahara.conf file (currently supported versions are: [2, 3]). Falling back to Cinder API version 3. {29} sahara.tests.unit.utils.test_cinder.TestCinder.test_cinder_bad_api_version [0.004528s] ... ok {0} sahara.tests.unit.utils.test_cluster.UtilsClusterTest.test_change_cluster_status [0.800523s] ... ok {15} sahara.tests.unit.service.api.v2.test_clusters.TestClusterApi.test_scale_cluster_n_specific_instances_success [1.572470s] ... ok {0} sahara.tests.unit.utils.test_cluster_progress_ops.ClusterProgressOpsTest.test_add_fail_event [0.042735s] ... ok {29} sahara.tests.unit.utils.test_cluster.UtilsClusterTest.test_generate_etc_hosts_with_designate [0.270042s] ... ok {29} sahara.tests.unit.utils.test_cluster_progress_ops.ClusterProgressOpsTest.test_add_successful_event [0.043020s] ... ok {29} sahara.tests.unit.utils.test_general.UtilsGeneralTest.test_get_by_id [0.049900s] ... ok {29} sahara.tests.unit.utils.test_resources.InheritedBaseResourceTestCase.test_to_dict_no_filters [0.002684s] ... ok {29} sahara.tests.unit.utils.test_ssh_remote.TestEscapeQuotes.test_escape_quotes [0.000147s] ... ok {29} sahara.tests.unit.utils.test_xml_utils.XMLUtilsTestCase.test_add_property_to_configuration [0.001065s] ... ok {11} sahara.tests.unit.service.api.test_v10.TestApi.test_scale_cluster_success [1.340162s] ... ok {6} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_ng_template_create_v_types [2.674948s] ... ok {2} sahara.tests.unit.service.validation.test_cluster_template_create_validation.TestClusterTemplateCreateValidation.test_cluster_template_create_v_types [1.388187s] ... ok Unable to retrieve plugin data from database {6} sahara.tests.unit.service.validation.test_share_validations.TestShareValidations.test_shares_bad_paths [0.027713s] ... ok Unable to retrieve plugin data from database {11} sahara.tests.unit.service.api.v2.test_plugins.TestPluginApi.test_update_plugin [0.086049s] ... ok {6} sahara.tests.unit.swift.test_swift_helper.SwiftIntegrationTestCase.test_get_swift_configs [0.017615s] ... ok {2} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_ng_template_create_v_node_processes [0.039608s] ... ok {6} sahara.tests.unit.test_main.ValidateCastellanTest.test_context_present_when_calling_validate_config [0.000969s] ... ok {2} sahara.tests.unit.test_context.ContextTest.test_thread_group_handles_child_exception [0.002362s] ... ok {6} sahara.tests.unit.utils.test_api.APIUtilsTest.test_render_pagination [0.002159s] ... ok {26} sahara.tests.unit.service.api.v2.test_clusters.TestClusterApi.test_scale_cluster_specific_and_non_specific [1.705495s] ... ok {2} sahara.tests.unit.test_exceptions.TestExceptions.test_forbidden [0.003465s] ... ok Occasional error occurred during "fake_client_call" execution: 500 (500). Operation will be retried. {11} sahara.tests.unit.service.edp.data_sources.manila.test_manila_type.TestManilaType.test_get_runtime_url [0.009088s] ... ok Occasional error occurred during "fake_client_call" execution: 500 (500). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 500 (500). Operation will be retried. {26} sahara.tests.unit.service.castellan.test_sahara_key_manager.SaharaKeyManagerTest.test_store [0.004981s] ... ok Occasional error occurred during "fake_client_call" execution: 503 (503). Operation will be retried. {11} sahara.tests.unit.service.edp.job_binaries.internal_db.test_internal_db_type.TestInternalDBType.test_copy_binary_to_cluster [0.001104s] ... ok Occasional error occurred during "fake_client_call" execution: 503 (503). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 503 (503). Operation will be retried. {26} sahara.tests.unit.service.edp.data_sources.manila.test_manila_type.TestManilaType.test_manila_type_validation_correct [0.002616s] ... ok {2} sahara.tests.unit.utils.openstack.test_base.ExecuteWithRetryTest.test_neutronclient_calls_with_retry [0.007968s] ... ok {0} sahara.tests.unit.utils.test_cluster_progress_ops.ClusterProgressOpsTest.test_cluster_get_with_events [0.370680s] ... ok {26} sahara.tests.unit.service.edp.data_sources.manila.test_manila_type.TestManilaType.test_manila_type_validation_no_path [0.002488s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {11} sahara.tests.unit.service.edp.job_binaries.manila.test_manila_type.TestManilaType.test_prepare_cluster [0.006163s] ... ok {0} sahara.tests.unit.utils.test_poll_utils.TestPollUtils.test_poll_exception_strategy_first_scenario [0.003701s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {0} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_update_repository [0.007042s] ... ok {6} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_valid_name_hostname [0.029509s] ... ok {0} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_use_floating_ips [0.008023s] ... ok {0} sahara.tests.unit.utils.test_ssh_remote.TestUpdateRepository.test_update_repository_bad [0.001174s] ... ok {11} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_job_type_supported [0.040360s] ... ok {19} sahara.tests.unit.service.api.v2.test_clusters.TestClusterApi.test_create_multiple_clusters_success [1.694208s] ... ok {19} sahara.tests.unit.service.edp.job_binaries.internal_db.test_internal_db_type.TestInternalDBType.test_get_raw_data [0.000781s] ... ok {19} sahara.tests.unit.service.test_engine.TestDeletion.test_calls_order [0.006082s] ... ok {19} sahara.tests.unit.service.test_quotas.TestQuotas.test_get_zero_limits [0.002554s] ... ok {26} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_build_workflow_for_job_java_with_adapter [0.057246s] ... ok {26} sahara.tests.unit.service.edp.test_json_api_examples.TestJSONApiExamplesV11.test_job_binaries [0.003953s] ... ok {19} sahara.tests.unit.service.validation.edp.test_job_interface.TestJobExecutionInterfaceValidation.test_no_execution_interface [0.024692s] ... ok {11} sahara.tests.unit.service.heat.test_templates.TestClusterTemplate.test_serialize_designate_records [0.041109s] ... ok {26} sahara.tests.unit.service.heat.test_templates.TestClusterTemplate.test_get_anti_affinity_scheduler_hints [0.037579s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database Unable to retrieve plugin data from database Unable to retrieve plugin data from database {19} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_default_image_required_tags [0.044362s] ... ok {11} sahara.tests.unit.service.test_ops.TestOPS.test_provision_cluster [0.044795s] ... ok {26} sahara.tests.unit.service.heat.test_templates.TestClusterTemplate.test_serialize_auto_security_group_neutron [0.038320s] ... ok {16} sahara.tests.unit.test_context.ContextTest.test_thread_group_waits_threads [1.009384s] ... ok {26} sahara.tests.unit.service.test_coordinator.TestHashRing.test_check_object [0.004280s] ... ok {16} sahara.tests.unit.test_exceptions.TestExceptions.test_bad_job_binary [0.007362s] ... ok {26} sahara.tests.unit.service.test_sessions.TestSessionCache.test_get_heat_session [0.003973s] ... ok {16} sahara.tests.unit.test_exceptions.TestExceptions.test_not_implemented [0.002598s] ... ok {2} sahara.tests.unit.utils.test_cluster.UtilsClusterTest.test_count_instances [0.153018s] ... ok {26} sahara.tests.unit.service.validation.edp.test_data_source.TestDataSourceUpdateValidation.test_update_data_source_maprfs [0.007811s] ... ok {16} sahara.tests.unit.utils.openstack.test_base.AuthUrlTest.test_retrieve_auth_url_api_v3_path_present [0.004898s] ... ok {2} sahara.tests.unit.utils.test_neutron.NeutronClientTest.test_get_router [0.006042s] ... ok {2} sahara.tests.unit.utils.test_resources.InheritedBaseResourceTestCase.test_to_dict_with_filters_and_sa [0.002784s] ... ok {16} sahara.tests.unit.utils.openstack.test_base.ExecuteWithRetryTest.test_novaclient_calls_without_retry [0.010629s] ... ok {16} sahara.tests.unit.utils.test_api_validator.ApiValidatorTest.test_validate_string_with_length [0.005439s] ... ok {16} sahara.tests.unit.utils.test_cluster.UtilsClusterTest.test_etc_hosts_entry_for_service_overrides [0.051983s] ... ok {16} sahara.tests.unit.utils.test_resources.SimpleResourceTestCase.test_repr [0.002603s] ... ok {16} sahara.tests.unit.utils.test_types.TypesTestCase.test_is_int [0.000232s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database {19} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_image_exists [0.172553s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database {19} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_long_instance_names [0.020978s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database {19} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_missing_network [0.020176s] ... ok {19} sahara.tests.unit.swift.test_utils.SwiftUtilsTest.test_retrieve_auth_url [0.003637s] ... ok {19} sahara.tests.unit.swift.test_utils.SwiftUtilsTest.test_retrieve_auth_url_path_present [0.002853s] ... ok {19} sahara.tests.unit.test_exceptions.TestExceptions.test_data_too_big [0.002397s] ... ok {19} sahara.tests.unit.utils.openstack.test_base.ExecuteWithRetryTest.test_keystoneclient_calls_without_retry [0.006813s] ... ok {19} sahara.tests.unit.utils.openstack.test_swift.SwiftClientTest.test_client_with_trust [0.005073s] ... ok {7} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_types [1.855853s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database {7} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_with_proxy_gateway [0.024013s] ... ok {7} sahara.tests.unit.service.validation.test_cluster_update_validation.TestClusterUpdateValidation.test_cluster_update_nothing_required [0.015429s] ... ok {7} sahara.tests.unit.test_exceptions.TestExceptions.test_malformed_request_body [0.002830s] ... ok {7} sahara.tests.unit.utils.test_edp.EdpUtilTest.test_split_job_type [0.000190s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {7} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_proxy_command [0.008917s] ... ok {5} sahara.tests.unit.service.health.test_verification_base.TestVerifications.test_verification_start [0.987288s] ... ok {5} sahara.tests.unit.service.test_coordinator.TestHashRing.test_get_subset_with_backend [0.004868s] ... ok {5} sahara.tests.unit.service.test_sessions.TestSessionCache.test_get_glance_session [0.003935s] ... ok {11} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_not_transient_cluster_does_not_terminate [0.356979s] ... ok {26} sahara.tests.unit.service.validation.edp.test_job.TestJobUpdateValidation.test_job_update [0.469866s] ... ok {11} sahara.tests.unit.service.validation.edp.test_job.TestJobCreateValidation.test_no_mains_libs_required [0.223980s] ... ok {11} sahara.tests.unit.service.validation.edp.test_job_binary_internal.TestJobBinaryInternalUpdateValidation.test_job_binary_internal_update [0.025137s] ... ok {26} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateFlavorValidation.test_cluster_create_v_invalid_flavor [0.118551s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database Unable to retrieve plugin data from database Unable to retrieve plugin data from database {11} sahara.tests.unit.service.validation.test_cluster_scaling_validation.TestScalingValidation.test_check_cluster_scaling_resize_ng [0.019943s] ... ok {11} sahara.tests.unit.service.validation.test_protected_validation.TestProtectedValidation.test_public_on_protected [0.002545s] ... ok Unable to retrieve plugin data from database {11} sahara.tests.unit.service.validation.test_validation.TestValidation.test_generate_error [0.002601s] ... ok Unable to retrieve plugin data from database {11} sahara.tests.unit.test_context.ContextTest.test_thread_group_prefers_spawning_exception [0.001650s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {26} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_wrong_volumes_availability_zone [0.022106s] ... ok {11} sahara.tests.unit.utils.test_ssh_remote.TestInstanceInteropHelper.test_replace_remote_string [0.005155s] ... ok {11} sahara.tests.unit.utils.test_xml_utils.XMLUtilsTestCase.test_load_xml_defaults [0.002804s] ... ok Unable to retrieve plugin data from database {5} sahara.tests.unit.service.validation.edp.test_job.TestJobUpdateValidation.test_job_update_types [0.332746s] ... ok Unable to retrieve plugin data from database Unable to retrieve plugin data from database Unable to retrieve plugin data from database Unable to retrieve plugin data from database {5} sahara.tests.unit.service.validation.test_cluster_create_validation.TestClusterCreateValidation.test_cluster_create_v_keypair_exists [0.103448s] ... ok {15} sahara.tests.unit.service.api.v2.test_clusters.TestClusterApi.test_scale_cluster_success [1.330491s] ... ok {26} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_ng_template_create_validate_image [0.145681s] ... ok {5} sahara.tests.unit.test_exceptions.TestExceptions.test_image_not_registered [0.002685s] ... ok {15} sahara.tests.unit.service.edp.data_sources.hdfs.test_hdfs_type.TestHDFSType.test_hdfs_type_validation_local_rel_url [0.002780s] ... ok {15} sahara.tests.unit.service.edp.data_sources.maprfs.test_maprfs_type_validation.TestMapRFSTypeValidation.test_maprfs_type_validation_local_rel_url [0.002193s] ... ok {5} sahara.tests.unit.test_exceptions.TestExceptions.test_remote_command [0.002296s] ... ok {15} sahara.tests.unit.service.edp.job_binaries.swift.test_swift_type.TestSwiftType.test__get_raw_data [0.003347s] ... ok {5} sahara.tests.unit.topology.test_topology.TopologyTestCase.test_read_compute_topology [0.003598s] ... ok Occasional error occurred during "fake_client_call" execution: Over limit (HTTP 413) (413). Operation will be retried. Occasional error occurred during "fake_client_call" execution: Over limit (HTTP 413) (413). Operation will be retried. Occasional error occurred during "fake_client_call" execution: Over limit (HTTP 413) (413). Operation will be retried. Occasional error occurred during "fake_client_call" execution: Rate limit (HTTP 429) (429). Operation will be retried. Occasional error occurred during "fake_client_call" execution: Rate limit (HTTP 429) (429). Operation will be retried. Occasional error occurred during "fake_client_call" execution: Rate limit (HTTP 429) (429). Operation will be retried. {15} sahara.tests.unit.service.edp.oozie.test_oozie.TestOozieEngine.test_get_job_status [0.005203s] ... ok {5} sahara.tests.unit.utils.openstack.test_base.ExecuteWithRetryTest.test_novaclient_calls_with_retry [0.005969s] ... ok Unable to retrieve plugin data from database {26} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_wrong_floating_ip_pool [0.019125s] ... ok Arguments dropped when creating context: {'token': 'test_auth_token'} {26} sahara.tests.unit.utils.test_cinder.TestCinder.test_check_cinder_exists [0.003080s] ... ok {15} sahara.tests.unit.service.edp.test_job_manager.TestJobManager.test_get_input_output_data_sources [0.038230s] ... ok {15} sahara.tests.unit.service.edp.test_job_utils.JobUtilsTestCase.test_find_possible_data_source_refs_by_uuid [0.000963s] ... ok {19} sahara.tests.unit.utils.test_cluster_progress_ops.ClusterProgressOpsTest.test_update_provisioning_steps [0.792175s] ... ok {19} sahara.tests.unit.utils.test_edp.EdpUtilTest.test_get_builtin_binaries_java_available [0.000748s] ... ok {19} sahara.tests.unit.utils.test_resources.SimpleResourceTestCase.test_resource_init_attrs [0.003082s] ... ok {15} sahara.tests.unit.service.test_periodic.TestPeriodicBack.test_run_verifications_executed [0.429748s] ... ok {15} sahara.tests.unit.service.test_trusts.TestTrusts.test_create_trust [0.004847s] ... ok {15} sahara.tests.unit.service.validation.test_cluster_delete_validation.TestClusterDeleteValidationV2.test_delete_schema_wrong_type [0.002635s] ... ok Unable to retrieve plugin data from database {15} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_ng_template_create_v_flavor_exists [0.018777s] ... ok {5} sahara.tests.unit.utils.test_cluster.UtilsClusterTest.test_check_cluster_exists [0.502549s] ... ok {15} sahara.tests.unit.service.validation.test_ng_template_validation_create.TestNGTemplateCreateValidation.test_node_groups_create_required [0.062117s] ... ok {15} sahara.tests.unit.test_exceptions.TestExceptions.test_canceling_failed [0.031913s] ... ok {15} sahara.tests.unit.test_main.ValidateCastellanTest.test_castellan_validate_config_called [0.001229s] ... ok {15} sahara.tests.unit.test_main.ValidateCastellanTest.test_context_cleared_in_case_of_exception [0.001207s] ... ok Occasional error occurred during "fake_client_call" execution: 408 (HTTP 408) (408). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 408 (HTTP 408) (408). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 408 (HTTP 408) (408). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 500 (HTTP 500) (500). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 500 (HTTP 500) (500). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 500 (HTTP 500) (500). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 502 (HTTP 502) (502). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 502 (HTTP 502) (502). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 502 (HTTP 502) (502). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 503 (HTTP 503) (503). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 503 (HTTP 503) (503). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 503 (HTTP 503) (503). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 504 (HTTP 504) (504). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 504 (HTTP 504) (504). Operation will be retried. Occasional error occurred during "fake_client_call" execution: 504 (HTTP 504) (504). Operation will be retried. {15} sahara.tests.unit.utils.openstack.test_base.ExecuteWithRetryTest.test_keystoneclient_calls_with_retry [0.010511s] ... ok Unable to setup notification transport. Reusing service transport for that. {15} sahara.tests.unit.utils.test_rpc.TestMessagingSetup.test_fallback [0.005233s] ... ok {5} sahara.tests.unit.utils.test_cluster_progress_ops.ClusterProgressOpsTest.test_get_cluster_events [0.495842s] ... ok {5} sahara.tests.unit.utils.test_poll_utils.TestPollUtils.test_plugin_poll_first_scenario [0.004713s] ... ok {6} sahara.tests.unit.utils.test_cluster_progress_ops.ClusterProgressOpsTest.test_instance_context_manager [2.073430s] ... ok ====== Totals ====== Ran: 794 tests in 12.0000 sec. - Passed: 790 - Skipped: 4 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 129.5228 sec. ============== Worker Balance ============== - Worker 0 (25 tests) => 0:00:05.026631 - Worker 1 (25 tests) => 0:00:04.013250 - Worker 2 (25 tests) => 0:00:05.457929 - Worker 3 (25 tests) => 0:00:04.256203 - Worker 4 (25 tests) => 0:00:04.438613 - Worker 5 (25 tests) => 0:00:06.971619 - Worker 6 (25 tests) => 0:00:07.099543 - Worker 7 (25 tests) => 0:00:05.331202 - Worker 8 (25 tests) => 0:00:02.933049 - Worker 9 (25 tests) => 0:00:01.938457 - Worker 10 (25 tests) => 0:00:02.561981 - Worker 11 (25 tests) => 0:00:06.013013 - Worker 12 (25 tests) => 0:00:04.231877 - Worker 13 (25 tests) => 0:00:01.859843 - Worker 14 (25 tests) => 0:00:02.351143 - Worker 15 (25 tests) => 0:00:06.757413 - Worker 16 (25 tests) => 0:00:05.145761 - Worker 17 (25 tests) => 0:00:02.457210 - Worker 18 (25 tests) => 0:00:03.746129 - Worker 19 (25 tests) => 0:00:05.874417 - Worker 20 (25 tests) => 0:00:02.432388 - Worker 21 (25 tests) => 0:00:01.921528 - Worker 22 (25 tests) => 0:00:03.408646 - Worker 23 (25 tests) => 0:00:02.696869 - Worker 24 (25 tests) => 0:00:04.724797 - Worker 25 (25 tests) => 0:00:03.836448 - Worker 26 (24 tests) => 0:00:05.597641 - Worker 27 (24 tests) => 0:00:03.803453 - Worker 28 (24 tests) => 0:00:03.057531 - Worker 29 (24 tests) => 0:00:04.385644 - Worker 30 (24 tests) => 0:00:02.507380 - Worker 31 (24 tests) => 0:00:03.519580 + exit 0 Processing files: openstack-sahara-10.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vAe68d + umask 022 + cd /builddir/build/BUILD + cd sahara-10.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/doc/openstack-sahara-10.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/doc/openstack-sahara-10.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/doc/openstack-sahara-10.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HGr5ww + umask 022 + cd /builddir/build/BUILD + cd sahara-10.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/openstack-sahara-10.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/openstack-sahara-10.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/openstack-sahara-10.0.0 + exit 0 Provides: openstack-sahara = 1:10.0.0-1.el7 openstack-savanna Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python2-sahara-10.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Tolg2O + umask 022 + cd /builddir/build/BUILD + cd sahara-10.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/doc/python2-sahara-10.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/doc/python2-sahara-10.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/doc/python2-sahara-10.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.KSfyy7 + umask 022 + cd /builddir/build/BUILD + cd sahara-10.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/python2-sahara-10.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/python2-sahara-10.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/python2-sahara-10.0.0 + exit 0 Provides: python-sahara = 1:10.0.0-1.el7 python2-sahara = 1:10.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-sahara < 1:10.0.0-1.el7 Processing files: python2-sahara-tests-10.0.0-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BV7gGP + umask 022 + cd /builddir/build/BUILD + cd sahara-10.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/python2-sahara-tests-10.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/python2-sahara-tests-10.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/python2-sahara-tests-10.0.0 + exit 0 Provides: python-sahara-tests = 1:10.0.0-1.el7 python2-sahara-tests = 1:10.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-sahara-tests < 1:10.0.0-1.el7 Processing files: openstack-sahara-common-10.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WumJxL + umask 022 + cd /builddir/build/BUILD + cd sahara-10.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/doc/openstack-sahara-common-10.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/doc/openstack-sahara-common-10.0.0 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/doc/openstack-sahara-common-10.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.D1geqH + umask 022 + cd /builddir/build/BUILD + cd sahara-10.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/openstack-sahara-common-10.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/openstack-sahara-common-10.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/openstack-sahara-common-10.0.0 + exit 0 Provides: config(openstack-sahara-common) = 1:10.0.0-1.el7 openstack-sahara-common = 1:10.0.0-1.el7 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh shadow-utils Requires(post): systemd Requires(preun): systemd Requires(postun): systemd Requires: /usr/bin/python2 Processing files: openstack-sahara-doc-10.0.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6GBqHD + umask 022 + cd /builddir/build/BUILD + cd sahara-10.0.0 + DOCDIR=/builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/doc/openstack-sahara-doc-10.0.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/doc/openstack-sahara-doc-10.0.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/doc/openstack-sahara-doc-10.0.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.tbjG5z + umask 022 + cd /builddir/build/BUILD + cd sahara-10.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/openstack-sahara-doc-10.0.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/openstack-sahara-doc-10.0.0 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch/usr/share/licenses/openstack-sahara-doc-10.0.0 + exit 0 Provides: openstack-sahara-doc = 1:10.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: openstack-sahara-engine-10.0.0-1.el7.noarch Provides: openstack-sahara-engine = 1:10.0.0-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-sahara-api-10.0.0-1.el7.noarch Provides: openstack-sahara-api = 1:10.0.0-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-sahara-image-pack-10.0.0-1.el7.noarch Provides: openstack-sahara-image-pack = 1:10.0.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch Wrote: /builddir/build/RPMS/openstack-sahara-10.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-sahara-10.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-sahara-tests-10.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-sahara-common-10.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-sahara-doc-10.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-sahara-engine-10.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-sahara-api-10.0.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-sahara-image-pack-10.0.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AGSX1W + umask 022 + cd /builddir/build/BUILD + cd sahara-10.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/openstack-sahara-10.0.0-1.el7.noarch + exit 0 Child return code was: 0