Mock Version: 1.2.12 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-openstackclient.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-7918/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-openstackclient.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'} and shell False error: Macro %py2_install has unterminated body error: Macro %py2_install has unterminated body sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory warning: bogus date in %changelog: Fri Aug 1 2015 Adam Young 1.0.3-3 warning: Could not canonicalize hostname: copr-builder-683420874 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-openstackclient-1.0.3-3.el7.centos.src.rpm error: Macro %py2_install has unterminated body error: Macro %py2_install has unterminated body Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-openstackclient.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-7918/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-openstackclient.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock'} and shell False error: Macro %py2_install has unterminated body error: Macro %py2_install has unterminated body warning: bogus date in %changelog: Fri Aug 1 2015 Adam Young 1.0.3-3 Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fUb9lW + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-openstackclient-1.0.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-openstackclient-1.0.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-openstackclient-1.0.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + git init Initialized empty Git repository in /builddir/build/BUILD/python-openstackclient-1.0.3/.git/ + git config user.email python-openstackclient-owner@fedoraproject.org + git config user.name python-openstackclient + git add . + git commit -a -q -m '1.0.3 baseline' + git am /builddir/build/SOURCES/0001-Add-the-ability-to-set-and-unset-flavor-properties.patch /builddir/build/SOURCES/python-openstackclient-remote-id.patch Applying: Add the ability to set and unset flavor properties Applying: Add support to remote_id + rm -rf requirements.txt test-requirements.txt + rm -rf python_openstackclient.egg-info + sed -i s/oslosphinx/oslo.sphinx/ doc/source/conf.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.moEixY + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-1.0.3 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/openstackclient creating build/lib/openstackclient/common copying openstackclient/common/clientmanager.py -> build/lib/openstackclient/common copying openstackclient/common/utils.py -> build/lib/openstackclient/common copying openstackclient/common/timing.py -> build/lib/openstackclient/common copying openstackclient/common/commandmanager.py -> build/lib/openstackclient/common copying openstackclient/common/extension.py -> build/lib/openstackclient/common copying openstackclient/common/module.py -> build/lib/openstackclient/common copying openstackclient/common/parseractions.py -> build/lib/openstackclient/common copying openstackclient/common/__init__.py -> build/lib/openstackclient/common copying openstackclient/common/limits.py -> build/lib/openstackclient/common copying openstackclient/common/quota.py -> build/lib/openstackclient/common copying openstackclient/common/exceptions.py -> build/lib/openstackclient/common creating build/lib/openstackclient/object creating build/lib/openstackclient/object/v1 creating build/lib/openstackclient/object/v1/lib copying openstackclient/object/v1/lib/__init__.py -> build/lib/openstackclient/object/v1/lib copying openstackclient/object/client.py -> build/lib/openstackclient/object copying openstackclient/object/__init__.py -> build/lib/openstackclient/object creating build/lib/openstackclient/tests creating build/lib/openstackclient/tests/volume copying openstackclient/tests/volume/test_find_resource.py -> build/lib/openstackclient/tests/volume copying openstackclient/tests/volume/__init__.py -> build/lib/openstackclient/tests/volume creating build/lib/openstackclient/tests/compute creating build/lib/openstackclient/tests/compute/v2 copying openstackclient/tests/compute/v2/test_flavor.py -> build/lib/openstackclient/tests/compute/v2 copying openstackclient/tests/compute/v2/fakes.py -> build/lib/openstackclient/tests/compute/v2 copying openstackclient/tests/compute/v2/test_server.py -> build/lib/openstackclient/tests/compute/v2 copying openstackclient/tests/compute/v2/__init__.py -> build/lib/openstackclient/tests/compute/v2 creating build/lib/openstackclient/tests/network creating build/lib/openstackclient/tests/network/v2 copying openstackclient/tests/network/v2/fakes.py -> build/lib/openstackclient/tests/network/v2 copying openstackclient/tests/network/v2/test_network.py -> build/lib/openstackclient/tests/network/v2 copying openstackclient/tests/network/v2/__init__.py -> build/lib/openstackclient/tests/network/v2 creating build/lib/openstackclient/network copying openstackclient/network/client.py -> build/lib/openstackclient/network copying openstackclient/network/__init__.py -> build/lib/openstackclient/network copying openstackclient/network/common.py -> build/lib/openstackclient/network creating build/lib/openstackclient/tests/identity creating build/lib/openstackclient/tests/identity/v2_0 copying openstackclient/tests/identity/v2_0/test_catalog.py -> build/lib/openstackclient/tests/identity/v2_0 copying openstackclient/tests/identity/v2_0/test_token.py -> build/lib/openstackclient/tests/identity/v2_0 copying openstackclient/tests/identity/v2_0/fakes.py -> build/lib/openstackclient/tests/identity/v2_0 copying openstackclient/tests/identity/v2_0/test_project.py -> build/lib/openstackclient/tests/identity/v2_0 copying openstackclient/tests/identity/v2_0/__init__.py -> build/lib/openstackclient/tests/identity/v2_0 copying openstackclient/tests/identity/v2_0/test_user.py -> build/lib/openstackclient/tests/identity/v2_0 copying openstackclient/tests/identity/v2_0/test_endpoint.py -> build/lib/openstackclient/tests/identity/v2_0 copying openstackclient/tests/identity/v2_0/test_service.py -> build/lib/openstackclient/tests/identity/v2_0 copying openstackclient/tests/identity/v2_0/test_role.py -> build/lib/openstackclient/tests/identity/v2_0 copying openstackclient/tests/utils.py -> build/lib/openstackclient/tests copying openstackclient/tests/fakes.py -> build/lib/openstackclient/tests copying openstackclient/tests/__init__.py -> build/lib/openstackclient/tests copying openstackclient/tests/test_shell.py -> build/lib/openstackclient/tests creating build/lib/openstackclient/tests/image creating build/lib/openstackclient/tests/image/v1 copying openstackclient/tests/image/v1/fakes.py -> build/lib/openstackclient/tests/image/v1 copying openstackclient/tests/image/v1/test_image.py -> build/lib/openstackclient/tests/image/v1 copying openstackclient/tests/image/v1/__init__.py -> build/lib/openstackclient/tests/image/v1 creating build/lib/openstackclient/tests/image/v2 copying openstackclient/tests/image/v2/fakes.py -> build/lib/openstackclient/tests/image/v2 copying openstackclient/tests/image/v2/test_image.py -> build/lib/openstackclient/tests/image/v2 copying openstackclient/tests/image/v2/__init__.py -> build/lib/openstackclient/tests/image/v2 creating build/lib/openstackclient/tests/object copying openstackclient/tests/object/__init__.py -> build/lib/openstackclient/tests/object creating build/lib/openstackclient/volume creating build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/snapshot.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/__init__.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/type.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/backup.py -> build/lib/openstackclient/volume/v1 copying openstackclient/volume/v1/volume.py -> build/lib/openstackclient/volume/v1 creating build/lib/openstackclient/image creating build/lib/openstackclient/image/v2 copying openstackclient/image/v2/__init__.py -> build/lib/openstackclient/image/v2 copying openstackclient/image/v2/image.py -> build/lib/openstackclient/image/v2 copying openstackclient/volume/client.py -> build/lib/openstackclient/volume copying openstackclient/volume/__init__.py -> build/lib/openstackclient/volume creating build/lib/openstackclient/image/v1 copying openstackclient/image/v1/__init__.py -> build/lib/openstackclient/image/v1 copying openstackclient/image/v1/image.py -> build/lib/openstackclient/image/v1 copying openstackclient/tests/network/test_common.py -> build/lib/openstackclient/tests/network copying openstackclient/tests/network/__init__.py -> build/lib/openstackclient/tests/network copying openstackclient/tests/network/common.py -> build/lib/openstackclient/tests/network copying openstackclient/tests/image/__init__.py -> build/lib/openstackclient/tests/image copying openstackclient/tests/compute/__init__.py -> build/lib/openstackclient/tests/compute creating build/lib/openstackclient/compute creating build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/flavor.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/floatingip.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/console.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/keypair.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/availability_zone.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/service.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/host.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/floatingippool.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/hypervisor_stats.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/server.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/usage.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/__init__.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/aggregate.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/agent.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/hypervisor.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/security_group.py -> build/lib/openstackclient/compute/v2 copying openstackclient/compute/v2/fixedip.py -> build/lib/openstackclient/compute/v2 creating build/lib/openstackclient/tests/api copying openstackclient/tests/api/test_network_v2.py -> build/lib/openstackclient/tests/api copying openstackclient/tests/api/test_utils.py -> build/lib/openstackclient/tests/api copying openstackclient/tests/api/fakes.py -> build/lib/openstackclient/tests/api copying openstackclient/tests/api/test_image_v2.py -> build/lib/openstackclient/tests/api copying openstackclient/tests/api/test_api.py -> build/lib/openstackclient/tests/api copying openstackclient/tests/api/__init__.py -> build/lib/openstackclient/tests/api copying openstackclient/tests/api/test_image_v1.py -> build/lib/openstackclient/tests/api copying openstackclient/tests/api/test_object_store_v1.py -> build/lib/openstackclient/tests/api creating build/lib/openstackclient/tests/common copying openstackclient/tests/common/test_commandmanager.py -> build/lib/openstackclient/tests/common copying openstackclient/tests/common/test_parseractions.py -> build/lib/openstackclient/tests/common copying openstackclient/tests/common/test_timing.py -> build/lib/openstackclient/tests/common copying openstackclient/tests/common/test_module.py -> build/lib/openstackclient/tests/common copying openstackclient/tests/common/test_utils.py -> build/lib/openstackclient/tests/common copying openstackclient/tests/common/__init__.py -> build/lib/openstackclient/tests/common copying openstackclient/tests/common/test_extension.py -> build/lib/openstackclient/tests/common copying openstackclient/tests/common/test_clientmanager.py -> build/lib/openstackclient/tests/common creating build/lib/openstackclient/tests/volume/v1 copying openstackclient/tests/volume/v1/fakes.py -> build/lib/openstackclient/tests/volume/v1 copying openstackclient/tests/volume/v1/__init__.py -> build/lib/openstackclient/tests/volume/v1 copying openstackclient/tests/volume/v1/test_volume.py -> build/lib/openstackclient/tests/volume/v1 creating build/lib/openstackclient/network/v2 copying openstackclient/network/v2/network.py -> build/lib/openstackclient/network/v2 copying openstackclient/network/v2/__init__.py -> build/lib/openstackclient/network/v2 creating build/lib/openstackclient/identity creating build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/token.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/role.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/ec2creds.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/project.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/service.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/catalog.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/__init__.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/user.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/identity/v2_0/endpoint.py -> build/lib/openstackclient/identity/v2_0 copying openstackclient/tests/identity/__init__.py -> build/lib/openstackclient/tests/identity copying openstackclient/compute/client.py -> build/lib/openstackclient/compute copying openstackclient/compute/__init__.py -> build/lib/openstackclient/compute copying openstackclient/object/v1/object.py -> build/lib/openstackclient/object/v1 copying openstackclient/object/v1/container.py -> build/lib/openstackclient/object/v1 copying openstackclient/object/v1/__init__.py -> build/lib/openstackclient/object/v1 copying openstackclient/i18n.py -> build/lib/openstackclient copying openstackclient/__init__.py -> build/lib/openstackclient copying openstackclient/shell.py -> build/lib/openstackclient creating build/lib/openstackclient/tests/object/v1 copying openstackclient/tests/object/v1/test_container.py -> build/lib/openstackclient/tests/object/v1 copying openstackclient/tests/object/v1/test_object_all.py -> build/lib/openstackclient/tests/object/v1 copying openstackclient/tests/object/v1/fakes.py -> build/lib/openstackclient/tests/object/v1 copying openstackclient/tests/object/v1/test_object.py -> build/lib/openstackclient/tests/object/v1 copying openstackclient/tests/object/v1/__init__.py -> build/lib/openstackclient/tests/object/v1 copying openstackclient/tests/object/v1/test_container_all.py -> build/lib/openstackclient/tests/object/v1 creating build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/identity_provider.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/token.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/role.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/group.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/project.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/mapping.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/service.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/catalog.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/federation_protocol.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/role_assignment.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/unscoped_saml.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/region.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/__init__.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/domain.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/credential.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/trust.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/user.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/consumer.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/endpoint.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/v3/policy.py -> build/lib/openstackclient/identity/v3 copying openstackclient/identity/client.py -> build/lib/openstackclient/identity copying openstackclient/identity/__init__.py -> build/lib/openstackclient/identity copying openstackclient/identity/common.py -> build/lib/openstackclient/identity creating build/lib/openstackclient/api copying openstackclient/api/auth.py -> build/lib/openstackclient/api copying openstackclient/api/utils.py -> build/lib/openstackclient/api copying openstackclient/api/api.py -> build/lib/openstackclient/api copying openstackclient/api/image_v2.py -> build/lib/openstackclient/api copying openstackclient/api/__init__.py -> build/lib/openstackclient/api copying openstackclient/api/auth_plugin.py -> build/lib/openstackclient/api copying openstackclient/api/object_store_v1.py -> build/lib/openstackclient/api copying openstackclient/api/image_v1.py -> build/lib/openstackclient/api copying openstackclient/api/network_v2.py -> build/lib/openstackclient/api creating build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_identity_provider.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/fakes.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_group.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_consumer.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_catalog.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_domain.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_token.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_unscoped_saml.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_oauth.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_role_assignment.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_mappings.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_project.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_region.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/__init__.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_protocol.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_user.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_endpoint.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_trust.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_service.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/tests/identity/v3/test_role.py -> build/lib/openstackclient/tests/identity/v3 copying openstackclient/image/client.py -> build/lib/openstackclient/image copying openstackclient/image/__init__.py -> build/lib/openstackclient/image running egg_info creating python_openstackclient.egg-info writing pbr to python_openstackclient.egg-info/pbr.json writing python_openstackclient.egg-info/PKG-INFO writing top-level names to python_openstackclient.egg-info/top_level.txt writing dependency_links to python_openstackclient.egg-info/dependency_links.txt writing entry points to python_openstackclient.egg-info/entry_points.txt [pbr] Processing SOURCES.txt writing manifest file 'python_openstackclient.egg-info/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 reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' 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 'python_openstackclient.egg-info/SOURCES.txt' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UEP6w1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64 + cd python-openstackclient-1.0.3 + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64 running install running install_lib creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/network_v2.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/image_v1.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/object_store_v1.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/auth_plugin.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/image_v2.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/api.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/utils.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/api/auth.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api copying build/lib/openstackclient/shell.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient copying build/lib/openstackclient/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient copying build/lib/openstackclient/i18n.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity copying build/lib/openstackclient/identity/common.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity copying build/lib/openstackclient/identity/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity copying build/lib/openstackclient/identity/client.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/policy.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/consumer.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/user.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/trust.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/credential.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/domain.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/region.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/unscoped_saml.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/role_assignment.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/federation_protocol.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/service.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/mapping.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/project.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/group.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/role.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/token.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 copying build/lib/openstackclient/identity/v3/identity_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3 creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/user.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/service.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/project.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/ec2creds.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/role.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 copying build/lib/openstackclient/identity/v2_0/token.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0 creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute copying build/lib/openstackclient/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute copying build/lib/openstackclient/compute/client.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/fixedip.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/security_group.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/hypervisor.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/agent.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/aggregate.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/usage.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/server.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/hypervisor_stats.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/floatingippool.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/host.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/service.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/availability_zone.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/keypair.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/console.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/floatingip.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 copying build/lib/openstackclient/compute/v2/flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2 creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image copying build/lib/openstackclient/image/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image copying build/lib/openstackclient/image/client.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image/v1 copying build/lib/openstackclient/image/v1/image.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image/v1 copying build/lib/openstackclient/image/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image/v1 creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image/v2 copying build/lib/openstackclient/image/v2/image.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image/v2 copying build/lib/openstackclient/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image/v2 creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume copying build/lib/openstackclient/volume/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume copying build/lib/openstackclient/volume/client.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/volume.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/backup.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/type.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/v1 copying build/lib/openstackclient/volume/v1/snapshot.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/v1 creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/network creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/v2/network.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/network/v2 copying build/lib/openstackclient/network/common.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/network copying build/lib/openstackclient/network/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/network copying build/lib/openstackclient/network/client.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/network creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common copying build/lib/openstackclient/tests/common/test_clientmanager.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common copying build/lib/openstackclient/tests/common/test_extension.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common copying build/lib/openstackclient/tests/common/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common copying build/lib/openstackclient/tests/common/test_utils.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common copying build/lib/openstackclient/tests/common/test_module.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common copying build/lib/openstackclient/tests/common/test_timing.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common copying build/lib/openstackclient/tests/common/test_parseractions.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common copying build/lib/openstackclient/tests/common/test_commandmanager.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api copying build/lib/openstackclient/tests/api/test_object_store_v1.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api copying build/lib/openstackclient/tests/api/test_image_v1.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api copying build/lib/openstackclient/tests/api/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api copying build/lib/openstackclient/tests/api/test_api.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api copying build/lib/openstackclient/tests/api/test_image_v2.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api copying build/lib/openstackclient/tests/api/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api copying build/lib/openstackclient/tests/api/test_utils.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api copying build/lib/openstackclient/tests/api/test_network_v2.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1 copying build/lib/openstackclient/tests/object/v1/test_container_all.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1 copying build/lib/openstackclient/tests/object/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1 copying build/lib/openstackclient/tests/object/v1/test_object.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1 copying build/lib/openstackclient/tests/object/v1/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1 copying build/lib/openstackclient/tests/object/v1/test_object_all.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1 copying build/lib/openstackclient/tests/object/v1/test_container.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1 copying build/lib/openstackclient/tests/object/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image copying build/lib/openstackclient/tests/image/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v2 copying build/lib/openstackclient/tests/image/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v2 copying build/lib/openstackclient/tests/image/v2/test_image.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v2 copying build/lib/openstackclient/tests/image/v2/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v2 creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v1 copying build/lib/openstackclient/tests/image/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v1 copying build/lib/openstackclient/tests/image/v1/test_image.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v1 copying build/lib/openstackclient/tests/image/v1/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v1 copying build/lib/openstackclient/tests/test_shell.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests copying build/lib/openstackclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests copying build/lib/openstackclient/tests/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests copying build/lib/openstackclient/tests/utils.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_role.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_trust.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_user.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_protocol.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_region.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_project.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_mappings.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_role_assignment.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_oauth.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_unscoped_saml.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_token.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_domain.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_consumer.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_group.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/v3/test_identity_provider.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3 copying build/lib/openstackclient/tests/identity/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0 copying build/lib/openstackclient/tests/identity/v2_0/test_role.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0 copying build/lib/openstackclient/tests/identity/v2_0/test_service.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0 copying build/lib/openstackclient/tests/identity/v2_0/test_endpoint.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0 copying build/lib/openstackclient/tests/identity/v2_0/test_user.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0 copying build/lib/openstackclient/tests/identity/v2_0/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0 copying build/lib/openstackclient/tests/identity/v2_0/test_project.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0 copying build/lib/openstackclient/tests/identity/v2_0/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0 copying build/lib/openstackclient/tests/identity/v2_0/test_token.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0 copying build/lib/openstackclient/tests/identity/v2_0/test_catalog.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0 creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network copying build/lib/openstackclient/tests/network/common.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network copying build/lib/openstackclient/tests/network/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network copying build/lib/openstackclient/tests/network/test_common.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network/v2 copying build/lib/openstackclient/tests/network/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network/v2 copying build/lib/openstackclient/tests/network/v2/test_network.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network/v2 copying build/lib/openstackclient/tests/network/v2/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network/v2 creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/compute copying build/lib/openstackclient/tests/compute/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/compute creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/compute/v2 copying build/lib/openstackclient/tests/compute/v2/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/compute/v2 copying build/lib/openstackclient/tests/compute/v2/test_server.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/compute/v2 copying build/lib/openstackclient/tests/compute/v2/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/compute/v2 copying build/lib/openstackclient/tests/compute/v2/test_flavor.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/compute/v2 creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/volume creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/volume/v1 copying build/lib/openstackclient/tests/volume/v1/test_volume.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/volume/v1 copying build/lib/openstackclient/tests/volume/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/volume/v1 copying build/lib/openstackclient/tests/volume/v1/fakes.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/volume/v1 copying build/lib/openstackclient/tests/volume/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/volume copying build/lib/openstackclient/tests/volume/test_find_resource.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/volume creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object copying build/lib/openstackclient/object/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object copying build/lib/openstackclient/object/client.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/object/v1/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/object/v1/container.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object/v1 copying build/lib/openstackclient/object/v1/object.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object/v1 creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object/v1/lib copying build/lib/openstackclient/object/v1/lib/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object/v1/lib creating /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/exceptions.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/quota.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/limits.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/__init__.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/parseractions.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/module.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/extension.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/commandmanager.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/timing.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/utils.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common copying build/lib/openstackclient/common/clientmanager.py -> /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api/network_v2.py to network_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api/image_v1.py to image_v1.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api/object_store_v1.py to object_store_v1.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api/auth_plugin.py to auth_plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api/image_v2.py to image_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/api/auth.py to auth.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/policy.py to policy.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/consumer.py to consumer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/trust.py to trust.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/credential.py to credential.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/domain.py to domain.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/region.py to region.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/unscoped_saml.py to unscoped_saml.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/role_assignment.py to role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/federation_protocol.py to federation_protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/catalog.py to catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/mapping.py to mapping.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/group.py to group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/role.py to role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v3/identity_provider.py to identity_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/endpoint.py to endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/user.py to user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/catalog.py to catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/project.py to project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/ec2creds.py to ec2creds.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/role.py to role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/identity/v2_0/token.py to token.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/fixedip.py to fixedip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/security_group.py to security_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/hypervisor.py to hypervisor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/agent.py to agent.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/aggregate.py to aggregate.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/usage.py to usage.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/hypervisor_stats.py to hypervisor_stats.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/floatingippool.py to floatingippool.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/host.py to host.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/availability_zone.py to availability_zone.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/keypair.py to keypair.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/console.py to console.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/floatingip.py to floatingip.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/compute/v2/flavor.py to flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image/v1/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image/v2/image.py to image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/v1/volume.py to volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/v1/backup.py to backup.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/v1/type.py to type.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/volume/v1/snapshot.py to snapshot.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/network/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/network/v2/network.py to network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/network/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/network/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common/test_clientmanager.py to test_clientmanager.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common/test_extension.py to test_extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common/test_module.py to test_module.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common/test_timing.py to test_timing.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common/test_parseractions.py to test_parseractions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/common/test_commandmanager.py to test_commandmanager.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api/test_object_store_v1.py to test_object_store_v1.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api/test_image_v1.py to test_image_v1.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api/test_api.py to test_api.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api/test_image_v2.py to test_image_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/api/test_network_v2.py to test_network_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1/test_container_all.py to test_container_all.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1/test_object.py to test_object.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1/test_object_all.py to test_object_all.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/v1/test_container.py to test_container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/object/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v2/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v2/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v1/test_image.py to test_image.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/image/v1/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/test_shell.py to test_shell.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_role.py to test_role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_trust.py to test_trust.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_protocol.py to test_protocol.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_region.py to test_region.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_mappings.py to test_mappings.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_role_assignment.py to test_role_assignment.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_oauth.py to test_oauth.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_unscoped_saml.py to test_unscoped_saml.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_token.py to test_token.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_domain.py to test_domain.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_catalog.py to test_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_consumer.py to test_consumer.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_group.py to test_group.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v3/test_identity_provider.py to test_identity_provider.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0/test_role.py to test_role.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0/test_service.py to test_service.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0/test_endpoint.py to test_endpoint.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0/test_user.py to test_user.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0/test_project.py to test_project.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0/test_token.py to test_token.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/identity/v2_0/test_catalog.py to test_catalog.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network/test_common.py to test_common.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network/v2/test_network.py to test_network.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/network/v2/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/compute/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/compute/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/compute/v2/test_server.py to test_server.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/compute/v2/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/compute/v2/test_flavor.py to test_flavor.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/volume/v1/test_volume.py to test_volume.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/volume/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/volume/v1/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/volume/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests/volume/test_find_resource.py to test_find_resource.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object/v1/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object/v1/object.py to object.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/object/v1/lib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common/quota.py to quota.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common/limits.py to limits.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common/parseractions.py to parseractions.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common/module.py to module.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common/extension.py to extension.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common/commandmanager.py to commandmanager.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common/timing.py to timing.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/common/clientmanager.py to clientmanager.pyc writing byte-compilation script '/tmp/tmpnZ7Vci.py' /usr/bin/python2 -O /tmp/tmpnZ7Vci.py removing /tmp/tmpnZ7Vci.py running install_egg_info running egg_info writing pbr to python_openstackclient.egg-info/pbr.json writing python_openstackclient.egg-info/PKG-INFO writing top-level names to python_openstackclient.egg-info/top_level.txt writing dependency_links to python_openstackclient.egg-info/dependency_links.txt writing entry points to python_openstackclient.egg-info/entry_points.txt [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 reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'tests' 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 'python_openstackclient.egg-info/SOURCES.txt' Copying python_openstackclient.egg-info to /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/python_openstackclient-1.0.3-py2.7.egg-info running install_scripts Installing openstack script to /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/bin + rm -fr /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7/site-packages/openstackclient/tests ++ pwd + export PYTHONPATH=/builddir/build/BUILD/python-openstackclient-1.0.3: + PYTHONPATH=/builddir/build/BUILD/python-openstackclient-1.0.3: + sphinx-build -b html doc/source html Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created Using openstack theme from /usr/lib/python2.7/site-packages/oslo/sphinx/theme Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.image.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.image.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.image.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.network.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.network.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.object.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.object.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.compute.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.compute.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.network.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.network.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.volume.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.volume.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/modules.rst. building [html]: targets for 53 source files that are out of date updating environment: 88 added, 0 changed, 0 removed reading sources... [ 1%] api/modules reading sources... [ 2%] api/openstackclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/i18n.py", line 16, in from oslo import i18n ImportError: cannot import name i18n Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/shell.py", line 23, in from cliff import app ImportError: No module named cliff reading sources... [ 3%] api/openstackclient.api Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/api.py", line 16, in import simplejson as json ImportError: No module named simplejson Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/auth.py", line 19, in import stevedore ImportError: No module named stevedore Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/auth_plugin.py", line 18, in from oslo_config import cfg ImportError: No module named oslo_config Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/image_v1.py", line 16, in from openstackclient.api import api File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/api.py", line 16, in import simplejson as json ImportError: No module named simplejson Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/image_v2.py", line 16, in from openstackclient.api import image_v1 File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/image_v1.py", line 16, in from openstackclient.api import api File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/api.py", line 16, in import simplejson as json ImportError: No module named simplejson Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/network_v2.py", line 16, in from openstackclient.api import api File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/api.py", line 16, in import simplejson as json ImportError: No module named simplejson Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/object_store_v1.py", line 18, in import six ImportError: No module named six reading sources... [ 4%] api/openstackclient.common Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/clientmanager.py", line 22, in from keystoneclient import session ImportError: No module named keystoneclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/commandmanager.py", line 21, in import cliff.commandmanager ImportError: No module named cliff.commandmanager Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/extension.py", line 21, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/limits.py", line 21, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/module.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/quota.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/timing.py", line 18, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/utils.py", line 21, in import six ImportError: No module named six reading sources... [ 5%] api/openstackclient.compute Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/client.py", line 18, in from novaclient import client as nova_client ImportError: No module named novaclient reading sources... [ 6%] api/openstackclient.compute.v2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/agent.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/aggregate.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/availability_zone.py", line 19, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/console.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/fixedip.py", line 20, in from cliff import command ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/flavor.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/floatingip.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/floatingippool.py", line 20, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/host.py", line 20, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/hypervisor.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/hypervisor_stats.py", line 18, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/keypair.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/security_group.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/server.py", line 23, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/service.py", line 20, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/usage.py", line 22, in from cliff import lister ImportError: No module named cliff reading sources... [ 7%] api/openstackclient.identity Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/client.py", line 18, in from keystoneclient.v2_0 import client as identity_client_v2 ImportError: No module named keystoneclient.v2_0 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/common.py", line 18, in from keystoneclient import exceptions as identity_exc ImportError: No module named keystoneclient reading sources... [ 9%] api/openstackclient.identity.v2_0 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/catalog.py", line 17, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/ec2creds.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/endpoint.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/project.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/role.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/service.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/token.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/user.py", line 19, in import six ImportError: No module named six reading sources... [ 10%] api/openstackclient.identity.v3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/catalog.py", line 18, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/consumer.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/credential.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/domain.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/endpoint.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/federation_protocol.py", line 18, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/group.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/identity_provider.py", line 17, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/mapping.py", line 21, in from cliff import command ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/policy.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/project.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/region.py", line 17, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/role.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/role_assignment.py", line 18, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/service.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/token.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/trust.py", line 18, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/unscoped_saml.py", line 22, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/user.py", line 20, in import six ImportError: No module named six reading sources... [ 11%] api/openstackclient.image Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/image/client.py", line 18, in from glanceclient import exc as gc_exceptions ImportError: No module named glanceclient reading sources... [ 12%] api/openstackclient.image.v1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/image/v1/image.py", line 22, in import six ImportError: No module named six reading sources... [ 13%] api/openstackclient.image.v2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/image/v2/image.py", line 20, in import six ImportError: No module named six reading sources... [ 14%] api/openstackclient.network Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/network/client.py", line 16, in from openstackclient.common import utils File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/utils.py", line 21, in import six ImportError: No module named six reading sources... [ 15%] api/openstackclient.network.v2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/network/v2/network.py", line 17, in import six ImportError: No module named six reading sources... [ 17%] api/openstackclient.object Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/object/client.py", line 20, in from openstackclient.api import object_store_v1 File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/object_store_v1.py", line 18, in import six ImportError: No module named six reading sources... [ 18%] api/openstackclient.object.v1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/object/v1/container.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/object/v1/object.py", line 20, in import six ImportError: No module named six reading sources... [ 19%] api/openstackclient.tests Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/fakes.py", line 17, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/test_shell.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/utils.py", line 19, in import fixtures ImportError: No module named fixtures reading sources... [ 20%] api/openstackclient.tests.api Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/fakes.py", line 16, in from requests_mock.contrib import fixture ImportError: No module named requests_mock.contrib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/test_api.py", line 16, in from openstackclient.api import api File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/api.py", line 16, in import simplejson as json ImportError: No module named simplejson Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/test_image_v1.py", line 16, in from requests_mock.contrib import fixture ImportError: No module named requests_mock.contrib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/test_image_v2.py", line 16, in from requests_mock.contrib import fixture ImportError: No module named requests_mock.contrib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/test_network_v2.py", line 16, in from requests_mock.contrib import fixture ImportError: No module named requests_mock.contrib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/test_object_store_v1.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/test_utils.py", line 18, in from openstackclient.api import api File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/api.py", line 16, in import simplejson as json ImportError: No module named simplejson reading sources... [ 21%] api/openstackclient.tests.common Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_clientmanager.py", line 15, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_commandmanager.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_extension.py", line 16, in from openstackclient.common import extension File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/extension.py", line 21, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_module.py", line 18, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_parseractions.py", line 19, in from openstackclient.tests import utils File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/utils.py", line 19, in import fixtures ImportError: No module named fixtures Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_timing.py", line 16, in from openstackclient.common import timing File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/timing.py", line 18, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_utils.py", line 16, in import mock ImportError: No module named mock reading sources... [ 22%] api/openstackclient.tests.compute reading sources... [ 23%] api/openstackclient.tests.compute.v2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/compute/v2/fakes.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/compute/v2/test_flavor.py", line 18, in from openstackclient.compute.v2 import flavor File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/flavor.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/compute/v2/test_server.py", line 17, in import mock ImportError: No module named mock reading sources... [ 25%] api/openstackclient.tests.identity reading sources... [ 26%] api/openstackclient.tests.identity.v2_0 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/fakes.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_catalog.py", line 14, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_endpoint.py", line 16, in from openstackclient.identity.v2_0 import endpoint File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/endpoint.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_project.py", line 18, in from keystoneclient import exceptions as ksc_exc ImportError: No module named keystoneclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_role.py", line 17, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_service.py", line 18, in from openstackclient.identity.v2_0 import service File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/service.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_token.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_user.py", line 17, in import mock ImportError: No module named mock reading sources... [ 27%] api/openstackclient.tests.identity.v3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/fakes.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_catalog.py", line 14, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_consumer.py", line 15, in from openstackclient.identity.v3 import consumer File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/consumer.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_domain.py", line 15, in from openstackclient.identity.v3 import domain File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/domain.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_endpoint.py", line 16, in from openstackclient.identity.v3 import endpoint File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/endpoint.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_group.py", line 16, in from openstackclient.identity.v3 import group File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/group.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_identity_provider.py", line 17, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_mappings.py", line 17, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_oauth.py", line 15, in from openstackclient.identity.v3 import token File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/token.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_project.py", line 17, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_protocol.py", line 17, in from openstackclient.identity.v3 import federation_protocol File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/federation_protocol.py", line 18, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_region.py", line 16, in from openstackclient.identity.v3 import region File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/region.py", line 17, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_role.py", line 18, in from openstackclient.identity.v3 import role File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/role.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_role_assignment.py", line 16, in from openstackclient.identity.v3 import role_assignment File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/role_assignment.py", line 18, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_service.py", line 18, in from openstackclient.identity.v3 import service File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/service.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_token.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_trust.py", line 16, in from openstackclient.identity.v3 import trust File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/trust.py", line 18, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_unscoped_saml.py", line 16, in from openstackclient.identity.v3 import unscoped_saml File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/unscoped_saml.py", line 22, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_user.py", line 19, in import mock ImportError: No module named mock reading sources... [ 28%] api/openstackclient.tests.image reading sources... [ 29%] api/openstackclient.tests.image.v1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/image/v1/fakes.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/image/v1/test_image.py", line 17, in import mock ImportError: No module named mock reading sources... [ 30%] api/openstackclient.tests.image.v2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/image/v2/fakes.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/image/v2/test_image.py", line 17, in import mock ImportError: No module named mock reading sources... [ 31%] api/openstackclient.tests.network Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/network/common.py", line 15, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/network/test_common.py", line 14, in import mock ImportError: No module named mock reading sources... [ 32%] api/openstackclient.tests.network.v2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/network/v2/fakes.py", line 14, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/network/v2/test_network.py", line 15, in import mock ImportError: No module named mock reading sources... [ 34%] api/openstackclient.tests.object reading sources... [ 35%] api/openstackclient.tests.object.v1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/object/v1/fakes.py", line 16, in from keystoneclient import session ImportError: No module named keystoneclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/object/v1/test_container.py", line 17, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/object/v1/test_container_all.py", line 16, in from requests_mock.contrib import fixture ImportError: No module named requests_mock.contrib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/object/v1/test_object.py", line 17, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/object/v1/test_object_all.py", line 16, in from requests_mock.contrib import fixture ImportError: No module named requests_mock.contrib reading sources... [ 36%] api/openstackclient.tests.volume Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/volume/test_find_resource.py", line 16, in import mock ImportError: No module named mock reading sources... [ 37%] api/openstackclient.tests.volume.v1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/volume/v1/fakes.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/volume/v1/test_volume.py", line 18, in from openstackclient.tests import fakes File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/fakes.py", line 17, in import six ImportError: No module named six reading sources... [ 38%] api/openstackclient.volume Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/volume/client.py", line 18, in from cinderclient import extension ImportError: No module named cinderclient reading sources... [ 39%] api/openstackclient.volume.v1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/volume/v1/backup.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/volume/v1/snapshot.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/volume/v1/type.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/volume/v1/volume.py", line 20, in import six ImportError: No module named six reading sources... [ 40%] authentication reading sources... [ 42%] command-list reading sources... [ 43%] command-objects/access-token reading sources... [ 44%] command-objects/aggregate reading sources... [ 45%] command-objects/availability_zone reading sources... [ 46%] command-objects/backup reading sources... [ 47%] command-objects/catalog reading sources... [ 48%] command-objects/console-log reading sources... [ 50%] command-objects/console-url reading sources... [ 51%] command-objects/consumer reading sources... [ 52%] command-objects/container reading sources... [ 53%] command-objects/credentials reading sources... [ 54%] command-objects/domain reading sources... [ 55%] command-objects/ec2-credentials reading sources... [ 56%] command-objects/endpoint reading sources... [ 57%] command-objects/extension reading sources... [ 59%] command-objects/federation-protocol reading sources... [ 60%] command-objects/flavor reading sources... [ 61%] command-objects/group reading sources... [ 62%] command-objects/hypervisor reading sources... [ 63%] command-objects/hypervisor-stats reading sources... [ 64%] command-objects/identity-provider reading sources... [ 65%] command-objects/image reading sources... [ 67%] command-objects/keypair reading sources... [ 68%] command-objects/limits reading sources... [ 69%] command-objects/mapping reading sources... [ 70%] command-objects/network reading sources... [ 71%] command-objects/object reading sources... [ 72%] command-objects/policy reading sources... [ 73%] command-objects/project reading sources... [ 75%] command-objects/quota reading sources... [ 76%] command-objects/region reading sources... [ 77%] command-objects/request-token reading sources... [ 78%] command-objects/role reading sources... [ 79%] command-objects/role_assignment reading sources... [ 80%] command-objects/server reading sources... [ 81%] command-objects/server-image reading sources... [ 82%] command-objects/service reading sources... [ 84%] command-objects/snapshot reading sources... [ 85%] command-objects/token reading sources... [ 86%] command-objects/trust reading sources... [ 87%] command-objects/usage reading sources... [ 88%] command-objects/user reading sources... [ 89%] command-objects/user-role reading sources... [ 90%] command-objects/volume reading sources... [ 92%] command-objects/volume-type reading sources... [ 93%] commands reading sources... [ 94%] humaninterfaceguide reading sources... [ 95%] index reading sources... [ 96%] interactive reading sources... [ 97%] man/openstack reading sources... [ 98%] plugins reading sources... [100%] releases /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.rst:15: WARNING: autodoc can't import/find module 'openstackclient.i18n', it reported error: "cannot import name i18n", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.rst:23: WARNING: autodoc can't import/find module 'openstackclient.shell', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:7: WARNING: autodoc can't import/find module 'openstackclient.api.api', it reported error: "No module named simplejson", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:15: WARNING: autodoc can't import/find module 'openstackclient.api.auth', it reported error: "No module named stevedore", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:23: WARNING: autodoc can't import/find module 'openstackclient.api.auth_plugin', it reported error: "No module named oslo_config", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:31: WARNING: autodoc can't import/find module 'openstackclient.api.image_v1', it reported error: "No module named simplejson", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:39: WARNING: autodoc can't import/find module 'openstackclient.api.image_v2', it reported error: "No module named simplejson", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:47: WARNING: autodoc can't import/find module 'openstackclient.api.network_v2', it reported error: "No module named simplejson", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:55: WARNING: autodoc can't import/find module 'openstackclient.api.object_store_v1', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:7: WARNING: autodoc can't import/find module 'openstackclient.common.clientmanager', it reported error: "No module named keystoneclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:15: WARNING: autodoc can't import/find module 'openstackclient.common.commandmanager', it reported error: "No module named cliff.commandmanager", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:31: WARNING: autodoc can't import/find module 'openstackclient.common.extension', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:39: WARNING: autodoc can't import/find module 'openstackclient.common.limits', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:47: WARNING: autodoc can't import/find module 'openstackclient.common.module', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:63: WARNING: autodoc can't import/find module 'openstackclient.common.quota', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:71: WARNING: autodoc can't import/find module 'openstackclient.common.timing', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:79: WARNING: autodoc can't import/find module 'openstackclient.common.utils', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.rst:7: WARNING: autodoc can't import/find module 'openstackclient.compute.client', it reported error: "No module named novaclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:7: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.agent', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:15: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.aggregate', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:23: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.availability_zone', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:31: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.console', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:39: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.fixedip', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:47: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.flavor', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:55: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.floatingip', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:63: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.floatingippool', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:71: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.host', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:79: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.hypervisor', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:87: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.hypervisor_stats', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:95: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.keypair', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:103: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.security_group', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:111: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.server', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:119: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.service', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:127: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.usage', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.rst:7: WARNING: autodoc can't import/find module 'openstackclient.identity.client', it reported error: "No module named keystoneclient.v2_0", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.rst:15: WARNING: autodoc can't import/find module 'openstackclient.identity.common', it reported error: "No module named keystoneclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:7: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.catalog', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:15: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.ec2creds', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:23: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.endpoint', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:31: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.project', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:39: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.role', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:47: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.service', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:55: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.token', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:63: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.user', it reported error: "No module named six", please check your spelling and sys.path looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:7: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.catalog', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:15: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.consumer', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:23: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.credential', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:31: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.domain', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:39: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.endpoint', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:47: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.federation_protocol', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:55: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.group', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:63: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.identity_provider', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:71: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.mapping', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:79: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.policy', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:87: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.project', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:95: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.region', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:103: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.role', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:111: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.role_assignment', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:119: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.service', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:127: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.token', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:135: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.trust', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:143: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.unscoped_saml', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:151: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.user', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.image.rst:7: WARNING: autodoc can't import/find module 'openstackclient.image.client', it reported error: "No module named glanceclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.image.v1.rst:7: WARNING: autodoc can't import/find module 'openstackclient.image.v1.image', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.image.v2.rst:7: WARNING: autodoc can't import/find module 'openstackclient.image.v2.image', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.network.rst:7: WARNING: autodoc can't import/find module 'openstackclient.network.client', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.network.v2.rst:7: WARNING: autodoc can't import/find module 'openstackclient.network.v2.network', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.object.rst:7: WARNING: autodoc can't import/find module 'openstackclient.object.client', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.object.v1.rst:7: WARNING: autodoc can't import/find module 'openstackclient.object.v1.container', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.object.v1.rst:15: WARNING: autodoc can't import/find module 'openstackclient.object.v1.object', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.object.v1.rst:23: WARNING: toctree contains reference to nonexisting document u'api/openstackclient.object.v1.lib' /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.fakes', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.test_shell', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.utils', it reported error: "No module named fixtures", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.api.fakes', it reported error: "No module named requests_mock.contrib", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.api.test_api', it reported error: "No module named simplejson", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.api.test_image_v1', it reported error: "No module named requests_mock.contrib", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:31: WARNING: autodoc can't import/find module 'openstackclient.tests.api.test_image_v2', it reported error: "No module named requests_mock.contrib", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:39: WARNING: autodoc can't import/find module 'openstackclient.tests.api.test_network_v2', it reported error: "No module named requests_mock.contrib", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:47: WARNING: autodoc can't import/find module 'openstackclient.tests.api.test_object_store_v1', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:55: WARNING: autodoc can't import/find module 'openstackclient.tests.api.test_utils', it reported error: "No module named simplejson", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_clientmanager', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_commandmanager', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_extension', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:31: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_module', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:39: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_parseractions', it reported error: "No module named fixtures", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:47: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_timing', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:55: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_utils', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.compute.v2.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.compute.v2.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.compute.v2.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.compute.v2.test_flavor', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.compute.v2.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.compute.v2.test_server', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_catalog', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_endpoint', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:31: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_project', it reported error: "No module named keystoneclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:39: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_role', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:47: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_service', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:55: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_token', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:63: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_user', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_catalog', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_consumer', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:31: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_domain', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:39: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_endpoint', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:47: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_group', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:55: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_identity_provider', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:63: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_mappings', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:71: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_oauth', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:79: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_project', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:87: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_protocol', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:95: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_region', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:103: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_role', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:111: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_role_assignment', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:119: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_service', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:127: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_token', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:135: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_trust', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:143: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_unscoped_saml', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:151: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_user', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.v1.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.image.v1.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.v1.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.image.v1.test_image', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.v2.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.image.v2.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.v2.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.image.v2.test_image', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.network.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.network.common', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.network.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.network.test_common', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.network.v2.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.network.v2.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.network.v2.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.network.v2.test_network', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.v1.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.object.v1.fakes', it reported error: "No module named keystoneclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.v1.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.object.v1.test_container', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.v1.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.object.v1.test_container_all', it reported error: "No module named requests_mock.contrib", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.v1.rst:31: WARNING: autodoc can't import/find module 'openstackclient.tests.object.v1.test_object', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.v1.rst:39: WARNING: autodoc can't import/find module 'openstackclient.tests.object.v1.test_object_all', it reported error: "No module named requests_mock.contrib", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.volume.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.volume.test_find_resource', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.volume.v1.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.volume.v1.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.volume.v1.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.volume.v1.test_volume', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.rst:7: WARNING: autodoc can't import/find module 'openstackclient.volume.client', it reported error: "No module named cinderclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.v1.rst:7: WARNING: autodoc can't import/find module 'openstackclient.volume.v1.backup', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.v1.rst:15: WARNING: autodoc can't import/find module 'openstackclient.volume.v1.snapshot', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.v1.rst:23: WARNING: autodoc can't import/find module 'openstackclient.volume.v1.type', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.v1.rst:31: WARNING: autodoc can't import/find module 'openstackclient.volume.v1.volume', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/command-objects/endpoint.rst:3: SEVERE: Duplicate ID: "cmdoption-endpoint-create--region". /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/command-objects/keypair.rst:3: SEVERE: Duplicate ID: "cmdoption--public-key". /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/releases.rst:72: WARNING: Inline literal start-string without end-string. done checking consistency... done preparing documents... /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/modules.rst:: WARNING: document isn't included in any toctree done writing output... [ 1%] api/modules writing output... [ 2%] api/openstackclient writing output... [ 3%] api/openstackclient.api writing output... [ 4%] api/openstackclient.common writing output... [ 5%] api/openstackclient.compute writing output... [ 6%] api/openstackclient.compute.v2 writing output... [ 7%] api/openstackclient.identity writing output... [ 9%] api/openstackclient.identity.v2_0 writing output... [ 10%] api/openstackclient.identity.v3 writing output... [ 11%] api/openstackclient.image writing output... [ 12%] api/openstackclient.image.v1 writing output... [ 13%] api/openstackclient.image.v2 writing output... [ 14%] api/openstackclient.network writing output... [ 15%] api/openstackclient.network.v2 writing output... [ 17%] api/openstackclient.object writing output... [ 18%] api/openstackclient.object.v1 writing output... [ 19%] api/openstackclient.tests writing output... [ 20%] api/openstackclient.tests.api writing output... [ 21%] api/openstackclient.tests.common writing output... [ 22%] api/openstackclient.tests.compute writing output... [ 23%] api/openstackclient.tests.compute.v2 writing output... [ 25%] api/openstackclient.tests.identity writing output... [ 26%] api/openstackclient.tests.identity.v2_0 writing output... [ 27%] api/openstackclient.tests.identity.v3 writing output... [ 28%] api/openstackclient.tests.image writing output... [ 29%] api/openstackclient.tests.image.v1 writing output... [ 30%] api/openstackclient.tests.image.v2 writing output... [ 31%] api/openstackclient.tests.network writing output... [ 32%] api/openstackclient.tests.network.v2 writing output... [ 34%] api/openstackclient.tests.object writing output... [ 35%] api/openstackclient.tests.object.v1 writing output... [ 36%] api/openstackclient.tests.volume writing output... [ 37%] api/openstackclient.tests.volume.v1 writing output... [ 38%] api/openstackclient.volume writing output... [ 39%] api/openstackclient.volume.v1 writing output... [ 40%] authentication writing output... [ 42%] command-list writing output... [ 43%] command-objects/access-token writing output... [ 44%] command-objects/aggregate writing output... [ 45%] command-objects/availability_zone writing output... [ 46%] command-objects/backup writing output... [ 47%] command-objects/catalog writing output... [ 48%] command-objects/console-log writing output... [ 50%] command-objects/console-url writing output... [ 51%] command-objects/consumer writing output... [ 52%] command-objects/container writing output... [ 53%] command-objects/credentials writing output... [ 54%] command-objects/domain writing output... [ 55%] command-objects/ec2-credentials writing output... [ 56%] command-objects/endpoint writing output... [ 57%] command-objects/extension writing output... [ 59%] command-objects/federation-protocol writing output... [ 60%] command-objects/flavor writing output... [ 61%] command-objects/group writing output... [ 62%] command-objects/hypervisor writing output... [ 63%] command-objects/hypervisor-stats writing output... [ 64%] command-objects/identity-provider writing output... [ 65%] command-objects/image writing output... [ 67%] command-objects/keypair writing output... [ 68%] command-objects/limits writing output... [ 69%] command-objects/mapping writing output... [ 70%] command-objects/network writing output... [ 71%] command-objects/object writing output... [ 72%] command-objects/policy writing output... [ 73%] command-objects/project writing output... [ 75%] command-objects/quota writing output... [ 76%] command-objects/region writing output... [ 77%] command-objects/request-token writing output... [ 78%] command-objects/role writing output... [ 79%] command-objects/role_assignment writing output... [ 80%] command-objects/server writing output... [ 81%] command-objects/server-image writing output... [ 82%] command-objects/service writing output... [ 84%] command-objects/snapshot writing output... [ 85%] command-objects/token writing output... [ 86%] command-objects/trust writing output... [ 87%] command-objects/usage writing output... [ 88%] command-objects/user writing output... [ 89%] command-objects/user-role writing output... [ 90%] command-objects/volume writing output... [ 92%] command-objects/volume-type writing output... [ 93%] commands writing output... [ 94%] humaninterfaceguide writing output... [ 95%] index writing output... [ 96%] interactive writing output... [ 97%] man/openstack writing output... [ 98%] plugins writing output... [100%] releases writing additional files.../builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/command-objects/project.rst:63: WARNING: undefined label: _project_delete-project (if the link has no caption the label must precede a section header) /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/command-objects/user.rst:85: WARNING: undefined label: _user_delete-user (if the link has no caption the label must precede a section header) genindex py-modindex search copying static files... done dumping search index... done dumping object inventory... done build succeeded, 146 warnings. + sphinx-build -b man doc/source man Making output directory... Running Sphinx v1.1.3 loading pickled environment... not yet created Using openstack theme from /usr/lib/python2.7/site-packages/oslo/sphinx/theme Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.image.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.image.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.image.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.network.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.network.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.object.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.object.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.compute.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.compute.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.network.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.network.v2.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.volume.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.volume.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.v1.rst. Creating file /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/modules.rst. building [man]: all manpages updating environment: 88 added, 0 changed, 0 removed reading sources... [ 1%] api/modules reading sources... [ 2%] api/openstackclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/i18n.py", line 16, in from oslo import i18n ImportError: cannot import name i18n Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/shell.py", line 23, in from cliff import app ImportError: No module named cliff reading sources... [ 3%] api/openstackclient.api Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/api.py", line 16, in import simplejson as json ImportError: No module named simplejson Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/auth.py", line 19, in import stevedore ImportError: No module named stevedore Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/auth_plugin.py", line 18, in from oslo_config import cfg ImportError: No module named oslo_config Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/image_v1.py", line 16, in from openstackclient.api import api File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/api.py", line 16, in import simplejson as json ImportError: No module named simplejson Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/image_v2.py", line 16, in from openstackclient.api import image_v1 File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/image_v1.py", line 16, in from openstackclient.api import api File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/api.py", line 16, in import simplejson as json ImportError: No module named simplejson Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/network_v2.py", line 16, in from openstackclient.api import api File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/api.py", line 16, in import simplejson as json ImportError: No module named simplejson Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/object_store_v1.py", line 18, in import six ImportError: No module named six reading sources... [ 4%] api/openstackclient.common Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/clientmanager.py", line 22, in from keystoneclient import session ImportError: No module named keystoneclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/commandmanager.py", line 21, in import cliff.commandmanager ImportError: No module named cliff.commandmanager Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/extension.py", line 21, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/limits.py", line 21, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/module.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/quota.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/timing.py", line 18, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/utils.py", line 21, in import six ImportError: No module named six reading sources... [ 5%] api/openstackclient.compute Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/client.py", line 18, in from novaclient import client as nova_client ImportError: No module named novaclient reading sources... [ 6%] api/openstackclient.compute.v2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/agent.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/aggregate.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/availability_zone.py", line 19, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/console.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/fixedip.py", line 20, in from cliff import command ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/flavor.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/floatingip.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/floatingippool.py", line 20, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/host.py", line 20, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/hypervisor.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/hypervisor_stats.py", line 18, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/keypair.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/security_group.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/server.py", line 23, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/service.py", line 20, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/usage.py", line 22, in from cliff import lister ImportError: No module named cliff reading sources... [ 7%] api/openstackclient.identity Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/client.py", line 18, in from keystoneclient.v2_0 import client as identity_client_v2 ImportError: No module named keystoneclient.v2_0 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/common.py", line 18, in from keystoneclient import exceptions as identity_exc ImportError: No module named keystoneclient reading sources... [ 9%] api/openstackclient.identity.v2_0 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/catalog.py", line 17, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/ec2creds.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/endpoint.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/project.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/role.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/service.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/token.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/user.py", line 19, in import six ImportError: No module named six reading sources... [ 10%] api/openstackclient.identity.v3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/catalog.py", line 18, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/consumer.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/credential.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/domain.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/endpoint.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/federation_protocol.py", line 18, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/group.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/identity_provider.py", line 17, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/mapping.py", line 21, in from cliff import command ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/policy.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/project.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/region.py", line 17, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/role.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/role_assignment.py", line 18, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/service.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/token.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/trust.py", line 18, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/unscoped_saml.py", line 22, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/user.py", line 20, in import six ImportError: No module named six reading sources... [ 11%] api/openstackclient.image Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/image/client.py", line 18, in from glanceclient import exc as gc_exceptions ImportError: No module named glanceclient reading sources... [ 12%] api/openstackclient.image.v1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/image/v1/image.py", line 22, in import six ImportError: No module named six reading sources... [ 13%] api/openstackclient.image.v2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/image/v2/image.py", line 20, in import six ImportError: No module named six reading sources... [ 14%] api/openstackclient.network Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/network/client.py", line 16, in from openstackclient.common import utils File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/utils.py", line 21, in import six ImportError: No module named six reading sources... [ 15%] api/openstackclient.network.v2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/network/v2/network.py", line 17, in import six ImportError: No module named six reading sources... [ 17%] api/openstackclient.object Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/object/client.py", line 20, in from openstackclient.api import object_store_v1 File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/object_store_v1.py", line 18, in import six ImportError: No module named six reading sources... [ 18%] api/openstackclient.object.v1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/object/v1/container.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/object/v1/object.py", line 20, in import six ImportError: No module named six reading sources... [ 19%] api/openstackclient.tests Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/fakes.py", line 17, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/test_shell.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/utils.py", line 19, in import fixtures ImportError: No module named fixtures reading sources... [ 20%] api/openstackclient.tests.api Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/fakes.py", line 16, in from requests_mock.contrib import fixture ImportError: No module named requests_mock.contrib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/test_api.py", line 16, in from openstackclient.api import api File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/api.py", line 16, in import simplejson as json ImportError: No module named simplejson Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/test_image_v1.py", line 16, in from requests_mock.contrib import fixture ImportError: No module named requests_mock.contrib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/test_image_v2.py", line 16, in from requests_mock.contrib import fixture ImportError: No module named requests_mock.contrib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/test_network_v2.py", line 16, in from requests_mock.contrib import fixture ImportError: No module named requests_mock.contrib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/test_object_store_v1.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/api/test_utils.py", line 18, in from openstackclient.api import api File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/api/api.py", line 16, in import simplejson as json ImportError: No module named simplejson reading sources... [ 21%] api/openstackclient.tests.common Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_clientmanager.py", line 15, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_commandmanager.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_extension.py", line 16, in from openstackclient.common import extension File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/extension.py", line 21, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_module.py", line 18, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_parseractions.py", line 19, in from openstackclient.tests import utils File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/utils.py", line 19, in import fixtures ImportError: No module named fixtures Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_timing.py", line 16, in from openstackclient.common import timing File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/common/timing.py", line 18, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/common/test_utils.py", line 16, in import mock ImportError: No module named mock reading sources... [ 22%] api/openstackclient.tests.compute reading sources... [ 23%] api/openstackclient.tests.compute.v2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/compute/v2/fakes.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/compute/v2/test_flavor.py", line 18, in from openstackclient.compute.v2 import flavor File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/compute/v2/flavor.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/compute/v2/test_server.py", line 17, in import mock ImportError: No module named mock reading sources... [ 25%] api/openstackclient.tests.identity reading sources... [ 26%] api/openstackclient.tests.identity.v2_0 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/fakes.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_catalog.py", line 14, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_endpoint.py", line 16, in from openstackclient.identity.v2_0 import endpoint File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/endpoint.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_project.py", line 18, in from keystoneclient import exceptions as ksc_exc ImportError: No module named keystoneclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_role.py", line 17, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_service.py", line 18, in from openstackclient.identity.v2_0 import service File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v2_0/service.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_token.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v2_0/test_user.py", line 17, in import mock ImportError: No module named mock reading sources... [ 27%] api/openstackclient.tests.identity.v3 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/fakes.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_catalog.py", line 14, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_consumer.py", line 15, in from openstackclient.identity.v3 import consumer File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/consumer.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_domain.py", line 15, in from openstackclient.identity.v3 import domain File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/domain.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_endpoint.py", line 16, in from openstackclient.identity.v3 import endpoint File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/endpoint.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_group.py", line 16, in from openstackclient.identity.v3 import group File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/group.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_identity_provider.py", line 17, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_mappings.py", line 17, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_oauth.py", line 15, in from openstackclient.identity.v3 import token File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/token.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_project.py", line 17, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_protocol.py", line 17, in from openstackclient.identity.v3 import federation_protocol File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/federation_protocol.py", line 18, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_region.py", line 16, in from openstackclient.identity.v3 import region File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/region.py", line 17, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_role.py", line 18, in from openstackclient.identity.v3 import role File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/role.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_role_assignment.py", line 16, in from openstackclient.identity.v3 import role_assignment File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/role_assignment.py", line 18, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_service.py", line 18, in from openstackclient.identity.v3 import service File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/service.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_token.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_trust.py", line 16, in from openstackclient.identity.v3 import trust File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/trust.py", line 18, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_unscoped_saml.py", line 16, in from openstackclient.identity.v3 import unscoped_saml File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/identity/v3/unscoped_saml.py", line 22, in from cliff import lister ImportError: No module named cliff Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/identity/v3/test_user.py", line 19, in import mock ImportError: No module named mock reading sources... [ 28%] api/openstackclient.tests.image reading sources... [ 29%] api/openstackclient.tests.image.v1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/image/v1/fakes.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/image/v1/test_image.py", line 17, in import mock ImportError: No module named mock reading sources... [ 30%] api/openstackclient.tests.image.v2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/image/v2/fakes.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/image/v2/test_image.py", line 17, in import mock ImportError: No module named mock reading sources... [ 31%] api/openstackclient.tests.network Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/network/common.py", line 15, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/network/test_common.py", line 14, in import mock ImportError: No module named mock reading sources... [ 32%] api/openstackclient.tests.network.v2 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/network/v2/fakes.py", line 14, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/network/v2/test_network.py", line 15, in import mock ImportError: No module named mock reading sources... [ 34%] api/openstackclient.tests.object reading sources... [ 35%] api/openstackclient.tests.object.v1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/object/v1/fakes.py", line 16, in from keystoneclient import session ImportError: No module named keystoneclient Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/object/v1/test_container.py", line 17, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/object/v1/test_container_all.py", line 16, in from requests_mock.contrib import fixture ImportError: No module named requests_mock.contrib Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/object/v1/test_object.py", line 17, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/object/v1/test_object_all.py", line 16, in from requests_mock.contrib import fixture ImportError: No module named requests_mock.contrib reading sources... [ 36%] api/openstackclient.tests.volume Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/volume/test_find_resource.py", line 16, in import mock ImportError: No module named mock reading sources... [ 37%] api/openstackclient.tests.volume.v1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/volume/v1/fakes.py", line 16, in import mock ImportError: No module named mock Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/volume/v1/test_volume.py", line 18, in from openstackclient.tests import fakes File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/tests/fakes.py", line 17, in import six ImportError: No module named six reading sources... [ 38%] api/openstackclient.volume Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/volume/client.py", line 18, in from cinderclient import extension ImportError: No module named cinderclient reading sources... [ 39%] api/openstackclient.volume.v1 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/volume/v1/backup.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/volume/v1/snapshot.py", line 20, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/volume/v1/type.py", line 19, in import six ImportError: No module named six Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 321, in import_object __import__(self.modname) File "/builddir/build/BUILD/python-openstackclient-1.0.3/openstackclient/volume/v1/volume.py", line 20, in import six ImportError: No module named six reading sources... [ 40%] authentication reading sources... [ 42%] command-list reading sources... [ 43%] command-objects/access-token reading sources... [ 44%] command-objects/aggregate reading sources... [ 45%] command-objects/availability_zone reading sources... [ 46%] command-objects/backup reading sources... [ 47%] command-objects/catalog reading sources... [ 48%] command-objects/console-log reading sources... [ 50%] command-objects/console-url reading sources... [ 51%] command-objects/consumer reading sources... [ 52%] command-objects/container reading sources... [ 53%] command-objects/credentials reading sources... [ 54%] command-objects/domain reading sources... [ 55%] command-objects/ec2-credentials reading sources... [ 56%] command-objects/endpoint reading sources... [ 57%] command-objects/extension reading sources... [ 59%] command-objects/federation-protocol reading sources... [ 60%] command-objects/flavor reading sources... [ 61%] command-objects/group reading sources... [ 62%] command-objects/hypervisor reading sources... [ 63%] command-objects/hypervisor-stats reading sources... [ 64%] command-objects/identity-provider reading sources... [ 65%] command-objects/image reading sources... [ 67%] command-objects/keypair reading sources... [ 68%] command-objects/limits reading sources... [ 69%] command-objects/mapping reading sources... [ 70%] command-objects/network reading sources... [ 71%] command-objects/object reading sources... [ 72%] command-objects/policy reading sources... [ 73%] command-objects/project reading sources... [ 75%] command-objects/quota reading sources... [ 76%] command-objects/region reading sources... [ 77%] command-objects/request-token reading sources... [ 78%] command-objects/role reading sources... [ 79%] command-objects/role_assignment reading sources... [ 80%] command-objects/server reading sources... [ 81%] command-objects/server-image reading sources... [ 82%] command-objects/service reading sources... [ 84%] command-objects/snapshot reading sources... [ 85%] command-objects/token reading sources... [ 86%] command-objects/trust reading sources... [ 87%] command-objects/usage reading sources... [ 88%] command-objects/user reading sources... [ 89%] command-objects/user-role reading sources... [ 90%] command-objects/volume reading sources... [ 92%] command-objects/volume-type reading sources... [ 93%] commands reading sources... [ 94%] humaninterfaceguide reading sources... [ 95%] index reading sources... [ 96%] interactive reading sources... [ 97%] man/openstack reading sources... [ 98%] plugins reading sources... [100%] releases /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.rst:15: WARNING: autodoc can't import/find module 'openstackclient.i18n', it reported error: "cannot import name i18n", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.rst:23: WARNING: autodoc can't import/find module 'openstackclient.shell', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:7: WARNING: autodoc can't import/find module 'openstackclient.api.api', it reported error: "No module named simplejson", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:15: WARNING: autodoc can't import/find module 'openstackclient.api.auth', it reported error: "No module named stevedore", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:23: WARNING: autodoc can't import/find module 'openstackclient.api.auth_plugin', it reported error: "No module named oslo_config", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:31: WARNING: autodoc can't import/find module 'openstackclient.api.image_v1', it reported error: "No module named simplejson", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:39: WARNING: autodoc can't import/find module 'openstackclient.api.image_v2', it reported error: "No module named simplejson", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:47: WARNING: autodoc can't import/find module 'openstackclient.api.network_v2', it reported error: "No module named simplejson", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.api.rst:55: WARNING: autodoc can't import/find module 'openstackclient.api.object_store_v1', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:7: WARNING: autodoc can't import/find module 'openstackclient.common.clientmanager', it reported error: "No module named keystoneclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:15: WARNING: autodoc can't import/find module 'openstackclient.common.commandmanager', it reported error: "No module named cliff.commandmanager", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:31: WARNING: autodoc can't import/find module 'openstackclient.common.extension', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:39: WARNING: autodoc can't import/find module 'openstackclient.common.limits', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:47: WARNING: autodoc can't import/find module 'openstackclient.common.module', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:63: WARNING: autodoc can't import/find module 'openstackclient.common.quota', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:71: WARNING: autodoc can't import/find module 'openstackclient.common.timing', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.common.rst:79: WARNING: autodoc can't import/find module 'openstackclient.common.utils', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.rst:7: WARNING: autodoc can't import/find module 'openstackclient.compute.client', it reported error: "No module named novaclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:7: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.agent', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:15: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.aggregate', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:23: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.availability_zone', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:31: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.console', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:39: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.fixedip', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:47: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.flavor', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:55: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.floatingip', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:63: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.floatingippool', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:71: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.host', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:79: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.hypervisor', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:87: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.hypervisor_stats', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:95: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.keypair', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:103: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.security_group', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:111: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.server', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:119: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.service', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.compute.v2.rst:127: WARNING: autodoc can't import/find module 'openstackclient.compute.v2.usage', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.rst:7: WARNING: autodoc can't import/find module 'openstackclient.identity.client', it reported error: "No module named keystoneclient.v2_0", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.rst:15: WARNING: autodoc can't import/find module 'openstackclient.identity.common', it reported error: "No module named keystoneclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:7: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.catalog', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:15: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.ec2creds', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:23: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.endpoint', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:31: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.project', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:39: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.role', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:47: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.service', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:55: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.token', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v2_0.rst:63: WARNING: autodoc can't import/find module 'openstackclient.identity.v2_0.user', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:7: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.catalog', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:15: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.consumer', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:23: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.credential', it reported error: "No module named six", please check your spelling and sys.path looking for now-outdated files... none found pickling environment... /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:31: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.domain', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:39: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.endpoint', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:47: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.federation_protocol', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:55: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.group', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:63: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.identity_provider', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:71: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.mapping', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:79: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.policy', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:87: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.project', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:95: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.region', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:103: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.role', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:111: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.role_assignment', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:119: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.service', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:127: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.token', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:135: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.trust', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:143: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.unscoped_saml', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.identity.v3.rst:151: WARNING: autodoc can't import/find module 'openstackclient.identity.v3.user', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.image.rst:7: WARNING: autodoc can't import/find module 'openstackclient.image.client', it reported error: "No module named glanceclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.image.v1.rst:7: WARNING: autodoc can't import/find module 'openstackclient.image.v1.image', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.image.v2.rst:7: WARNING: autodoc can't import/find module 'openstackclient.image.v2.image', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.network.rst:7: WARNING: autodoc can't import/find module 'openstackclient.network.client', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.network.v2.rst:7: WARNING: autodoc can't import/find module 'openstackclient.network.v2.network', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.object.rst:7: WARNING: autodoc can't import/find module 'openstackclient.object.client', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.object.v1.rst:7: WARNING: autodoc can't import/find module 'openstackclient.object.v1.container', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.object.v1.rst:15: WARNING: autodoc can't import/find module 'openstackclient.object.v1.object', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.object.v1.rst:23: WARNING: toctree contains reference to nonexisting document u'api/openstackclient.object.v1.lib' /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.fakes', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.test_shell', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.utils', it reported error: "No module named fixtures", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.api.fakes', it reported error: "No module named requests_mock.contrib", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.api.test_api', it reported error: "No module named simplejson", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.api.test_image_v1', it reported error: "No module named requests_mock.contrib", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:31: WARNING: autodoc can't import/find module 'openstackclient.tests.api.test_image_v2', it reported error: "No module named requests_mock.contrib", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:39: WARNING: autodoc can't import/find module 'openstackclient.tests.api.test_network_v2', it reported error: "No module named requests_mock.contrib", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:47: WARNING: autodoc can't import/find module 'openstackclient.tests.api.test_object_store_v1', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.api.rst:55: WARNING: autodoc can't import/find module 'openstackclient.tests.api.test_utils', it reported error: "No module named simplejson", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_clientmanager', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_commandmanager', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_extension', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:31: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_module', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:39: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_parseractions', it reported error: "No module named fixtures", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:47: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_timing', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.common.rst:55: WARNING: autodoc can't import/find module 'openstackclient.tests.common.test_utils', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.compute.v2.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.compute.v2.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.compute.v2.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.compute.v2.test_flavor', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.compute.v2.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.compute.v2.test_server', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_catalog', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_endpoint', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:31: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_project', it reported error: "No module named keystoneclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:39: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_role', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:47: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_service', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:55: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_token', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v2_0.rst:63: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v2_0.test_user', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_catalog', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_consumer', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:31: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_domain', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:39: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_endpoint', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:47: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_group', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:55: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_identity_provider', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:63: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_mappings', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:71: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_oauth', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:79: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_project', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:87: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_protocol', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:95: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_region', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:103: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_role', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:111: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_role_assignment', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:119: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_service', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:127: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_token', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:135: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_trust', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:143: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_unscoped_saml', it reported error: "No module named cliff", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.identity.v3.rst:151: WARNING: autodoc can't import/find module 'openstackclient.tests.identity.v3.test_user', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.v1.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.image.v1.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.v1.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.image.v1.test_image', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.v2.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.image.v2.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.image.v2.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.image.v2.test_image', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.network.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.network.common', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.network.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.network.test_common', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.network.v2.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.network.v2.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.network.v2.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.network.v2.test_network', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.v1.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.object.v1.fakes', it reported error: "No module named keystoneclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.v1.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.object.v1.test_container', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.v1.rst:23: WARNING: autodoc can't import/find module 'openstackclient.tests.object.v1.test_container_all', it reported error: "No module named requests_mock.contrib", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.v1.rst:31: WARNING: autodoc can't import/find module 'openstackclient.tests.object.v1.test_object', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.object.v1.rst:39: WARNING: autodoc can't import/find module 'openstackclient.tests.object.v1.test_object_all', it reported error: "No module named requests_mock.contrib", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.volume.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.volume.test_find_resource', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.volume.v1.rst:7: WARNING: autodoc can't import/find module 'openstackclient.tests.volume.v1.fakes', it reported error: "No module named mock", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.tests.volume.v1.rst:15: WARNING: autodoc can't import/find module 'openstackclient.tests.volume.v1.test_volume', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.rst:7: WARNING: autodoc can't import/find module 'openstackclient.volume.client', it reported error: "No module named cinderclient", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.v1.rst:7: WARNING: autodoc can't import/find module 'openstackclient.volume.v1.backup', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.v1.rst:15: WARNING: autodoc can't import/find module 'openstackclient.volume.v1.snapshot', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.v1.rst:23: WARNING: autodoc can't import/find module 'openstackclient.volume.v1.type', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/openstackclient.volume.v1.rst:31: WARNING: autodoc can't import/find module 'openstackclient.volume.v1.volume', it reported error: "No module named six", please check your spelling and sys.path /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/command-objects/endpoint.rst:3: SEVERE: Duplicate ID: "cmdoption-endpoint-create--region". /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/command-objects/keypair.rst:3: SEVERE: Duplicate ID: "cmdoption--public-key". /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/releases.rst:72: WARNING: Inline literal start-string without end-string. done checking consistency... done /builddir/build/BUILD/python-openstackclient-1.0.3/doc/source/api/modules.rst:: WARNING: document isn't included in any toctree writing... openstack.1 { } build succeeded, 144 warnings. + install -p -D -m 644 man/openstack.1 /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/man/man1/openstack.1 + rm -fr html/.doctrees html/.buildinfo + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/python-openstackclient-1.0.3 /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/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-openstackclient-1.0.3-3.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.zKQjus + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-1.0.3 + DOCDIR=/builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/doc/python-openstackclient-1.0.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/doc/python-openstackclient-1.0.3 + cp -pr README.rst /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/doc/python-openstackclient-1.0.3 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.MEtesT + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-1.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/licenses/python-openstackclient-1.0.3 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/licenses/python-openstackclient-1.0.3 + cp -pr LICENSE /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/licenses/python-openstackclient-1.0.3 + exit 0 Provides: python-openstackclient = 1.0.3-3.el7.centos 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: /usr/bin/python2 python(abi) = 2.7 Processing files: python-openstackclient-doc-1.0.3-3.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lxMW4o + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-1.0.3 + DOCDIR=/builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/doc/python-openstackclient-doc-1.0.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/doc/python-openstackclient-doc-1.0.3 + cp -pr html /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/doc/python-openstackclient-doc-1.0.3 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.uGYnJU + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-1.0.3 + LICENSEDIR=/builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/licenses/python-openstackclient-doc-1.0.3 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/licenses/python-openstackclient-doc-1.0.3 + cp -pr LICENSE /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64/usr/share/licenses/python-openstackclient-doc-1.0.3 + exit 0 Provides: python-openstackclient-doc = 1.0.3-3.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64 Wrote: /builddir/build/RPMS/python-openstackclient-1.0.3-3.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/python-openstackclient-doc-1.0.3-3.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.lIzZSD + umask 022 + cd /builddir/build/BUILD + cd python-openstackclient-1.0.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-openstackclient-1.0.3-3.el7.centos.x86_64 + exit 0 error: Macro %py2_install has unterminated body error: Macro %py2_install has unterminated body Child return code was: 0 LEAVE do -->