Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-oauth2client.spec'], nspawn_args=[]shell=Falseuid=995env={'LANG': 'en_US.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/epel-1-armhfp-c016d5727271a1ba779ff73cdf6c6ca6c1129ded/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-oauth2client.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-oauth2client-4.0.0-3.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-oauth2client.spec'], nspawn_args=[]shell=Falseuid=995env={'LANG': 'en_US.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/epel-1-armhfp-c016d5727271a1ba779ff73cdf6c6ca6c1129ded/root'gid=135user='mockbuild'timeout=0logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-oauth2client.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ggDFNj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf oauth2client-4.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/oauth2client-4.0.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd oauth2client-4.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (docs-build-fix.patch):' Patch #0 (docs-build-fix.patch): + /usr/bin/cat /builddir/build/SOURCES/docs-build-fix.patch + /usr/bin/patch -p1 -b --suffix .doc --fuzz=0 patching file docs/conf.py patching file docs/source/oauth2client.contrib.rst + rm -f docs/source/oauth2client.contrib.appengine.rst oauth2client/appengine.py + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fG24Lt + umask 022 + cd /builddir/build/BUILD + cd oauth2client-4.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/oauth2client copying oauth2client/crypt.py -> build/lib/oauth2client copying oauth2client/tools.py -> build/lib/oauth2client copying oauth2client/file.py -> build/lib/oauth2client copying oauth2client/service_account.py -> build/lib/oauth2client copying oauth2client/clientsecrets.py -> build/lib/oauth2client copying oauth2client/client.py -> build/lib/oauth2client copying oauth2client/transport.py -> build/lib/oauth2client copying oauth2client/_pycrypto_crypt.py -> build/lib/oauth2client copying oauth2client/__init__.py -> build/lib/oauth2client copying oauth2client/_pkce.py -> build/lib/oauth2client copying oauth2client/_helpers.py -> build/lib/oauth2client copying oauth2client/_pure_python_crypt.py -> build/lib/oauth2client copying oauth2client/_openssl_crypt.py -> build/lib/oauth2client creating build/lib/tests copying tests/test_service_account.py -> build/lib/tests copying tests/test_crypt.py -> build/lib/tests copying tests/http_mock.py -> build/lib/tests copying tests/test_clientsecrets.py -> build/lib/tests copying tests/test_client.py -> build/lib/tests copying tests/test__pkce.py -> build/lib/tests copying tests/test_jwt.py -> build/lib/tests copying tests/test_tools.py -> build/lib/tests copying tests/test__pycrypto_crypt.py -> build/lib/tests copying tests/test__pure_python_crypt.py -> build/lib/tests copying tests/test_transport.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test__helpers.py -> build/lib/tests copying tests/conftest.py -> build/lib/tests copying tests/test_file.py -> build/lib/tests creating build/lib/oauth2client/contrib copying oauth2client/contrib/dictionary_storage.py -> build/lib/oauth2client/contrib copying oauth2client/contrib/_metadata.py -> build/lib/oauth2client/contrib copying oauth2client/contrib/gce.py -> build/lib/oauth2client/contrib copying oauth2client/contrib/multiprocess_file_storage.py -> build/lib/oauth2client/contrib copying oauth2client/contrib/xsrfutil.py -> build/lib/oauth2client/contrib copying oauth2client/contrib/keyring_storage.py -> build/lib/oauth2client/contrib copying oauth2client/contrib/flask_util.py -> build/lib/oauth2client/contrib copying oauth2client/contrib/__init__.py -> build/lib/oauth2client/contrib copying oauth2client/contrib/appengine.py -> build/lib/oauth2client/contrib copying oauth2client/contrib/sqlalchemy.py -> build/lib/oauth2client/contrib copying oauth2client/contrib/devshell.py -> build/lib/oauth2client/contrib copying oauth2client/contrib/_appengine_ndb.py -> build/lib/oauth2client/contrib creating build/lib/tests/contrib copying tests/contrib/test_devshell.py -> build/lib/tests/contrib copying tests/contrib/test_sqlalchemy.py -> build/lib/tests/contrib copying tests/contrib/test_keyring_storage.py -> build/lib/tests/contrib copying tests/contrib/test_xsrfutil.py -> build/lib/tests/contrib copying tests/contrib/test_gce.py -> build/lib/tests/contrib copying tests/contrib/test_dictionary_storage.py -> build/lib/tests/contrib copying tests/contrib/test_flask_util.py -> build/lib/tests/contrib copying tests/contrib/__init__.py -> build/lib/tests/contrib copying tests/contrib/test_multiprocess_file_storage.py -> build/lib/tests/contrib copying tests/contrib/test_metadata.py -> build/lib/tests/contrib creating build/lib/oauth2client/contrib/django_util copying oauth2client/contrib/django_util/apps.py -> build/lib/oauth2client/contrib/django_util copying oauth2client/contrib/django_util/models.py -> build/lib/oauth2client/contrib/django_util copying oauth2client/contrib/django_util/signals.py -> build/lib/oauth2client/contrib/django_util copying oauth2client/contrib/django_util/decorators.py -> build/lib/oauth2client/contrib/django_util copying oauth2client/contrib/django_util/site.py -> build/lib/oauth2client/contrib/django_util copying oauth2client/contrib/django_util/__init__.py -> build/lib/oauth2client/contrib/django_util copying oauth2client/contrib/django_util/views.py -> build/lib/oauth2client/contrib/django_util copying oauth2client/contrib/django_util/storage.py -> build/lib/oauth2client/contrib/django_util creating build/lib/tests/contrib/appengine copying tests/contrib/appengine/test__appengine_ndb.py -> build/lib/tests/contrib/appengine copying tests/contrib/appengine/test_appengine.py -> build/lib/tests/contrib/appengine copying tests/contrib/appengine/__init__.py -> build/lib/tests/contrib/appengine copying tests/contrib/appengine/conftest.py -> build/lib/tests/contrib/appengine creating build/lib/tests/contrib/django_util copying tests/contrib/django_util/apps.py -> build/lib/tests/contrib/django_util copying tests/contrib/django_util/test_django_models.py -> build/lib/tests/contrib/django_util copying tests/contrib/django_util/models.py -> build/lib/tests/contrib/django_util copying tests/contrib/django_util/settings.py -> build/lib/tests/contrib/django_util copying tests/contrib/django_util/test_django_storage.py -> build/lib/tests/contrib/django_util copying tests/contrib/django_util/test_django_util.py -> build/lib/tests/contrib/django_util copying tests/contrib/django_util/test_views.py -> build/lib/tests/contrib/django_util copying tests/contrib/django_util/__init__.py -> build/lib/tests/contrib/django_util copying tests/contrib/django_util/test_decorators.py -> build/lib/tests/contrib/django_util + sleep 1 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LNnIex + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch + cd oauth2client-4.0.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/dictionary_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/_metadata.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/gce.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/apps.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/models.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/signals.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/decorators.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/site.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/views.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/multiprocess_file_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/xsrfutil.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/keyring_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/flask_util.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/appengine.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/sqlalchemy.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/devshell.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/_appengine_ndb.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib copying build/lib/oauth2client/crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client copying build/lib/oauth2client/tools.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client copying build/lib/oauth2client/file.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client copying build/lib/oauth2client/service_account.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client copying build/lib/oauth2client/clientsecrets.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client copying build/lib/oauth2client/client.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client copying build/lib/oauth2client/transport.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client copying build/lib/oauth2client/_pycrypto_crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client copying build/lib/oauth2client/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client copying build/lib/oauth2client/_pkce.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client copying build/lib/oauth2client/_helpers.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client copying build/lib/oauth2client/_pure_python_crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client copying build/lib/oauth2client/_openssl_crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib copying build/lib/tests/contrib/test_devshell.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib copying build/lib/tests/contrib/test_sqlalchemy.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/appengine copying build/lib/tests/contrib/appengine/test__appengine_ndb.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/appengine copying build/lib/tests/contrib/appengine/test_appengine.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/appengine copying build/lib/tests/contrib/appengine/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/appengine copying build/lib/tests/contrib/appengine/conftest.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/appengine copying build/lib/tests/contrib/test_keyring_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib copying build/lib/tests/contrib/test_xsrfutil.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/apps.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/test_django_models.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/models.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/settings.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/test_django_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/test_django_util.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/test_views.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/test_decorators.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/test_gce.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib copying build/lib/tests/contrib/test_dictionary_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib copying build/lib/tests/contrib/test_flask_util.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib copying build/lib/tests/contrib/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib copying build/lib/tests/contrib/test_multiprocess_file_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib copying build/lib/tests/contrib/test_metadata.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib copying build/lib/tests/test_service_account.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/test_crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/http_mock.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/test_clientsecrets.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/test_client.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/test__pkce.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/test_jwt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/test_tools.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/test__pycrypto_crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/test__pure_python_crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/test_transport.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/test__helpers.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/conftest.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests copying build/lib/tests/test_file.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/dictionary_storage.py to dictionary_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/_metadata.py to _metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/gce.py to gce.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util/apps.py to apps.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util/signals.py to signals.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util/site.py to site.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/django_util/storage.py to storage.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/multiprocess_file_storage.py to multiprocess_file_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/xsrfutil.py to xsrfutil.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/keyring_storage.py to keyring_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/flask_util.py to flask_util.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/appengine.py to appengine.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/sqlalchemy.py to sqlalchemy.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/devshell.py to devshell.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/contrib/_appengine_ndb.py to _appengine_ndb.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/crypt.py to crypt.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/tools.py to tools.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/file.py to file.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/service_account.py to service_account.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/clientsecrets.py to clientsecrets.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/transport.py to transport.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/_pycrypto_crypt.py to _pycrypto_crypt.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/_pkce.py to _pkce.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/_helpers.py to _helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/_pure_python_crypt.py to _pure_python_crypt.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client/_openssl_crypt.py to _openssl_crypt.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/test_devshell.py to test_devshell.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/test_sqlalchemy.py to test_sqlalchemy.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/appengine/test__appengine_ndb.py to test__appengine_ndb.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/appengine/test_appengine.py to test_appengine.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/appengine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/appengine/conftest.py to conftest.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/test_keyring_storage.py to test_keyring_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/test_xsrfutil.py to test_xsrfutil.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util/apps.py to apps.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util/test_django_models.py to test_django_models.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util/models.py to models.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util/settings.py to settings.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util/test_django_storage.py to test_django_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util/test_django_util.py to test_django_util.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util/test_views.py to test_views.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/django_util/test_decorators.py to test_decorators.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/test_gce.py to test_gce.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/test_dictionary_storage.py to test_dictionary_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/test_flask_util.py to test_flask_util.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/test_multiprocess_file_storage.py to test_multiprocess_file_storage.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/contrib/test_metadata.py to test_metadata.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/test_service_account.py to test_service_account.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/test_crypt.py to test_crypt.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/http_mock.py to http_mock.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/test_clientsecrets.py to test_clientsecrets.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/test__pkce.py to test__pkce.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/test_jwt.py to test_jwt.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/test_tools.py to test_tools.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/test__pycrypto_crypt.py to test__pycrypto_crypt.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/test__pure_python_crypt.py to test__pure_python_crypt.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/test_transport.py to test_transport.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/test__helpers.py to test__helpers.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/conftest.py to conftest.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests/test_file.py to test_file.pyc writing byte-compilation script '/tmp/tmpMIvEMY.py' /usr/bin/python2 -O /tmp/tmpMIvEMY.py removing /tmp/tmpMIvEMY.py running install_egg_info running egg_info creating oauth2client.egg-info writing requirements to oauth2client.egg-info/requires.txt writing oauth2client.egg-info/PKG-INFO writing top-level names to oauth2client.egg-info/top_level.txt writing dependency_links to oauth2client.egg-info/dependency_links.txt writing manifest file 'oauth2client.egg-info/SOURCES.txt' reading manifest file 'oauth2client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'oauth2client.egg-info/SOURCES.txt' Copying oauth2client.egg-info to /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/oauth2client-4.0.0-py2.7.egg-info running install_scripts + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' + LDFLAGS='-Wl,-z,relro ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/dictionary_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/_metadata.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/gce.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/apps.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/models.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/signals.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/decorators.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/site.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/views.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/django_util/storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util copying build/lib/oauth2client/contrib/multiprocess_file_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/xsrfutil.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/keyring_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/flask_util.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/appengine.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/sqlalchemy.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/devshell.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib copying build/lib/oauth2client/contrib/_appengine_ndb.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib copying build/lib/oauth2client/crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client copying build/lib/oauth2client/tools.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client copying build/lib/oauth2client/file.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client copying build/lib/oauth2client/service_account.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client copying build/lib/oauth2client/clientsecrets.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client copying build/lib/oauth2client/client.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client copying build/lib/oauth2client/transport.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client copying build/lib/oauth2client/_pycrypto_crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client copying build/lib/oauth2client/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client copying build/lib/oauth2client/_pkce.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client copying build/lib/oauth2client/_helpers.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client copying build/lib/oauth2client/_pure_python_crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client copying build/lib/oauth2client/_openssl_crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib copying build/lib/tests/contrib/test_devshell.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib copying build/lib/tests/contrib/test_sqlalchemy.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/appengine copying build/lib/tests/contrib/appengine/test__appengine_ndb.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/appengine copying build/lib/tests/contrib/appengine/test_appengine.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/appengine copying build/lib/tests/contrib/appengine/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/appengine copying build/lib/tests/contrib/appengine/conftest.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/appengine copying build/lib/tests/contrib/test_keyring_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib copying build/lib/tests/contrib/test_xsrfutil.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib creating /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/apps.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/test_django_models.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/models.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/settings.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/test_django_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/test_django_util.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/test_views.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/django_util/test_decorators.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util copying build/lib/tests/contrib/test_gce.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib copying build/lib/tests/contrib/test_dictionary_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib copying build/lib/tests/contrib/test_flask_util.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib copying build/lib/tests/contrib/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib copying build/lib/tests/contrib/test_multiprocess_file_storage.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib copying build/lib/tests/contrib/test_metadata.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib copying build/lib/tests/test_service_account.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/test_crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/http_mock.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/test_clientsecrets.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/test_client.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/test__pkce.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/test_jwt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/test_tools.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/test__pycrypto_crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/test__pure_python_crypt.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/test_transport.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/test__helpers.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/conftest.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests copying build/lib/tests/test_file.py -> /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/dictionary_storage.py to dictionary_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/_metadata.py to _metadata.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/gce.py to gce.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util/apps.py to apps.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util/models.py to models.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util/signals.py to signals.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util/decorators.py to decorators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util/site.py to site.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util/views.py to views.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/django_util/storage.py to storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/multiprocess_file_storage.py to multiprocess_file_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/xsrfutil.py to xsrfutil.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/keyring_storage.py to keyring_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/flask_util.py to flask_util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/appengine.py to appengine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/sqlalchemy.py to sqlalchemy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/devshell.py to devshell.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/contrib/_appengine_ndb.py to _appengine_ndb.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/crypt.py to crypt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/tools.py to tools.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/file.py to file.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/service_account.py to service_account.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/clientsecrets.py to clientsecrets.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/client.py to client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/transport.py to transport.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/_pycrypto_crypt.py to _pycrypto_crypt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/_pkce.py to _pkce.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/_helpers.py to _helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/_pure_python_crypt.py to _pure_python_crypt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client/_openssl_crypt.py to _openssl_crypt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/test_devshell.py to test_devshell.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/test_sqlalchemy.py to test_sqlalchemy.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/appengine/test__appengine_ndb.py to test__appengine_ndb.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/appengine/test_appengine.py to test_appengine.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/appengine/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/appengine/conftest.py to conftest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/test_keyring_storage.py to test_keyring_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/test_xsrfutil.py to test_xsrfutil.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util/apps.py to apps.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util/test_django_models.py to test_django_models.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util/models.py to models.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util/settings.py to settings.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util/test_django_storage.py to test_django_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util/test_django_util.py to test_django_util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util/test_views.py to test_views.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/django_util/test_decorators.py to test_decorators.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/test_gce.py to test_gce.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/test_dictionary_storage.py to test_dictionary_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/test_flask_util.py to test_flask_util.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/test_multiprocess_file_storage.py to test_multiprocess_file_storage.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/contrib/test_metadata.py to test_metadata.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/test_service_account.py to test_service_account.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/test_crypt.py to test_crypt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/http_mock.py to http_mock.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/test_clientsecrets.py to test_clientsecrets.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/test_client.py to test_client.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/test__pkce.py to test__pkce.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/test_jwt.py to test_jwt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/test_tools.py to test_tools.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/test__pycrypto_crypt.py to test__pycrypto_crypt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/test__pure_python_crypt.py to test__pure_python_crypt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/test_transport.py to test_transport.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/test__helpers.py to test__helpers.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/conftest.py to conftest.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests/test_file.py to test_file.cpython-36.pyc writing byte-compilation script '/tmp/tmpjcbxo0_t.py' /usr/bin/python3 /tmp/tmpjcbxo0_t.py removing /tmp/tmpjcbxo0_t.py running install_egg_info running egg_info writing oauth2client.egg-info/PKG-INFO writing dependency_links to oauth2client.egg-info/dependency_links.txt writing requirements to oauth2client.egg-info/requires.txt writing top-level names to oauth2client.egg-info/top_level.txt reading manifest file 'oauth2client.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'oauth2client.egg-info/SOURCES.txt' Copying oauth2client.egg-info to /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/oauth2client-4.0.0-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/oauth2client-4.0.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.o3WgPi + umask 022 + cd /builddir/build/BUILD + cd oauth2client-4.0.0 + rm -rf build/lib/tests/ + rm -rf tests/contrib/django_util + py.test ============================= test session starts ============================== platform linux2 -- Python 2.7.5 -- py-1.4.32 -- pytest-2.7.0 rootdir: /builddir/build/BUILD/oauth2client-4.0.0, inifile: collected 462 items tests/test__helpers.py ............................. tests/test__pkce.py .... tests/test__pure_python_crypt.py ............... tests/test__pycrypto_crypt.py ..... tests/test_client.py ............................................................................................................................................................................. tests/test_clientsecrets.py ................... tests/test_crypt.py ................... tests/test_file.py .......... tests/test_jwt.py ..................................... tests/test_service_account.py .......................... tests/test_tools.py ......... tests/test_transport.py ................. tests/contrib/test_devshell.py ................. tests/contrib/test_dictionary_storage.py ..... tests/contrib/test_flask_util.py ..................... tests/contrib/test_gce.py ............ tests/contrib/test_keyring_storage.py ......... tests/contrib/test_metadata.py ..... tests/contrib/test_multiprocess_file_storage.py .............. tests/contrib/test_sqlalchemy.py ... tests/contrib/test_xsrfutil.py ............. ========================= 462 passed in 28.66 seconds ========================== + py.test-3.6 -x -vk 'not test_jwt and not test__pycrypto_crypt' ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-2.9.2, py-1.4.32, pluggy-0.3.1 -- /usr/bin/python3.6 cachedir: .cache rootdir: /builddir/build/BUILD/oauth2client-4.0.0, inifile: collecting ... collected 462 items tests/test__helpers.py::PositionalTests::test_enforcement_ignore PASSED tests/test__helpers.py::PositionalTests::test_enforcement_warning PASSED tests/test__helpers.py::PositionalTests::test_usage PASSED tests/test__helpers.py::ScopeToStringTests::test_iterables PASSED tests/test__helpers.py::StringToScopeTests::test_conversion PASSED tests/test__helpers.py::AddQueryParameterTests::test__add_query_parameter PASSED tests/test__helpers.py::Test__parse_pem_key::test_bad_input PASSED tests/test__helpers.py::Test__parse_pem_key::test_valid_input PASSED tests/test__helpers.py::Test__json_encode::test_dictionary_input PASSED tests/test__helpers.py::Test__json_encode::test_list_input PASSED tests/test__helpers.py::Test__to_bytes::test_with_bytes PASSED tests/test__helpers.py::Test__to_bytes::test_with_nonstring_type PASSED tests/test__helpers.py::Test__to_bytes::test_with_unicode PASSED tests/test__helpers.py::Test__from_bytes::test_with_bytes PASSED tests/test__helpers.py::Test__from_bytes::test_with_nonstring_type PASSED tests/test__helpers.py::Test__from_bytes::test_with_unicode PASSED tests/test__helpers.py::Test__urlsafe_b64encode::test_valid_input_bytes PASSED tests/test__helpers.py::Test__urlsafe_b64encode::test_valid_input_str PASSED tests/test__helpers.py::Test__urlsafe_b64encode::test_valid_input_unicode PASSED tests/test__helpers.py::Test__urlsafe_b64decode::test_bad_input PASSED tests/test__helpers.py::Test__urlsafe_b64decode::test_valid_input_bytes PASSED tests/test__helpers.py::Test__urlsafe_b64decode::test_valid_input_str PASSED tests/test__helpers.py::Test__urlsafe_b64decode::test_valid_input_unicode PASSED tests/test__helpers.py::Test_update_query_params::test_update_query_params_existing_params PASSED tests/test__helpers.py::Test_update_query_params::test_update_query_params_no_params PASSED tests/test__helpers.py::Test_update_query_params::test_update_query_params_repeated_params PASSED tests/test__helpers.py::Test_update_query_params::test_update_query_params_replace_param PASSED tests/test__helpers.py::Test_parse_unique_urlencoded::test_with_repeats PASSED tests/test__helpers.py::Test_parse_unique_urlencoded::test_without_repeats PASSED tests/test__pkce.py::PKCETests::test_challenge PASSED tests/test__pkce.py::PKCETests::test_verifier PASSED tests/test__pkce.py::PKCETests::test_verifier_too_long PASSED tests/test__pkce.py::PKCETests::test_verifier_too_short PASSED tests/test__pure_python_crypt.py::TestRsaVerifier::test_from_string_pub_cert PASSED tests/test__pure_python_crypt.py::TestRsaVerifier::test_from_string_pub_cert_failure PASSED tests/test__pure_python_crypt.py::TestRsaVerifier::test_from_string_pub_cert_unicode PASSED tests/test__pure_python_crypt.py::TestRsaVerifier::test_from_string_pub_key PASSED tests/test__pure_python_crypt.py::TestRsaVerifier::test_from_string_pub_key_unicode PASSED tests/test__pure_python_crypt.py::TestRsaVerifier::test_verify_failure PASSED tests/test__pure_python_crypt.py::TestRsaVerifier::test_verify_success PASSED tests/test__pure_python_crypt.py::TestRsaVerifier::test_verify_unicode_success PASSED tests/test__pure_python_crypt.py::TestRsaSigner::test_from_string_bogus_key PASSED tests/test__pure_python_crypt.py::TestRsaSigner::test_from_string_pkcs1 PASSED tests/test__pure_python_crypt.py::TestRsaSigner::test_from_string_pkcs12 PASSED tests/test__pure_python_crypt.py::TestRsaSigner::test_from_string_pkcs1_unicode PASSED tests/test__pure_python_crypt.py::TestRsaSigner::test_from_string_pkcs8 PASSED tests/test__pure_python_crypt.py::TestRsaSigner::test_from_string_pkcs8_extra_bytes PASSED tests/test__pure_python_crypt.py::TestRsaSigner::test_from_string_pkcs8_unicode PASSED tests/test_client.py::CredentialsTests::test__to_json_basic PASSED tests/test_client.py::CredentialsTests::test__to_json_to_serialize PASSED tests/test_client.py::CredentialsTests::test__to_json_with_strip PASSED tests/test_client.py::CredentialsTests::test_apply_abstract PASSED tests/test_client.py::CredentialsTests::test_authorize_abstract PASSED tests/test_client.py::CredentialsTests::test_from_json PASSED tests/test_client.py::CredentialsTests::test_new_from_json_bad_class PASSED tests/test_client.py::CredentialsTests::test_new_from_json_bad_module PASSED tests/test_client.py::CredentialsTests::test_new_from_json_basic_data PASSED tests/test_client.py::CredentialsTests::test_new_from_json_no_data PASSED tests/test_client.py::CredentialsTests::test_new_from_json_old_name PASSED tests/test_client.py::CredentialsTests::test_refresh_abstract PASSED tests/test_client.py::CredentialsTests::test_revoke_abstract PASSED tests/test_client.py::CredentialsTests::test_to_from_json PASSED tests/test_client.py::CredentialsTests::test_to_json PASSED tests/test_client.py::TestStorage::test_locked_delete_abstract PASSED tests/test_client.py::TestStorage::test_locked_get_abstract PASSED tests/test_client.py::TestStorage::test_locked_put_abstract PASSED tests/test_client.py::GoogleCredentialsTests::test_bad_expiry PASSED tests/test_client.py::GoogleCredentialsTests::test_create_scoped PASSED tests/test_client.py::GoogleCredentialsTests::test_create_scoped_required PASSED tests/test_client.py::GoogleCredentialsTests::test_env_name PASSED tests/test_client.py::GoogleCredentialsTests::test_environ_check_gae_module_unknown PASSED tests/test_client.py::GoogleCredentialsTests::test_environment_caching PASSED tests/test_client.py::GoogleCredentialsTests::test_environment_check_fastpath PASSED tests/test_client.py::GoogleCredentialsTests::test_environment_check_gae_local PASSED tests/test_client.py::GoogleCredentialsTests::test_environment_check_gae_production PASSED tests/test_client.py::GoogleCredentialsTests::test_environment_check_gce_prod_with_working_gae_imports PASSED tests/test_client.py::GoogleCredentialsTests::test_environment_check_gce_production PASSED tests/test_client.py::GoogleCredentialsTests::test_environment_check_gce_timeout PASSED tests/test_client.py::GoogleCredentialsTests::test_environment_check_unknown PASSED tests/test_client.py::GoogleCredentialsTests::test_from_stream_authorized_user PASSED tests/test_client.py::GoogleCredentialsTests::test_from_stream_malformed_file_1 PASSED tests/test_client.py::GoogleCredentialsTests::test_from_stream_malformed_file_2 PASSED tests/test_client.py::GoogleCredentialsTests::test_from_stream_malformed_file_3 PASSED tests/test_client.py::GoogleCredentialsTests::test_from_stream_missing_file PASSED tests/test_client.py::GoogleCredentialsTests::test_from_stream_service_account PASSED tests/test_client.py::GoogleCredentialsTests::test_get_adc_env_from_well_known PASSED tests/test_client.py::GoogleCredentialsTests::test_get_adc_env_not_set_up PASSED tests/test_client.py::GoogleCredentialsTests::test_get_adc_from_env_var_authorized_user PASSED tests/test_client.py::GoogleCredentialsTests::test_get_adc_from_env_var_malformed_file PASSED tests/test_client.py::GoogleCredentialsTests::test_get_adc_from_env_var_service_account PASSED tests/test_client.py::GoogleCredentialsTests::test_get_adc_from_file_authorized_user PASSED tests/test_client.py::GoogleCredentialsTests::test_get_adc_from_file_service_account PASSED tests/test_client.py::GoogleCredentialsTests::test_get_application_default_credential_from_malformed_file_1 PASSED tests/test_client.py::GoogleCredentialsTests::test_get_application_default_credential_from_malformed_file_2 PASSED tests/test_client.py::GoogleCredentialsTests::test_get_application_default_credential_from_malformed_file_3 PASSED tests/test_client.py::GoogleCredentialsTests::test_get_application_default_in_gae PASSED tests/test_client.py::GoogleCredentialsTests::test_get_application_default_in_gce PASSED tests/test_client.py::GoogleCredentialsTests::test_get_environment_variable_file PASSED tests/test_client.py::GoogleCredentialsTests::test_get_environment_variable_file_error PASSED tests/test_client.py::GoogleCredentialsTests::test_get_environment_variable_file_without_env_var PASSED tests/test_client.py::GoogleCredentialsTests::test_get_well_known_file_on_windows PASSED tests/test_client.py::GoogleCredentialsTests::test_get_well_known_file_on_windows_without_appdata PASSED tests/test_client.py::GoogleCredentialsTests::test_get_well_known_file_with_custom_config_dir PASSED tests/test_client.py::GoogleCredentialsTests::test_parse_expiry PASSED tests/test_client.py::GoogleCredentialsTests::test_raise_exception_for_missing_fields PASSED tests/test_client.py::GoogleCredentialsTests::test_raise_exception_for_reading_json PASSED tests/test_client.py::GoogleCredentialsTests::test_save_to_well_known_file_authorized_user PASSED tests/test_client.py::GoogleCredentialsTests::test_save_to_well_known_file_service_account PASSED tests/test_client.py::GoogleCredentialsTests::test_save_well_known_file_with_non_existent_config_dir PASSED tests/test_client.py::GoogleCredentialsTests::test_to_from_json_authorized_user PASSED tests/test_client.py::GoogleCredentialsTests::test_to_from_json_service_account PASSED tests/test_client.py::GoogleCredentialsTests::test_to_from_json_service_account_scoped PASSED tests/test_client.py::BasicCredentialsTests::test__do_refresh_request_basic_failure PASSED tests/test_client.py::BasicCredentialsTests::test__do_refresh_request_failure_w_json_error PASSED tests/test_client.py::BasicCredentialsTests::test__do_refresh_request_failure_w_json_error_and_desc PASSED tests/test_client.py::BasicCredentialsTests::test__do_refresh_request_failure_w_json_error_and_store PASSED tests/test_client.py::BasicCredentialsTests::test__do_refresh_request_non_json_failure PASSED tests/test_client.py::BasicCredentialsTests::test__do_retrieve_scopes_basic_failure PASSED tests/test_client.py::BasicCredentialsTests::test__do_retrieve_scopes_failure_w_json_error PASSED tests/test_client.py::BasicCredentialsTests::test__do_retrieve_scopes_non_json_failure PASSED tests/test_client.py::BasicCredentialsTests::test__do_retrieve_scopes_success PASSED tests/test_client.py::BasicCredentialsTests::test__do_retrieve_scopes_success_bad_json PASSED tests/test_client.py::BasicCredentialsTests::test__do_revoke_basic_failure PASSED tests/test_client.py::BasicCredentialsTests::test__do_revoke_failure_w_json_error PASSED tests/test_client.py::BasicCredentialsTests::test__do_revoke_failure_w_json_error_and_store PASSED tests/test_client.py::BasicCredentialsTests::test__do_revoke_non_json_failure PASSED tests/test_client.py::BasicCredentialsTests::test__do_revoke_success PASSED tests/test_client.py::BasicCredentialsTests::test__do_revoke_success_with_store PASSED tests/test_client.py::BasicCredentialsTests::test__expires_in_expired PASSED tests/test_client.py::BasicCredentialsTests::test__expires_in_no_expiry PASSED tests/test_client.py::BasicCredentialsTests::test__expires_in_not_expired PASSED tests/test_client.py::BasicCredentialsTests::test_from_json_bad_token_expiry PASSED tests/test_client.py::BasicCredentialsTests::test_from_json_token_expiry PASSED tests/test_client.py::BasicCredentialsTests::test_get_access_token PASSED tests/test_client.py::BasicCredentialsTests::test_get_access_token_with_http PASSED tests/test_client.py::BasicCredentialsTests::test_get_access_token_without_http PASSED tests/test_client.py::BasicCredentialsTests::test_has_scopes PASSED tests/test_client.py::BasicCredentialsTests::test_no_unicode_in_request_params PASSED tests/test_client.py::BasicCredentialsTests::test_non_401_error_response PASSED tests/test_client.py::BasicCredentialsTests::test_recursive_authorize PASSED tests/test_client.py::BasicCredentialsTests::test_refresh_updates_id_token PASSED tests/test_client.py::BasicCredentialsTests::test_retrieve_scopes PASSED tests/test_client.py::BasicCredentialsTests::test_to_from_json PASSED tests/test_client.py::BasicCredentialsTests::test_token_refresh_failure PASSED tests/test_client.py::BasicCredentialsTests::test_token_refresh_success PASSED tests/test_client.py::BasicCredentialsTests::test_token_revoke_405 PASSED tests/test_client.py::BasicCredentialsTests::test_token_revoke_failure PASSED tests/test_client.py::BasicCredentialsTests::test_token_revoke_fallback PASSED tests/test_client.py::BasicCredentialsTests::test_token_revoke_success PASSED tests/test_client.py::BasicCredentialsTests::test_unicode_header_checks PASSED tests/test_client.py::AccessTokenCredentialsTests::test_auth_header_sent PASSED tests/test_client.py::AccessTokenCredentialsTests::test_non_401_error_response PASSED tests/test_client.py::AccessTokenCredentialsTests::test_token_refresh_success PASSED tests/test_client.py::AccessTokenCredentialsTests::test_token_revoke_failure PASSED tests/test_client.py::AccessTokenCredentialsTests::test_token_revoke_success PASSED tests/test_client.py::TestAssertionCredentials::test__generate_assertion_abstract PASSED tests/test_client.py::TestAssertionCredentials::test_assertion_body PASSED tests/test_client.py::TestAssertionCredentials::test_assertion_refresh PASSED tests/test_client.py::TestAssertionCredentials::test_sign_blob_abstract PASSED tests/test_client.py::TestAssertionCredentials::test_token_revoke_failure PASSED tests/test_client.py::TestAssertionCredentials::test_token_revoke_success PASSED tests/test_client.py::ExtractIdTokenTest::test_extract_failure PASSED tests/test_client.py::ExtractIdTokenTest::test_extract_success PASSED tests/test_client.py::OAuth2WebServerFlowTest::test__oauth2_web_server_flow_params PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_construct_authorize_url PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_exchange_dictlike PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_exchange_fails_if_no_code PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_exchange_failure PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_exchange_failure_with_json_error PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_exchange_id_token PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_exchange_id_token_fail PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_exchange_no_expires_in PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_exchange_success PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_exchange_success_binary_code PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_exchange_success_with_device_flow_info PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_exchange_using_authorization_header PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_exchange_with_pkce PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_override_flow_via_kwargs PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_scope_is_required PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_authorize_url_pkce PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_authorize_url_pkce_invalid_verifier PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_authorize_url_redirect_override PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_authorize_url_without_login_hint PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_authorize_url_without_redirect PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_device_and_user_codes PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_device_and_user_codes_bad_payload PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_device_and_user_codes_basic_failure PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_device_and_user_codes_failure_w_json_error PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_device_and_user_codes_non_json_failure PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_device_and_user_codes_w_default_http PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_device_and_user_codes_w_user_agent PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step1_get_device_and_user_codes_wo_device_uri PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step2_exchange_code_and_device_flow PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_step2_exchange_no_input PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_urlencoded_exchange_failure PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_urlencoded_exchange_no_expires_in PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_urlencoded_exchange_success PASSED tests/test_client.py::OAuth2WebServerFlowTest::test_urlencoded_expires_param PASSED tests/test_client.py::FlowFromCachedClientsecrets::test_flow_from_clientsecrets_cached PASSED tests/test_client.py::FlowFromCachedClientsecrets::test_flow_from_clientsecrets_invalid PASSED tests/test_client.py::FlowFromCachedClientsecrets::test_flow_from_clientsecrets_invalid_w_msg PASSED tests/test_client.py::FlowFromCachedClientsecrets::test_flow_from_clientsecrets_invalid_w_msg_and_text PASSED tests/test_client.py::FlowFromCachedClientsecrets::test_flow_from_clientsecrets_success PASSED tests/test_client.py::FlowFromCachedClientsecrets::test_flow_from_clientsecrets_success_w_device_uri PASSED tests/test_client.py::FlowFromCachedClientsecrets::test_flow_from_clientsecrets_success_w_revoke_uri PASSED tests/test_client.py::FlowFromCachedClientsecrets::test_flow_from_clientsecrets_unknown_flow PASSED tests/test_client.py::CredentialsFromCodeTests::test_exchange_code_and_cached_file_for_token PASSED tests/test_client.py::CredentialsFromCodeTests::test_exchange_code_and_file_for_token PASSED tests/test_client.py::CredentialsFromCodeTests::test_exchange_code_and_file_for_token_fail PASSED tests/test_client.py::CredentialsFromCodeTests::test_exchange_code_for_token PASSED tests/test_client.py::CredentialsFromCodeTests::test_exchange_code_for_token_fail PASSED tests/test_client.py::Test__save_private_file::test_existing PASSED tests/test_client.py::Test__save_private_file::test_new PASSED tests/test_client.py::Test__get_application_default_credential_GAE::test_it PASSED tests/test_client.py::Test__get_application_default_credential_GCE::test_it PASSED tests/test_client.py::Test__require_crypto_or_die::test_with_crypto PASSED tests/test_client.py::Test__require_crypto_or_die::test_without_crypto PASSED tests/test_client.py::TestDeviceFlowInfo::test_FromResponse PASSED tests/test_client.py::TestDeviceFlowInfo::test_FromResponse_fallback_to_uri PASSED tests/test_client.py::TestDeviceFlowInfo::test_FromResponse_missing_url PASSED tests/test_client.py::TestDeviceFlowInfo::test_FromResponse_with_expires_in PASSED tests/test_clientsecrets.py::Test__validate_clientsecrets::test_invalid_client_type PASSED tests/test_clientsecrets.py::Test__validate_clientsecrets::test_missing_required_type_installed PASSED tests/test_clientsecrets.py::Test__validate_clientsecrets::test_missing_required_type_web PASSED tests/test_clientsecrets.py::Test__validate_clientsecrets::test_string_not_configured_type_installed PASSED tests/test_clientsecrets.py::Test__validate_clientsecrets::test_string_not_configured_type_web PASSED tests/test_clientsecrets.py::Test__validate_clientsecrets::test_success_type_installed PASSED tests/test_clientsecrets.py::Test__validate_clientsecrets::test_success_type_web PASSED tests/test_clientsecrets.py::Test__validate_clientsecrets::test_with_non_dictionary PASSED tests/test_clientsecrets.py::Test__validate_clientsecrets::test_with_none PASSED tests/test_clientsecrets.py::Test__validate_clientsecrets::test_with_other_than_one_key PASSED tests/test_clientsecrets.py::Test__loadfile::test_bad_json PASSED tests/test_clientsecrets.py::Test__loadfile::test_non_existent PASSED tests/test_clientsecrets.py::Test__loadfile::test_success PASSED tests/test_clientsecrets.py::OAuth2CredentialsTests::test_load_by_filename_missing_file PASSED tests/test_clientsecrets.py::OAuth2CredentialsTests::test_validate_error PASSED tests/test_clientsecrets.py::CachedClientsecretsTests::test_cache_hit PASSED tests/test_clientsecrets.py::CachedClientsecretsTests::test_cache_miss PASSED tests/test_clientsecrets.py::CachedClientsecretsTests::test_validation PASSED tests/test_clientsecrets.py::CachedClientsecretsTests::test_without_cache PASSED tests/test_crypt.py::Test__bad_pkcs12_key_as_pem::test_fails PASSED tests/test_crypt.py::Test_pkcs12_key_as_pem::test_succeeds PASSED tests/test_crypt.py::Test_pkcs12_key_as_pem::test_succeeds_with_unicode_password PASSED tests/test_crypt.py::Test__verify_signature::test_failure PASSED tests/test_crypt.py::Test__verify_signature::test_success_multiple_certs PASSED tests/test_crypt.py::Test__verify_signature::test_success_single_cert PASSED tests/test_crypt.py::Test__check_audience::test_missing_aud PASSED tests/test_crypt.py::Test__check_audience::test_null_audience PASSED tests/test_crypt.py::Test__check_audience::test_success PASSED tests/test_crypt.py::Test__check_audience::test_wrong_aud PASSED tests/test_crypt.py::Test__verify_time_range::test_success PASSED tests/test_crypt.py::Test__verify_time_range::test_with_bad_token_lifetime PASSED tests/test_crypt.py::Test__verify_time_range::test_with_expiration_in_the_past PASSED tests/test_crypt.py::Test__verify_time_range::test_with_issued_at_in_future PASSED tests/test_crypt.py::Test__verify_time_range::test_without_expiration PASSED tests/test_crypt.py::Test__verify_time_range::test_without_issued_at PASSED tests/test_crypt.py::Test_verify_signed_jwt_with_certs::test_success PASSED tests/test_file.py::OAuth2ClientFileTests::test_access_token_credentials PASSED tests/test_file.py::OAuth2ClientFileTests::test_credentials_delete PASSED tests/test_file.py::OAuth2ClientFileTests::test_directory_file_storage PASSED tests/test_file.py::OAuth2ClientFileTests::test_no_sym_link_credentials PASSED tests/test_file.py::OAuth2ClientFileTests::test_non_existent_file_storage PASSED tests/test_file.py::OAuth2ClientFileTests::test_pickle_and_json_interop PASSED tests/test_file.py::OAuth2ClientFileTests::test_token_refresh_good_store PASSED tests/test_file.py::OAuth2ClientFileTests::test_token_refresh_store_expired PASSED tests/test_file.py::OAuth2ClientFileTests::test_token_refresh_store_expires_soon PASSED tests/test_file.py::OAuth2ClientFileTests::test_token_refresh_stream_body PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test__to_json_override PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_access_token PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_create_delegated PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_create_delegated_existing_sub PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_create_scoped PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_create_scoped_required_with_scopes PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_create_scoped_required_without_scopes PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_from_json_keyfile_name_factory PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_from_json_keyfile_name_factory_bad_type PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_from_json_keyfile_name_factory_missing_field PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_from_p12_keyfile_defaults PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_from_p12_keyfile_explicit PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_from_p12_keyfile_with_pycrypto PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_from_p12_keyfile_with_rsa PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_service_account_email PASSED tests/test_service_account.py::ServiceAccountCredentialsTests::test_sign_blob PASSED tests/test_service_account.py::JWTAccessCredentialsTests::test_authorize_401 PASSED tests/test_service_account.py::JWTAccessCredentialsTests::test_authorize_no_aud PASSED tests/test_service_account.py::JWTAccessCredentialsTests::test_authorize_stale_token PASSED tests/test_service_account.py::JWTAccessCredentialsTests::test_authorize_success PASSED tests/test_service_account.py::JWTAccessCredentialsTests::test_create_scoped PASSED tests/test_service_account.py::JWTAccessCredentialsTests::test_create_scoped_required PASSED tests/test_service_account.py::JWTAccessCredentialsTests::test_get_access_token_additional_claims PASSED tests/test_service_account.py::JWTAccessCredentialsTests::test_get_access_token_no_claims PASSED tests/test_service_account.py::JWTAccessCredentialsTests::test_refresh PASSED tests/test_service_account.py::JWTAccessCredentialsTests::test_revoke PASSED tests/test_tools.py::TestClientRedirectServer::test_ClientRedirectServer PASSED tests/test_tools.py::TestRunFlow::test_run_flow_no_webserver PASSED tests/test_tools.py::TestRunFlow::test_run_flow_no_webserver_exchange_error PASSED tests/test_tools.py::TestRunFlow::test_run_flow_no_webserver_explicit_flags PASSED tests/test_tools.py::TestRunFlow::test_run_flow_webserver PASSED tests/test_tools.py::TestRunFlow::test_run_flow_webserver_exchange_error PASSED tests/test_tools.py::TestRunFlow::test_run_flow_webserver_fallback PASSED tests/test_tools.py::TestRunFlow::test_run_flow_webserver_no_code PASSED tests/test_tools.py::TestMessageIfMissing::test_message_if_missing PASSED tests/test_transport.py::TestMemoryCache::test_get_set_delete PASSED tests/test_transport.py::Test_get_cached_http::test_global PASSED tests/test_transport.py::Test_get_cached_http::test_value PASSED tests/test_transport.py::Test_get_http_object::test_it PASSED tests/test_transport.py::Test_get_http_object::test_with_args PASSED tests/test_transport.py::Test__initialize_headers::test_copy PASSED tests/test_transport.py::Test__initialize_headers::test_null PASSED tests/test_transport.py::Test__apply_user_agent::test_append PASSED tests/test_transport.py::Test__apply_user_agent::test_new_agent PASSED tests/test_transport.py::Test__apply_user_agent::test_null PASSED tests/test_transport.py::Test_clean_headers::test_cast_object PASSED tests/test_transport.py::Test_clean_headers::test_cast_unicode PASSED tests/test_transport.py::Test_clean_headers::test_no_modify PASSED tests/test_transport.py::Test_clean_headers::test_unicode_failure PASSED tests/test_transport.py::Test_wrap_http_for_auth::test_wrap PASSED tests/test_transport.py::Test_request::test_with_callable_http PASSED tests/test_transport.py::Test_request::test_with_request_attr PASSED tests/contrib/test_devshell.py::TestCredentialInfoResponse::test_constructor_empty_list PASSED tests/contrib/test_devshell.py::TestCredentialInfoResponse::test_constructor_full_list PASSED tests/contrib/test_devshell.py::TestCredentialInfoResponse::test_constructor_with_bad_json PASSED tests/contrib/test_devshell.py::TestCredentialInfoResponse::test_constructor_with_non_list PASSED tests/contrib/test_devshell.py::Test_SendRecv::test_no_newline_in_received_header PASSED tests/contrib/test_devshell.py::Test_SendRecv::test_port_zero PASSED tests/contrib/test_devshell.py::DevshellCredentialsTests::test_bad_message_to_mock_server PASSED tests/contrib/test_devshell.py::DevshellCredentialsTests::test_from_json PASSED tests/contrib/test_devshell.py::DevshellCredentialsTests::test_handles_ignores_extra_fields PASSED tests/contrib/test_devshell.py::DevshellCredentialsTests::test_handles_skipped_fields PASSED tests/contrib/test_devshell.py::DevshellCredentialsTests::test_handles_tiny_response PASSED tests/contrib/test_devshell.py::DevshellCredentialsTests::test_no_refresh_token PASSED tests/contrib/test_devshell.py::DevshellCredentialsTests::test_reads_credentials PASSED tests/contrib/test_devshell.py::DevshellCredentialsTests::test_refuses_to_save_to_well_known_file PASSED tests/contrib/test_devshell.py::DevshellCredentialsTests::test_request_response PASSED tests/contrib/test_devshell.py::DevshellCredentialsTests::test_serialization_data PASSED tests/contrib/test_devshell.py::DevshellCredentialsTests::test_signals_no_server PASSED tests/contrib/test_dictionary_storage.py::DictionaryStorageTests::test_constructor_defaults PASSED tests/contrib/test_dictionary_storage.py::DictionaryStorageTests::test_constructor_explicit PASSED tests/contrib/test_dictionary_storage.py::DictionaryStorageTests::test_delete PASSED tests/contrib/test_dictionary_storage.py::DictionaryStorageTests::test_get PASSED tests/contrib/test_dictionary_storage.py::DictionaryStorageTests::test_put PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_app_configuration PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_authorize_callback PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_authorize_view PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_bad_client_secrets PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_bad_id_token PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_callback_view PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_callback_view_errors PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_create_flow PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_delayed_configuration PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_delete PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_explicit_configuration PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_explicit_scopes PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_explicit_storage PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_incremental_auth PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_incremental_auth_exchange PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_no_configuration PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_no_credentials PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_refresh PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_required PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_with_credentials PASSED tests/contrib/test_flask_util.py::FlaskOAuth2Tests::test_with_expired_credentials PASSED tests/contrib/test_gce.py::AppAssertionCredentialsTests::test_constructor PASSED tests/contrib/test_gce.py::AppAssertionCredentialsTests::test_constructor_with_scopes PASSED tests/contrib/test_gce.py::AppAssertionCredentialsTests::test_create_scoped_required PASSED tests/contrib/test_gce.py::AppAssertionCredentialsTests::test_from_json PASSED tests/contrib/test_gce.py::AppAssertionCredentialsTests::test_refresh_token PASSED tests/contrib/test_gce.py::AppAssertionCredentialsTests::test_refresh_token_failed_fetch PASSED tests/contrib/test_gce.py::AppAssertionCredentialsTests::test_retrieve_scopes PASSED tests/contrib/test_gce.py::AppAssertionCredentialsTests::test_retrieve_scopes_bad_email PASSED tests/contrib/test_gce.py::AppAssertionCredentialsTests::test_save_to_well_known_file PASSED tests/contrib/test_gce.py::AppAssertionCredentialsTests::test_serialization_data PASSED tests/contrib/test_gce.py::AppAssertionCredentialsTests::test_sign_blob_not_implemented PASSED tests/contrib/test_gce.py::AppAssertionCredentialsTests::test_to_json PASSED tests/contrib/test_keyring_storage.py::KeyringStorageTests::test_acquire_lock PASSED tests/contrib/test_keyring_storage.py::KeyringStorageTests::test_constructor PASSED tests/contrib/test_keyring_storage.py::KeyringStorageTests::test_get_and_set_with_json_credentials_stored PASSED tests/contrib/test_keyring_storage.py::KeyringStorageTests::test_get_with_malformed_json_credentials_stored PASSED tests/contrib/test_keyring_storage.py::KeyringStorageTests::test_get_with_no_credentials_stored PASSED tests/contrib/test_keyring_storage.py::KeyringStorageTests::test_locked_delete PASSED tests/contrib/test_keyring_storage.py::KeyringStorageTests::test_locked_get PASSED tests/contrib/test_keyring_storage.py::KeyringStorageTests::test_locked_put PASSED tests/contrib/test_keyring_storage.py::KeyringStorageTests::test_release_lock PASSED tests/contrib/test_metadata.py::TestMetadata::test_get_failure PASSED tests/contrib/test_metadata.py::TestMetadata::test_get_success_json PASSED tests/contrib/test_metadata.py::TestMetadata::test_get_success_string PASSED tests/contrib/test_metadata.py::TestMetadata::test_get_token_success PASSED tests/contrib/test_metadata.py::TestMetadata::test_service_account_info PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageBehaviorTests::test_basic_operations PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageBehaviorTests::test_multi_process_refresh PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageBehaviorTests::test_read_only_file_fail_lock PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageBehaviorTests::test_single_process_refresh PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageUnitTests::test__create_file_if_needed PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageUnitTests::test__get_backend PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageUnitTests::test__load_credentials_file_bad_file_version PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageUnitTests::test__load_credentials_file_invalid_json PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageUnitTests::test__load_credentials_file_no_file_version PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageUnitTests::test__load_credentials_no_open_file PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageUnitTests::test__read_write_credentials_file PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageUnitTests::test__refresh_predicate PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageUnitTests::test_acquire_lock_nonexistent_file PASSED tests/contrib/test_multiprocess_file_storage.py::MultiprocessStorageUnitTests::test_release_lock_with_no_file PASSED tests/contrib/test_sqlalchemy.py::TestSQLAlchemyStorage::test_delete PASSED tests/contrib/test_sqlalchemy.py::TestSQLAlchemyStorage::test_get PASSED tests/contrib/test_sqlalchemy.py::TestSQLAlchemyStorage::test_put PASSED tests/contrib/test_xsrfutil.py::Test_generate_token::test_bad_positional PASSED tests/contrib/test_xsrfutil.py::Test_generate_token::test_it PASSED tests/contrib/test_xsrfutil.py::Test_generate_token::test_with_system_time PASSED tests/contrib/test_xsrfutil.py::Test_validate_token::test_bad_positional PASSED tests/contrib/test_xsrfutil.py::Test_validate_token::test_no_token PASSED tests/contrib/test_xsrfutil.py::Test_validate_token::test_success PASSED tests/contrib/test_xsrfutil.py::Test_validate_token::test_token_differs_from_generated_but_same_length PASSED tests/contrib/test_xsrfutil.py::Test_validate_token::test_token_length_differs_from_generated PASSED tests/contrib/test_xsrfutil.py::Test_validate_token::test_token_non_integer PASSED tests/contrib/test_xsrfutil.py::Test_validate_token::test_token_not_valid_base64 PASSED tests/contrib/test_xsrfutil.py::Test_validate_token::test_token_too_old_explicit_current_time PASSED tests/contrib/test_xsrfutil.py::Test_validate_token::test_token_too_old_implicit_current_time PASSED tests/contrib/test_xsrfutil.py::XsrfUtilTests::testGenerateAndValidateToken PASSED ===== 44 tests deselected by '-knot test_jwt and not test__pycrypto_crypt' ===== ================== 418 passed, 44 deselected in 31.06 seconds ================== ++ find /builddir/build/BUILDROOT -type d -name tests + rm -r /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python2.7/site-packages/tests /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/lib/python3.6/site-packages/tests + exit 0 Processing files: python2-oauth2client-4.0.0-3.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Yru0Wp + umask 022 + cd /builddir/build/BUILD + cd oauth2client-4.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/doc/python-oauth2client + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/doc/python-oauth2client + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/doc/python-oauth2client + cp -pr CONTRIBUTING.md /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/doc/python-oauth2client + cp -pr README.md /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/doc/python-oauth2client + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ZlZjGt + umask 022 + cd /builddir/build/BUILD + cd oauth2client-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/licenses/python-oauth2client + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/licenses/python-oauth2client + cp -pr LICENSE /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/licenses/python-oauth2client + exit 0 Provides: python-oauth2client = 4.0.0-3.el7 python2-oauth2client = 4.0.0-3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-oauth2client < 4.0.0-3.el7 Processing files: python36-oauth2client-4.0.0-3.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HC6V96 + umask 022 + cd /builddir/build/BUILD + cd oauth2client-4.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/doc/python-oauth2client + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/doc/python-oauth2client + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/doc/python-oauth2client + cp -pr CONTRIBUTING.md /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/doc/python-oauth2client + cp -pr README.md /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/doc/python-oauth2client + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ljwiwP + umask 022 + cd /builddir/build/BUILD + cd oauth2client-4.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/licenses/python-oauth2client + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/licenses/python-oauth2client + cp -pr LICENSE /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch/usr/share/licenses/python-oauth2client + exit 0 Provides: python3.6dist(oauth2client) = 4.0.0 python36-oauth2client = 4.0.0-3.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Obsoletes: python36-oauth2client < 4.0.0-3.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch Wrote: /builddir/build/RPMS/python2-oauth2client-4.0.0-3.el7.noarch.rpm Wrote: /builddir/build/RPMS/python36-oauth2client-4.0.0-3.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.afoptw + umask 022 + cd /builddir/build/BUILD + cd oauth2client-4.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-oauth2client-4.0.0-3.el7.noarch + exit 0 Child return code was: 0