Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-glanceclient.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-57232-234818/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-glanceclient.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-glanceclient-2.16.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-glanceclient.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-57232-234818/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-glanceclient.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Sf51xy + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-glanceclient-2.16.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-glanceclient-2.16.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-glanceclient-2.16.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'python-glanceclient-2.16.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ggcER2 + umask 022 + cd /builddir/build/BUILD + cd python-glanceclient-2.16.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/glanceclient creating build/lib/glanceclient/tests creating build/lib/glanceclient/tests/functional creating build/lib/glanceclient/tests/functional/v2 copying glanceclient/tests/functional/v2/test_http_headers.py -> build/lib/glanceclient/tests/functional/v2 copying glanceclient/tests/functional/v2/__init__.py -> build/lib/glanceclient/tests/functional/v2 copying glanceclient/tests/functional/v2/test_readonly_glance.py -> build/lib/glanceclient/tests/functional/v2 creating build/lib/glanceclient/tests/functional/v1 copying glanceclient/tests/functional/v1/__init__.py -> build/lib/glanceclient/tests/functional/v1 copying glanceclient/tests/functional/v1/test_readonly_glance.py -> build/lib/glanceclient/tests/functional/v1 creating build/lib/glanceclient/common copying glanceclient/common/http.py -> build/lib/glanceclient/common copying glanceclient/common/__init__.py -> build/lib/glanceclient/common copying glanceclient/common/exceptions.py -> build/lib/glanceclient/common copying glanceclient/common/utils.py -> build/lib/glanceclient/common copying glanceclient/common/https.py -> build/lib/glanceclient/common copying glanceclient/common/progressbar.py -> build/lib/glanceclient/common creating build/lib/glanceclient/v1 copying glanceclient/v1/client.py -> build/lib/glanceclient/v1 copying glanceclient/v1/__init__.py -> build/lib/glanceclient/v1 copying glanceclient/v1/images.py -> build/lib/glanceclient/v1 copying glanceclient/v1/shell.py -> build/lib/glanceclient/v1 copying glanceclient/v1/versions.py -> build/lib/glanceclient/v1 copying glanceclient/v1/image_members.py -> build/lib/glanceclient/v1 copying glanceclient/tests/__init__.py -> build/lib/glanceclient/tests copying glanceclient/tests/utils.py -> build/lib/glanceclient/tests creating build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_base.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_http.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/__init__.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_ssl.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_exc.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_client.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_utils.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_progressbar.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_shell.py -> build/lib/glanceclient/tests/unit creating build/lib/glanceclient/v1/apiclient copying glanceclient/v1/apiclient/__init__.py -> build/lib/glanceclient/v1/apiclient copying glanceclient/v1/apiclient/exceptions.py -> build/lib/glanceclient/v1/apiclient copying glanceclient/v1/apiclient/utils.py -> build/lib/glanceclient/v1/apiclient copying glanceclient/v1/apiclient/base.py -> build/lib/glanceclient/v1/apiclient creating build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_resource_types.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/__init__.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_tags.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_client_requests.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_tasks.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_namespaces.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_schemas.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_tags.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_properties.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_objects.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_shell_v2.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_versions.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/base.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/fixtures.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_images.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_members.py -> build/lib/glanceclient/tests/unit/v2 creating build/lib/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/__init__.py -> build/lib/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/test_versions.py -> build/lib/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/test_shell.py -> build/lib/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/test_images.py -> build/lib/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/test_image_members.py -> build/lib/glanceclient/tests/unit/v1 copying glanceclient/tests/functional/__init__.py -> build/lib/glanceclient/tests/functional copying glanceclient/tests/functional/base.py -> build/lib/glanceclient/tests/functional copying glanceclient/client.py -> build/lib/glanceclient copying glanceclient/__init__.py -> build/lib/glanceclient copying glanceclient/shell.py -> build/lib/glanceclient copying glanceclient/exc.py -> build/lib/glanceclient copying glanceclient/_i18n.py -> build/lib/glanceclient creating build/lib/glanceclient/v2 copying glanceclient/v2/resource_type_schema.py -> build/lib/glanceclient/v2 copying glanceclient/v2/image_tags.py -> build/lib/glanceclient/v2 copying glanceclient/v2/client.py -> build/lib/glanceclient/v2 copying glanceclient/v2/__init__.py -> build/lib/glanceclient/v2 copying glanceclient/v2/images.py -> build/lib/glanceclient/v2 copying glanceclient/v2/metadefs.py -> build/lib/glanceclient/v2 copying glanceclient/v2/shell.py -> build/lib/glanceclient/v2 copying glanceclient/v2/tasks.py -> build/lib/glanceclient/v2 copying glanceclient/v2/namespace_schema.py -> build/lib/glanceclient/v2 copying glanceclient/v2/image_schema.py -> build/lib/glanceclient/v2 copying glanceclient/v2/schemas.py -> build/lib/glanceclient/v2 copying glanceclient/v2/versions.py -> build/lib/glanceclient/v2 copying glanceclient/v2/image_members.py -> build/lib/glanceclient/v2 running egg_info deleting python_glanceclient.egg-info/requires.txt writing python_glanceclient.egg-info/PKG-INFO writing top-level names to python_glanceclient.egg-info/top_level.txt writing dependency_links to python_glanceclient.egg-info/dependency_links.txt writing entry points to python_glanceclient.egg-info/entry_points.txt writing pbr to python_glanceclient.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'python_glanceclient.egg-info/SOURCES.txt' creating build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/badcert.crt -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/ca.crt -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/certificate.crt -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/expired-cert.crt -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/privatekey.key -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/wildcard-certificate.crt -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/wildcard-san-certificate.crt -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/functional/README.rst -> build/lib/glanceclient/tests/functional + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UloCUA + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch + cd python-glanceclient-2.16.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient copying build/lib/glanceclient/client.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient copying build/lib/glanceclient/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient copying build/lib/glanceclient/shell.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1 copying build/lib/glanceclient/v1/client.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1 copying build/lib/glanceclient/v1/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1 copying build/lib/glanceclient/v1/images.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1 copying build/lib/glanceclient/v1/shell.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1 creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/apiclient copying build/lib/glanceclient/v1/apiclient/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/apiclient copying build/lib/glanceclient/v1/apiclient/exceptions.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/apiclient copying build/lib/glanceclient/v1/apiclient/utils.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/apiclient copying build/lib/glanceclient/v1/apiclient/base.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/apiclient copying build/lib/glanceclient/v1/versions.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1 copying build/lib/glanceclient/v1/image_members.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1 creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common copying build/lib/glanceclient/common/http.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common copying build/lib/glanceclient/common/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common copying build/lib/glanceclient/common/exceptions.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common copying build/lib/glanceclient/common/utils.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common copying build/lib/glanceclient/common/https.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common copying build/lib/glanceclient/common/progressbar.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common copying build/lib/glanceclient/exc.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/resource_type_schema.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/image_tags.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/client.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/images.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/metadefs.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/shell.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/tasks.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/namespace_schema.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/image_schema.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/schemas.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/versions.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/image_members.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2 creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests copying build/lib/glanceclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests copying build/lib/glanceclient/tests/utils.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_base.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_http.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/expired-cert.crt -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/privatekey.key -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/ca.crt -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/wildcard-certificate.crt -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/badcert.crt -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/certificate.crt -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/wildcard-san-certificate.crt -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_ssl.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_exc.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_client.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v1 copying build/lib/glanceclient/tests/unit/v1/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v1 copying build/lib/glanceclient/tests/unit/v1/test_versions.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v1 copying build/lib/glanceclient/tests/unit/v1/test_shell.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v1 copying build/lib/glanceclient/tests/unit/v1/test_images.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v1 copying build/lib/glanceclient/tests/unit/v1/test_image_members.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v1 copying build/lib/glanceclient/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_progressbar.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_shell.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_metadefs_resource_types.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_tags.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_client_requests.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_tasks.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_metadefs_namespaces.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_schemas.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_metadefs_tags.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_metadefs_properties.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_metadefs_objects.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_shell_v2.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_versions.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/base.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/fixtures.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_images.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_members.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2 creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional copying build/lib/glanceclient/tests/functional/README.rst -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional copying build/lib/glanceclient/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/v1 copying build/lib/glanceclient/tests/functional/v1/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/v1 copying build/lib/glanceclient/tests/functional/v1/test_readonly_glance.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/v1 copying build/lib/glanceclient/tests/functional/base.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional creating /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/v2 copying build/lib/glanceclient/tests/functional/v2/test_http_headers.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/v2 copying build/lib/glanceclient/tests/functional/v2/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/v2 copying build/lib/glanceclient/tests/functional/v2/test_readonly_glance.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/v2 copying build/lib/glanceclient/_i18n.py -> /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/apiclient/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/apiclient/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/apiclient/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/apiclient/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v1/image_members.py to image_members.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common/https.py to https.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/common/progressbar.py to progressbar.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/exc.py to exc.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/resource_type_schema.py to resource_type_schema.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/image_tags.py to image_tags.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/images.py to images.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/metadefs.py to metadefs.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/shell.py to shell.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/tasks.py to tasks.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/namespace_schema.py to namespace_schema.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/image_schema.py to image_schema.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/schemas.py to schemas.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/versions.py to versions.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/v2/image_members.py to image_members.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/test_base.py to test_base.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/test_http.py to test_http.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/test_ssl.py to test_ssl.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/test_exc.py to test_exc.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v1/test_versions.py to test_versions.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v1/test_shell.py to test_shell.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v1/test_images.py to test_images.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v1/test_image_members.py to test_image_members.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/test_utils.py to test_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/test_progressbar.py to test_progressbar.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/test_shell.py to test_shell.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_metadefs_resource_types.py to test_metadefs_resource_types.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_tags.py to test_tags.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_client_requests.py to test_client_requests.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_tasks.py to test_tasks.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_metadefs_namespaces.py to test_metadefs_namespaces.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_schemas.py to test_schemas.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_metadefs_tags.py to test_metadefs_tags.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_metadefs_properties.py to test_metadefs_properties.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_metadefs_objects.py to test_metadefs_objects.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_shell_v2.py to test_shell_v2.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_versions.py to test_versions.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/fixtures.py to fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_images.py to test_images.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/unit/v2/test_members.py to test_members.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/v1/test_readonly_glance.py to test_readonly_glance.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/v2/test_http_headers.py to test_http_headers.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests/functional/v2/test_readonly_glance.py to test_readonly_glance.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/_i18n.py to _i18n.pyc writing byte-compilation script '/tmp/tmpVlyDm8.py' /usr/bin/python2 -O /tmp/tmpVlyDm8.py removing /tmp/tmpVlyDm8.py running install_egg_info running egg_info writing python_glanceclient.egg-info/PKG-INFO writing top-level names to python_glanceclient.egg-info/top_level.txt writing dependency_links to python_glanceclient.egg-info/dependency_links.txt writing entry points to python_glanceclient.egg-info/entry_points.txt writing pbr to python_glanceclient.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'python_glanceclient.egg-info/SOURCES.txt' Copying python_glanceclient.egg-info to /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/python_glanceclient-2.16.0-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing glance script to /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/bin + ln -s glance /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/bin/glance-2 + mkdir -p /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/etc/bash_completion.d + install -pm 644 tools/glance.bash_completion /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/etc/bash_completion.d/glance + rm -fr /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7/site-packages/glanceclient/tests + sphinx-build-2 -b html doc/source doc/build/html Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/python-glanceclient-2.16.0/.gitreview found Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.client.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.exc.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.shell.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.common.exceptions.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.common.http.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.common.https.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.common.progressbar.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.common.utils.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.common.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.client.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.image_members.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.images.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.shell.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.versions.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.apiclient.base.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.apiclient.exceptions.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.apiclient.utils.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.apiclient.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.client.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.image_members.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.image_schema.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.image_tags.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.images.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.metadefs.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.namespace_schema.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.resource_type_schema.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.schemas.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.shell.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.tasks.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.versions.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/modules.rst. building [mo]: targets for 0 po files that are out of date building [html]: targets for 7 source files that are out of date updating environment: 41 added, 0 changed, 0 removed reading sources... [ 2%] cli/details reading sources... [ 4%] cli/glance reading sources... [ 7%] cli/index reading sources... [ 9%] cli/property-keys reading sources... [ 12%] index reading sources... [ 14%] reference/api/glanceclient reading sources... [ 17%] reference/api/glanceclient.client reading sources... [ 19%] reference/api/glanceclient.common reading sources... [ 21%] reference/api/glanceclient.common.exceptions reading sources... [ 24%] reference/api/glanceclient.common.http reading sources... [ 26%] reference/api/glanceclient.common.https reading sources... [ 29%] reference/api/glanceclient.common.progressbar reading sources... [ 31%] reference/api/glanceclient.common.utils reading sources... [ 34%] reference/api/glanceclient.exc reading sources... [ 36%] reference/api/glanceclient.shell reading sources... [ 39%] reference/api/glanceclient.v1 reading sources... [ 41%] reference/api/glanceclient.v1.apiclient reading sources... [ 43%] reference/api/glanceclient.v1.apiclient.base reading sources... [ 46%] reference/api/glanceclient.v1.apiclient.exceptions reading sources... [ 48%] reference/api/glanceclient.v1.apiclient.utils reading sources... [ 51%] reference/api/glanceclient.v1.client reading sources... [ 53%] reference/api/glanceclient.v1.image_members reading sources... [ 56%] reference/api/glanceclient.v1.images reading sources... [ 58%] reference/api/glanceclient.v1.shell reading sources... [ 60%] reference/api/glanceclient.v1.versions reading sources... [ 63%] reference/api/glanceclient.v2 reading sources... [ 65%] reference/api/glanceclient.v2.client reading sources... [ 68%] reference/api/glanceclient.v2.image_members reading sources... [ 70%] reference/api/glanceclient.v2.image_schema reading sources... [ 73%] reference/api/glanceclient.v2.image_tags reading sources... [ 75%] reference/api/glanceclient.v2.images reading sources... [ 78%] reference/api/glanceclient.v2.metadefs reading sources... [ 80%] reference/api/glanceclient.v2.namespace_schema reading sources... [ 82%] reference/api/glanceclient.v2.resource_type_schema reading sources... [ 85%] reference/api/glanceclient.v2.schemas reading sources... [ 87%] reference/api/glanceclient.v2.shell reading sources... [ 90%] reference/api/glanceclient.v2.tasks reading sources... [ 92%] reference/api/glanceclient.v2.versions reading sources... [ 95%] reference/api/modules reading sources... [ 97%] reference/apiv2 reading sources... [100%] reference/index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 2%] cli/details [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/python-glanceclient/tree/doc/source' [openstackdocstheme] bug_project (from user) 'python-glanceclient' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/details.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/details.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/details' writing output... [ 4%] cli/glance [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/glance.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/glance.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/glance' writing output... [ 7%] cli/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/index' writing output... [ 9%] cli/property-keys [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cli/property-keys.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cli/property-keys.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cli/property-keys' writing output... [ 12%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 14%] reference/api/glanceclient [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient' writing output... [ 17%] reference/api/glanceclient.client [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.client.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.client.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.client' writing output... [ 19%] reference/api/glanceclient.common [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.common.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.common.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.common' writing output... [ 21%] reference/api/glanceclient.common.exceptions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.common.exceptions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.common.exceptions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.common.exceptions' writing output... [ 24%] reference/api/glanceclient.common.http [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.common.http.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.common.http.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.common.http' writing output... [ 26%] reference/api/glanceclient.common.https [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.common.https.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.common.https.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.common.https' writing output... [ 29%] reference/api/glanceclient.common.progressbar [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.common.progressbar.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.common.progressbar.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.common.progressbar' writing output... [ 31%] reference/api/glanceclient.common.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.common.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.common.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.common.utils' writing output... [ 34%] reference/api/glanceclient.exc [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.exc.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.exc.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.exc' writing output... [ 36%] reference/api/glanceclient.shell [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.shell.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.shell.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.shell' writing output... [ 39%] reference/api/glanceclient.v1 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v1.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v1.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v1' writing output... [ 41%] reference/api/glanceclient.v1.apiclient [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v1.apiclient.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v1.apiclient.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v1.apiclient' writing output... [ 43%] reference/api/glanceclient.v1.apiclient.base [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v1.apiclient.base.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v1.apiclient.base.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v1.apiclient.base' writing output... [ 46%] reference/api/glanceclient.v1.apiclient.exceptions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v1.apiclient.exceptions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v1.apiclient.exceptions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v1.apiclient.exceptions' writing output... [ 48%] reference/api/glanceclient.v1.apiclient.utils [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v1.apiclient.utils.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v1.apiclient.utils.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v1.apiclient.utils' writing output... [ 51%] reference/api/glanceclient.v1.client [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v1.client.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v1.client.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v1.client' writing output... [ 53%] reference/api/glanceclient.v1.image_members [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v1.image_members.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v1.image_members.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v1.image_members' writing output... [ 56%] reference/api/glanceclient.v1.images [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v1.images.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v1.images.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v1.images' writing output... [ 58%] reference/api/glanceclient.v1.shell [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v1.shell.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v1.shell.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v1.shell' writing output... [ 60%] reference/api/glanceclient.v1.versions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v1.versions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v1.versions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v1.versions' writing output... [ 63%] reference/api/glanceclient.v2 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2' writing output... [ 65%] reference/api/glanceclient.v2.client [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.client.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.client.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2.client' writing output... [ 68%] reference/api/glanceclient.v2.image_members [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.image_members.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.image_members.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2.image_members' writing output... [ 70%] reference/api/glanceclient.v2.image_schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.image_schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.image_schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2.image_schema' writing output... [ 73%] reference/api/glanceclient.v2.image_tags [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.image_tags.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.image_tags.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2.image_tags' writing output... [ 75%] reference/api/glanceclient.v2.images [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.images.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.images.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2.images' writing output... [ 78%] reference/api/glanceclient.v2.metadefs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.metadefs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.metadefs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2.metadefs' writing output... [ 80%] reference/api/glanceclient.v2.namespace_schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.namespace_schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.namespace_schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2.namespace_schema' writing output... [ 82%] reference/api/glanceclient.v2.resource_type_schema [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.resource_type_schema.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.resource_type_schema.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2.resource_type_schema' writing output... [ 85%] reference/api/glanceclient.v2.schemas [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.schemas.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.schemas.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2.schemas' writing output... [ 87%] reference/api/glanceclient.v2.shell [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.shell.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.shell.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2.shell' writing output... [ 90%] reference/api/glanceclient.v2.tasks [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.tasks.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.tasks.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2.tasks' writing output... [ 92%] reference/api/glanceclient.v2.versions [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/glanceclient.v2.versions.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/glanceclient.v2.versions.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/glanceclient.v2.versions' writing output... [ 95%] reference/api/modules [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/api/modules.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/api/modules.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/api/modules' writing output... [ 97%] reference/apiv2 [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/apiv2.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/apiv2.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/apiv2' writing output... [100%] reference/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/reference/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/reference/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'reference/index' generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + sphinx-build-2 -b man doc/source doc/build/man Running Sphinx v1.8.4 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... Using openstackdocstheme Sphinx theme from /usr/lib/python2.7/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/python-glanceclient-2.16.0/.gitreview found Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.client.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.exc.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.shell.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.common.exceptions.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.common.http.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.common.https.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.common.progressbar.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.common.utils.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.common.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.client.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.image_members.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.images.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.shell.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.versions.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.apiclient.base.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.apiclient.exceptions.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.apiclient.utils.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v1.apiclient.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.client.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.image_members.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.image_schema.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.image_tags.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.images.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.metadefs.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.namespace_schema.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.resource_type_schema.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.schemas.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.shell.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.tasks.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.versions.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/glanceclient.v2.rst. Creating file /builddir/build/BUILD/python-glanceclient-2.16.0/doc/source/reference/api/modules.rst. building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: 41 added, 0 changed, 0 removed reading sources... [ 2%] cli/details reading sources... [ 4%] cli/glance reading sources... [ 7%] cli/index reading sources... [ 9%] cli/property-keys reading sources... [ 12%] index reading sources... [ 14%] reference/api/glanceclient reading sources... [ 17%] reference/api/glanceclient.client reading sources... [ 19%] reference/api/glanceclient.common reading sources... [ 21%] reference/api/glanceclient.common.exceptions reading sources... [ 24%] reference/api/glanceclient.common.http reading sources... [ 26%] reference/api/glanceclient.common.https reading sources... [ 29%] reference/api/glanceclient.common.progressbar reading sources... [ 31%] reference/api/glanceclient.common.utils reading sources... [ 34%] reference/api/glanceclient.exc reading sources... [ 36%] reference/api/glanceclient.shell reading sources... [ 39%] reference/api/glanceclient.v1 reading sources... [ 41%] reference/api/glanceclient.v1.apiclient reading sources... [ 43%] reference/api/glanceclient.v1.apiclient.base reading sources... [ 46%] reference/api/glanceclient.v1.apiclient.exceptions reading sources... [ 48%] reference/api/glanceclient.v1.apiclient.utils reading sources... [ 51%] reference/api/glanceclient.v1.client reading sources... [ 53%] reference/api/glanceclient.v1.image_members reading sources... [ 56%] reference/api/glanceclient.v1.images reading sources... [ 58%] reference/api/glanceclient.v1.shell reading sources... [ 60%] reference/api/glanceclient.v1.versions reading sources... [ 63%] reference/api/glanceclient.v2 reading sources... [ 65%] reference/api/glanceclient.v2.client reading sources... [ 68%] reference/api/glanceclient.v2.image_members reading sources... [ 70%] reference/api/glanceclient.v2.image_schema reading sources... [ 73%] reference/api/glanceclient.v2.image_tags reading sources... [ 75%] reference/api/glanceclient.v2.images reading sources... [ 78%] reference/api/glanceclient.v2.metadefs reading sources... [ 80%] reference/api/glanceclient.v2.namespace_schema reading sources... [ 82%] reference/api/glanceclient.v2.resource_type_schema reading sources... [ 85%] reference/api/glanceclient.v2.schemas reading sources... [ 87%] reference/api/glanceclient.v2.shell reading sources... [ 90%] reference/api/glanceclient.v2.tasks reading sources... [ 92%] reference/api/glanceclient.v2.versions reading sources... [ 95%] reference/api/modules reading sources... [ 97%] reference/apiv2 reading sources... [100%] reference/index looking for now-outdated files... none found pickling environment... done checking consistency... done writing... glance.1 { } build succeeded. The manual pages are in doc/build/man. + install -p -D -m 644 doc/build/man/glance.1 /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/man/man1/glance.1 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/python-glanceclient-2.16.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-glanceclient-2.16.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1uAFYN + umask 022 + cd /builddir/build/BUILD + cd python-glanceclient-2.16.0 + DOCDIR=/builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/doc/python2-glanceclient-2.16.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/doc/python2-glanceclient-2.16.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/doc/python2-glanceclient-2.16.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.BnqT30 + umask 022 + cd /builddir/build/BUILD + cd python-glanceclient-2.16.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/licenses/python2-glanceclient-2.16.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/licenses/python2-glanceclient-2.16.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/licenses/python2-glanceclient-2.16.0 + exit 0 Provides: python-glanceclient = 1:2.16.0-1.el7 python2-glanceclient = 1:2.16.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 python(abi) = 2.7 Obsoletes: python-glanceclient < 1:2.16.0-1.el7 Processing files: python-glanceclient-doc-2.16.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.07gRwh + umask 022 + cd /builddir/build/BUILD + cd python-glanceclient-2.16.0 + DOCDIR=/builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/doc/python-glanceclient-doc-2.16.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/doc/python-glanceclient-doc-2.16.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/doc/python-glanceclient-doc-2.16.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6cyJ4x + umask 022 + cd /builddir/build/BUILD + cd python-glanceclient-2.16.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/licenses/python-glanceclient-doc-2.16.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/licenses/python-glanceclient-doc-2.16.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch/usr/share/licenses/python-glanceclient-doc-2.16.0 + exit 0 Provides: python-glanceclient-doc = 1:2.16.0-1.el7 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-glanceclient-2.16.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-glanceclient-2.16.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-glanceclient-doc-2.16.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.V54uex + umask 022 + cd /builddir/build/BUILD + cd python-glanceclient-2.16.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-glanceclient-2.16.0-1.el7.noarch + exit 0 Child return code was: 0