Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-swift.spec'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-66602-329137/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/openstack-swift.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-swift-2.23.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/openstack-swift.spec'], chrootPath='/var/lib/mock/cloud7-openstack-train-el7-build-66602-329137/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/openstack-swift.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.ldLAxG + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf swift-2.23.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/swift-2.23.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd swift-2.23.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git add . + /usr/bin/git commit -q -a --author 'rpm-build ' -m 'openstack-swift-2.23.1 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.jqcNqX + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.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/swift creating build/lib/swift/proxy creating build/lib/swift/proxy/controllers copying swift/proxy/controllers/container.py -> build/lib/swift/proxy/controllers copying swift/proxy/controllers/obj.py -> build/lib/swift/proxy/controllers copying swift/proxy/controllers/__init__.py -> build/lib/swift/proxy/controllers copying swift/proxy/controllers/account.py -> build/lib/swift/proxy/controllers copying swift/proxy/controllers/base.py -> build/lib/swift/proxy/controllers copying swift/proxy/controllers/info.py -> build/lib/swift/proxy/controllers creating build/lib/swift/obj copying swift/obj/replicator.py -> build/lib/swift/obj copying swift/obj/__init__.py -> build/lib/swift/obj copying swift/obj/auditor.py -> build/lib/swift/obj copying swift/obj/updater.py -> build/lib/swift/obj copying swift/obj/expirer.py -> build/lib/swift/obj copying swift/obj/ssync_sender.py -> build/lib/swift/obj copying swift/obj/reconstructor.py -> build/lib/swift/obj copying swift/obj/diskfile.py -> build/lib/swift/obj copying swift/obj/mem_diskfile.py -> build/lib/swift/obj copying swift/obj/ssync_receiver.py -> build/lib/swift/obj copying swift/obj/mem_server.py -> build/lib/swift/obj copying swift/obj/server.py -> build/lib/swift/obj creating build/lib/swift/common creating build/lib/swift/common/ring copying swift/common/ring/builder.py -> build/lib/swift/common/ring copying swift/common/ring/__init__.py -> build/lib/swift/common/ring copying swift/common/ring/composite_builder.py -> build/lib/swift/common/ring copying swift/common/ring/utils.py -> build/lib/swift/common/ring copying swift/common/ring/ring.py -> build/lib/swift/common/ring copying swift/proxy/__init__.py -> build/lib/swift/proxy copying swift/proxy/server.py -> build/lib/swift/proxy creating build/lib/swift/common/middleware creating build/lib/swift/common/middleware/crypto copying swift/common/middleware/crypto/__init__.py -> build/lib/swift/common/middleware/crypto copying swift/common/middleware/crypto/encrypter.py -> build/lib/swift/common/middleware/crypto copying swift/common/middleware/crypto/decrypter.py -> build/lib/swift/common/middleware/crypto copying swift/common/middleware/crypto/crypto_utils.py -> build/lib/swift/common/middleware/crypto copying swift/common/middleware/crypto/keymaster.py -> build/lib/swift/common/middleware/crypto copying swift/common/middleware/crypto/kms_keymaster.py -> build/lib/swift/common/middleware/crypto copying swift/common/middleware/crypto/kmip_keymaster.py -> build/lib/swift/common/middleware/crypto creating build/lib/swift/common/middleware/s3api copying swift/common/middleware/s3api/etree.py -> build/lib/swift/common/middleware/s3api copying swift/common/middleware/s3api/s3request.py -> build/lib/swift/common/middleware/s3api copying swift/common/middleware/s3api/__init__.py -> build/lib/swift/common/middleware/s3api copying swift/common/middleware/s3api/subresource.py -> build/lib/swift/common/middleware/s3api copying swift/common/middleware/s3api/acl_utils.py -> build/lib/swift/common/middleware/s3api copying swift/common/middleware/s3api/acl_handlers.py -> build/lib/swift/common/middleware/s3api copying swift/common/middleware/s3api/utils.py -> build/lib/swift/common/middleware/s3api copying swift/common/middleware/s3api/s3api.py -> build/lib/swift/common/middleware/s3api copying swift/common/middleware/s3api/s3token.py -> build/lib/swift/common/middleware/s3api copying swift/common/middleware/s3api/exception.py -> build/lib/swift/common/middleware/s3api copying swift/common/middleware/s3api/s3response.py -> build/lib/swift/common/middleware/s3api creating build/lib/swift/common/middleware/s3api/controllers copying swift/common/middleware/s3api/controllers/multi_upload.py -> build/lib/swift/common/middleware/s3api/controllers copying swift/common/middleware/s3api/controllers/acl.py -> build/lib/swift/common/middleware/s3api/controllers copying swift/common/middleware/s3api/controllers/obj.py -> build/lib/swift/common/middleware/s3api/controllers copying swift/common/middleware/s3api/controllers/__init__.py -> build/lib/swift/common/middleware/s3api/controllers copying swift/common/middleware/s3api/controllers/logging.py -> build/lib/swift/common/middleware/s3api/controllers copying swift/common/middleware/s3api/controllers/s3_acl.py -> build/lib/swift/common/middleware/s3api/controllers copying swift/common/middleware/s3api/controllers/versioning.py -> build/lib/swift/common/middleware/s3api/controllers copying swift/common/middleware/s3api/controllers/service.py -> build/lib/swift/common/middleware/s3api/controllers copying swift/common/middleware/s3api/controllers/multi_delete.py -> build/lib/swift/common/middleware/s3api/controllers copying swift/common/middleware/s3api/controllers/bucket.py -> build/lib/swift/common/middleware/s3api/controllers copying swift/common/middleware/s3api/controllers/base.py -> build/lib/swift/common/middleware/s3api/controllers copying swift/common/middleware/s3api/controllers/location.py -> build/lib/swift/common/middleware/s3api/controllers creating build/lib/swift/container copying swift/container/sync_store.py -> build/lib/swift/container copying swift/container/replicator.py -> build/lib/swift/container copying swift/container/__init__.py -> build/lib/swift/container copying swift/container/auditor.py -> build/lib/swift/container copying swift/container/updater.py -> build/lib/swift/container copying swift/container/backend.py -> build/lib/swift/container copying swift/container/sync.py -> build/lib/swift/container copying swift/container/reconciler.py -> build/lib/swift/container copying swift/container/server.py -> build/lib/swift/container copying swift/container/sharder.py -> build/lib/swift/container creating build/lib/swift/account copying swift/account/replicator.py -> build/lib/swift/account copying swift/account/__init__.py -> build/lib/swift/account copying swift/account/auditor.py -> build/lib/swift/account copying swift/account/utils.py -> build/lib/swift/account copying swift/account/backend.py -> build/lib/swift/account copying swift/account/reaper.py -> build/lib/swift/account copying swift/account/server.py -> build/lib/swift/account creating build/lib/swift/common/middleware/x_profile copying swift/common/middleware/x_profile/__init__.py -> build/lib/swift/common/middleware/x_profile copying swift/common/middleware/x_profile/profile_model.py -> build/lib/swift/common/middleware/x_profile copying swift/common/middleware/x_profile/exceptions.py -> build/lib/swift/common/middleware/x_profile copying swift/common/middleware/x_profile/html_viewer.py -> build/lib/swift/common/middleware/x_profile creating build/lib/swift/cli copying swift/cli/__init__.py -> build/lib/swift/cli copying swift/cli/ringbuilder.py -> build/lib/swift/cli copying swift/cli/relinker.py -> build/lib/swift/cli copying swift/cli/ringcomposer.py -> build/lib/swift/cli copying swift/cli/dispersion_report.py -> build/lib/swift/cli copying swift/cli/shard-info.py -> build/lib/swift/cli copying swift/cli/manage_shard_ranges.py -> build/lib/swift/cli copying swift/cli/form_signature.py -> build/lib/swift/cli copying swift/cli/container_deleter.py -> build/lib/swift/cli copying swift/cli/info.py -> build/lib/swift/cli copying swift/cli/ring_builder_analyzer.py -> build/lib/swift/cli copying swift/cli/recon.py -> build/lib/swift/cli copying swift/__init__.py -> build/lib/swift copying swift/common/db_replicator.py -> build/lib/swift/common copying swift/common/container_sync_realms.py -> build/lib/swift/common copying swift/common/db.py -> build/lib/swift/common copying swift/common/daemon.py -> build/lib/swift/common copying swift/common/internal_client.py -> build/lib/swift/common copying swift/common/http.py -> build/lib/swift/common copying swift/common/__init__.py -> build/lib/swift/common copying swift/common/manager.py -> build/lib/swift/common copying swift/common/linkat.py -> build/lib/swift/common copying swift/common/exceptions.py -> build/lib/swift/common copying swift/common/direct_client.py -> build/lib/swift/common copying swift/common/utils.py -> build/lib/swift/common copying swift/common/splice.py -> build/lib/swift/common copying swift/common/swob.py -> build/lib/swift/common copying swift/common/header_key_dict.py -> build/lib/swift/common copying swift/common/bufferedhttp.py -> build/lib/swift/common copying swift/common/memcached.py -> build/lib/swift/common copying swift/common/constraints.py -> build/lib/swift/common copying swift/common/base_storage_server.py -> build/lib/swift/common copying swift/common/wsgi.py -> build/lib/swift/common copying swift/common/request_helpers.py -> build/lib/swift/common copying swift/common/storage_policy.py -> build/lib/swift/common copying swift/common/middleware/dlo.py -> build/lib/swift/common/middleware copying swift/common/middleware/healthcheck.py -> build/lib/swift/common/middleware copying swift/common/middleware/tempauth.py -> build/lib/swift/common/middleware copying swift/common/middleware/acl.py -> build/lib/swift/common/middleware copying swift/common/middleware/__init__.py -> build/lib/swift/common/middleware copying swift/common/middleware/cname_lookup.py -> build/lib/swift/common/middleware copying swift/common/middleware/gatekeeper.py -> build/lib/swift/common/middleware copying swift/common/middleware/read_only.py -> build/lib/swift/common/middleware copying swift/common/middleware/bulk.py -> build/lib/swift/common/middleware copying swift/common/middleware/staticweb.py -> build/lib/swift/common/middleware copying swift/common/middleware/formpost.py -> build/lib/swift/common/middleware copying swift/common/middleware/crossdomain.py -> build/lib/swift/common/middleware copying swift/common/middleware/account_quotas.py -> build/lib/swift/common/middleware copying swift/common/middleware/listing_formats.py -> build/lib/swift/common/middleware copying swift/common/middleware/memcache.py -> build/lib/swift/common/middleware copying swift/common/middleware/domain_remap.py -> build/lib/swift/common/middleware copying swift/common/middleware/xprofile.py -> build/lib/swift/common/middleware copying swift/common/middleware/container_quotas.py -> build/lib/swift/common/middleware copying swift/common/middleware/copy.py -> build/lib/swift/common/middleware copying swift/common/middleware/ratelimit.py -> build/lib/swift/common/middleware copying swift/common/middleware/proxy_logging.py -> build/lib/swift/common/middleware copying swift/common/middleware/symlink.py -> build/lib/swift/common/middleware copying swift/common/middleware/slo.py -> build/lib/swift/common/middleware copying swift/common/middleware/versioned_writes.py -> build/lib/swift/common/middleware copying swift/common/middleware/name_check.py -> build/lib/swift/common/middleware copying swift/common/middleware/tempurl.py -> build/lib/swift/common/middleware copying swift/common/middleware/list_endpoints.py -> build/lib/swift/common/middleware copying swift/common/middleware/recon.py -> build/lib/swift/common/middleware copying swift/common/middleware/keystoneauth.py -> build/lib/swift/common/middleware copying swift/common/middleware/catch_errors.py -> build/lib/swift/common/middleware copying swift/common/middleware/container_sync.py -> build/lib/swift/common/middleware running egg_info writing requirements to swift.egg-info/requires.txt writing swift.egg-info/PKG-INFO writing top-level names to swift.egg-info/top_level.txt writing dependency_links to swift.egg-info/dependency_links.txt writing entry points to swift.egg-info/entry_points.txt writing pbr to swift.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no files found matching 'ChangeLog' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements.txt' warning: no files found matching 'test-requirements.txt' writing manifest file 'swift.egg-info/SOURCES.txt' creating build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/access_control_policy.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/bucket_logging_status.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/common.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/complete_multipart_upload.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/complete_multipart_upload_result.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/copy_object_result.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/copy_part_result.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/create_bucket_configuration.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/delete.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/delete_result.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/error.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/initiate_multipart_upload_result.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/lifecycle_configuration.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/list_all_my_buckets_result.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/list_bucket_result.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/list_multipart_uploads_result.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/list_parts_result.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/list_versions_result.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/location_constraint.rng -> build/lib/swift/common/middleware/s3api/schema copying swift/common/middleware/s3api/schema/versioning_configuration.rng -> build/lib/swift/common/middleware/s3api/schema creating build/lib/swift/locale creating build/lib/swift/locale/de creating build/lib/swift/locale/de/LC_MESSAGES copying swift/locale/de/LC_MESSAGES/swift.po -> build/lib/swift/locale/de/LC_MESSAGES creating build/lib/swift/locale/en_GB creating build/lib/swift/locale/en_GB/LC_MESSAGES copying swift/locale/en_GB/LC_MESSAGES/swift.po -> build/lib/swift/locale/en_GB/LC_MESSAGES creating build/lib/swift/locale/es creating build/lib/swift/locale/es/LC_MESSAGES copying swift/locale/es/LC_MESSAGES/swift.po -> build/lib/swift/locale/es/LC_MESSAGES creating build/lib/swift/locale/fr creating build/lib/swift/locale/fr/LC_MESSAGES copying swift/locale/fr/LC_MESSAGES/swift.po -> build/lib/swift/locale/fr/LC_MESSAGES creating build/lib/swift/locale/it creating build/lib/swift/locale/it/LC_MESSAGES copying swift/locale/it/LC_MESSAGES/swift.po -> build/lib/swift/locale/it/LC_MESSAGES creating build/lib/swift/locale/ja creating build/lib/swift/locale/ja/LC_MESSAGES copying swift/locale/ja/LC_MESSAGES/swift.po -> build/lib/swift/locale/ja/LC_MESSAGES creating build/lib/swift/locale/ko_KR creating build/lib/swift/locale/ko_KR/LC_MESSAGES copying swift/locale/ko_KR/LC_MESSAGES/swift.po -> build/lib/swift/locale/ko_KR/LC_MESSAGES creating build/lib/swift/locale/pt_BR creating build/lib/swift/locale/pt_BR/LC_MESSAGES copying swift/locale/pt_BR/LC_MESSAGES/swift.po -> build/lib/swift/locale/pt_BR/LC_MESSAGES creating build/lib/swift/locale/ru creating build/lib/swift/locale/ru/LC_MESSAGES copying swift/locale/ru/LC_MESSAGES/swift.po -> build/lib/swift/locale/ru/LC_MESSAGES creating build/lib/swift/locale/tr_TR creating build/lib/swift/locale/tr_TR/LC_MESSAGES copying swift/locale/tr_TR/LC_MESSAGES/swift.po -> build/lib/swift/locale/tr_TR/LC_MESSAGES creating build/lib/swift/locale/zh_CN creating build/lib/swift/locale/zh_CN/LC_MESSAGES copying swift/locale/zh_CN/LC_MESSAGES/swift.po -> build/lib/swift/locale/zh_CN/LC_MESSAGES creating build/lib/swift/locale/zh_TW creating build/lib/swift/locale/zh_TW/LC_MESSAGES copying swift/locale/zh_TW/LC_MESSAGES/swift.po -> build/lib/swift/locale/zh_TW/LC_MESSAGES running build_scripts creating build/scripts-2.7 copying and adjusting bin/swift-account-audit -> build/scripts-2.7 copying and adjusting bin/swift-account-auditor -> build/scripts-2.7 copying and adjusting bin/swift-account-info -> build/scripts-2.7 copying and adjusting bin/swift-account-reaper -> build/scripts-2.7 copying and adjusting bin/swift-account-replicator -> build/scripts-2.7 copying and adjusting bin/swift-account-server -> build/scripts-2.7 copying and adjusting bin/swift-config -> build/scripts-2.7 copying and adjusting bin/swift-container-auditor -> build/scripts-2.7 copying and adjusting bin/swift-container-info -> build/scripts-2.7 copying and adjusting bin/swift-container-replicator -> build/scripts-2.7 copying and adjusting bin/swift-container-server -> build/scripts-2.7 copying and adjusting bin/swift-container-sharder -> build/scripts-2.7 copying and adjusting bin/swift-container-sync -> build/scripts-2.7 copying and adjusting bin/swift-container-updater -> build/scripts-2.7 copying and adjusting bin/swift-container-reconciler -> build/scripts-2.7 copying and adjusting bin/swift-reconciler-enqueue -> build/scripts-2.7 copying and adjusting bin/swift-dispersion-populate -> build/scripts-2.7 copying and adjusting bin/swift-dispersion-report -> build/scripts-2.7 copying and adjusting bin/swift-drive-audit -> build/scripts-2.7 copying and adjusting bin/swift-form-signature -> build/scripts-2.7 copying and adjusting bin/swift-get-nodes -> build/scripts-2.7 copying and adjusting bin/swift-init -> build/scripts-2.7 copying and adjusting bin/swift-object-auditor -> build/scripts-2.7 copying and adjusting bin/swift-object-expirer -> build/scripts-2.7 copying and adjusting bin/swift-object-info -> build/scripts-2.7 copying and adjusting bin/swift-object-replicator -> build/scripts-2.7 copying and adjusting bin/swift-object-reconstructor -> build/scripts-2.7 copying and adjusting bin/swift-object-relinker -> build/scripts-2.7 copying and adjusting bin/swift-object-server -> build/scripts-2.7 copying and adjusting bin/swift-object-updater -> build/scripts-2.7 copying and adjusting bin/swift-oldies -> build/scripts-2.7 copying and adjusting bin/swift-orphans -> build/scripts-2.7 copying and adjusting bin/swift-proxy-server -> build/scripts-2.7 copying and adjusting bin/swift-recon -> build/scripts-2.7 copying and adjusting bin/swift-recon-cron -> build/scripts-2.7 copying and adjusting bin/swift-ring-builder -> build/scripts-2.7 copying and adjusting bin/swift-ring-builder-analyzer -> build/scripts-2.7 copying and adjusting bin/swift-ring-composer -> build/scripts-2.7 changing mode of build/scripts-2.7/swift-account-audit from 644 to 755 changing mode of build/scripts-2.7/swift-account-auditor from 644 to 755 changing mode of build/scripts-2.7/swift-account-info from 644 to 755 changing mode of build/scripts-2.7/swift-account-reaper from 644 to 755 changing mode of build/scripts-2.7/swift-account-replicator from 644 to 755 changing mode of build/scripts-2.7/swift-account-server from 644 to 755 changing mode of build/scripts-2.7/swift-config from 644 to 755 changing mode of build/scripts-2.7/swift-container-auditor from 644 to 755 changing mode of build/scripts-2.7/swift-container-info from 644 to 755 changing mode of build/scripts-2.7/swift-container-replicator from 644 to 755 changing mode of build/scripts-2.7/swift-container-server from 644 to 755 changing mode of build/scripts-2.7/swift-container-sharder from 644 to 755 changing mode of build/scripts-2.7/swift-container-sync from 644 to 755 changing mode of build/scripts-2.7/swift-container-updater from 644 to 755 changing mode of build/scripts-2.7/swift-container-reconciler from 644 to 755 changing mode of build/scripts-2.7/swift-reconciler-enqueue from 644 to 755 changing mode of build/scripts-2.7/swift-dispersion-populate from 644 to 755 changing mode of build/scripts-2.7/swift-dispersion-report from 644 to 755 changing mode of build/scripts-2.7/swift-drive-audit from 644 to 755 changing mode of build/scripts-2.7/swift-form-signature from 644 to 755 changing mode of build/scripts-2.7/swift-get-nodes from 644 to 755 changing mode of build/scripts-2.7/swift-init from 644 to 755 changing mode of build/scripts-2.7/swift-object-auditor from 644 to 755 changing mode of build/scripts-2.7/swift-object-expirer from 644 to 755 changing mode of build/scripts-2.7/swift-object-info from 644 to 755 changing mode of build/scripts-2.7/swift-object-replicator from 644 to 755 changing mode of build/scripts-2.7/swift-object-reconstructor from 644 to 755 changing mode of build/scripts-2.7/swift-object-relinker from 644 to 755 changing mode of build/scripts-2.7/swift-object-server from 644 to 755 changing mode of build/scripts-2.7/swift-object-updater from 644 to 755 changing mode of build/scripts-2.7/swift-oldies from 644 to 755 changing mode of build/scripts-2.7/swift-orphans from 644 to 755 changing mode of build/scripts-2.7/swift-proxy-server from 644 to 755 changing mode of build/scripts-2.7/swift-recon from 644 to 755 changing mode of build/scripts-2.7/swift-recon-cron from 644 to 755 changing mode of build/scripts-2.7/swift-ring-builder from 644 to 755 changing mode of build/scripts-2.7/swift-ring-builder-analyzer from 644 to 755 changing mode of build/scripts-2.7/swift-ring-composer from 644 to 755 + sleep 1 + python2 setup.py compile_catalog -d build/lib/swift/locale running compile_catalog compiling catalog build/lib/swift/locale/de/LC_MESSAGES/swift.po to build/lib/swift/locale/de/LC_MESSAGES/swift.mo compiling catalog build/lib/swift/locale/zh_CN/LC_MESSAGES/swift.po to build/lib/swift/locale/zh_CN/LC_MESSAGES/swift.mo compiling catalog build/lib/swift/locale/en_GB/LC_MESSAGES/swift.po to build/lib/swift/locale/en_GB/LC_MESSAGES/swift.mo compiling catalog build/lib/swift/locale/pt_BR/LC_MESSAGES/swift.po to build/lib/swift/locale/pt_BR/LC_MESSAGES/swift.mo compiling catalog build/lib/swift/locale/it/LC_MESSAGES/swift.po to build/lib/swift/locale/it/LC_MESSAGES/swift.mo compiling catalog build/lib/swift/locale/es/LC_MESSAGES/swift.po to build/lib/swift/locale/es/LC_MESSAGES/swift.mo compiling catalog build/lib/swift/locale/ru/LC_MESSAGES/swift.po to build/lib/swift/locale/ru/LC_MESSAGES/swift.mo compiling catalog build/lib/swift/locale/ko_KR/LC_MESSAGES/swift.po to build/lib/swift/locale/ko_KR/LC_MESSAGES/swift.mo compiling catalog build/lib/swift/locale/tr_TR/LC_MESSAGES/swift.po to build/lib/swift/locale/tr_TR/LC_MESSAGES/swift.mo compiling catalog build/lib/swift/locale/fr/LC_MESSAGES/swift.po to build/lib/swift/locale/fr/LC_MESSAGES/swift.mo compiling catalog build/lib/swift/locale/zh_TW/LC_MESSAGES/swift.po to build/lib/swift/locale/zh_TW/LC_MESSAGES/swift.mo compiling catalog build/lib/swift/locale/ja/LC_MESSAGES/swift.po to build/lib/swift/locale/ja/LC_MESSAGES/swift.mo + mkdir -p doc/build + export PYTHONPATH=. + PYTHONPATH=. + 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/swift-2.23.1/.gitreview found building [mo]: targets for 0 po files that are out of date building [html]: targets for 101 source files that are out of date updating environment: 101 added, 0 changed, 0 removed reading sources... [ 0%] account reading sources... [ 1%] admin/index reading sources... [ 2%] admin/objectstorage-EC reading sources... [ 3%] admin/objectstorage-account-reaper reading sources... [ 4%] admin/objectstorage-admin reading sources... [ 5%] admin/objectstorage-arch reading sources... [ 6%] admin/objectstorage-auditors reading sources... [ 7%] admin/objectstorage-characteristics reading sources... [ 8%] admin/objectstorage-components reading sources... [ 9%] admin/objectstorage-features reading sources... [ 10%] admin/objectstorage-intro reading sources... [ 11%] admin/objectstorage-large-objects reading sources... [ 12%] admin/objectstorage-monitoring reading sources... [ 13%] admin/objectstorage-replication reading sources... [ 14%] admin/objectstorage-ringbuilder reading sources... [ 15%] admin/objectstorage-tenant-specific-image-storage reading sources... [ 16%] admin/objectstorage-troubleshoot reading sources... [ 17%] admin_guide reading sources... [ 18%] apache_deployment_guide reading sources... [ 19%] api/authentication reading sources... [ 20%] api/bulk-delete reading sources... [ 21%] api/container_quotas reading sources... [ 22%] api/discoverability reading sources... [ 23%] api/form_post_middleware reading sources... [ 24%] api/large_objects reading sources... [ 25%] api/object-expiration reading sources... [ 26%] api/object_api_v1_overview reading sources... [ 27%] api/object_versioning reading sources... [ 28%] api/pagination reading sources... [ 29%] api/pseudo-hierarchical-folders-directories reading sources... [ 30%] api/serialized-response-formats reading sources... [ 31%] api/static-website reading sources... [ 32%] api/temporary_url_middleware reading sources... [ 33%] api/use_content-encoding_metadata reading sources... [ 34%] api/use_the_content-disposition_metadata reading sources... [ 35%] associated_projects reading sources... [ 36%] container reading sources... [ 37%] cors reading sources... [ 38%] crossdomain reading sources... [ 39%] db reading sources... [ 40%] deployment_guide reading sources... [ 41%] development_auth reading sources... [ 42%] development_guidelines reading sources... [ 43%] development_middleware reading sources... [ 44%] development_ondisk_backends reading sources... [ 45%] development_saio reading sources... [ 46%] first_contribution_swift reading sources... [ 47%] getting_started reading sources... [ 48%] howto_installmultinode reading sources... [ 49%] index reading sources... [ 50%] install/controller-install reading sources... [ 51%] install/controller-install-debian reading sources... [ 52%] install/controller-install-obs reading sources... [ 53%] install/controller-install-rdo reading sources... [ 54%] install/controller-install-ubuntu reading sources... [ 55%] install/environment-networking reading sources... [ 56%] install/finalize-installation reading sources... [ 57%] install/finalize-installation-obs reading sources... [ 58%] install/finalize-installation-rdo reading sources... [ 59%] install/finalize-installation-ubuntu-debian reading sources... [ 60%] install/get_started reading sources... [ 61%] install/index reading sources... [ 62%] install/initial-rings reading sources... [ 63%] install/next-steps reading sources... [ 64%] install/storage-install reading sources... [ 65%] install/storage-install-obs reading sources... [ 66%] install/storage-install-rdo reading sources... [ 67%] install/storage-install-ubuntu-debian reading sources... [ 68%] install/verify reading sources... [ 69%] logs reading sources... [ 70%] middleware reading sources... [ 71%] misc reading sources... [ 72%] object reading sources... [ 73%] ops_runbook/diagnose reading sources... [ 74%] ops_runbook/index reading sources... [ 75%] ops_runbook/maintenance reading sources... [ 76%] ops_runbook/procedures reading sources... [ 77%] ops_runbook/troubleshooting reading sources... [ 78%] overview_acl reading sources... [ 79%] overview_architecture reading sources... [ 80%] overview_auth reading sources... [ 81%] overview_backing_store reading sources... [ 82%] overview_container_sharding reading sources... [ 83%] overview_container_sync reading sources... [ 84%] overview_encryption reading sources... [ 85%] overview_erasure_code reading sources... [ 86%] overview_expiring_objects reading sources... [ 87%] overview_global_cluster reading sources... [ 88%] overview_large_objects reading sources... [ 89%] overview_policies reading sources... [ 90%] overview_reaper reading sources... [ 91%] overview_replication reading sources... [ 92%] overview_ring reading sources... [ 93%] policies_saio reading sources... [ 94%] proxy reading sources... [ 95%] ratelimit reading sources... [ 96%] replication_network reading sources... [ 97%] ring reading sources... [ 98%] ring_background reading sources... [ 99%] ring_partpower reading sources... [100%] s3_compat /builddir/build/BUILD/swift-2.23.1/swift/common/middleware/s3api/s3response.py:docstring of swift.common.middleware.s3api.s3response.Element:1: WARNING: Inline strong start-string without end-string. /builddir/build/BUILD/swift-2.23.1/swift/common/middleware/s3api/subresource.py:docstring of swift.common.middleware.s3api.subresource.Element:1: WARNING: Inline strong start-string without end-string. /builddir/build/BUILD/swift-2.23.1/swift/common/middleware/s3api/controllers/service.py:docstring of swift.common.middleware.s3api.controllers.service.Element:1: WARNING: Inline strong start-string without end-string. /builddir/build/BUILD/swift-2.23.1/swift/common/middleware/s3api/controllers/bucket.py:docstring of swift.common.middleware.s3api.controllers.bucket.Element:1: WARNING: Inline strong start-string without end-string. /builddir/build/BUILD/swift-2.23.1/swift/common/middleware/s3api/controllers/acl.py:docstring of swift.common.middleware.s3api.controllers.acl.Element:1: WARNING: Inline strong start-string without end-string. /builddir/build/BUILD/swift-2.23.1/swift/common/middleware/s3api/controllers/multi_upload.py:docstring of swift.common.middleware.s3api.controllers.multi_upload.Element:1: WARNING: Inline strong start-string without end-string. /builddir/build/BUILD/swift-2.23.1/swift/common/middleware/s3api/controllers/multi_delete.py:docstring of swift.common.middleware.s3api.controllers.multi_delete.Element:1: WARNING: Inline strong start-string without end-string. /builddir/build/BUILD/swift-2.23.1/swift/common/middleware/s3api/controllers/versioning.py:docstring of swift.common.middleware.s3api.controllers.versioning.Element:1: WARNING: Inline strong start-string without end-string. looking for now-outdated files... /builddir/build/BUILD/swift-2.23.1/swift/common/middleware/s3api/controllers/location.py:docstring of swift.common.middleware.s3api.controllers.location.Element:1: WARNING: Inline strong start-string without end-string. /builddir/build/BUILD/swift-2.23.1/swift/common/middleware/s3api/controllers/logging.py:docstring of swift.common.middleware.s3api.controllers.logging.Element:1: WARNING: Inline strong start-string without end-string. none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 0%] account [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/swift/tree/doc/source' [openstackdocstheme] bug_project (from user) 'swift' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (configured by user) [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/account.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/account.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'account' writing output... [ 1%] admin/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/index' writing output... [ 2%] admin/objectstorage-EC [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-EC.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-EC.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-EC' writing output... [ 3%] admin/objectstorage-account-reaper [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-account-reaper.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-account-reaper.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-account-reaper' writing output... [ 4%] admin/objectstorage-admin [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-admin.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-admin.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-admin' writing output... [ 5%] admin/objectstorage-arch [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-arch.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-arch.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-arch' writing output... [ 6%] admin/objectstorage-auditors [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-auditors.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-auditors.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-auditors' writing output... [ 7%] admin/objectstorage-characteristics [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-characteristics.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-characteristics.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-characteristics' writing output... [ 8%] admin/objectstorage-components [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-components.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-components.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-components' writing output... [ 9%] admin/objectstorage-features [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-features.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-features.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-features' writing output... [ 10%] admin/objectstorage-intro [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-intro.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-intro.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-intro' writing output... [ 11%] admin/objectstorage-large-objects [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-large-objects.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-large-objects.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-large-objects' writing output... [ 12%] admin/objectstorage-monitoring [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-monitoring.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-monitoring.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-monitoring' writing output... [ 13%] admin/objectstorage-replication [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-replication.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-replication.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-replication' writing output... [ 14%] admin/objectstorage-ringbuilder [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-ringbuilder.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-ringbuilder.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-ringbuilder' writing output... [ 15%] admin/objectstorage-tenant-specific-image-storage [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-tenant-specific-image-storage.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-tenant-specific-image-storage.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-tenant-specific-image-storage' writing output... [ 16%] admin/objectstorage-troubleshoot [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin/objectstorage-troubleshoot.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin/objectstorage-troubleshoot.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin/objectstorage-troubleshoot' writing output... [ 17%] admin_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/admin_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/admin_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'admin_guide' writing output... [ 18%] apache_deployment_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/apache_deployment_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/apache_deployment_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'apache_deployment_guide' writing output... [ 19%] api/authentication [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/authentication.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/authentication.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/authentication' writing output... [ 20%] api/bulk-delete [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/bulk-delete.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/bulk-delete.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/bulk-delete' writing output... [ 21%] api/container_quotas [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/container_quotas.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/container_quotas.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/container_quotas' writing output... [ 22%] api/discoverability [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/discoverability.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/discoverability.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/discoverability' writing output... [ 23%] api/form_post_middleware [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/form_post_middleware.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/form_post_middleware.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/form_post_middleware' writing output... [ 24%] api/large_objects [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/large_objects.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/large_objects.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/large_objects' writing output... [ 25%] api/object-expiration [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/object-expiration.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/object-expiration.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/object-expiration' writing output... [ 26%] api/object_api_v1_overview [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/object_api_v1_overview.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/object_api_v1_overview.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/object_api_v1_overview' writing output... [ 27%] api/object_versioning [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/object_versioning.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/object_versioning.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/object_versioning' writing output... [ 28%] api/pagination [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/pagination.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/pagination.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/pagination' writing output... [ 29%] api/pseudo-hierarchical-folders-directories [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/pseudo-hierarchical-folders-directories.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/pseudo-hierarchical-folders-directories.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/pseudo-hierarchical-folders-directories' writing output... [ 30%] api/serialized-response-formats [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/serialized-response-formats.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/serialized-response-formats.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/serialized-response-formats' writing output... [ 31%] api/static-website [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/static-website.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/static-website.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/static-website' writing output... [ 32%] api/temporary_url_middleware [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/temporary_url_middleware.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/temporary_url_middleware.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/temporary_url_middleware' writing output... [ 33%] api/use_content-encoding_metadata [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/use_content-encoding_metadata.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/use_content-encoding_metadata.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/use_content-encoding_metadata' writing output... [ 34%] api/use_the_content-disposition_metadata [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/api/use_the_content-disposition_metadata.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/api/use_the_content-disposition_metadata.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'api/use_the_content-disposition_metadata' writing output... [ 35%] associated_projects [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/associated_projects.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/associated_projects.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'associated_projects' writing output... [ 36%] container [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/container.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/container.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'container' writing output... [ 37%] cors [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/cors.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/cors.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'cors' writing output... [ 38%] crossdomain [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/crossdomain.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/crossdomain.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'crossdomain' writing output... [ 39%] db [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/db.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/db.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'db' writing output... [ 40%] deployment_guide [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/deployment_guide.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/deployment_guide.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'deployment_guide' writing output... [ 41%] development_auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/development_auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/development_auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'development_auth' writing output... [ 42%] development_guidelines [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/development_guidelines.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/development_guidelines.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'development_guidelines' writing output... [ 43%] development_middleware [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/development_middleware.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/development_middleware.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'development_middleware' writing output... [ 44%] development_ondisk_backends [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/development_ondisk_backends.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/development_ondisk_backends.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'development_ondisk_backends' writing output... [ 45%] development_saio [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/development_saio.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/development_saio.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'development_saio' writing output... [ 46%] first_contribution_swift [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/first_contribution_swift.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/first_contribution_swift.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'first_contribution_swift' writing output... [ 47%] getting_started [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/getting_started.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/getting_started.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'getting_started' writing output... [ 48%] howto_installmultinode [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/howto_installmultinode.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/howto_installmultinode.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'howto_installmultinode' writing output... [ 49%] index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'index' writing output... [ 50%] install/controller-install [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/controller-install.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/controller-install.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/controller-install' writing output... [ 51%] install/controller-install-debian [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/controller-install-debian.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/controller-install-debian.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/controller-install-debian' writing output... [ 52%] install/controller-install-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/controller-install-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/controller-install-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/controller-install-obs' writing output... [ 53%] install/controller-install-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/controller-install-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/controller-install-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/controller-install-rdo' writing output... [ 54%] install/controller-install-ubuntu [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/controller-install-ubuntu.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/controller-install-ubuntu.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/controller-install-ubuntu' writing output... [ 55%] install/environment-networking [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/environment-networking.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/environment-networking.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/environment-networking' writing output... [ 56%] install/finalize-installation [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/finalize-installation.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/finalize-installation.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/finalize-installation' writing output... [ 57%] install/finalize-installation-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/finalize-installation-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/finalize-installation-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/finalize-installation-obs' writing output... [ 58%] install/finalize-installation-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/finalize-installation-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/finalize-installation-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/finalize-installation-rdo' writing output... [ 59%] install/finalize-installation-ubuntu-debian [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/finalize-installation-ubuntu-debian.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/finalize-installation-ubuntu-debian.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/finalize-installation-ubuntu-debian' writing output... [ 60%] install/get_started [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/get_started.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/get_started.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/get_started' writing output... [ 61%] install/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/index' writing output... [ 62%] install/initial-rings [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/initial-rings.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/initial-rings.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/initial-rings' writing output... [ 63%] install/next-steps [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/next-steps.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/next-steps.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/next-steps' writing output... [ 64%] install/storage-install [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/storage-install.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/storage-install.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/storage-install' writing output... [ 65%] install/storage-install-obs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/storage-install-obs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/storage-install-obs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/storage-install-obs' writing output... [ 66%] install/storage-install-rdo [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/storage-install-rdo.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/storage-install-rdo.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/storage-install-rdo' writing output... [ 67%] install/storage-install-ubuntu-debian [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/storage-install-ubuntu-debian.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/storage-install-ubuntu-debian.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/storage-install-ubuntu-debian' writing output... [ 68%] install/verify [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/install/verify.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/install/verify.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'install/verify' writing output... [ 69%] logs [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/logs.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/logs.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'logs' writing output... [ 70%] middleware [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/middleware.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/middleware.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'middleware' writing output... [ 71%] misc [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/misc.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/misc.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'misc' writing output... [ 72%] object [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/object.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/object.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'object' writing output... [ 73%] ops_runbook/diagnose [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/ops_runbook/diagnose.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/ops_runbook/diagnose.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'ops_runbook/diagnose' writing output... [ 74%] ops_runbook/index [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/ops_runbook/index.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/ops_runbook/index.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'ops_runbook/index' writing output... [ 75%] ops_runbook/maintenance [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/ops_runbook/maintenance.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/ops_runbook/maintenance.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'ops_runbook/maintenance' writing output... [ 76%] ops_runbook/procedures [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/ops_runbook/procedures.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/ops_runbook/procedures.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'ops_runbook/procedures' writing output... [ 77%] ops_runbook/troubleshooting [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/ops_runbook/troubleshooting.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/ops_runbook/troubleshooting.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'ops_runbook/troubleshooting' writing output... [ 78%] overview_acl [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_acl.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_acl.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_acl' writing output... [ 79%] overview_architecture [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_architecture.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_architecture.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_architecture' writing output... [ 80%] overview_auth [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_auth.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_auth.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_auth' writing output... [ 81%] overview_backing_store [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_backing_store.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_backing_store.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_backing_store' writing output... [ 82%] overview_container_sharding [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_container_sharding.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_container_sharding.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_container_sharding' writing output... [ 83%] overview_container_sync [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_container_sync.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_container_sync.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_container_sync' writing output... [ 84%] overview_encryption [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_encryption.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_encryption.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_encryption' writing output... [ 85%] overview_erasure_code [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_erasure_code.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_erasure_code.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_erasure_code' writing output... [ 86%] overview_expiring_objects [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_expiring_objects.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_expiring_objects.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_expiring_objects' writing output... [ 87%] overview_global_cluster [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_global_cluster.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_global_cluster.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_global_cluster' writing output... [ 88%] overview_large_objects [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_large_objects.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_large_objects.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_large_objects' writing output... [ 89%] overview_policies [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_policies.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_policies.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_policies' writing output... [ 90%] overview_reaper [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_reaper.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_reaper.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_reaper' writing output... [ 91%] overview_replication [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_replication.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_replication.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_replication' writing output... [ 92%] overview_ring [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/overview_ring.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/overview_ring.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'overview_ring' writing output... [ 93%] policies_saio [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/policies_saio.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/policies_saio.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'policies_saio' writing output... [ 94%] proxy [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/proxy.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/proxy.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'proxy' writing output... [ 95%] ratelimit [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/ratelimit.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/ratelimit.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'ratelimit' writing output... [ 96%] replication_network [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/replication_network.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/replication_network.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'replication_network' writing output... [ 97%] ring [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/ring.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/ring.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'ring' writing output... [ 98%] ring_background [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/ring_background.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/ring_background.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'ring_background' writing output... [ 99%] ring_partpower [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/ring_partpower.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/ring_partpower.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u'ring_partpower' writing output... [100%] s3_compat [openstackdocstheme] other_versions [] fatal: unknown date format format:%Y-%m-%d %H:%M:%S [openstackdocstheme] Could not get modification time of doc/source/s3_compat.rst: Command '['git', 'log', '-n1', '--format=%ad', '--date=format:%Y-%m-%d %H:%M:%S', '--', u'doc/source/s3_compat.rst']' returned non-zero exit status 128 [openstackdocstheme] could not determine last_updated for u's3_compat' 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 images... [ 5%] admin/figures/objectstorage-arch.png copying images... [ 11%] images/sharding_scan_load.svg copying images... [ 16%] admin/figures/objectstorage-accountscontainers.png copying images... [ 22%] admin/figures/objectstorage.png copying images... [ 27%] admin/figures/objectstorage-partitions.png copying images... [ 33%] admin/figures/objectstorage-buildingblocks.png copying images... [ 38%] images/sharding_unsharded.svg copying images... [ 44%] images/sharding_cleave1_load.svg copying images... [ 50%] images/ec_overview.png copying images... [ 55%] images/sharding_scan_basic.svg copying images... [ 61%] admin/figures/objectstorage-replication.png copying images... [ 66%] admin/figures/objectstorage-usecase.png copying images... [ 72%] images/sharding_cleave_basic.svg copying images... [ 77%] images/sharding_cleave2_load.svg copying images... [ 83%] admin/figures/objectstorage-zones.png copying images... [ 88%] admin/figures/objectstorage-ring.png copying images... [ 94%] admin/figures/objectstorage-nodes.png copying images... [100%] images/sharding_db_states.svg copying downloadable files... [100%] ../etc/proxy-server.conf-sample copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 10 warnings. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LnN7lp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch + cd swift-2.23.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/openstack-swift-2.23.1-1.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift copying build/lib/swift/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account copying build/lib/swift/account/replicator.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account copying build/lib/swift/account/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account copying build/lib/swift/account/auditor.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account copying build/lib/swift/account/utils.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account copying build/lib/swift/account/backend.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account copying build/lib/swift/account/reaper.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account copying build/lib/swift/account/server.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/de creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/de/LC_MESSAGES copying build/lib/swift/locale/de/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/de/LC_MESSAGES copying build/lib/swift/locale/de/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/zh_CN creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/zh_CN/LC_MESSAGES copying build/lib/swift/locale/zh_CN/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/zh_CN/LC_MESSAGES copying build/lib/swift/locale/zh_CN/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/en_GB creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/en_GB/LC_MESSAGES copying build/lib/swift/locale/en_GB/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/en_GB/LC_MESSAGES copying build/lib/swift/locale/en_GB/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/pt_BR creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/pt_BR/LC_MESSAGES copying build/lib/swift/locale/pt_BR/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/pt_BR/LC_MESSAGES copying build/lib/swift/locale/pt_BR/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/it creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/it/LC_MESSAGES copying build/lib/swift/locale/it/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/it/LC_MESSAGES copying build/lib/swift/locale/it/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/es creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/es/LC_MESSAGES copying build/lib/swift/locale/es/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/es/LC_MESSAGES copying build/lib/swift/locale/es/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ru creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ru/LC_MESSAGES copying build/lib/swift/locale/ru/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ru/LC_MESSAGES copying build/lib/swift/locale/ru/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ko_KR creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ko_KR/LC_MESSAGES copying build/lib/swift/locale/ko_KR/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ko_KR/LC_MESSAGES copying build/lib/swift/locale/ko_KR/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/tr_TR creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/tr_TR/LC_MESSAGES copying build/lib/swift/locale/tr_TR/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/tr_TR/LC_MESSAGES copying build/lib/swift/locale/tr_TR/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/tr_TR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/fr creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/fr/LC_MESSAGES copying build/lib/swift/locale/fr/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/fr/LC_MESSAGES copying build/lib/swift/locale/fr/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/zh_TW creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/zh_TW/LC_MESSAGES copying build/lib/swift/locale/zh_TW/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/zh_TW/LC_MESSAGES copying build/lib/swift/locale/zh_TW/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/zh_TW/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ja creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ja/LC_MESSAGES copying build/lib/swift/locale/ja/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ja/LC_MESSAGES copying build/lib/swift/locale/ja/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container copying build/lib/swift/container/sync_store.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container copying build/lib/swift/container/replicator.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container copying build/lib/swift/container/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container copying build/lib/swift/container/auditor.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container copying build/lib/swift/container/updater.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container copying build/lib/swift/container/backend.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container copying build/lib/swift/container/sync.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container copying build/lib/swift/container/reconciler.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container copying build/lib/swift/container/server.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container copying build/lib/swift/container/sharder.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli copying build/lib/swift/cli/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli copying build/lib/swift/cli/ringbuilder.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli copying build/lib/swift/cli/relinker.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli copying build/lib/swift/cli/ringcomposer.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli copying build/lib/swift/cli/dispersion_report.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli copying build/lib/swift/cli/shard-info.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli copying build/lib/swift/cli/manage_shard_ranges.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli copying build/lib/swift/cli/form_signature.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli copying build/lib/swift/cli/container_deleter.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli copying build/lib/swift/cli/info.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli copying build/lib/swift/cli/ring_builder_analyzer.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli copying build/lib/swift/cli/recon.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/db_replicator.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/container_sync_realms.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/db.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/daemon.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/internal_client.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/http.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/manager.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/linkat.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/exceptions.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/direct_client.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/utils.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/splice.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/swob.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/ring copying build/lib/swift/common/ring/builder.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/ring copying build/lib/swift/common/ring/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/ring copying build/lib/swift/common/ring/composite_builder.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/ring copying build/lib/swift/common/ring/utils.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/ring copying build/lib/swift/common/ring/ring.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/ring copying build/lib/swift/common/header_key_dict.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/bufferedhttp.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/memcached.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/constraints.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/base_storage_server.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/wsgi.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/request_helpers.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common copying build/lib/swift/common/storage_policy.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/dlo.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/healthcheck.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/tempauth.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/acl.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/cname_lookup.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/gatekeeper.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/multi_upload.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/acl.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/obj.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/logging.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/s3_acl.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/versioning.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/service.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/multi_delete.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/bucket.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/base.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/location.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/etree.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/s3request.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/delete.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/access_control_policy.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/list_bucket_result.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/lifecycle_configuration.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/location_constraint.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/versioning_configuration.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/common.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/create_bucket_configuration.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/list_parts_result.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/error.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/bucket_logging_status.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/complete_multipart_upload.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/copy_object_result.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/list_versions_result.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/delete_result.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/initiate_multipart_upload_result.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/list_all_my_buckets_result.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/copy_part_result.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/list_multipart_uploads_result.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/complete_multipart_upload_result.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/subresource.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/acl_utils.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/acl_handlers.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/utils.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/s3api.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/s3token.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/exception.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/s3response.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/read_only.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/bulk.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/staticweb.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/formpost.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/crossdomain.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/account_quotas.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/listing_formats.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/memcache.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/domain_remap.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/xprofile.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/container_quotas.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/copy.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/ratelimit.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/proxy_logging.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/x_profile copying build/lib/swift/common/middleware/x_profile/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/x_profile copying build/lib/swift/common/middleware/x_profile/profile_model.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/x_profile copying build/lib/swift/common/middleware/x_profile/exceptions.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/x_profile copying build/lib/swift/common/middleware/x_profile/html_viewer.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/x_profile creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/encrypter.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/decrypter.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/crypto_utils.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/keymaster.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/kms_keymaster.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/kmip_keymaster.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/symlink.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/slo.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/versioned_writes.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/name_check.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/tempurl.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/list_endpoints.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/recon.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/keystoneauth.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/catch_errors.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/container_sync.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/controllers/container.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/controllers/obj.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/controllers/account.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/controllers/base.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/controllers/info.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy copying build/lib/swift/proxy/server.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj copying build/lib/swift/obj/replicator.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj copying build/lib/swift/obj/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj copying build/lib/swift/obj/auditor.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj copying build/lib/swift/obj/updater.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj copying build/lib/swift/obj/expirer.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj copying build/lib/swift/obj/ssync_sender.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj copying build/lib/swift/obj/reconstructor.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj copying build/lib/swift/obj/diskfile.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj copying build/lib/swift/obj/mem_diskfile.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj copying build/lib/swift/obj/ssync_receiver.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj copying build/lib/swift/obj/mem_server.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj copying build/lib/swift/obj/server.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account/replicator.py to replicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account/auditor.py to auditor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account/backend.py to backend.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account/reaper.py to reaper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/account/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container/sync_store.py to sync_store.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container/replicator.py to replicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container/auditor.py to auditor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container/updater.py to updater.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container/backend.py to backend.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container/sync.py to sync.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container/reconciler.py to reconciler.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/container/sharder.py to sharder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli/ringbuilder.py to ringbuilder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli/relinker.py to relinker.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli/ringcomposer.py to ringcomposer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli/dispersion_report.py to dispersion_report.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli/shard-info.py to shard-info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli/manage_shard_ranges.py to manage_shard_ranges.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli/form_signature.py to form_signature.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli/container_deleter.py to container_deleter.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli/info.py to info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli/ring_builder_analyzer.py to ring_builder_analyzer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/cli/recon.py to recon.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/db_replicator.py to db_replicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/container_sync_realms.py to container_sync_realms.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/db.py to db.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/daemon.py to daemon.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/internal_client.py to internal_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/http.py to http.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/manager.py to manager.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/linkat.py to linkat.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/direct_client.py to direct_client.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/splice.py to splice.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/swob.py to swob.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/ring/builder.py to builder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/ring/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/ring/composite_builder.py to composite_builder.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/ring/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/ring/ring.py to ring.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/header_key_dict.py to header_key_dict.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/bufferedhttp.py to bufferedhttp.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/memcached.py to memcached.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/constraints.py to constraints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/base_storage_server.py to base_storage_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/wsgi.py to wsgi.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/request_helpers.py to request_helpers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/storage_policy.py to storage_policy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/dlo.py to dlo.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/healthcheck.py to healthcheck.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/tempauth.py to tempauth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/acl.py to acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/cname_lookup.py to cname_lookup.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/gatekeeper.py to gatekeeper.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers/multi_upload.py to multi_upload.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers/acl.py to acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers/obj.py to obj.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers/s3_acl.py to s3_acl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers/versioning.py to versioning.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers/multi_delete.py to multi_delete.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers/bucket.py to bucket.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/controllers/location.py to location.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/etree.py to etree.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/s3request.py to s3request.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/subresource.py to subresource.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/acl_utils.py to acl_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/acl_handlers.py to acl_handlers.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/s3api.py to s3api.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/s3token.py to s3token.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/exception.py to exception.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/s3api/s3response.py to s3response.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/read_only.py to read_only.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/bulk.py to bulk.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/staticweb.py to staticweb.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/formpost.py to formpost.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crossdomain.py to crossdomain.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/account_quotas.py to account_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/listing_formats.py to listing_formats.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/memcache.py to memcache.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/domain_remap.py to domain_remap.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/xprofile.py to xprofile.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/container_quotas.py to container_quotas.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/copy.py to copy.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/ratelimit.py to ratelimit.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/proxy_logging.py to proxy_logging.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/x_profile/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/x_profile/profile_model.py to profile_model.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/x_profile/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/x_profile/html_viewer.py to html_viewer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto/encrypter.py to encrypter.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto/decrypter.py to decrypter.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto/crypto_utils.py to crypto_utils.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto/keymaster.py to keymaster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto/kms_keymaster.py to kms_keymaster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/crypto/kmip_keymaster.py to kmip_keymaster.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/symlink.py to symlink.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/slo.py to slo.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/versioned_writes.py to versioned_writes.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/name_check.py to name_check.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/tempurl.py to tempurl.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/list_endpoints.py to list_endpoints.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/recon.py to recon.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/keystoneauth.py to keystoneauth.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/catch_errors.py to catch_errors.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/common/middleware/container_sync.py to container_sync.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers/container.py to container.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers/obj.py to obj.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers/account.py to account.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/controllers/info.py to info.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/proxy/server.py to server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj/replicator.py to replicator.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj/auditor.py to auditor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj/updater.py to updater.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj/expirer.py to expirer.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj/ssync_sender.py to ssync_sender.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj/reconstructor.py to reconstructor.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj/diskfile.py to diskfile.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj/mem_diskfile.py to mem_diskfile.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj/ssync_receiver.py to ssync_receiver.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj/mem_server.py to mem_server.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/obj/server.py to server.pyc writing byte-compilation script '/tmp/tmpv8ODhP.py' /usr/bin/python2 -O /tmp/tmpv8ODhP.py removing /tmp/tmpv8ODhP.py running install_egg_info running egg_info writing requirements to swift.egg-info/requires.txt writing swift.egg-info/PKG-INFO writing top-level names to swift.egg-info/top_level.txt writing dependency_links to swift.egg-info/dependency_links.txt writing entry points to swift.egg-info/entry_points.txt writing pbr to swift.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no files found matching 'ChangeLog' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution reading manifest template 'MANIFEST.in' warning: no files found matching 'requirements.txt' warning: no files found matching 'test-requirements.txt' writing manifest file 'swift.egg-info/SOURCES.txt' Copying swift.egg-info to /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift-2.23.1-py2.7.egg-info running install_scripts creating /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-container-updater -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-ring-builder-analyzer -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-account-audit -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-proxy-server -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-object-updater -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-container-sync -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-oldies -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-container-replicator -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-dispersion-populate -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-account-server -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-config -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-drive-audit -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-account-info -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-recon -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-dispersion-report -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-init -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-object-reconstructor -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-account-replicator -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-object-expirer -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-object-replicator -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-account-auditor -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-container-auditor -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-orphans -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-ring-composer -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-container-reconciler -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-container-server -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-reconciler-enqueue -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-recon-cron -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-object-info -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-ring-builder -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-object-relinker -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-get-nodes -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-object-auditor -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-container-info -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-form-signature -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-account-reaper -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-object-server -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin copying build/scripts-2.7/swift-container-sharder -> /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-container-updater to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-ring-builder-analyzer to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-account-audit to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-proxy-server to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-object-updater to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-container-sync to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-oldies to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-container-replicator to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-dispersion-populate to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-account-server to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-config to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-drive-audit to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-account-info to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-recon to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-dispersion-report to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-init to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-object-reconstructor to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-account-replicator to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-object-expirer to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-object-replicator to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-account-auditor to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-container-auditor to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-orphans to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-ring-composer to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-container-reconciler to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-container-server to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-reconciler-enqueue to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-recon-cron to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-object-info to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-ring-builder to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-object-relinker to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-get-nodes to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-object-auditor to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-container-info to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-form-signature to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-account-reaper to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-object-server to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin/swift-container-sharder to 755 /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) Installing swift-container-deleter script to /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin Installing swift-manage-shard-ranges script to /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/bin + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-account.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-account.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-account@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-account@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-account-replicator.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-account-replicator.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-account-replicator@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-account-replicator@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-account-auditor.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-account-auditor.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-account-auditor@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-account-auditor@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-account-reaper.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-account-reaper.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-account-reaper@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-account-reaper@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-container.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-container.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-container@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-container@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-container-replicator.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-container-replicator.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-container-replicator@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-container-replicator@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-container-auditor.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-container-auditor.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-container-auditor@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-container-auditor@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-container-updater.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-container-updater.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-container-updater@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-container-updater@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-container-sharder.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-container-sharder.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-object.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-object.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-object@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-object@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-object-replicator.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-object-replicator.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-object-replicator@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-object-replicator@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-object-auditor.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-object-auditor.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-object-auditor@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-object-auditor@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-object-updater.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-object-updater.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-object-updater@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-object-updater@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-object-expirer.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-object-expirer.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-container-reconciler.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-container-reconciler.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-proxy.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-proxy.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-object-reconstructor.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-object-reconstructor.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-object-reconstructor@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-object-reconstructor@.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-container-sync.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-container-sync.service + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-container-sync@.service /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/systemd/system/openstack-swift-container-sync@.service + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift/account-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift/container-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift/object-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift/proxy-server + install -p -D -m 660 /builddir/build/SOURCES/account-server.conf /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift/account-server.conf + install -p -D -m 660 /builddir/build/SOURCES/container-server.conf /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift/container-server.conf + install -p -D -m 660 /builddir/build/SOURCES/object-server.conf /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift/object-server.conf + install -p -D -m 660 /builddir/build/SOURCES/proxy-server.conf /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift/proxy-server.conf + install -p -D -m 660 /builddir/build/SOURCES/object-expirer.conf /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift/object-expirer.conf + install -p -D -m 660 /builddir/build/SOURCES/container-reconciler.conf /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift/container-reconciler.conf + install -p -D -m 660 /builddir/build/SOURCES/swift.conf /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift/swift.conf + install -p -D -m 660 /builddir/build/SOURCES/internal-client.conf /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/swift/internal-client.conf + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/var/run/swift + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/var/run/swift/account-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/var/run/swift/container-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/var/run/swift/object-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/var/run/swift/proxy-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/var/log/swift + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift.rsyslog /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/rsyslog.d/openstack-swift.conf + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift.logrotate /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/etc/logrotate.d/openstack-swift + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift.tmpfs /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/tmpfiles.d/openstack-swift.conf + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/var/cache/swift + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/var/lib/swift + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man5 + for m in 'doc/manpages/*.5' + install -p -m 0644 doc/manpages/account-server.conf.5 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man5 + for m in 'doc/manpages/*.5' + install -p -m 0644 doc/manpages/container-reconciler.conf.5 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man5 + for m in 'doc/manpages/*.5' + install -p -m 0644 doc/manpages/container-server.conf.5 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man5 + for m in 'doc/manpages/*.5' + install -p -m 0644 doc/manpages/container-sync-realms.conf.5 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man5 + for m in 'doc/manpages/*.5' + install -p -m 0644 doc/manpages/dispersion.conf.5 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man5 + for m in 'doc/manpages/*.5' + install -p -m 0644 doc/manpages/object-expirer.conf.5 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man5 + for m in 'doc/manpages/*.5' + install -p -m 0644 doc/manpages/object-server.conf.5 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man5 + for m in 'doc/manpages/*.5' + install -p -m 0644 doc/manpages/proxy-server.conf.5 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man5 + for m in 'doc/manpages/*.5' + install -p -m 0644 doc/manpages/swift.conf.5 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man5 + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-account-audit.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-account-auditor.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-account-info.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-account-reaper.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-account-replicator.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-account-server.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-config.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-container-auditor.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-container-info.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-container-reconciler.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-container-replicator.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-container-server.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-container-sync.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-container-updater.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-dispersion-populate.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-dispersion-report.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-drive-audit.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-form-signature.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-get-nodes.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-init.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-object-auditor.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-object-expirer.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-object-info.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-object-reconstructor.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-object-relinker.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-object-replicator.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-object-server.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-object-updater.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-oldies.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-orphans.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-proxy-server.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-recon-cron.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-recon.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-reconciler-enqueue.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-ring-builder-analyzer.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-ring-builder.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + for m in 'doc/manpages/*.1' + install -p -m 0644 doc/manpages/swift-ring-composer.1 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/man/man1 + mkdir -p /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/swift/test + cp -r test /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/test + sed -i '1{/^#!/d}' /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/test/probe/test_object_partpower_increase.py + sed -i '1{/^#!/d}' /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/test/functional/test_symlink.py + chmod -x /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/test/probe/test_object_partpower_increase.py + chmod -x /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/test/functional/test_symlink.py + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share + rm -f /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/de/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/en_GB/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/es/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/fr/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/it/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ja/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ko_KR/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/pt_BR/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/ru/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/tr_TR/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/zh_CN/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/zh_TW/LC_MESSAGES/swift.po + rm -f '/builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale/*pot' + mv /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/lib/python2.7/site-packages/swift/locale /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch swift --all-name + /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/swift-2.23.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/openstack-swift-2.23.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-swift-2.23.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BCVK8b + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.1 + DOCDIR=/builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/doc/python2-swift-2.23.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/doc/python2-swift-2.23.1 + cp -pr README.rst /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/doc/python2-swift-2.23.1 + cp -pr etc/account-server.conf-sample etc/container-reconciler.conf-sample etc/container-server.conf-sample etc/container-sync-realms.conf-sample etc/dispersion.conf-sample etc/drive-audit.conf-sample etc/internal-client.conf-sample etc/keymaster.conf-sample etc/memcache.conf-sample etc/mime.types-sample etc/object-expirer.conf-sample etc/object-server.conf-sample etc/proxy-server.conf-sample etc/rsyncd.conf-sample etc/swift-rsyslog.conf-sample etc/swift.conf-sample /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/doc/python2-swift-2.23.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kYkDWY + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/licenses/python2-swift-2.23.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/licenses/python2-swift-2.23.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/licenses/python2-swift-2.23.1 + exit 0 warning: File listed twice: /usr/lib/python2.7/site-packages/swift Provides: config(python2-swift) = 2.23.1-1.el7 openstack-swift = 2.23.1-1.el7 python-swift = 2.23.1-1.el7 python2-swift = 2.23.1-1.el7 Requires(interp): /bin/sh /bin/sh 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(pre): /bin/sh shadow-utils Requires(post): /bin/sh systemd Requires(preun): systemd Requires(postun): systemd Requires: /usr/bin/python2 python(abi) = 2.7 Obsoletes: openstack-swift < 2.23.1-1.el7 python-swift < 2.23.1-1.el7 Processing files: openstack-swift-account-2.23.1-1.el7.noarch Provides: config(openstack-swift-account) = 2.23.1-1.el7 openstack-swift-account = 2.23.1-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-swift-container-2.23.1-1.el7.noarch Provides: config(openstack-swift-container) = 2.23.1-1.el7 openstack-swift-container = 2.23.1-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-swift-object-2.23.1-1.el7.noarch Provides: config(openstack-swift-object) = 2.23.1-1.el7 openstack-swift-object = 2.23.1-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: openstack-swift-proxy-2.23.1-1.el7.noarch Provides: config(openstack-swift-proxy) = 2.23.1-1.el7 openstack-swift-proxy = 2.23.1-1.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /usr/bin/python2 Processing files: python2-swift-tests-2.23.1-1.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QivtmX + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/licenses/python2-swift-tests-2.23.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/licenses/python2-swift-tests-2.23.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/licenses/python2-swift-tests-2.23.1 + exit 0 Provides: python-swift-tests = 2.23.1-1.el7 python2-swift-tests = 2.23.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: python(abi) = 2.7 Obsoletes: python-swift-tests < 2.23.1-1.el7 Processing files: openstack-swift-doc-2.23.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fzw6b9 + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.1 + DOCDIR=/builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/doc/openstack-swift-doc-2.23.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/doc/openstack-swift-doc-2.23.1 + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/doc/openstack-swift-doc-2.23.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.fa9x8k + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.1 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/licenses/openstack-swift-doc-2.23.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/licenses/openstack-swift-doc-2.23.1 + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch/usr/share/licenses/openstack-swift-doc-2.23.1 + exit 0 Provides: openstack-swift-doc = 2.23.1-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/openstack-swift-2.23.1-1.el7.noarch Wrote: /builddir/build/RPMS/python2-swift-2.23.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-swift-account-2.23.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-swift-container-2.23.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-swift-object-2.23.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-swift-proxy-2.23.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python2-swift-tests-2.23.1-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/openstack-swift-doc-2.23.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.exiGsd + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.1 + rm -rf /builddir/build/BUILDROOT/openstack-swift-2.23.1-1.el7.noarch + exit 0 Child return code was: 0