Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-swift.spec'], nspawn_args=[]shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-83753-515142/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'ca17e472300b4ecc852136d4c48bd0e0', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-83753-515142/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-swift.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/openstack-swift-2.23.2-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-swift.spec'], nspawn_args=['--private-network']shell=Falseuid=993env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-train-el8-build-83753-515142/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'f13c7eb4e0814ab1bb7171487b97d668', '-D', '/var/lib/mock/cloud8-openstack-train-el8-build-83753-515142/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/openstack-swift.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oHPNvP + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf swift-2.23.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/swift-2.23.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd swift-2.23.2 + /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 --allow-empty -a --author 'rpm-build ' -m 'openstack-swift-2.23.2 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.7hNwnG + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.2 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/swift creating build/lib/swift/cli copying swift/cli/ring_builder_analyzer.py -> build/lib/swift/cli copying swift/cli/__init__.py -> build/lib/swift/cli copying swift/cli/form_signature.py -> build/lib/swift/cli copying swift/cli/info.py -> build/lib/swift/cli copying swift/cli/recon.py -> build/lib/swift/cli copying swift/cli/ringbuilder.py -> build/lib/swift/cli copying swift/cli/shard-info.py -> build/lib/swift/cli copying swift/cli/relinker.py -> build/lib/swift/cli copying swift/cli/manage_shard_ranges.py -> build/lib/swift/cli copying swift/cli/ringcomposer.py -> build/lib/swift/cli copying swift/cli/container_deleter.py -> build/lib/swift/cli copying swift/cli/dispersion_report.py -> build/lib/swift/cli creating build/lib/swift/proxy copying swift/proxy/__init__.py -> build/lib/swift/proxy copying swift/proxy/server.py -> build/lib/swift/proxy creating build/lib/swift/common creating build/lib/swift/common/ring copying swift/common/ring/__init__.py -> build/lib/swift/common/ring copying swift/common/ring/ring.py -> build/lib/swift/common/ring copying swift/common/ring/builder.py -> build/lib/swift/common/ring copying swift/common/ring/utils.py -> build/lib/swift/common/ring copying swift/common/ring/composite_builder.py -> build/lib/swift/common/ring creating build/lib/swift/common/middleware 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/container copying swift/container/auditor.py -> build/lib/swift/container copying swift/container/__init__.py -> build/lib/swift/container copying swift/container/sharder.py -> build/lib/swift/container copying swift/container/server.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/backend.py -> build/lib/swift/container copying swift/container/replicator.py -> build/lib/swift/container copying swift/container/sync_store.py -> build/lib/swift/container copying swift/container/updater.py -> build/lib/swift/container creating build/lib/swift/obj copying swift/obj/auditor.py -> build/lib/swift/obj copying swift/obj/__init__.py -> build/lib/swift/obj copying swift/obj/mem_diskfile.py -> build/lib/swift/obj copying swift/obj/mem_server.py -> build/lib/swift/obj copying swift/obj/ssync_receiver.py -> build/lib/swift/obj copying swift/obj/server.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/expirer.py -> build/lib/swift/obj copying swift/obj/ssync_sender.py -> build/lib/swift/obj copying swift/obj/replicator.py -> build/lib/swift/obj copying swift/obj/updater.py -> build/lib/swift/obj 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/__init__.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/acl_handlers.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/s3request.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/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/utils.py -> build/lib/swift/common/middleware/s3api copying swift/common/middleware/s3api/s3response.py -> build/lib/swift/common/middleware/s3api copying swift/common/swob.py -> build/lib/swift/common copying swift/common/memcached.py -> build/lib/swift/common copying swift/common/daemon.py -> build/lib/swift/common copying swift/common/manager.py -> build/lib/swift/common copying swift/common/bufferedhttp.py -> build/lib/swift/common copying swift/common/storage_policy.py -> build/lib/swift/common copying swift/common/base_storage_server.py -> build/lib/swift/common copying swift/common/__init__.py -> build/lib/swift/common copying swift/common/linkat.py -> build/lib/swift/common copying swift/common/db.py -> build/lib/swift/common copying swift/common/constraints.py -> build/lib/swift/common copying swift/common/header_key_dict.py -> build/lib/swift/common copying swift/common/http.py -> build/lib/swift/common copying swift/common/container_sync_realms.py -> build/lib/swift/common copying swift/common/exceptions.py -> build/lib/swift/common copying swift/common/db_replicator.py -> build/lib/swift/common copying swift/common/wsgi.py -> build/lib/swift/common copying swift/common/direct_client.py -> build/lib/swift/common copying swift/common/request_helpers.py -> build/lib/swift/common copying swift/common/splice.py -> build/lib/swift/common copying swift/common/utils.py -> build/lib/swift/common copying swift/common/internal_client.py -> build/lib/swift/common creating build/lib/swift/proxy/controllers copying swift/proxy/controllers/account.py -> build/lib/swift/proxy/controllers copying swift/proxy/controllers/__init__.py -> build/lib/swift/proxy/controllers copying swift/proxy/controllers/info.py -> build/lib/swift/proxy/controllers copying swift/proxy/controllers/container.py -> build/lib/swift/proxy/controllers copying swift/proxy/controllers/base.py -> build/lib/swift/proxy/controllers copying swift/proxy/controllers/obj.py -> build/lib/swift/proxy/controllers 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/kms_keymaster.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/encrypter.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/kmip_keymaster.py -> build/lib/swift/common/middleware/crypto copying swift/common/middleware/crypto/decrypter.py -> build/lib/swift/common/middleware/crypto copying swift/__init__.py -> build/lib/swift creating build/lib/swift/account copying swift/account/auditor.py -> build/lib/swift/account copying swift/account/__init__.py -> build/lib/swift/account copying swift/account/server.py -> build/lib/swift/account copying swift/account/reaper.py -> build/lib/swift/account copying swift/account/backend.py -> build/lib/swift/account copying swift/account/utils.py -> build/lib/swift/account copying swift/account/replicator.py -> build/lib/swift/account copying swift/common/middleware/list_endpoints.py -> build/lib/swift/common/middleware copying swift/common/middleware/proxy_logging.py -> build/lib/swift/common/middleware copying swift/common/middleware/name_check.py -> build/lib/swift/common/middleware copying swift/common/middleware/__init__.py -> build/lib/swift/common/middleware copying swift/common/middleware/tempurl.py -> build/lib/swift/common/middleware copying swift/common/middleware/gatekeeper.py -> build/lib/swift/common/middleware copying swift/common/middleware/healthcheck.py -> build/lib/swift/common/middleware copying swift/common/middleware/formpost.py -> build/lib/swift/common/middleware copying swift/common/middleware/dlo.py -> build/lib/swift/common/middleware copying swift/common/middleware/listing_formats.py -> build/lib/swift/common/middleware copying swift/common/middleware/crossdomain.py -> build/lib/swift/common/middleware copying swift/common/middleware/cname_lookup.py -> build/lib/swift/common/middleware copying swift/common/middleware/container_sync.py -> build/lib/swift/common/middleware copying swift/common/middleware/recon.py -> build/lib/swift/common/middleware copying swift/common/middleware/copy.py -> build/lib/swift/common/middleware copying swift/common/middleware/memcache.py -> build/lib/swift/common/middleware copying swift/common/middleware/keystoneauth.py -> build/lib/swift/common/middleware copying swift/common/middleware/versioned_writes.py -> build/lib/swift/common/middleware copying swift/common/middleware/account_quotas.py -> build/lib/swift/common/middleware copying swift/common/middleware/tempauth.py -> build/lib/swift/common/middleware copying swift/common/middleware/read_only.py -> build/lib/swift/common/middleware copying swift/common/middleware/slo.py -> build/lib/swift/common/middleware copying swift/common/middleware/acl.py -> build/lib/swift/common/middleware copying swift/common/middleware/staticweb.py -> build/lib/swift/common/middleware copying swift/common/middleware/bulk.py -> build/lib/swift/common/middleware copying swift/common/middleware/symlink.py -> build/lib/swift/common/middleware copying swift/common/middleware/ratelimit.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/catch_errors.py -> build/lib/swift/common/middleware copying swift/common/middleware/container_quotas.py -> build/lib/swift/common/middleware creating 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/__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/multi_delete.py -> 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/service.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/location.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/base.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 running egg_info writing swift.egg-info/PKG-INFO writing dependency_links to swift.egg-info/dependency_links.txt writing entry points to swift.egg-info/entry_points.txt writing requirements to swift.egg-info/requires.txt writing top-level names to swift.egg-info/top_level.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-3.6 copying and adjusting bin/swift-account-audit -> build/scripts-3.6 copying and adjusting bin/swift-account-auditor -> build/scripts-3.6 copying and adjusting bin/swift-account-info -> build/scripts-3.6 copying and adjusting bin/swift-account-reaper -> build/scripts-3.6 copying and adjusting bin/swift-account-replicator -> build/scripts-3.6 copying and adjusting bin/swift-account-server -> build/scripts-3.6 copying and adjusting bin/swift-config -> build/scripts-3.6 copying and adjusting bin/swift-container-auditor -> build/scripts-3.6 copying and adjusting bin/swift-container-info -> build/scripts-3.6 copying and adjusting bin/swift-container-replicator -> build/scripts-3.6 copying and adjusting bin/swift-container-server -> build/scripts-3.6 copying and adjusting bin/swift-container-sharder -> build/scripts-3.6 copying and adjusting bin/swift-container-sync -> build/scripts-3.6 copying and adjusting bin/swift-container-updater -> build/scripts-3.6 copying and adjusting bin/swift-container-reconciler -> build/scripts-3.6 copying and adjusting bin/swift-reconciler-enqueue -> build/scripts-3.6 copying and adjusting bin/swift-dispersion-populate -> build/scripts-3.6 copying and adjusting bin/swift-dispersion-report -> build/scripts-3.6 copying and adjusting bin/swift-drive-audit -> build/scripts-3.6 copying and adjusting bin/swift-form-signature -> build/scripts-3.6 copying and adjusting bin/swift-get-nodes -> build/scripts-3.6 copying and adjusting bin/swift-init -> build/scripts-3.6 copying and adjusting bin/swift-object-auditor -> build/scripts-3.6 copying and adjusting bin/swift-object-expirer -> build/scripts-3.6 copying and adjusting bin/swift-object-info -> build/scripts-3.6 copying and adjusting bin/swift-object-replicator -> build/scripts-3.6 copying and adjusting bin/swift-object-reconstructor -> build/scripts-3.6 copying and adjusting bin/swift-object-relinker -> build/scripts-3.6 copying and adjusting bin/swift-object-server -> build/scripts-3.6 copying and adjusting bin/swift-object-updater -> build/scripts-3.6 copying and adjusting bin/swift-oldies -> build/scripts-3.6 copying and adjusting bin/swift-orphans -> build/scripts-3.6 copying and adjusting bin/swift-proxy-server -> build/scripts-3.6 copying and adjusting bin/swift-recon -> build/scripts-3.6 copying and adjusting bin/swift-recon-cron -> build/scripts-3.6 copying and adjusting bin/swift-ring-builder -> build/scripts-3.6 copying and adjusting bin/swift-ring-builder-analyzer -> build/scripts-3.6 copying and adjusting bin/swift-ring-composer -> build/scripts-3.6 changing mode of build/scripts-3.6/swift-account-audit from 644 to 755 changing mode of build/scripts-3.6/swift-account-auditor from 644 to 755 changing mode of build/scripts-3.6/swift-account-info from 644 to 755 changing mode of build/scripts-3.6/swift-account-reaper from 644 to 755 changing mode of build/scripts-3.6/swift-account-replicator from 644 to 755 changing mode of build/scripts-3.6/swift-account-server from 644 to 755 changing mode of build/scripts-3.6/swift-config from 644 to 755 changing mode of build/scripts-3.6/swift-container-auditor from 644 to 755 changing mode of build/scripts-3.6/swift-container-info from 644 to 755 changing mode of build/scripts-3.6/swift-container-replicator from 644 to 755 changing mode of build/scripts-3.6/swift-container-server from 644 to 755 changing mode of build/scripts-3.6/swift-container-sharder from 644 to 755 changing mode of build/scripts-3.6/swift-container-sync from 644 to 755 changing mode of build/scripts-3.6/swift-container-updater from 644 to 755 changing mode of build/scripts-3.6/swift-container-reconciler from 644 to 755 changing mode of build/scripts-3.6/swift-reconciler-enqueue from 644 to 755 changing mode of build/scripts-3.6/swift-dispersion-populate from 644 to 755 changing mode of build/scripts-3.6/swift-dispersion-report from 644 to 755 changing mode of build/scripts-3.6/swift-drive-audit from 644 to 755 changing mode of build/scripts-3.6/swift-form-signature from 644 to 755 changing mode of build/scripts-3.6/swift-get-nodes from 644 to 755 changing mode of build/scripts-3.6/swift-init from 644 to 755 changing mode of build/scripts-3.6/swift-object-auditor from 644 to 755 changing mode of build/scripts-3.6/swift-object-expirer from 644 to 755 changing mode of build/scripts-3.6/swift-object-info from 644 to 755 changing mode of build/scripts-3.6/swift-object-replicator from 644 to 755 changing mode of build/scripts-3.6/swift-object-reconstructor from 644 to 755 changing mode of build/scripts-3.6/swift-object-relinker from 644 to 755 changing mode of build/scripts-3.6/swift-object-server from 644 to 755 changing mode of build/scripts-3.6/swift-object-updater from 644 to 755 changing mode of build/scripts-3.6/swift-oldies from 644 to 755 changing mode of build/scripts-3.6/swift-orphans from 644 to 755 changing mode of build/scripts-3.6/swift-proxy-server from 644 to 755 changing mode of build/scripts-3.6/swift-recon from 644 to 755 changing mode of build/scripts-3.6/swift-recon-cron from 644 to 755 changing mode of build/scripts-3.6/swift-ring-builder from 644 to 755 changing mode of build/scripts-3.6/swift-ring-builder-analyzer from 644 to 755 changing mode of build/scripts-3.6/swift-ring-composer from 644 to 755 + python3 setup.py compile_catalog -d build/lib/swift/locale running compile_catalog 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/en_GB/LC_MESSAGES/swift.po to build/lib/swift/locale/en_GB/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/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/de/LC_MESSAGES/swift.po to build/lib/swift/locale/de/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/es/LC_MESSAGES/swift.po to build/lib/swift/locale/es/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 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/zh_TW/LC_MESSAGES/swift.po to build/lib/swift/locale/zh_TW/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 + mkdir -p doc/build + export PYTHONPATH=. + PYTHONPATH=. + sphinx-build-3 -b html doc/source doc/build/html Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/swift-2.23.2/.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: [new config] 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 looking for now-outdated files... 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 [] [openstackdocstheme] Last updated for account is 2020-10-12 06:06:34 writing output... [ 1%] admin/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/index is 2020-10-12 06:06:34 writing output... [ 2%] admin/objectstorage-EC [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-EC is 2020-10-12 06:06:34 writing output... [ 3%] admin/objectstorage-account-reaper [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-account-reaper is 2020-10-12 06:06:34 writing output... [ 4%] admin/objectstorage-admin [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-admin is 2020-10-12 06:06:34 writing output... [ 5%] admin/objectstorage-arch [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-arch is 2020-10-12 06:06:34 writing output... [ 6%] admin/objectstorage-auditors [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-auditors is 2020-10-12 06:06:34 writing output... [ 7%] admin/objectstorage-characteristics [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-characteristics is 2020-10-12 06:06:34 writing output... [ 8%] admin/objectstorage-components [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-components is 2020-10-12 06:06:34 writing output... [ 9%] admin/objectstorage-features [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-features is 2020-10-12 06:06:34 writing output... [ 10%] admin/objectstorage-intro [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-intro is 2020-10-12 06:06:34 writing output... [ 11%] admin/objectstorage-large-objects [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-large-objects is 2020-10-12 06:06:34 writing output... [ 12%] admin/objectstorage-monitoring [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-monitoring is 2020-10-12 06:06:34 writing output... [ 13%] admin/objectstorage-replication [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-replication is 2020-10-12 06:06:34 writing output... [ 14%] admin/objectstorage-ringbuilder [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-ringbuilder is 2020-10-12 06:06:34 writing output... [ 15%] admin/objectstorage-tenant-specific-image-storage [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-tenant-specific-image-storage is 2020-10-12 06:06:34 writing output... [ 16%] admin/objectstorage-troubleshoot [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin/objectstorage-troubleshoot is 2020-10-12 06:06:34 writing output... [ 17%] admin_guide [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for admin_guide is 2020-10-12 06:06:34 writing output... [ 18%] apache_deployment_guide [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for apache_deployment_guide is 2020-10-12 06:06:34 writing output... [ 19%] api/authentication [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/authentication is 2020-10-12 06:06:34 writing output... [ 20%] api/bulk-delete [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/bulk-delete is 2020-10-12 06:06:34 writing output... [ 21%] api/container_quotas [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/container_quotas is 2020-10-12 06:06:34 writing output... [ 22%] api/discoverability [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/discoverability is 2020-10-12 06:06:34 writing output... [ 23%] api/form_post_middleware [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/form_post_middleware is 2020-10-12 06:06:34 writing output... [ 24%] api/large_objects [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/large_objects is 2020-10-12 06:06:34 writing output... [ 25%] api/object-expiration [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/object-expiration is 2020-10-12 06:06:34 writing output... [ 26%] api/object_api_v1_overview [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/object_api_v1_overview is 2020-10-12 06:06:34 writing output... [ 27%] api/object_versioning [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/object_versioning is 2020-10-12 06:06:34 writing output... [ 28%] api/pagination [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/pagination is 2020-10-12 06:06:34 writing output... [ 29%] api/pseudo-hierarchical-folders-directories [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/pseudo-hierarchical-folders-directories is 2020-10-12 06:06:34 writing output... [ 30%] api/serialized-response-formats [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/serialized-response-formats is 2020-10-12 06:06:34 writing output... [ 31%] api/static-website [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/static-website is 2020-10-12 06:06:34 writing output... [ 32%] api/temporary_url_middleware [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/temporary_url_middleware is 2020-10-12 06:06:34 writing output... [ 33%] api/use_content-encoding_metadata [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/use_content-encoding_metadata is 2020-10-12 06:06:34 writing output... [ 34%] api/use_the_content-disposition_metadata [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for api/use_the_content-disposition_metadata is 2020-10-12 06:06:34 writing output... [ 35%] associated_projects [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for associated_projects is 2020-10-12 06:06:34 writing output... [ 36%] container [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for container is 2020-10-12 06:06:34 writing output... [ 37%] cors [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for cors is 2020-10-12 06:06:34 writing output... [ 38%] crossdomain [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for crossdomain is 2020-10-12 06:06:34 writing output... [ 39%] db [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for db is 2020-10-12 06:06:34 writing output... [ 40%] deployment_guide [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for deployment_guide is 2020-10-12 06:06:34 writing output... [ 41%] development_auth [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for development_auth is 2020-10-12 06:06:34 writing output... [ 42%] development_guidelines [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for development_guidelines is 2020-10-12 06:06:34 writing output... [ 43%] development_middleware [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for development_middleware is 2020-10-12 06:06:34 writing output... [ 44%] development_ondisk_backends [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for development_ondisk_backends is 2020-10-12 06:06:34 writing output... [ 45%] development_saio [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for development_saio is 2020-10-12 06:06:34 writing output... [ 46%] first_contribution_swift [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for first_contribution_swift is 2020-10-12 06:06:34 writing output... [ 47%] getting_started [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for getting_started is 2020-10-12 06:06:34 writing output... [ 48%] howto_installmultinode [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for howto_installmultinode is 2020-10-12 06:06:34 writing output... [ 49%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2020-10-12 06:06:34 writing output... [ 50%] install/controller-install [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/controller-install is 2020-10-12 06:06:34 writing output... [ 51%] install/controller-install-debian [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/controller-install-debian is 2020-10-12 06:06:34 writing output... [ 52%] install/controller-install-obs [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/controller-install-obs is 2020-10-12 06:06:34 writing output... [ 53%] install/controller-install-rdo [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/controller-install-rdo is 2020-10-12 06:06:34 writing output... [ 54%] install/controller-install-ubuntu [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/controller-install-ubuntu is 2020-10-12 06:06:34 writing output... [ 55%] install/environment-networking [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/environment-networking is 2020-10-12 06:06:34 writing output... [ 56%] install/finalize-installation [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/finalize-installation is 2020-10-12 06:06:34 writing output... [ 57%] install/finalize-installation-obs [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/finalize-installation-obs is 2020-10-12 06:06:34 writing output... [ 58%] install/finalize-installation-rdo [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/finalize-installation-rdo is 2020-10-12 06:06:34 writing output... [ 59%] install/finalize-installation-ubuntu-debian [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/finalize-installation-ubuntu-debian is 2020-10-12 06:06:34 writing output... [ 60%] install/get_started [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/get_started is 2020-10-12 06:06:34 writing output... [ 61%] install/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/index is 2020-10-12 06:06:34 writing output... [ 62%] install/initial-rings [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/initial-rings is 2020-10-12 06:06:34 writing output... [ 63%] install/next-steps [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/next-steps is 2020-10-12 06:06:34 writing output... [ 64%] install/storage-install [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/storage-install is 2020-10-12 06:06:34 writing output... [ 65%] install/storage-install-obs [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/storage-install-obs is 2020-10-12 06:06:34 writing output... [ 66%] install/storage-install-rdo [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/storage-install-rdo is 2020-10-12 06:06:34 writing output... [ 67%] install/storage-install-ubuntu-debian [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/storage-install-ubuntu-debian is 2020-10-12 06:06:34 writing output... [ 68%] install/verify [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for install/verify is 2020-10-12 06:06:34 writing output... [ 69%] logs [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for logs is 2020-10-12 06:06:34 writing output... [ 70%] middleware [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for middleware is 2020-10-12 06:06:34 writing output... [ 71%] misc [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for misc is 2020-10-12 06:06:34 writing output... [ 72%] object [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for object is 2020-10-12 06:06:34 writing output... [ 73%] ops_runbook/diagnose [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for ops_runbook/diagnose is 2020-10-12 06:06:34 writing output... [ 74%] ops_runbook/index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for ops_runbook/index is 2020-10-12 06:06:34 writing output... [ 75%] ops_runbook/maintenance [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for ops_runbook/maintenance is 2020-10-12 06:06:34 writing output... [ 76%] ops_runbook/procedures [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for ops_runbook/procedures is 2020-10-12 06:06:34 writing output... [ 77%] ops_runbook/troubleshooting [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for ops_runbook/troubleshooting is 2020-10-12 06:06:34 writing output... [ 78%] overview_acl [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_acl is 2020-10-12 06:06:34 writing output... [ 79%] overview_architecture [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_architecture is 2020-10-12 06:06:34 writing output... [ 80%] overview_auth [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_auth is 2020-10-12 06:06:34 writing output... [ 81%] overview_backing_store [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_backing_store is 2020-10-12 06:06:34 writing output... [ 82%] overview_container_sharding [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_container_sharding is 2020-10-12 06:06:34 writing output... [ 83%] overview_container_sync [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_container_sync is 2020-10-12 06:06:34 writing output... [ 84%] overview_encryption [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_encryption is 2020-10-12 06:06:34 writing output... [ 85%] overview_erasure_code [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_erasure_code is 2020-10-12 06:06:34 writing output... [ 86%] overview_expiring_objects [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_expiring_objects is 2020-10-12 06:06:34 writing output... [ 87%] overview_global_cluster [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_global_cluster is 2020-10-12 06:06:34 writing output... [ 88%] overview_large_objects [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_large_objects is 2020-10-12 06:06:34 writing output... [ 89%] overview_policies [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_policies is 2020-10-12 06:06:34 writing output... [ 90%] overview_reaper [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_reaper is 2020-10-12 06:06:34 writing output... [ 91%] overview_replication [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_replication is 2020-10-12 06:06:34 writing output... [ 92%] overview_ring [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for overview_ring is 2020-10-12 06:06:34 writing output... [ 93%] policies_saio [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for policies_saio is 2020-10-12 06:06:34 writing output... [ 94%] proxy [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for proxy is 2020-10-12 06:06:34 writing output... [ 95%] ratelimit [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for ratelimit is 2020-10-12 06:06:34 writing output... [ 96%] replication_network [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for replication_network is 2020-10-12 06:06:34 writing output... [ 97%] ring [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for ring is 2020-10-12 06:06:34 writing output... [ 98%] ring_background [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for ring_background is 2020-10-12 06:06:34 writing output... [ 99%] ring_partpower [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for ring_partpower is 2020-10-12 06:06:34 writing output... [100%] s3_compat [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for s3_compat is 2020-10-12 06:06:34 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' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying images... [ 5%] admin/figures/objectstorage-arch.png copying images... [ 11%] admin/figures/objectstorage-nodes.png copying images... [ 16%] admin/figures/objectstorage.png copying images... [ 22%] admin/figures/objectstorage-buildingblocks.png copying images... [ 27%] admin/figures/objectstorage-ring.png copying images... [ 33%] admin/figures/objectstorage-zones.png copying images... [ 38%] admin/figures/objectstorage-accountscontainers.png copying images... [ 44%] admin/figures/objectstorage-partitions.png copying images... [ 50%] admin/figures/objectstorage-replication.png copying images... [ 55%] admin/figures/objectstorage-usecase.png copying images... [ 61%] images/sharding_unsharded.svg copying images... [ 66%] images/sharding_scan_basic.svg copying images... [ 72%] images/sharding_db_states.svg copying images... [ 77%] images/sharding_cleave_basic.svg copying images... [ 83%] images/sharding_scan_load.svg copying images... [ 88%] images/sharding_cleave1_load.svg copying images... [ 94%] images/sharding_cleave2_load.svg copying images... [100%] images/ec_overview.png 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. 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.mvAGxX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch + cd swift-2.23.2 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch --prefix /usr running install running install_lib creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift copying build/lib/swift/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy copying build/lib/swift/proxy/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy copying build/lib/swift/proxy/server.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/controllers/account.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/controllers/info.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/controllers/container.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/controllers/base.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers copying build/lib/swift/proxy/controllers/obj.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account copying build/lib/swift/account/auditor.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account copying build/lib/swift/account/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account copying build/lib/swift/account/server.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account copying build/lib/swift/account/reaper.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account copying build/lib/swift/account/backend.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account copying build/lib/swift/account/utils.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account copying build/lib/swift/account/replicator.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/pt_BR creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/pt_BR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/en_GB creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/it creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/it/LC_MESSAGES copying build/lib/swift/locale/it/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/it/LC_MESSAGES copying build/lib/swift/locale/it/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/it/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ru creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ru/LC_MESSAGES copying build/lib/swift/locale/ru/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ru/LC_MESSAGES copying build/lib/swift/locale/ru/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ru/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ko_KR creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/de creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/de/LC_MESSAGES copying build/lib/swift/locale/de/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/de/LC_MESSAGES copying build/lib/swift/locale/de/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/de/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/fr creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/fr/LC_MESSAGES copying build/lib/swift/locale/fr/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/fr/LC_MESSAGES copying build/lib/swift/locale/fr/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/fr/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/es creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/es/LC_MESSAGES copying build/lib/swift/locale/es/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/es/LC_MESSAGES copying build/lib/swift/locale/es/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/es/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ja creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ja/LC_MESSAGES copying build/lib/swift/locale/ja/LC_MESSAGES/swift.po -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ja/LC_MESSAGES copying build/lib/swift/locale/ja/LC_MESSAGES/swift.mo -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ja/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/tr_TR creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/tr_TR/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/zh_TW creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/zh_TW/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/zh_CN creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/zh_CN/LC_MESSAGES creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/swob.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/memcached.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/daemon.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/manager.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/bufferedhttp.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/storage_policy.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/base_storage_server.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/list_endpoints.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/proxy_logging.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/name_check.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/tempurl.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/gatekeeper.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/healthcheck.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/formpost.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/dlo.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/listing_formats.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/crossdomain.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/cname_lookup.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/kms_keymaster.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/keymaster.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/encrypter.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/crypto_utils.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/kmip_keymaster.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/crypto/decrypter.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto copying build/lib/swift/common/middleware/container_sync.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/recon.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/copy.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/x_profile copying build/lib/swift/common/middleware/x_profile/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/x_profile copying build/lib/swift/common/middleware/x_profile/exceptions.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/x_profile copying build/lib/swift/common/middleware/memcache.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/keystoneauth.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/versioned_writes.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/account_quotas.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/tempauth.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/read_only.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/slo.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/acl.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/staticweb.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/bulk.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/symlink.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/ratelimit.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/domain_remap.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/xprofile.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/etree.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/exception.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/acl_handlers.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/s3api.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/s3request.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/s3token.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/common.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/error.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/schema/delete.rng -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/schema copying build/lib/swift/common/middleware/s3api/subresource.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/acl_utils.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/utils.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api copying build/lib/swift/common/middleware/s3api/s3response.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/logging.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/service.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/bucket.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/location.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/versioning.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/base.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/acl.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/s3api/controllers/obj.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers copying build/lib/swift/common/middleware/catch_errors.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/middleware/container_quotas.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware copying build/lib/swift/common/linkat.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/db.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/constraints.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/header_key_dict.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/http.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/container_sync_realms.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/exceptions.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/db_replicator.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/wsgi.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/direct_client.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/request_helpers.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/splice.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/utils.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common copying build/lib/swift/common/internal_client.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/ring copying build/lib/swift/common/ring/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/ring copying build/lib/swift/common/ring/ring.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/ring copying build/lib/swift/common/ring/builder.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/ring copying build/lib/swift/common/ring/utils.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/ring copying build/lib/swift/common/ring/composite_builder.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/ring creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container copying build/lib/swift/container/auditor.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container copying build/lib/swift/container/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container copying build/lib/swift/container/sharder.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container copying build/lib/swift/container/server.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container copying build/lib/swift/container/sync.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container copying build/lib/swift/container/reconciler.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container copying build/lib/swift/container/backend.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container copying build/lib/swift/container/replicator.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container copying build/lib/swift/container/sync_store.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container copying build/lib/swift/container/updater.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj copying build/lib/swift/obj/auditor.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj copying build/lib/swift/obj/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj copying build/lib/swift/obj/mem_diskfile.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj copying build/lib/swift/obj/mem_server.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj copying build/lib/swift/obj/ssync_receiver.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj copying build/lib/swift/obj/server.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj copying build/lib/swift/obj/reconstructor.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj copying build/lib/swift/obj/diskfile.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj copying build/lib/swift/obj/expirer.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj copying build/lib/swift/obj/ssync_sender.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj copying build/lib/swift/obj/replicator.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj copying build/lib/swift/obj/updater.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli copying build/lib/swift/cli/ring_builder_analyzer.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli copying build/lib/swift/cli/__init__.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli copying build/lib/swift/cli/form_signature.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli copying build/lib/swift/cli/info.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli copying build/lib/swift/cli/recon.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli copying build/lib/swift/cli/ringbuilder.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli copying build/lib/swift/cli/shard-info.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli copying build/lib/swift/cli/relinker.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli copying build/lib/swift/cli/manage_shard_ranges.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli copying build/lib/swift/cli/ringcomposer.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli copying build/lib/swift/cli/container_deleter.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli copying build/lib/swift/cli/dispersion_report.py -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/server.py to server.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers/account.py to account.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers/info.py to info.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers/container.py to container.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/proxy/controllers/obj.py to obj.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account/auditor.py to auditor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account/server.py to server.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account/reaper.py to reaper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account/backend.py to backend.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/account/replicator.py to replicator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/swob.py to swob.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/memcached.py to memcached.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/daemon.py to daemon.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/bufferedhttp.py to bufferedhttp.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/storage_policy.py to storage_policy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/base_storage_server.py to base_storage_server.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/list_endpoints.py to list_endpoints.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/proxy_logging.py to proxy_logging.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/name_check.py to name_check.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/tempurl.py to tempurl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/gatekeeper.py to gatekeeper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/healthcheck.py to healthcheck.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/formpost.py to formpost.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/dlo.py to dlo.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/listing_formats.py to listing_formats.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crossdomain.py to crossdomain.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/cname_lookup.py to cname_lookup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto/kms_keymaster.py to kms_keymaster.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto/keymaster.py to keymaster.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto/encrypter.py to encrypter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto/crypto_utils.py to crypto_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto/kmip_keymaster.py to kmip_keymaster.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/crypto/decrypter.py to decrypter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/container_sync.py to container_sync.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/recon.py to recon.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/copy.py to copy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/x_profile/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/x_profile/profile_model.py to profile_model.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/x_profile/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/x_profile/html_viewer.py to html_viewer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/memcache.py to memcache.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/keystoneauth.py to keystoneauth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/versioned_writes.py to versioned_writes.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/account_quotas.py to account_quotas.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/tempauth.py to tempauth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/read_only.py to read_only.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/slo.py to slo.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/acl.py to acl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/staticweb.py to staticweb.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/bulk.py to bulk.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/symlink.py to symlink.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/ratelimit.py to ratelimit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/domain_remap.py to domain_remap.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/xprofile.py to xprofile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/etree.py to etree.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/exception.py to exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/acl_handlers.py to acl_handlers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/s3api.py to s3api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/s3request.py to s3request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/s3token.py to s3token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/subresource.py to subresource.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/acl_utils.py to acl_utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/s3response.py to s3response.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers/s3_acl.py to s3_acl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers/logging.py to logging.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers/multi_delete.py to multi_delete.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers/multi_upload.py to multi_upload.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers/bucket.py to bucket.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers/location.py to location.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers/versioning.py to versioning.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers/acl.py to acl.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/s3api/controllers/obj.py to obj.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/catch_errors.py to catch_errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/middleware/container_quotas.py to container_quotas.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/linkat.py to linkat.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/db.py to db.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/constraints.py to constraints.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/header_key_dict.py to header_key_dict.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/http.py to http.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/container_sync_realms.py to container_sync_realms.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/db_replicator.py to db_replicator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/wsgi.py to wsgi.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/direct_client.py to direct_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/request_helpers.py to request_helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/splice.py to splice.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/internal_client.py to internal_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/ring/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/ring/ring.py to ring.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/ring/builder.py to builder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/ring/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/common/ring/composite_builder.py to composite_builder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container/auditor.py to auditor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container/sharder.py to sharder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container/server.py to server.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container/sync.py to sync.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container/reconciler.py to reconciler.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container/backend.py to backend.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container/replicator.py to replicator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container/sync_store.py to sync_store.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/container/updater.py to updater.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj/auditor.py to auditor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj/mem_diskfile.py to mem_diskfile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj/mem_server.py to mem_server.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj/ssync_receiver.py to ssync_receiver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj/server.py to server.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj/reconstructor.py to reconstructor.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj/diskfile.py to diskfile.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj/expirer.py to expirer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj/ssync_sender.py to ssync_sender.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj/replicator.py to replicator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/obj/updater.py to updater.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli/ring_builder_analyzer.py to ring_builder_analyzer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli/form_signature.py to form_signature.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli/info.py to info.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli/recon.py to recon.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli/ringbuilder.py to ringbuilder.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli/shard-info.py to shard-info.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli/relinker.py to relinker.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli/manage_shard_ranges.py to manage_shard_ranges.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli/ringcomposer.py to ringcomposer.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli/container_deleter.py to container_deleter.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/cli/dispersion_report.py to dispersion_report.cpython-36.pyc writing byte-compilation script '/tmp/tmpbf44is7g.py' /usr/bin/python3 /tmp/tmpbf44is7g.py removing /tmp/tmpbf44is7g.py running install_egg_info running egg_info writing swift.egg-info/PKG-INFO writing dependency_links to swift.egg-info/dependency_links.txt writing entry points to swift.egg-info/entry_points.txt writing requirements to swift.egg-info/requires.txt writing top-level names to swift.egg-info/top_level.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.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift-2.23.2-py3.6.egg-info running install_scripts creating /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-ring-builder -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-object-expirer -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-object-auditor -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-container-server -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-account-replicator -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-recon -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-container-reconciler -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-dispersion-report -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-account-reaper -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-config -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-account-server -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-object-replicator -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-account-audit -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-init -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-account-info -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-object-server -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-container-sync -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-ring-builder-analyzer -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-account-auditor -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-container-auditor -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-container-updater -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-object-relinker -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-object-updater -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-object-reconstructor -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-recon-cron -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-reconciler-enqueue -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-proxy-server -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-container-sharder -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-orphans -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-form-signature -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-container-replicator -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-dispersion-populate -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-drive-audit -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-container-info -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-get-nodes -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-object-info -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-oldies -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin copying build/scripts-3.6/swift-ring-composer -> /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-ring-builder to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-object-expirer to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-object-auditor to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-container-server to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-account-replicator to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-recon to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-container-reconciler to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-dispersion-report to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-account-reaper to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-config to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-account-server to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-object-replicator to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-account-audit to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-init to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-account-info to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-object-server to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-container-sync to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-ring-builder-analyzer to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-account-auditor to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-container-auditor to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-container-updater to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-object-relinker to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-object-updater to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-object-reconstructor to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-recon-cron to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-reconciler-enqueue to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-proxy-server to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-container-sharder to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-orphans to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-form-signature to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-container-replicator to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-dispersion-populate to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-drive-audit to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-container-info to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-get-nodes to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-object-info to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-oldies to 755 changing mode of /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin/swift-ring-composer to 755 Installing swift-container-deleter script to /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin Installing swift-manage-shard-ranges script to /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/bin /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift-account.service /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.noarch/usr/lib/systemd/system/openstack-swift-container-sync@.service + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift/account-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift/container-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift/object-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift/proxy-server + install -p -D -m 660 /builddir/build/SOURCES/account-server.conf /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift/account-server.conf + install -p -D -m 660 /builddir/build/SOURCES/container-server.conf /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift/container-server.conf + install -p -D -m 660 /builddir/build/SOURCES/object-server.conf /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift/object-server.conf + install -p -D -m 660 /builddir/build/SOURCES/proxy-server.conf /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift/proxy-server.conf + install -p -D -m 660 /builddir/build/SOURCES/object-expirer.conf /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift/object-expirer.conf + install -p -D -m 660 /builddir/build/SOURCES/container-reconciler.conf /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift/container-reconciler.conf + install -p -D -m 660 /builddir/build/SOURCES/swift.conf /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift/swift.conf + install -p -D -m 660 /builddir/build/SOURCES/internal-client.conf /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/swift/internal-client.conf + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/var/run/swift + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/var/run/swift/account-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/var/run/swift/container-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/var/run/swift/object-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/var/run/swift/proxy-server + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/var/log/swift + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift.rsyslog /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.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.2-1.el8.noarch/etc/logrotate.d/openstack-swift + install -p -D -m 644 /builddir/build/SOURCES/openstack-swift.tmpfs /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/tmpfiles.d/openstack-swift.conf + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/var/cache/swift + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/var/lib/swift + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.noarch/usr/share/man/man5 + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.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.2-1.el8.noarch/usr/share/man/man1 + mkdir -p /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/swift/test + cp -r test /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/test + sed -i '1{/^#!/d}' /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/test/probe/test_object_partpower_increase.py + sed -i '1{/^#!/d}' /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/test/functional/test_symlink.py + chmod -x /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/test/probe/test_object_partpower_increase.py + chmod -x /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/test/functional/test_symlink.py + install -d -m 755 /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share + rm -f /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/de/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/en_GB/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/es/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/fr/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/it/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ja/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ko_KR/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/pt_BR/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/ru/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/tr_TR/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/zh_CN/LC_MESSAGES/swift.po /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/zh_TW/LC_MESSAGES/swift.po + rm -f '/builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale/*pot' + mv /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6/site-packages/swift/locale /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/locale + /usr/lib/rpm/find-lang.sh /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch swift --all-name + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 2.23.2-1.el8 --unique-debug-suffix -2.23.2-1.el8.noarch --unique-debug-src-base openstack-swift-2.23.2-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/swift-2.23.2 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs *** WARNING: ./usr/lib/python3.6/site-packages/swift/test/probe/test_db_replicator.py is executable but has empty or no shebang, removing executable bit Processing files: python3-swift-2.23.2-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.T0qDtv + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.2 + DOCDIR=/builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/doc/python3-swift + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/doc/python3-swift + cp -pr README.rst /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/doc/python3-swift + 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.2-1.el8.noarch/usr/share/doc/python3-swift + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.23u1q3 + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/licenses/python3-swift + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/licenses/python3-swift + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/licenses/python3-swift + exit 0 warning: File listed twice: /usr/lib/python3.6/site-packages/swift Provides: config(python3-swift) = 2.23.2-1.el8 openstack-swift = 2.23.2-1.el8 python3-swift = 2.23.2-1.el8 python3.6dist(swift) = 2.23.2 python3dist(swift) = 2.23.2 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 Requires: /usr/bin/python3 python(abi) = 3.6 Obsoletes: openstack-swift < 2.23.2-1.el8 Processing files: openstack-swift-account-2.23.2-1.el8.noarch Provides: config(openstack-swift-account) = 2.23.2-1.el8 openstack-swift-account = 2.23.2-1.el8 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/python3 Processing files: openstack-swift-container-2.23.2-1.el8.noarch Provides: config(openstack-swift-container) = 2.23.2-1.el8 openstack-swift-container = 2.23.2-1.el8 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/python3 Processing files: openstack-swift-object-2.23.2-1.el8.noarch Provides: config(openstack-swift-object) = 2.23.2-1.el8 openstack-swift-object = 2.23.2-1.el8 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/python3 Processing files: openstack-swift-proxy-2.23.2-1.el8.noarch Provides: config(openstack-swift-proxy) = 2.23.2-1.el8 openstack-swift-proxy = 2.23.2-1.el8 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/python3 Processing files: python3-swift-tests-2.23.2-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.x9A33t + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/licenses/python3-swift-tests + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/licenses/python3-swift-tests + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/licenses/python3-swift-tests + exit 0 Provides: python-swift-tests = 2.23.2-1.el8 python3-swift-tests = 2.23.2-1.el8 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) = 3.6 Processing files: openstack-swift-doc-2.23.2-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.g40RET + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.2 + DOCDIR=/builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/doc/openstack-swift-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/doc/openstack-swift-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/doc/openstack-swift-doc + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.hSdHkj + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.2 + LICENSEDIR=/builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/licenses/openstack-swift-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/licenses/openstack-swift-doc + cp -pr LICENSE /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch/usr/share/licenses/openstack-swift-doc + exit 0 Provides: openstack-swift-doc = 2.23.2-1.el8 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.2-1.el8.noarch Wrote: /builddir/build/RPMS/python3-swift-2.23.2-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-swift-account-2.23.2-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-swift-container-2.23.2-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-swift-object-2.23.2-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-swift-proxy-2.23.2-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python3-swift-tests-2.23.2-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/openstack-swift-doc-2.23.2-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MrtgxR + umask 022 + cd /builddir/build/BUILD + cd swift-2.23.2 + rm -rf /builddir/build/BUILDROOT/openstack-swift-2.23.2-1.el8.noarch + exit 0 Child return code was: 0