Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-google-auth.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-wallaby-el8-build-87100-610104/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '9284cfcf99db460191c147a0c997b30b', '-D', '/var/lib/mock/cloud8-openstack-wallaby-el8-build-87100-610104/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/python-google-auth.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 warning: bogus date in %changelog: Thu Nov 19 2019 Jason Montleon - 1:1.7.1-1 Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-google-auth-1.24.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-google-auth.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-wallaby-el8-build-87100-610104/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '4fcd24d2625e42ebb2cf34d18d9da0f5', '-D', '/var/lib/mock/cloud8-openstack-wallaby-el8-build-87100-610104/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/python-google-auth.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 warning: bogus date in %changelog: Thu Nov 19 2019 Jason Montleon - 1:1.7.1-1 Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zhtBuC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf google-auth-library-python-1.24.0 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/v1.24.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd google-auth-library-python-1.24.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/<3\.2/<5.0/g' setup.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OohttX + umask 022 + cd /builddir/build/BUILD + cd google-auth-library-python-1.24.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py creating build creating build/lib creating build/lib/google copying google/__init__.py -> build/lib/google creating build/lib/google/oauth2 copying google/oauth2/__init__.py -> build/lib/google/oauth2 copying google/oauth2/credentials.py -> build/lib/google/oauth2 copying google/oauth2/id_token.py -> build/lib/google/oauth2 copying google/oauth2/_credentials_async.py -> build/lib/google/oauth2 copying google/oauth2/service_account.py -> build/lib/google/oauth2 copying google/oauth2/_client_async.py -> build/lib/google/oauth2 copying google/oauth2/_service_account_async.py -> build/lib/google/oauth2 copying google/oauth2/_client.py -> build/lib/google/oauth2 copying google/oauth2/_id_token_async.py -> build/lib/google/oauth2 creating build/lib/google/auth copying google/auth/impersonated_credentials.py -> build/lib/google/auth copying google/auth/__init__.py -> build/lib/google/auth copying google/auth/_default_async.py -> build/lib/google/auth copying google/auth/_cloud_sdk.py -> build/lib/google/auth copying google/auth/credentials.py -> build/lib/google/auth copying google/auth/iam.py -> build/lib/google/auth copying google/auth/_service_account_info.py -> build/lib/google/auth copying google/auth/app_engine.py -> build/lib/google/auth copying google/auth/_default.py -> build/lib/google/auth copying google/auth/_credentials_async.py -> build/lib/google/auth copying google/auth/_jwt_async.py -> build/lib/google/auth copying google/auth/exceptions.py -> build/lib/google/auth copying google/auth/_helpers.py -> build/lib/google/auth copying google/auth/environment_vars.py -> build/lib/google/auth copying google/auth/_oauth2client.py -> build/lib/google/auth copying google/auth/jwt.py -> build/lib/google/auth creating build/lib/google/auth/compute_engine copying google/auth/compute_engine/__init__.py -> build/lib/google/auth/compute_engine copying google/auth/compute_engine/_metadata.py -> build/lib/google/auth/compute_engine copying google/auth/compute_engine/credentials.py -> build/lib/google/auth/compute_engine creating build/lib/google/auth/transport copying google/auth/transport/_aiohttp_requests.py -> build/lib/google/auth/transport copying google/auth/transport/__init__.py -> build/lib/google/auth/transport copying google/auth/transport/requests.py -> build/lib/google/auth/transport copying google/auth/transport/_http_client.py -> build/lib/google/auth/transport copying google/auth/transport/urllib3.py -> build/lib/google/auth/transport copying google/auth/transport/grpc.py -> build/lib/google/auth/transport copying google/auth/transport/mtls.py -> build/lib/google/auth/transport copying google/auth/transport/_mtls_helper.py -> build/lib/google/auth/transport creating build/lib/google/auth/crypt copying google/auth/crypt/__init__.py -> build/lib/google/auth/crypt copying google/auth/crypt/rsa.py -> build/lib/google/auth/crypt copying google/auth/crypt/_python_rsa.py -> build/lib/google/auth/crypt copying google/auth/crypt/es256.py -> build/lib/google/auth/crypt copying google/auth/crypt/_helpers.py -> build/lib/google/auth/crypt copying google/auth/crypt/base.py -> build/lib/google/auth/crypt copying google/auth/crypt/_cryptography_rsa.py -> build/lib/google/auth/crypt + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VmMRml + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch + cd google-auth-library-python-1.24.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch running install running install_lib Skipping installation of /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/__init__.py (namespace package) copying google/oauth2/__init__.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2 copying google/oauth2/credentials.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2 copying google/oauth2/id_token.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2 copying google/oauth2/_credentials_async.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2 copying google/oauth2/service_account.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2 copying google/oauth2/_client_async.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2 copying google/oauth2/_service_account_async.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2 copying google/oauth2/_client.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2 copying google/oauth2/_id_token_async.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2 copying google/auth/impersonated_credentials.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/__init__.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/_default_async.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/_cloud_sdk.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/credentials.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/iam.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/_service_account_info.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/app_engine.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/_default.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/_credentials_async.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/_jwt_async.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/exceptions.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/_helpers.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/environment_vars.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/_oauth2client.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/jwt.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth copying google/auth/compute_engine/__init__.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/compute_engine copying google/auth/compute_engine/_metadata.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/compute_engine copying google/auth/compute_engine/credentials.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/compute_engine copying google/auth/transport/_aiohttp_requests.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport copying google/auth/transport/__init__.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport copying google/auth/transport/requests.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport copying google/auth/transport/_http_client.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport copying google/auth/transport/urllib3.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport copying google/auth/transport/grpc.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport copying google/auth/transport/mtls.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport copying google/auth/transport/_mtls_helper.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport copying google/auth/crypt/__init__.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt copying google/auth/crypt/rsa.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt copying google/auth/crypt/_python_rsa.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt copying google/auth/crypt/es256.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt copying google/auth/crypt/_helpers.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt copying google/auth/crypt/base.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt copying google/auth/crypt/_cryptography_rsa.py -> /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2/credentials.py to credentials.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2/id_token.py to id_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2/_credentials_async.py to _credentials_async.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2/service_account.py to service_account.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2/_client_async.py to _client_async.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2/_service_account_async.py to _service_account_async.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2/_client.py to _client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/oauth2/_id_token_async.py to _id_token_async.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/impersonated_credentials.py to impersonated_credentials.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/_default_async.py to _default_async.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/_cloud_sdk.py to _cloud_sdk.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/credentials.py to credentials.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/iam.py to iam.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/_service_account_info.py to _service_account_info.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/app_engine.py to app_engine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/_default.py to _default.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/_credentials_async.py to _credentials_async.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/_jwt_async.py to _jwt_async.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/_helpers.py to _helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/environment_vars.py to environment_vars.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/_oauth2client.py to _oauth2client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/jwt.py to jwt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/compute_engine/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/compute_engine/_metadata.py to _metadata.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/compute_engine/credentials.py to credentials.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport/_aiohttp_requests.py to _aiohttp_requests.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport/requests.py to requests.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport/_http_client.py to _http_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport/urllib3.py to urllib3.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport/grpc.py to grpc.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport/mtls.py to mtls.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/transport/_mtls_helper.py to _mtls_helper.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt/rsa.py to rsa.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt/_python_rsa.py to _python_rsa.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt/es256.py to es256.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt/_helpers.py to _helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google/auth/crypt/_cryptography_rsa.py to _cryptography_rsa.cpython-36.pyc writing byte-compilation script '/tmp/tmpk6tp6r1s.py' /usr/libexec/platform-python /tmp/tmpk6tp6r1s.py removing /tmp/tmpk6tp6r1s.py running install_egg_info running egg_info creating google_auth.egg-info writing google_auth.egg-info/PKG-INFO writing dependency_links to google_auth.egg-info/dependency_links.txt writing namespace_packages to google_auth.egg-info/namespace_packages.txt writing requirements to google_auth.egg-info/requires.txt writing top-level names to google_auth.egg-info/top_level.txt writing manifest file 'google_auth.egg-info/SOURCES.txt' reading manifest file 'google_auth.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'CHANGELOG.rst' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '__pycache__' found anywhere in distribution writing manifest file 'google_auth.egg-info/SOURCES.txt' Copying google_auth.egg-info to /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google_auth-1.24.0-py3.6.egg-info Installing /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6/site-packages/google_auth-1.24.0-py3.6-nspkg.pth running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j40 --strict-build-id -m -i --build-id-seed 1.24.0-1.el8 --unique-debug-suffix -1.24.0-1.el8.noarch --unique-debug-src-base python-google-auth-1.24.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/google-auth-library-python-1.24.0 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: /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/python-google-auth-1.24.0-1.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ovG16K + umask 022 + cd /builddir/build/BUILD + cd google-auth-library-python-1.24.0 + exit 0 Processing files: python3-google-auth-1.24.0-1.el8.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.zeY3Ra + umask 022 + cd /builddir/build/BUILD + cd google-auth-library-python-1.24.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/share/licenses/python3-google-auth + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/share/licenses/python3-google-auth + cp -pr LICENSE /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch/usr/share/licenses/python3-google-auth + exit 0 Provides: python3-google-auth = 1:1.24.0-1.el8 python3.6dist(google-auth) = 1.24.0 python3dist(google-auth) = 1.24.0 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 python3.6dist(cachetools) >= 2.0.0 python3.6dist(cachetools) < 5.0 python3.6dist(pyasn1-modules) >= 0.2.1 python3.6dist(rsa) >= 3.1.4 python3.6dist(rsa) < 5 python3.6dist(setuptools) >= 40.3.0 python3.6dist(six) >= 1.9.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch Wrote: /builddir/build/RPMS/python3-google-auth-1.24.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gMuuIX + umask 022 + cd /builddir/build/BUILD + cd google-auth-library-python-1.24.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-google-auth-1.24.0-1.el8.noarch + exit 0 Child return code was: 0