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-glance-store.spec'], chrootPath='/var/lib/mock/cloud7-openstack-rocky-el7-build-49241-152487/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-glance-store.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-glance-store-0.26.1-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-glance-store.spec'], chrootPath='/var/lib/mock/cloud7-openstack-rocky-el7-build-49241-152487/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-glance-store.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.eXMz25 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf glance_store-0.26.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/glance_store-0.26.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd glance_store-0.26.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YHHWWv + umask 022 + cd /builddir/build/BUILD + cd glance_store-0.26.1 + 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/glance_store creating build/lib/glance_store/tests creating build/lib/glance_store/tests/functional creating build/lib/glance_store/tests/functional/swift copying glance_store/tests/functional/swift/__init__.py -> build/lib/glance_store/tests/functional/swift copying glance_store/tests/functional/swift/test_functional_swift.py -> build/lib/glance_store/tests/functional/swift copying glance_store/tests/functional/__init__.py -> build/lib/glance_store/tests/functional copying glance_store/tests/functional/base.py -> build/lib/glance_store/tests/functional creating build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_store_base.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_http_store.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/__init__.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_multistore_filesystem.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_store_capabilities.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_swift_store_utils.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_exceptions.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_multistore_cinder.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_multistore_sheepdog.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_sheepdog_store.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_multistore_vmware.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_connection_manager.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_multistore_rbd.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_opts.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_cinder_store.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_swift_store_multibackend.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_driver.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_backend.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_vmware_store.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_location.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_rbd_store.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_filesystem_store.py -> build/lib/glance_store/tests/unit copying glance_store/tests/unit/test_swift_store.py -> build/lib/glance_store/tests/unit creating build/lib/glance_store/_drivers creating build/lib/glance_store/_drivers/swift copying glance_store/_drivers/swift/__init__.py -> build/lib/glance_store/_drivers/swift copying glance_store/_drivers/swift/connection_manager.py -> build/lib/glance_store/_drivers/swift copying glance_store/_drivers/swift/buffered.py -> build/lib/glance_store/_drivers/swift copying glance_store/_drivers/swift/utils.py -> build/lib/glance_store/_drivers/swift copying glance_store/_drivers/swift/store.py -> build/lib/glance_store/_drivers/swift copying glance_store/tests/fakes.py -> build/lib/glance_store/tests copying glance_store/tests/__init__.py -> build/lib/glance_store/tests copying glance_store/tests/utils.py -> build/lib/glance_store/tests copying glance_store/tests/base.py -> build/lib/glance_store/tests creating build/lib/glance_store/tests/functional/filesystem copying glance_store/tests/functional/filesystem/test_functional_filesystem.py -> build/lib/glance_store/tests/functional/filesystem copying glance_store/tests/functional/filesystem/__init__.py -> build/lib/glance_store/tests/functional/filesystem creating build/lib/glance_store/common copying glance_store/common/__init__.py -> build/lib/glance_store/common copying glance_store/common/utils.py -> build/lib/glance_store/common copying glance_store/_drivers/http.py -> build/lib/glance_store/_drivers copying glance_store/_drivers/__init__.py -> build/lib/glance_store/_drivers copying glance_store/_drivers/cinder.py -> build/lib/glance_store/_drivers copying glance_store/_drivers/sheepdog.py -> build/lib/glance_store/_drivers copying glance_store/_drivers/rbd.py -> build/lib/glance_store/_drivers copying glance_store/_drivers/vmware_datastore.py -> build/lib/glance_store/_drivers copying glance_store/_drivers/filesystem.py -> build/lib/glance_store/_drivers copying glance_store/driver.py -> build/lib/glance_store copying glance_store/__init__.py -> build/lib/glance_store copying glance_store/exceptions.py -> build/lib/glance_store copying glance_store/multi_backend.py -> build/lib/glance_store copying glance_store/i18n.py -> build/lib/glance_store copying glance_store/capabilities.py -> build/lib/glance_store copying glance_store/backend.py -> build/lib/glance_store copying glance_store/location.py -> build/lib/glance_store running egg_info writing requirements to glance_store.egg-info/requires.txt writing glance_store.egg-info/PKG-INFO writing top-level names to glance_store.egg-info/top_level.txt writing dependency_links to glance_store.egg-info/dependency_links.txt writing entry points to glance_store.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt copying glance_store/tests/functional/README.rst -> build/lib/glance_store/tests/functional creating build/lib/glance_store/tests/etc copying glance_store/tests/etc/glance-swift.conf -> build/lib/glance_store/tests/etc creating build/lib/glance_store/locale creating build/lib/glance_store/locale/en_GB creating build/lib/glance_store/locale/en_GB/LC_MESSAGES copying glance_store/locale/en_GB/LC_MESSAGES/glance_store.po -> build/lib/glance_store/locale/en_GB/LC_MESSAGES creating build/lib/glance_store/locale/ko_KR creating build/lib/glance_store/locale/ko_KR/LC_MESSAGES copying glance_store/locale/ko_KR/LC_MESSAGES/glance_store.po -> build/lib/glance_store/locale/ko_KR/LC_MESSAGES + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.67yh8Y + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch + cd glance_store-0.26.1 + 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-glance-store-0.26.1-1.el7.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store copying build/lib/glance_store/driver.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store copying build/lib/glance_store/__init__.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store copying build/lib/glance_store/exceptions.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/locale creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/locale/en_GB creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/locale/en_GB/LC_MESSAGES copying build/lib/glance_store/locale/en_GB/LC_MESSAGES/glance_store.po -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/locale/ko_KR creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/locale/ko_KR/LC_MESSAGES copying build/lib/glance_store/locale/ko_KR/LC_MESSAGES/glance_store.po -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/locale/ko_KR/LC_MESSAGES copying build/lib/glance_store/multi_backend.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store copying build/lib/glance_store/i18n.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/common copying build/lib/glance_store/common/__init__.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/common copying build/lib/glance_store/common/utils.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/common copying build/lib/glance_store/capabilities.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store copying build/lib/glance_store/backend.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers copying build/lib/glance_store/_drivers/http.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers copying build/lib/glance_store/_drivers/__init__.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers copying build/lib/glance_store/_drivers/cinder.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers copying build/lib/glance_store/_drivers/sheepdog.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers copying build/lib/glance_store/_drivers/rbd.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers copying build/lib/glance_store/_drivers/vmware_datastore.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/swift copying build/lib/glance_store/_drivers/swift/__init__.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/swift copying build/lib/glance_store/_drivers/swift/connection_manager.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/swift copying build/lib/glance_store/_drivers/swift/buffered.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/swift copying build/lib/glance_store/_drivers/swift/utils.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/swift copying build/lib/glance_store/_drivers/swift/store.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/swift copying build/lib/glance_store/_drivers/filesystem.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests copying build/lib/glance_store/tests/fakes.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests copying build/lib/glance_store/tests/__init__.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests copying build/lib/glance_store/tests/utils.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_store_base.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_http_store.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_multistore_filesystem.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_store_capabilities.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_swift_store_utils.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_exceptions.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_multistore_cinder.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_multistore_sheepdog.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_sheepdog_store.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_multistore_vmware.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_connection_manager.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_multistore_rbd.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_opts.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_cinder_store.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_swift_store_multibackend.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_driver.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_backend.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_vmware_store.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_location.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_rbd_store.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_filesystem_store.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit copying build/lib/glance_store/tests/unit/test_swift_store.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional copying build/lib/glance_store/tests/functional/README.rst -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional copying build/lib/glance_store/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional/filesystem copying build/lib/glance_store/tests/functional/filesystem/test_functional_filesystem.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional/filesystem copying build/lib/glance_store/tests/functional/filesystem/__init__.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional/filesystem creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional/swift copying build/lib/glance_store/tests/functional/swift/__init__.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional/swift copying build/lib/glance_store/tests/functional/swift/test_functional_swift.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional/swift copying build/lib/glance_store/tests/functional/base.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional creating /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/etc copying build/lib/glance_store/tests/etc/glance-swift.conf -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/etc copying build/lib/glance_store/tests/base.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests copying build/lib/glance_store/location.py -> /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/driver.py to driver.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/multi_backend.py to multi_backend.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/capabilities.py to capabilities.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/backend.py to backend.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/cinder.py to cinder.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/sheepdog.py to sheepdog.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/rbd.py to rbd.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/vmware_datastore.py to vmware_datastore.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/swift/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/swift/connection_manager.py to connection_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/swift/buffered.py to buffered.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/swift/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/swift/store.py to store.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/_drivers/filesystem.py to filesystem.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/fakes.py to fakes.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_store_base.py to test_store_base.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_http_store.py to test_http_store.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_multistore_filesystem.py to test_multistore_filesystem.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_store_capabilities.py to test_store_capabilities.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_swift_store_utils.py to test_swift_store_utils.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_exceptions.py to test_exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_multistore_cinder.py to test_multistore_cinder.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_multistore_sheepdog.py to test_multistore_sheepdog.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_sheepdog_store.py to test_sheepdog_store.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_multistore_vmware.py to test_multistore_vmware.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_connection_manager.py to test_connection_manager.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_multistore_rbd.py to test_multistore_rbd.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_opts.py to test_opts.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_cinder_store.py to test_cinder_store.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_swift_store_multibackend.py to test_swift_store_multibackend.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_driver.py to test_driver.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_backend.py to test_backend.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_vmware_store.py to test_vmware_store.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_location.py to test_location.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_rbd_store.py to test_rbd_store.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_filesystem_store.py to test_filesystem_store.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/unit/test_swift_store.py to test_swift_store.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional/filesystem/test_functional_filesystem.py to test_functional_filesystem.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional/filesystem/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional/swift/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional/swift/test_functional_swift.py to test_functional_swift.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/functional/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/tests/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store/location.py to location.pyc writing byte-compilation script '/tmp/tmpCVUcNc.py' /usr/bin/python2 -O /tmp/tmpCVUcNc.py removing /tmp/tmpCVUcNc.py running install_egg_info running egg_info writing requirements to glance_store.egg-info/requires.txt writing glance_store.egg-info/PKG-INFO writing top-level names to glance_store.egg-info/top_level.txt writing dependency_links to glance_store.egg-info/dependency_links.txt writing entry points to glance_store.egg-info/entry_points.txt [pbr] Reusing existing SOURCES.txt Copying glance_store.egg-info to /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/lib/python2.7/site-packages/glance_store-0.26.1-py2.7.egg-info running install_scripts Installing glance-rootwrap script to /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/bin + mv /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/bin/glance-rootwrap /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/bin/glance-rootwrap-2.7 + ln -s ./glance-rootwrap-2.7 /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/bin/glance-rootwrap-2 + ln -s ./glance-rootwrap-2.7 /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/bin/glance-rootwrap + install -p -D -m 644 etc/glance/rootwrap.d/glance_cinder_store.filters /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/share/glance_store/glance_cinder_store.filters + /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/glance_store-0.26.1 /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-glance-store-0.26.1-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-glance-store-0.26.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Sr5PFx + umask 022 + cd /builddir/build/BUILD + cd glance_store-0.26.1 + DOCDIR=/builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/share/doc/python2-glance-store-0.26.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/share/doc/python2-glance-store-0.26.1 + cp -pr AUTHORS /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/share/doc/python2-glance-store-0.26.1 + cp -pr ChangeLog /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/share/doc/python2-glance-store-0.26.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.v4aUf6 + umask 022 + cd /builddir/build/BUILD + cd glance_store-0.26.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/share/licenses/python2-glance-store-0.26.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/share/licenses/python2-glance-store-0.26.1 + cp -pr LICENSE /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch/usr/share/licenses/python2-glance-store-0.26.1 + exit 0 warning: File listed twice: /usr/share/glance_store/glance_cinder_store.filters Provides: python-glance-store = 0.26.1-1.el7 python2-glance-store = 0.26.1-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-glance-store < 0.26.1-1.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch Wrote: /builddir/build/RPMS/python2-glance-store-0.26.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.w6ARvs + umask 022 + cd /builddir/build/BUILD + cd glance_store-0.26.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-glance-store-0.26.1-1.el7.noarch + exit 0 Child return code was: 0