Mock Version: 5.4 Mock Version: 5.4 Mock Version: 5.4 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-glanceclient.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-antelope-el9s-build-209533-1180371/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target noarch --nodeps /builddir/build/SPECS/python-glanceclient.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False sh: line 1: python3: command not found sh: line 1: python3: command not found sh: line 1: python3: command not found Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1711584000 Wrote: /builddir/build/SRPMS/python-glanceclient-4.3.1-1.el9s.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-glanceclient.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-antelope-el9s-build-209533-1180371/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target noarch --nodeps /builddir/build/SPECS/python-glanceclient.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1711584000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5xSAJy + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/0x2ef3fe0ec2b075ab7458b5f8b702b20b13df2318.txt --signature=/builddir/build/SOURCES/python-glanceclient-4.3.1.tar.gz.asc --data=/builddir/build/SOURCES/python-glanceclient-4.3.1.tar.gz gpgv: Signature made Mon Mar 18 14:09:51 2024 UTC gpgv: using EDDSA key 8DA01F8E458F7C4040037EF27A1014352C3D5B21 gpgv: Good signature from "OpenStack Infra (2024.1/Caracal Cycle) " + cd /builddir/build/BUILD + rm -rf python-glanceclient-4.3.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-glanceclient-4.3.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-glanceclient-4.3.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-glanceclient-4.3.1 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QT9HDe + umask 022 + cd /builddir/build/BUILD + cd python-glanceclient-4.3.1 ++ '[' -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/glanceclient creating build/lib/glanceclient/common copying glanceclient/common/http.py -> build/lib/glanceclient/common copying glanceclient/common/exceptions.py -> build/lib/glanceclient/common copying glanceclient/common/progressbar.py -> build/lib/glanceclient/common copying glanceclient/common/https.py -> build/lib/glanceclient/common copying glanceclient/common/__init__.py -> build/lib/glanceclient/common copying glanceclient/common/utils.py -> build/lib/glanceclient/common creating build/lib/glanceclient/tests copying glanceclient/tests/__init__.py -> build/lib/glanceclient/tests copying glanceclient/tests/utils.py -> build/lib/glanceclient/tests creating build/lib/glanceclient/v2 copying glanceclient/v2/metadefs.py -> build/lib/glanceclient/v2 copying glanceclient/v2/tasks.py -> build/lib/glanceclient/v2 copying glanceclient/v2/image_schema.py -> build/lib/glanceclient/v2 copying glanceclient/v2/image_members.py -> build/lib/glanceclient/v2 copying glanceclient/v2/image_tags.py -> build/lib/glanceclient/v2 copying glanceclient/v2/info.py -> build/lib/glanceclient/v2 copying glanceclient/v2/shell.py -> build/lib/glanceclient/v2 copying glanceclient/v2/images.py -> build/lib/glanceclient/v2 copying glanceclient/v2/cache.py -> build/lib/glanceclient/v2 copying glanceclient/v2/namespace_schema.py -> build/lib/glanceclient/v2 copying glanceclient/v2/resource_type_schema.py -> build/lib/glanceclient/v2 copying glanceclient/v2/schemas.py -> build/lib/glanceclient/v2 copying glanceclient/v2/versions.py -> build/lib/glanceclient/v2 copying glanceclient/v2/__init__.py -> build/lib/glanceclient/v2 copying glanceclient/v2/client.py -> build/lib/glanceclient/v2 creating build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_http.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_progressbar.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_utils.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_base.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_exc.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_ssl.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/__init__.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_client.py -> build/lib/glanceclient/tests/unit copying glanceclient/tests/unit/test_shell.py -> build/lib/glanceclient/tests/unit creating build/lib/glanceclient/tests/functional copying glanceclient/tests/functional/base.py -> build/lib/glanceclient/tests/functional copying glanceclient/tests/functional/__init__.py -> build/lib/glanceclient/tests/functional creating build/lib/glanceclient/v1 creating build/lib/glanceclient/v1/apiclient copying glanceclient/v1/apiclient/exceptions.py -> build/lib/glanceclient/v1/apiclient copying glanceclient/v1/apiclient/base.py -> build/lib/glanceclient/v1/apiclient copying glanceclient/v1/apiclient/__init__.py -> build/lib/glanceclient/v1/apiclient copying glanceclient/v1/apiclient/utils.py -> build/lib/glanceclient/v1/apiclient creating build/lib/glanceclient/tests/functional/v1 copying glanceclient/tests/functional/v1/test_readonly_glance.py -> build/lib/glanceclient/tests/functional/v1 copying glanceclient/tests/functional/v1/__init__.py -> build/lib/glanceclient/tests/functional/v1 creating build/lib/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/test_image_members.py -> build/lib/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/test_versions.py -> build/lib/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/test_images.py -> build/lib/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/__init__.py -> build/lib/glanceclient/tests/unit/v1 copying glanceclient/tests/unit/v1/test_shell.py -> build/lib/glanceclient/tests/unit/v1 creating build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_objects.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_shell_v2.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_properties.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/fixtures.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_resource_types.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_tags.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_cache.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_members.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/base.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_tags.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_versions.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_schemas.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_info.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_metadefs_namespaces.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_tasks.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_images.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/__init__.py -> build/lib/glanceclient/tests/unit/v2 copying glanceclient/tests/unit/v2/test_client_requests.py -> build/lib/glanceclient/tests/unit/v2 creating build/lib/glanceclient/tests/functional/v2 copying glanceclient/tests/functional/v2/test_readonly_glance.py -> build/lib/glanceclient/tests/functional/v2 copying glanceclient/tests/functional/v2/test_http_headers.py -> build/lib/glanceclient/tests/functional/v2 copying glanceclient/tests/functional/v2/__init__.py -> build/lib/glanceclient/tests/functional/v2 copying glanceclient/shell.py -> build/lib/glanceclient copying glanceclient/exc.py -> build/lib/glanceclient copying glanceclient/__init__.py -> build/lib/glanceclient copying glanceclient/client.py -> build/lib/glanceclient copying glanceclient/_i18n.py -> build/lib/glanceclient copying glanceclient/v1/image_members.py -> build/lib/glanceclient/v1 copying glanceclient/v1/shell.py -> build/lib/glanceclient/v1 copying glanceclient/v1/images.py -> build/lib/glanceclient/v1 copying glanceclient/v1/versions.py -> build/lib/glanceclient/v1 copying glanceclient/v1/__init__.py -> build/lib/glanceclient/v1 copying glanceclient/v1/client.py -> build/lib/glanceclient/v1 running egg_info writing python_glanceclient.egg-info/PKG-INFO writing dependency_links to python_glanceclient.egg-info/dependency_links.txt writing entry points to python_glanceclient.egg-info/entry_points.txt deleting python_glanceclient.egg-info/requires.txt writing top-level names to python_glanceclient.egg-info/top_level.txt writing pbr to python_glanceclient.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'python_glanceclient.egg-info/SOURCES.txt' creating build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/badcert.crt -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/ca.crt -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/certificate.crt -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/expired-cert.crt -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/privatekey.key -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/wildcard-certificate.crt -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/unit/var/wildcard-san-certificate.crt -> build/lib/glanceclient/tests/unit/var copying glanceclient/tests/functional/README.rst -> build/lib/glanceclient/tests/functional + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EHNcAQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch + cd python-glanceclient-4.3.1 ++ '[' -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/python-glanceclient-4.3.1-1.el9s.noarch --prefix /usr running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_http.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_progressbar.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_utils.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_base.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_exc.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_metadefs_objects.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_shell_v2.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_metadefs_properties.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/fixtures.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_metadefs_resource_types.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_tags.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_cache.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_members.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/base.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_metadefs_tags.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_versions.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_schemas.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_info.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_metadefs_namespaces.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_tasks.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_images.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/v2/test_client_requests.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2 copying build/lib/glanceclient/tests/unit/test_ssl.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/privatekey.key -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/certificate.crt -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/expired-cert.crt -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/ca.crt -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/wildcard-certificate.crt -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/badcert.crt -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/var/wildcard-san-certificate.crt -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/var copying build/lib/glanceclient/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_client.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit copying build/lib/glanceclient/tests/unit/test_shell.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v1 copying build/lib/glanceclient/tests/unit/v1/test_image_members.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v1 copying build/lib/glanceclient/tests/unit/v1/test_versions.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v1 copying build/lib/glanceclient/tests/unit/v1/test_images.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v1 copying build/lib/glanceclient/tests/unit/v1/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v1 copying build/lib/glanceclient/tests/unit/v1/test_shell.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v1 creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional copying build/lib/glanceclient/tests/functional/base.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/v2 copying build/lib/glanceclient/tests/functional/v2/test_readonly_glance.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/v2 copying build/lib/glanceclient/tests/functional/v2/test_http_headers.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/v2 copying build/lib/glanceclient/tests/functional/v2/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/v2 copying build/lib/glanceclient/tests/functional/README.rst -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional copying build/lib/glanceclient/tests/functional/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/v1 copying build/lib/glanceclient/tests/functional/v1/test_readonly_glance.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/v1 copying build/lib/glanceclient/tests/functional/v1/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/v1 copying build/lib/glanceclient/tests/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests copying build/lib/glanceclient/tests/utils.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests copying build/lib/glanceclient/shell.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/metadefs.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/tasks.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/image_schema.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/image_members.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/image_tags.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/info.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/shell.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/images.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/cache.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/namespace_schema.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/resource_type_schema.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/schemas.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/versions.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 copying build/lib/glanceclient/v2/client.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2 creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common copying build/lib/glanceclient/common/http.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common copying build/lib/glanceclient/common/exceptions.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common copying build/lib/glanceclient/common/progressbar.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common copying build/lib/glanceclient/common/https.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common copying build/lib/glanceclient/common/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common copying build/lib/glanceclient/common/utils.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common copying build/lib/glanceclient/exc.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient copying build/lib/glanceclient/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient copying build/lib/glanceclient/client.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient copying build/lib/glanceclient/_i18n.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1 copying build/lib/glanceclient/v1/image_members.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1 copying build/lib/glanceclient/v1/shell.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1 copying build/lib/glanceclient/v1/images.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1 creating /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/apiclient copying build/lib/glanceclient/v1/apiclient/exceptions.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/apiclient copying build/lib/glanceclient/v1/apiclient/base.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/apiclient copying build/lib/glanceclient/v1/apiclient/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/apiclient copying build/lib/glanceclient/v1/apiclient/utils.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/apiclient copying build/lib/glanceclient/v1/versions.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1 copying build/lib/glanceclient/v1/__init__.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1 copying build/lib/glanceclient/v1/client.py -> /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1 byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/test_http.py to test_http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/test_progressbar.py to test_progressbar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/test_base.py to test_base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/test_exc.py to test_exc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_metadefs_objects.py to test_metadefs_objects.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_shell_v2.py to test_shell_v2.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_metadefs_properties.py to test_metadefs_properties.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/fixtures.py to fixtures.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_metadefs_resource_types.py to test_metadefs_resource_types.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_tags.py to test_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_cache.py to test_cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_members.py to test_members.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_metadefs_tags.py to test_metadefs_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_versions.py to test_versions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_schemas.py to test_schemas.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_info.py to test_info.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_metadefs_namespaces.py to test_metadefs_namespaces.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_tasks.py to test_tasks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_images.py to test_images.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v2/test_client_requests.py to test_client_requests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/test_ssl.py to test_ssl.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/test_client.py to test_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/test_shell.py to test_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v1/test_image_members.py to test_image_members.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v1/test_versions.py to test_versions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v1/test_images.py to test_images.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v1/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/unit/v1/test_shell.py to test_shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/v2/test_readonly_glance.py to test_readonly_glance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/v2/test_http_headers.py to test_http_headers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/v2/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/v1/test_readonly_glance.py to test_readonly_glance.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/functional/v1/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/shell.py to shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/metadefs.py to metadefs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/tasks.py to tasks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/image_schema.py to image_schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/image_members.py to image_members.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/image_tags.py to image_tags.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/info.py to info.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/shell.py to shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/images.py to images.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/cache.py to cache.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/namespace_schema.py to namespace_schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/resource_type_schema.py to resource_type_schema.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/schemas.py to schemas.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/versions.py to versions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v2/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common/http.py to http.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common/progressbar.py to progressbar.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common/https.py to https.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/common/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/exc.py to exc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/_i18n.py to _i18n.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/image_members.py to image_members.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/shell.py to shell.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/images.py to images.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/apiclient/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/apiclient/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/apiclient/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/apiclient/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/versions.py to versions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/v1/client.py to client.cpython-39.pyc writing byte-compilation script '/tmp/tmp22t7932n.py' /usr/bin/python3 /tmp/tmp22t7932n.py removing /tmp/tmp22t7932n.py running install_egg_info running egg_info writing python_glanceclient.egg-info/PKG-INFO writing dependency_links to python_glanceclient.egg-info/dependency_links.txt writing entry points to python_glanceclient.egg-info/entry_points.txt writing top-level names to python_glanceclient.egg-info/top_level.txt writing pbr to python_glanceclient.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'python_glanceclient.egg-info/SOURCES.txt' Copying python_glanceclient.egg-info to /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/python_glanceclient-4.3.1-py3.9.egg-info running install_scripts Installing glance script to /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/bin + ln -s glance /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/bin/glance-3 + mkdir -p /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/etc/bash_completion.d + install -pm 644 tools/glance.bash_completion /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/etc/bash_completion.d/glance + rm -fr /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9/site-packages/glanceclient/tests + sphinx-build -b html doc/source doc/build/html Running Sphinx v3.4.3 [openstackdocstheme] version: 3.0.0 [openstackdocstheme] connecting html-page-context event handler making output directory... done [openstackdocstheme] overriding configured project name (python-glanceclient) with name extracted from the package (python-glanceclient); you can disable this behavior with the 'openstackdocs_auto_name' option [openstackdocstheme] using theme from /usr/lib/python3.9/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/python-glanceclient-4.3.1/.gitreview found Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.client.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.exc.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.shell.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.common.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.common.exceptions.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.common.http.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.common.https.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.common.progressbar.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.common.utils.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.client.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.image_members.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.images.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.shell.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.versions.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.apiclient.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.apiclient.base.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.apiclient.exceptions.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.apiclient.utils.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.cache.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.client.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.image_members.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.image_schema.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.image_tags.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.images.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.info.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.metadefs.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.namespace_schema.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.resource_type_schema.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.schemas.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.shell.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.tasks.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.versions.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/modules.rst. building [mo]: targets for 0 po files that are out of date building [html]: targets for 7 source files that are out of date updating environment: [new config] 43 added, 0 changed, 0 removed reading sources... [ 2%] cli/details reading sources... [ 4%] cli/glance reading sources... [ 6%] cli/index reading sources... [ 9%] cli/property-keys reading sources... [ 11%] index reading sources... [ 13%] reference/api/glanceclient reading sources... [ 16%] reference/api/glanceclient.client reading sources... [ 18%] reference/api/glanceclient.common reading sources... [ 20%] reference/api/glanceclient.common.exceptions reading sources... [ 23%] reference/api/glanceclient.common.http reading sources... [ 25%] reference/api/glanceclient.common.https reading sources... [ 27%] reference/api/glanceclient.common.progressbar reading sources... [ 30%] reference/api/glanceclient.common.utils reading sources... [ 32%] reference/api/glanceclient.exc reading sources... [ 34%] reference/api/glanceclient.shell reading sources... [ 37%] reference/api/glanceclient.v1 reading sources... [ 39%] reference/api/glanceclient.v1.apiclient reading sources... [ 41%] reference/api/glanceclient.v1.apiclient.base reading sources... [ 44%] reference/api/glanceclient.v1.apiclient.exceptions reading sources... [ 46%] reference/api/glanceclient.v1.apiclient.utils reading sources... [ 48%] reference/api/glanceclient.v1.client reading sources... [ 51%] reference/api/glanceclient.v1.image_members reading sources... [ 53%] reference/api/glanceclient.v1.images reading sources... [ 55%] reference/api/glanceclient.v1.shell reading sources... [ 58%] reference/api/glanceclient.v1.versions reading sources... [ 60%] reference/api/glanceclient.v2 reading sources... [ 62%] reference/api/glanceclient.v2.cache reading sources... [ 65%] reference/api/glanceclient.v2.client reading sources... [ 67%] reference/api/glanceclient.v2.image_members reading sources... [ 69%] reference/api/glanceclient.v2.image_schema reading sources... [ 72%] reference/api/glanceclient.v2.image_tags reading sources... [ 74%] reference/api/glanceclient.v2.images reading sources... [ 76%] reference/api/glanceclient.v2.info reading sources... [ 79%] reference/api/glanceclient.v2.metadefs reading sources... [ 81%] reference/api/glanceclient.v2.namespace_schema reading sources... [ 83%] reference/api/glanceclient.v2.resource_type_schema reading sources... [ 86%] reference/api/glanceclient.v2.schemas reading sources... [ 88%] reference/api/glanceclient.v2.shell reading sources... [ 90%] reference/api/glanceclient.v2.tasks reading sources... [ 93%] reference/api/glanceclient.v2.versions reading sources... [ 95%] reference/api/modules reading sources... [ 97%] reference/apiv2 reading sources... [100%] reference/index looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 2%] cli/details writing output... [ 4%] cli/glance writing output... [ 6%] cli/index writing output... [ 9%] cli/property-keys writing output... [ 11%] index writing output... [ 13%] reference/api/glanceclient [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient' writing output... [ 16%] reference/api/glanceclient.client [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.client' writing output... [ 18%] reference/api/glanceclient.common [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.common' writing output... [ 20%] reference/api/glanceclient.common.exceptions [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.common.exceptions' writing output... [ 23%] reference/api/glanceclient.common.http [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.common.http' writing output... [ 25%] reference/api/glanceclient.common.https [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.common.https' writing output... [ 27%] reference/api/glanceclient.common.progressbar [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.common.progressbar' writing output... [ 30%] reference/api/glanceclient.common.utils [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.common.utils' writing output... [ 32%] reference/api/glanceclient.exc [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.exc' writing output... [ 34%] reference/api/glanceclient.shell [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.shell' writing output... [ 37%] reference/api/glanceclient.v1 [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1' writing output... [ 39%] reference/api/glanceclient.v1.apiclient [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.apiclient' writing output... [ 41%] reference/api/glanceclient.v1.apiclient.base [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.apiclient.base' writing output... [ 44%] reference/api/glanceclient.v1.apiclient.exceptions [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.apiclient.exceptions' writing output... [ 46%] reference/api/glanceclient.v1.apiclient.utils [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.apiclient.utils' writing output... [ 48%] reference/api/glanceclient.v1.client [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.client' writing output... [ 51%] reference/api/glanceclient.v1.image_members [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.image_members' writing output... [ 53%] reference/api/glanceclient.v1.images [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.images' writing output... [ 55%] reference/api/glanceclient.v1.shell [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.shell' writing output... [ 58%] reference/api/glanceclient.v1.versions [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v1.versions' writing output... [ 60%] reference/api/glanceclient.v2 [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2' writing output... [ 62%] reference/api/glanceclient.v2.cache [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.cache' writing output... [ 65%] reference/api/glanceclient.v2.client [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.client' writing output... [ 67%] reference/api/glanceclient.v2.image_members [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.image_members' writing output... [ 69%] reference/api/glanceclient.v2.image_schema [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.image_schema' writing output... [ 72%] reference/api/glanceclient.v2.image_tags [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.image_tags' writing output... [ 74%] reference/api/glanceclient.v2.images [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.images' writing output... [ 76%] reference/api/glanceclient.v2.info [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.info' writing output... [ 79%] reference/api/glanceclient.v2.metadefs [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.metadefs' writing output... [ 81%] reference/api/glanceclient.v2.namespace_schema [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.namespace_schema' writing output... [ 83%] reference/api/glanceclient.v2.resource_type_schema [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.resource_type_schema' writing output... [ 86%] reference/api/glanceclient.v2.schemas [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.schemas' writing output... [ 88%] reference/api/glanceclient.v2.shell [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.shell' writing output... [ 90%] reference/api/glanceclient.v2.tasks [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.tasks' writing output... [ 93%] reference/api/glanceclient.v2.versions [openstackdocstheme] could not determine last_updated for 'reference/api/glanceclient.v2.versions' writing output... [ 95%] reference/api/modules [openstackdocstheme] could not determine last_updated for 'reference/api/modules' writing output... [ 97%] reference/apiv2 writing output... [100%] reference/index generating indices... genindex py-modindex [openstackdocstheme] could not determine last_updated for 'py-modindex' done writing additional pages... search done copying static files... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + sphinx-build -b man doc/source doc/build/man Running Sphinx v3.4.3 [openstackdocstheme] version: 3.0.0 [openstackdocstheme] connecting html-page-context event handler making output directory... done [openstackdocstheme] overriding configured project name (python-glanceclient) with name extracted from the package (python-glanceclient); you can disable this behavior with the 'openstackdocs_auto_name' option [openstackdocstheme] using theme from /usr/lib/python3.9/site-packages/openstackdocstheme/theme [openstackdocstheme] no /builddir/build/BUILD/python-glanceclient-4.3.1/.gitreview found Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.client.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.exc.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.shell.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.common.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.common.exceptions.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.common.http.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.common.https.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.common.progressbar.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.common.utils.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.client.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.image_members.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.images.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.shell.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.versions.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.apiclient.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.apiclient.base.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.apiclient.exceptions.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v1.apiclient.utils.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.cache.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.client.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.image_members.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.image_schema.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.image_tags.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.images.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.info.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.metadefs.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.namespace_schema.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.resource_type_schema.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.schemas.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.shell.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.tasks.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/glanceclient.v2.versions.rst. Creating file /builddir/build/BUILD/python-glanceclient-4.3.1/doc/source/reference/api/modules.rst. building [mo]: targets for 0 po files that are out of date building [man]: all manpages updating environment: [new config] 43 added, 0 changed, 0 removed reading sources... [ 2%] cli/details reading sources... [ 4%] cli/glance reading sources... [ 6%] cli/index reading sources... [ 9%] cli/property-keys reading sources... [ 11%] index reading sources... [ 13%] reference/api/glanceclient reading sources... [ 16%] reference/api/glanceclient.client reading sources... [ 18%] reference/api/glanceclient.common reading sources... [ 20%] reference/api/glanceclient.common.exceptions reading sources... [ 23%] reference/api/glanceclient.common.http reading sources... [ 25%] reference/api/glanceclient.common.https reading sources... [ 27%] reference/api/glanceclient.common.progressbar reading sources... [ 30%] reference/api/glanceclient.common.utils reading sources... [ 32%] reference/api/glanceclient.exc reading sources... [ 34%] reference/api/glanceclient.shell reading sources... [ 37%] reference/api/glanceclient.v1 reading sources... [ 39%] reference/api/glanceclient.v1.apiclient reading sources... [ 41%] reference/api/glanceclient.v1.apiclient.base reading sources... [ 44%] reference/api/glanceclient.v1.apiclient.exceptions reading sources... [ 46%] reference/api/glanceclient.v1.apiclient.utils reading sources... [ 48%] reference/api/glanceclient.v1.client reading sources... [ 51%] reference/api/glanceclient.v1.image_members reading sources... [ 53%] reference/api/glanceclient.v1.images reading sources... [ 55%] reference/api/glanceclient.v1.shell reading sources... [ 58%] reference/api/glanceclient.v1.versions reading sources... [ 60%] reference/api/glanceclient.v2 reading sources... [ 62%] reference/api/glanceclient.v2.cache reading sources... [ 65%] reference/api/glanceclient.v2.client reading sources... [ 67%] reference/api/glanceclient.v2.image_members reading sources... [ 69%] reference/api/glanceclient.v2.image_schema reading sources... [ 72%] reference/api/glanceclient.v2.image_tags reading sources... [ 74%] reference/api/glanceclient.v2.images reading sources... [ 76%] reference/api/glanceclient.v2.info reading sources... [ 79%] reference/api/glanceclient.v2.metadefs reading sources... [ 81%] reference/api/glanceclient.v2.namespace_schema reading sources... [ 83%] reference/api/glanceclient.v2.resource_type_schema reading sources... [ 86%] reference/api/glanceclient.v2.schemas reading sources... [ 88%] reference/api/glanceclient.v2.shell reading sources... [ 90%] reference/api/glanceclient.v2.tasks reading sources... [ 93%] reference/api/glanceclient.v2.versions reading sources... [ 95%] reference/api/modules reading sources... [ 97%] reference/apiv2 reading sources... [100%] reference/index looking for now-outdated files... none found pickling environment... done checking consistency... done writing... glance.1 { } done build succeeded. The manual pages are in doc/build/man. + install -p -D -m 644 doc/build/man/glance.1 /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/man/man1/glance.1 + /usr/bin/find-debuginfo -j40 --strict-build-id -m -i --build-id-seed 4.3.1-1.el9s --unique-debug-suffix -4.3.1-1.el9s.noarch --unique-debug-src-base python-glanceclient-4.3.1-1.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/python-glanceclient-4.3.1 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-glanceclient-4.3.1-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Dd5VFB + umask 022 + cd /builddir/build/BUILD + cd python-glanceclient-4.3.1 + DOCDIR=/builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/doc/python3-glanceclient + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/doc/python3-glanceclient + cp -pr README.rst /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/doc/python3-glanceclient + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.CLiIGA + umask 022 + cd /builddir/build/BUILD + cd python-glanceclient-4.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/licenses/python3-glanceclient + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/licenses/python3-glanceclient + cp -pr LICENSE /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/licenses/python3-glanceclient + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-glanceclient = 1:4.3.1-1.el9s python3-glanceclient = 1:4.3.1-1.el9s python3.9-glanceclient = 1:4.3.1-1.el9s python3.9dist(python-glanceclient) = 4.3.1 python3dist(python-glanceclient) = 4.3.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.9 python3.9dist(setuptools) Obsoletes: python2-glanceclient < 4.3.1-1.el9s python39-glanceclient < 1:4.3.1-1.el9s Processing files: python-glanceclient-doc-4.3.1-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.30AYG0 + umask 022 + cd /builddir/build/BUILD + cd python-glanceclient-4.3.1 + DOCDIR=/builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/doc/python-glanceclient-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/doc/python-glanceclient-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/doc/python-glanceclient-doc + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.NdvIOF + umask 022 + cd /builddir/build/BUILD + cd python-glanceclient-4.3.1 + LICENSEDIR=/builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/licenses/python-glanceclient-doc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/licenses/python-glanceclient-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch/usr/share/licenses/python-glanceclient-doc + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-glanceclient-doc = 1:4.3.1-1.el9s Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-glanceclient-4.3.1-1.el9s.noarch Wrote: /builddir/build/RPMS/python3-glanceclient-4.3.1-1.el9s.noarch.rpm Wrote: /builddir/build/RPMS/python-glanceclient-doc-4.3.1-1.el9s.noarch.rpm Child return code was: 0