Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv5tel --nodeps /builddir/build/SPECS/python-oauthlib.spec'], chrootPath='/var/lib/mock/el-8-arm/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv5tel --nodeps /builddir/build/SPECS/python-oauthlib.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: armv5tel Building for target armv5tel Wrote: /builddir/build/SRPMS/python-oauthlib-2.1.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv5tel --nodeps /builddir/build/SPECS/python-oauthlib.spec'], chrootPath='/var/lib/mock/el-8-arm/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv5tel --nodeps /builddir/build/SPECS/python-oauthlib.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: armv5tel Building for target armv5tel Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3jRQyE + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf oauthlib-2.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/v2.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd oauthlib-2.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/'\''unittest2'\'', //' setup.py + rm -rf oauthlib.egg-info + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4RE9Tc + umask 022 + cd /builddir/build/BUILD + cd oauthlib-2.1.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv5te -mfloat-abi=soft' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py build '--executable=/usr/libexec/platform-python -s' running build running build_py creating build creating build/lib creating build/lib/oauthlib copying oauthlib/uri_validate.py -> build/lib/oauthlib copying oauthlib/__init__.py -> build/lib/oauthlib copying oauthlib/common.py -> build/lib/oauthlib copying oauthlib/signals.py -> build/lib/oauthlib creating build/lib/oauthlib/oauth1 copying oauthlib/oauth1/__init__.py -> build/lib/oauthlib/oauth1 creating build/lib/oauthlib/oauth2 copying oauthlib/oauth2/__init__.py -> build/lib/oauthlib/oauth2 creating build/lib/oauthlib/oauth1/rfc5849 copying oauthlib/oauth1/rfc5849/__init__.py -> build/lib/oauthlib/oauth1/rfc5849 copying oauthlib/oauth1/rfc5849/parameters.py -> build/lib/oauthlib/oauth1/rfc5849 copying oauthlib/oauth1/rfc5849/request_validator.py -> build/lib/oauthlib/oauth1/rfc5849 copying oauthlib/oauth1/rfc5849/errors.py -> build/lib/oauthlib/oauth1/rfc5849 copying oauthlib/oauth1/rfc5849/utils.py -> build/lib/oauthlib/oauth1/rfc5849 copying oauthlib/oauth1/rfc5849/signature.py -> build/lib/oauthlib/oauth1/rfc5849 creating build/lib/oauthlib/oauth1/rfc5849/endpoints copying oauthlib/oauth1/rfc5849/endpoints/__init__.py -> build/lib/oauthlib/oauth1/rfc5849/endpoints copying oauthlib/oauth1/rfc5849/endpoints/pre_configured.py -> build/lib/oauthlib/oauth1/rfc5849/endpoints copying oauthlib/oauth1/rfc5849/endpoints/access_token.py -> build/lib/oauthlib/oauth1/rfc5849/endpoints copying oauthlib/oauth1/rfc5849/endpoints/resource.py -> build/lib/oauthlib/oauth1/rfc5849/endpoints copying oauthlib/oauth1/rfc5849/endpoints/authorization.py -> build/lib/oauthlib/oauth1/rfc5849/endpoints copying oauthlib/oauth1/rfc5849/endpoints/request_token.py -> build/lib/oauthlib/oauth1/rfc5849/endpoints copying oauthlib/oauth1/rfc5849/endpoints/base.py -> build/lib/oauthlib/oauth1/rfc5849/endpoints copying oauthlib/oauth1/rfc5849/endpoints/signature_only.py -> build/lib/oauthlib/oauth1/rfc5849/endpoints creating build/lib/oauthlib/oauth2/rfc6749 copying oauthlib/oauth2/rfc6749/__init__.py -> build/lib/oauthlib/oauth2/rfc6749 copying oauthlib/oauth2/rfc6749/tokens.py -> build/lib/oauthlib/oauth2/rfc6749 copying oauthlib/oauth2/rfc6749/parameters.py -> build/lib/oauthlib/oauth2/rfc6749 copying oauthlib/oauth2/rfc6749/request_validator.py -> build/lib/oauthlib/oauth2/rfc6749 copying oauthlib/oauth2/rfc6749/errors.py -> build/lib/oauthlib/oauth2/rfc6749 copying oauthlib/oauth2/rfc6749/utils.py -> build/lib/oauthlib/oauth2/rfc6749 creating build/lib/oauthlib/oauth2/rfc6749/clients copying oauthlib/oauth2/rfc6749/clients/__init__.py -> build/lib/oauthlib/oauth2/rfc6749/clients copying oauthlib/oauth2/rfc6749/clients/mobile_application.py -> build/lib/oauthlib/oauth2/rfc6749/clients copying oauthlib/oauth2/rfc6749/clients/service_application.py -> build/lib/oauthlib/oauth2/rfc6749/clients copying oauthlib/oauth2/rfc6749/clients/web_application.py -> build/lib/oauthlib/oauth2/rfc6749/clients copying oauthlib/oauth2/rfc6749/clients/backend_application.py -> build/lib/oauthlib/oauth2/rfc6749/clients copying oauthlib/oauth2/rfc6749/clients/legacy_application.py -> build/lib/oauthlib/oauth2/rfc6749/clients copying oauthlib/oauth2/rfc6749/clients/base.py -> build/lib/oauthlib/oauth2/rfc6749/clients creating build/lib/oauthlib/oauth2/rfc6749/grant_types copying oauthlib/oauth2/rfc6749/grant_types/__init__.py -> build/lib/oauthlib/oauth2/rfc6749/grant_types copying oauthlib/oauth2/rfc6749/grant_types/client_credentials.py -> build/lib/oauthlib/oauth2/rfc6749/grant_types copying oauthlib/oauth2/rfc6749/grant_types/implicit.py -> build/lib/oauthlib/oauth2/rfc6749/grant_types copying oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.py -> build/lib/oauthlib/oauth2/rfc6749/grant_types copying oauthlib/oauth2/rfc6749/grant_types/base.py -> build/lib/oauthlib/oauth2/rfc6749/grant_types copying oauthlib/oauth2/rfc6749/grant_types/openid_connect.py -> build/lib/oauthlib/oauth2/rfc6749/grant_types copying oauthlib/oauth2/rfc6749/grant_types/authorization_code.py -> build/lib/oauthlib/oauth2/rfc6749/grant_types copying oauthlib/oauth2/rfc6749/grant_types/refresh_token.py -> build/lib/oauthlib/oauth2/rfc6749/grant_types creating build/lib/oauthlib/oauth2/rfc6749/endpoints copying oauthlib/oauth2/rfc6749/endpoints/__init__.py -> build/lib/oauthlib/oauth2/rfc6749/endpoints copying oauthlib/oauth2/rfc6749/endpoints/pre_configured.py -> build/lib/oauthlib/oauth2/rfc6749/endpoints copying oauthlib/oauth2/rfc6749/endpoints/resource.py -> build/lib/oauthlib/oauth2/rfc6749/endpoints copying oauthlib/oauth2/rfc6749/endpoints/token.py -> build/lib/oauthlib/oauth2/rfc6749/endpoints copying oauthlib/oauth2/rfc6749/endpoints/authorization.py -> build/lib/oauthlib/oauth2/rfc6749/endpoints copying oauthlib/oauth2/rfc6749/endpoints/base.py -> build/lib/oauthlib/oauth2/rfc6749/endpoints copying oauthlib/oauth2/rfc6749/endpoints/revocation.py -> build/lib/oauthlib/oauth2/rfc6749/endpoints + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pdWFRN + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm + cd oauthlib-2.1.0 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -march=armv5te -mfloat-abi=soft' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/libexec/platform-python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm running install running install_lib creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1 copying build/lib/oauthlib/oauth1/__init__.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1 creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849 copying build/lib/oauthlib/oauth1/rfc5849/__init__.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849 copying build/lib/oauthlib/oauth1/rfc5849/parameters.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849 copying build/lib/oauthlib/oauth1/rfc5849/request_validator.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849 creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints copying build/lib/oauthlib/oauth1/rfc5849/endpoints/__init__.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints copying build/lib/oauthlib/oauth1/rfc5849/endpoints/pre_configured.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints copying build/lib/oauthlib/oauth1/rfc5849/endpoints/access_token.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints copying build/lib/oauthlib/oauth1/rfc5849/endpoints/resource.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints copying build/lib/oauthlib/oauth1/rfc5849/endpoints/authorization.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints copying build/lib/oauthlib/oauth1/rfc5849/endpoints/request_token.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints copying build/lib/oauthlib/oauth1/rfc5849/endpoints/base.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints copying build/lib/oauthlib/oauth1/rfc5849/endpoints/signature_only.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints copying build/lib/oauthlib/oauth1/rfc5849/errors.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849 copying build/lib/oauthlib/oauth1/rfc5849/utils.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849 copying build/lib/oauthlib/oauth1/rfc5849/signature.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849 copying build/lib/oauthlib/uri_validate.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib copying build/lib/oauthlib/__init__.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib copying build/lib/oauthlib/common.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2 copying build/lib/oauthlib/oauth2/__init__.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2 creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749 copying build/lib/oauthlib/oauth2/rfc6749/__init__.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749 creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients copying build/lib/oauthlib/oauth2/rfc6749/clients/__init__.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients copying build/lib/oauthlib/oauth2/rfc6749/clients/mobile_application.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients copying build/lib/oauthlib/oauth2/rfc6749/clients/service_application.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients copying build/lib/oauthlib/oauth2/rfc6749/clients/web_application.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients copying build/lib/oauthlib/oauth2/rfc6749/clients/backend_application.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients copying build/lib/oauthlib/oauth2/rfc6749/clients/legacy_application.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients copying build/lib/oauthlib/oauth2/rfc6749/clients/base.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types copying build/lib/oauthlib/oauth2/rfc6749/grant_types/__init__.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types copying build/lib/oauthlib/oauth2/rfc6749/grant_types/client_credentials.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types copying build/lib/oauthlib/oauth2/rfc6749/grant_types/implicit.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types copying build/lib/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types copying build/lib/oauthlib/oauth2/rfc6749/grant_types/base.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types copying build/lib/oauthlib/oauth2/rfc6749/grant_types/openid_connect.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types copying build/lib/oauthlib/oauth2/rfc6749/grant_types/authorization_code.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types copying build/lib/oauthlib/oauth2/rfc6749/grant_types/refresh_token.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types copying build/lib/oauthlib/oauth2/rfc6749/tokens.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749 copying build/lib/oauthlib/oauth2/rfc6749/parameters.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749 copying build/lib/oauthlib/oauth2/rfc6749/request_validator.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749 creating /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints copying build/lib/oauthlib/oauth2/rfc6749/endpoints/__init__.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints copying build/lib/oauthlib/oauth2/rfc6749/endpoints/pre_configured.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints copying build/lib/oauthlib/oauth2/rfc6749/endpoints/resource.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints copying build/lib/oauthlib/oauth2/rfc6749/endpoints/token.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints copying build/lib/oauthlib/oauth2/rfc6749/endpoints/authorization.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints copying build/lib/oauthlib/oauth2/rfc6749/endpoints/base.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints copying build/lib/oauthlib/oauth2/rfc6749/endpoints/revocation.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints copying build/lib/oauthlib/oauth2/rfc6749/errors.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749 copying build/lib/oauthlib/oauth2/rfc6749/utils.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749 copying build/lib/oauthlib/signals.py -> /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/parameters.py to parameters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/request_validator.py to request_validator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints/pre_configured.py to pre_configured.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints/access_token.py to access_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints/resource.py to resource.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints/authorization.py to authorization.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints/request_token.py to request_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/endpoints/signature_only.py to signature_only.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/errors.py to errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth1/rfc5849/signature.py to signature.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/uri_validate.py to uri_validate.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/common.py to common.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients/mobile_application.py to mobile_application.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients/service_application.py to service_application.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients/web_application.py to web_application.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients/backend_application.py to backend_application.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients/legacy_application.py to legacy_application.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/clients/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types/client_credentials.py to client_credentials.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types/implicit.py to implicit.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.py to resource_owner_password_credentials.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types/openid_connect.py to openid_connect.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types/authorization_code.py to authorization_code.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/grant_types/refresh_token.py to refresh_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/tokens.py to tokens.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/parameters.py to parameters.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/request_validator.py to request_validator.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints/pre_configured.py to pre_configured.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints/resource.py to resource.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints/token.py to token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints/authorization.py to authorization.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/endpoints/revocation.py to revocation.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/errors.py to errors.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/oauth2/rfc6749/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib/signals.py to signals.cpython-36.pyc writing byte-compilation script '/tmp/tmp6l_d4go_.py' /usr/libexec/platform-python /tmp/tmp6l_d4go_.py removing /tmp/tmp6l_d4go_.py running install_egg_info running egg_info creating oauthlib.egg-info writing oauthlib.egg-info/PKG-INFO writing dependency_links to oauthlib.egg-info/dependency_links.txt writing requirements to oauthlib.egg-info/requires.txt writing top-level names to oauthlib.egg-info/top_level.txt writing manifest file 'oauthlib.egg-info/SOURCES.txt' reading manifest file 'oauthlib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'oauthlib.egg-info/SOURCES.txt' Copying oauthlib.egg-info to /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6/site-packages/oauthlib-2.1.0-py3.6.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.1.0-1.el8 --unique-debug-suffix -2.1.0-1.el8.arm --unique-debug-src-base python-oauthlib-2.1.0-1.el8.arm --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/oauthlib-2.1.0 BUILDSTDERR: find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.E7ZxYV + umask 022 + cd /builddir/build/BUILD + cd oauthlib-2.1.0 + /usr/libexec/platform-python setup.py test running test running egg_info writing oauthlib.egg-info/PKG-INFO writing dependency_links to oauthlib.egg-info/dependency_links.txt writing requirements to oauthlib.egg-info/requires.txt writing top-level names to oauthlib.egg-info/top_level.txt reading manifest file 'oauthlib.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'oauthlib.egg-info/SOURCES.txt' running build_ext BUILDSTDERR: /builddir/build/BUILD/oauthlib-2.1.0/tests/oauth1/rfc5849/endpoints/test_base.py:63: DeprecationWarning: invalid escape sequence \d BUILDSTDERR: headers['Authorization'] = sub('timestamp="\d*k?"', BUILDSTDERR: test_check_request_token (tests.oauth1.rfc5849.endpoints.test_access_token.AccessTokenEndpointTest) ... ok BUILDSTDERR: test_check_verifier (tests.oauth1.rfc5849.endpoints.test_access_token.AccessTokenEndpointTest) ... ok BUILDSTDERR: test_valid_request (tests.oauth1.rfc5849.endpoints.test_access_token.AccessTokenEndpointTest) ... ok BUILDSTDERR: test_validate_client_key (tests.oauth1.rfc5849.endpoints.test_access_token.AccessTokenEndpointTest) ... ok BUILDSTDERR: test_validate_request_token (tests.oauth1.rfc5849.endpoints.test_access_token.AccessTokenEndpointTest) ... ok BUILDSTDERR: test_validate_signature (tests.oauth1.rfc5849.endpoints.test_access_token.AccessTokenEndpointTest) ... ok BUILDSTDERR: test_validate_verifier (tests.oauth1.rfc5849.endpoints.test_access_token.AccessTokenEndpointTest) ... ok BUILDSTDERR: test_create_authorization_response (tests.oauth1.rfc5849.endpoints.test_authorization.AuthorizationEndpointTest) ... ok BUILDSTDERR: test_create_authorization_response_oob (tests.oauth1.rfc5849.endpoints.test_authorization.AuthorizationEndpointTest) ... ok BUILDSTDERR: test_get_realms_and_credentials (tests.oauth1.rfc5849.endpoints.test_authorization.AuthorizationEndpointTest) ... ok BUILDSTDERR: test_verify_realms (tests.oauth1.rfc5849.endpoints.test_authorization.AuthorizationEndpointTest) ... ok BUILDSTDERR: test_verify_token (tests.oauth1.rfc5849.endpoints.test_authorization.AuthorizationEndpointTest) ... ok BUILDSTDERR: test_client_key_check (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) ... ok BUILDSTDERR: test_duplicate_params (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) BUILDSTDERR: Ensure params are only supplied once ... ok BUILDSTDERR: test_enforce_ssl (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) BUILDSTDERR: Ensure SSL is enforced by default. ... ok BUILDSTDERR: test_expired_timestamp (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) ... ok BUILDSTDERR: test_invalid_version (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) ... ok BUILDSTDERR: test_mandated_params (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) BUILDSTDERR: Ensure all mandatory params are present. ... ok BUILDSTDERR: test_missing_parameters (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) ... ok BUILDSTDERR: test_multiple_source_params (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) BUILDSTDERR: Check for duplicate params ... ok BUILDSTDERR: test_noncecheck (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) ... ok BUILDSTDERR: test_oauth_timestamp (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) BUILDSTDERR: Check for a valid UNIX timestamp. ... ok BUILDSTDERR: test_oauth_version (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) BUILDSTDERR: OAuth version must be 1.0 if present. ... ok BUILDSTDERR: test_signature_method_validation (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) BUILDSTDERR: Ensure valid signature method is used. ... ok BUILDSTDERR: test_signature_methods (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) ... ok BUILDSTDERR: test_ssl_enforcement (tests.oauth1.rfc5849.endpoints.test_base.BaseEndpointTest) ... ok BUILDSTDERR: test_hmac_signature (tests.oauth1.rfc5849.endpoints.test_base.SignatureVerificationTest) ... ok BUILDSTDERR: test_plaintext_signature (tests.oauth1.rfc5849.endpoints.test_base.SignatureVerificationTest) ... ok BUILDSTDERR: test_rsa_signature (tests.oauth1.rfc5849.endpoints.test_base.SignatureVerificationTest) ... ok BUILDSTDERR: test_signature_too_short (tests.oauth1.rfc5849.endpoints.test_base.SignatureVerificationTest) ... ok BUILDSTDERR: test_check_realms (tests.oauth1.rfc5849.endpoints.test_request_token.RequestTokenEndpointTest) ... ok BUILDSTDERR: test_check_redirect_uri (tests.oauth1.rfc5849.endpoints.test_request_token.RequestTokenEndpointTest) ... ok BUILDSTDERR: test_uri_provided_realm (tests.oauth1.rfc5849.endpoints.test_request_token.RequestTokenEndpointTest) ... ok BUILDSTDERR: test_valid_request (tests.oauth1.rfc5849.endpoints.test_request_token.RequestTokenEndpointTest) ... ok BUILDSTDERR: test_validate_client_key (tests.oauth1.rfc5849.endpoints.test_request_token.RequestTokenEndpointTest) ... ok BUILDSTDERR: test_validate_realms (tests.oauth1.rfc5849.endpoints.test_request_token.RequestTokenEndpointTest) ... ok BUILDSTDERR: test_validate_redirect_uri (tests.oauth1.rfc5849.endpoints.test_request_token.RequestTokenEndpointTest) ... ok BUILDSTDERR: test_validate_signature (tests.oauth1.rfc5849.endpoints.test_request_token.RequestTokenEndpointTest) ... ok BUILDSTDERR: test_check_access_token (tests.oauth1.rfc5849.endpoints.test_resource.ResourceEndpointTest) ... ok BUILDSTDERR: test_missing_parameters (tests.oauth1.rfc5849.endpoints.test_resource.ResourceEndpointTest) ... ok BUILDSTDERR: test_valid_request (tests.oauth1.rfc5849.endpoints.test_resource.ResourceEndpointTest) ... ok BUILDSTDERR: test_validate_access_token (tests.oauth1.rfc5849.endpoints.test_resource.ResourceEndpointTest) ... ok BUILDSTDERR: test_validate_client_key (tests.oauth1.rfc5849.endpoints.test_resource.ResourceEndpointTest) ... ok BUILDSTDERR: test_validate_realms (tests.oauth1.rfc5849.endpoints.test_resource.ResourceEndpointTest) ... ok BUILDSTDERR: test_validate_signature (tests.oauth1.rfc5849.endpoints.test_resource.ResourceEndpointTest) ... ok BUILDSTDERR: test_missing_parameters (tests.oauth1.rfc5849.endpoints.test_signature_only.SignatureOnlyEndpointTest) ... ok BUILDSTDERR: test_valid_request (tests.oauth1.rfc5849.endpoints.test_signature_only.SignatureOnlyEndpointTest) ... ok BUILDSTDERR: test_validate_client_key (tests.oauth1.rfc5849.endpoints.test_signature_only.SignatureOnlyEndpointTest) ... ok BUILDSTDERR: test_validate_signature (tests.oauth1.rfc5849.endpoints.test_signature_only.SignatureOnlyEndpointTest) ... ok BUILDSTDERR: test_convert_to_unicode_resource_owner (tests.oauth1.rfc5849.test_client.ClientConstructorTests) ... ok BUILDSTDERR: test_decoding (tests.oauth1.rfc5849.test_client.ClientConstructorTests) ... ok BUILDSTDERR: test_give_explicit_nonce (tests.oauth1.rfc5849.test_client.ClientConstructorTests) ... ok BUILDSTDERR: test_give_explicit_timestamp (tests.oauth1.rfc5849.test_client.ClientConstructorTests) ... ok BUILDSTDERR: test_rsa (tests.oauth1.rfc5849.test_client.ClientConstructorTests) ... ok BUILDSTDERR: test_client_no_realm (tests.oauth1.rfc5849.test_client.ClientRealmTests) ... ok BUILDSTDERR: test_client_realm_sign_with_additional_realm (tests.oauth1.rfc5849.test_client.ClientRealmTests) ... ok BUILDSTDERR: test_client_realm_sign_with_default_realm (tests.oauth1.rfc5849.test_client.ClientRealmTests) ... ok BUILDSTDERR: test_invalid_method (tests.oauth1.rfc5849.test_client.SignatureMethodTest) ... ok BUILDSTDERR: test_plaintext_method (tests.oauth1.rfc5849.test_client.SignatureMethodTest) ... ok BUILDSTDERR: test_register_method (tests.oauth1.rfc5849.test_client.SignatureMethodTest) ... ok BUILDSTDERR: test_rsa_method (tests.oauth1.rfc5849.test_client.SignatureMethodTest) ... ok BUILDSTDERR: test_rsa_no_key (tests.oauth1.rfc5849.test_client.SignatureMethodTest) ... ok BUILDSTDERR: test_invalid_signature_type (tests.oauth1.rfc5849.test_client.SignatureTypeTest) ... ok BUILDSTDERR: test_params_in_body (tests.oauth1.rfc5849.test_client.SignatureTypeTest) ... ok BUILDSTDERR: test_params_in_query (tests.oauth1.rfc5849.test_client.SignatureTypeTest) ... ok BUILDSTDERR: test_case_insensitive_headers (tests.oauth1.rfc5849.test_client.SigningTest) ... ok BUILDSTDERR: test_sign_body (tests.oauth1.rfc5849.test_client.SigningTest) ... ok BUILDSTDERR: test_sign_get_with_body (tests.oauth1.rfc5849.test_client.SigningTest) ... ok BUILDSTDERR: test_sign_no_body (tests.oauth1.rfc5849.test_client.SigningTest) ... ok BUILDSTDERR: test_sign_unicode (tests.oauth1.rfc5849.test_client.SigningTest) ... ok BUILDSTDERR: test_append_params (tests.oauth1.rfc5849.test_parameters.ParameterTests) ... ok BUILDSTDERR: test_prepare_form_encoded_body (tests.oauth1.rfc5849.test_parameters.ParameterTests) ... ok BUILDSTDERR: test_prepare_headers (tests.oauth1.rfc5849.test_parameters.ParameterTests) ... ok BUILDSTDERR: test_prepare_headers_ignore_data (tests.oauth1.rfc5849.test_parameters.ParameterTests) ... ok BUILDSTDERR: test_prepare_request_uri_query (tests.oauth1.rfc5849.test_parameters.ParameterTests) ... ok BUILDSTDERR: test_check_length (tests.oauth1.rfc5849.test_request_validator.RequestValidatorTests) ... ok BUILDSTDERR: test_check_realms (tests.oauth1.rfc5849.test_request_validator.RequestValidatorTests) ... ok BUILDSTDERR: test_not_implemented (tests.oauth1.rfc5849.test_request_validator.RequestValidatorTests) ... ok BUILDSTDERR: test_collect_parameters (tests.oauth1.rfc5849.test_signatures.SignatureTests) BUILDSTDERR: We check against parameters multiple times in case things change ... ok BUILDSTDERR: test_construct_base_string (tests.oauth1.rfc5849.test_signatures.SignatureTests) BUILDSTDERR: Example text to be turned into a base string:: ... ok BUILDSTDERR: test_normalize_base_string_uri (tests.oauth1.rfc5849.test_signatures.SignatureTests) BUILDSTDERR: Example text to be turned into a normalized base string uri:: ... ok BUILDSTDERR: test_normalize_parameters (tests.oauth1.rfc5849.test_signatures.SignatureTests) BUILDSTDERR: We copy some of the variables from the test method above. ... ok BUILDSTDERR: test_sign_hmac_sha1 (tests.oauth1.rfc5849.test_signatures.SignatureTests) BUILDSTDERR: Verifying HMAC-SHA1 signature against one created by OpenSSL. ... ok BUILDSTDERR: test_sign_hmac_sha1_with_client (tests.oauth1.rfc5849.test_signatures.SignatureTests) ... ok BUILDSTDERR: test_sign_plaintext (tests.oauth1.rfc5849.test_signatures.SignatureTests) ... ok BUILDSTDERR: test_sign_plaintext_with_client (tests.oauth1.rfc5849.test_signatures.SignatureTests) ... ok BUILDSTDERR: test_sign_rsa_sha1 (tests.oauth1.rfc5849.test_signatures.SignatureTests) BUILDSTDERR: Verify RSA-SHA1 signature against one created by OpenSSL. ... ok BUILDSTDERR: test_sign_rsa_sha1_with_client (tests.oauth1.rfc5849.test_signatures.SignatureTests) ... ok BUILDSTDERR: test_escape (tests.oauth1.rfc5849.test_utils.UtilsTests) ... ok BUILDSTDERR: test_filter_oauth_params (tests.oauth1.rfc5849.test_utils.UtilsTests) ... ok BUILDSTDERR: test_filter_params (tests.oauth1.rfc5849.test_utils.UtilsTests) ... ok BUILDSTDERR: test_parse_authorization_header (tests.oauth1.rfc5849.test_utils.UtilsTests) ... ok BUILDSTDERR: test_unescape (tests.oauth1.rfc5849.test_utils.UtilsTests) ... ok BUILDSTDERR: test_parse_token_response (tests.oauth2.rfc6749.clients.test_backend_application.BackendApplicationClientTest) ... ok BUILDSTDERR: test_request_body (tests.oauth2.rfc6749.clients.test_backend_application.BackendApplicationClientTest) ... ok BUILDSTDERR: test_add_bearer_token (tests.oauth2.rfc6749.clients.test_base.ClientTest) BUILDSTDERR: Test a number of bearer token placements ... ok BUILDSTDERR: test_add_mac_token (tests.oauth2.rfc6749.clients.test_base.ClientTest) ... ok BUILDSTDERR: test_prepare_authorization_request (tests.oauth2.rfc6749.clients.test_base.ClientTest) ... ok BUILDSTDERR: test_prepare_refresh_token_request (tests.oauth2.rfc6749.clients.test_base.ClientTest) ... ok BUILDSTDERR: test_revocation_request (tests.oauth2.rfc6749.clients.test_base.ClientTest) ... ok BUILDSTDERR: test_parse_token_response (tests.oauth2.rfc6749.clients.test_legacy_application.LegacyApplicationClientTest) ... ok BUILDSTDERR: test_request_body (tests.oauth2.rfc6749.clients.test_legacy_application.LegacyApplicationClientTest) ... ok BUILDSTDERR: test_implicit_token_uri (tests.oauth2.rfc6749.clients.test_mobile_application.MobileApplicationClientTest) ... ok BUILDSTDERR: test_parse_token_response (tests.oauth2.rfc6749.clients.test_mobile_application.MobileApplicationClientTest) ... ok BUILDSTDERR: test_populate_attributes (tests.oauth2.rfc6749.clients.test_mobile_application.MobileApplicationClientTest) ... ok BUILDSTDERR: test_parse_token_response (tests.oauth2.rfc6749.clients.test_service_application.ServiceApplicationClientTest) ... ok BUILDSTDERR: test_request_body (tests.oauth2.rfc6749.clients.test_service_application.ServiceApplicationClientTest) ... ok BUILDSTDERR: test_auth_grant_uri (tests.oauth2.rfc6749.clients.test_web_application.WebApplicationClientTest) ... ok BUILDSTDERR: test_parse_grant_uri_response (tests.oauth2.rfc6749.clients.test_web_application.WebApplicationClientTest) ... ok BUILDSTDERR: test_parse_token_response (tests.oauth2.rfc6749.clients.test_web_application.WebApplicationClientTest) ... ok BUILDSTDERR: test_populate_attributes (tests.oauth2.rfc6749.clients.test_web_application.WebApplicationClientTest) ... ok BUILDSTDERR: test_prepare_authorization_requeset (tests.oauth2.rfc6749.clients.test_web_application.WebApplicationClientTest) ... ok BUILDSTDERR: test_request_body (tests.oauth2.rfc6749.clients.test_web_application.WebApplicationClientTest) ... ok BUILDSTDERR: test_default_config (tests.oauth2.rfc6749.endpoints.test_base_endpoint.BaseEndpointTest) ... ok BUILDSTDERR: test_error_catching (tests.oauth2.rfc6749.endpoints.test_base_endpoint.BaseEndpointTest) ... ok BUILDSTDERR: test_unavailability (tests.oauth2.rfc6749.endpoints.test_base_endpoint.BaseEndpointTest) ... ok BUILDSTDERR: test_wrapper (tests.oauth2.rfc6749.endpoints.test_base_endpoint.BaseEndpointTest) ... ok BUILDSTDERR: test_claims_stored_on_code_creation (tests.oauth2.rfc6749.endpoints.test_claims_handling.TestClaimsHandling) ... ok BUILDSTDERR: test_invalid_claims (tests.oauth2.rfc6749.endpoints.test_claims_handling.TestClaimsHandling) ... ok BUILDSTDERR: test_client_id_authentication (tests.oauth2.rfc6749.endpoints.test_client_authentication.ClientAuthenticationTest) ... ok BUILDSTDERR: test_custom_authentication (tests.oauth2.rfc6749.endpoints.test_client_authentication.ClientAuthenticationTest) ... ok BUILDSTDERR: test_default_uri (tests.oauth2.rfc6749.endpoints.test_credentials_preservation.PreservationTest) ... ok BUILDSTDERR: test_invalid_redirect_uri (tests.oauth2.rfc6749.endpoints.test_credentials_preservation.PreservationTest) ... ok BUILDSTDERR: test_redirect_uri_preservation (tests.oauth2.rfc6749.endpoints.test_credentials_preservation.PreservationTest) ... ok BUILDSTDERR: test_state_preservation (tests.oauth2.rfc6749.endpoints.test_credentials_preservation.PreservationTest) ... ok BUILDSTDERR: test_access_denied (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_empty_parameter (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_invalid_client (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_invalid_client_id (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_invalid_grant (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_invalid_redirect_uri (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_invalid_request (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_invalid_request_duplicate_params (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... /builddir/build/BUILD/oauthlib-2.1.0/tests/oauth2/rfc6749/endpoints/test_error_responses.py:168: DeprecationWarning: Please use assertRaisesRegex instead. BUILDSTDERR: uri.format('code')) BUILDSTDERR: ok BUILDSTDERR: test_invalid_request_missing_response_type (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_invalid_scope (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_mismatching_redirect_uri (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_missing_client_id (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_missing_redirect_uri (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_server_error (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_temporarily_unavailable (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_unauthorized_client (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_unsupported_grant_type (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_unsupported_response_type (tests.oauth2.rfc6749.endpoints.test_error_responses.ErrorResponseTest) ... ok BUILDSTDERR: test_post_authorization_request (tests.oauth2.rfc6749.endpoints.test_extra_credentials.ExtraCredentialsTest) ... ok BUILDSTDERR: test_token_request (tests.oauth2.rfc6749.endpoints.test_extra_credentials.ExtraCredentialsTest) ... ok BUILDSTDERR: test_authorization_endpoint_handles_prompt (tests.oauth2.rfc6749.endpoints.test_openid_connect_params_handling.OpenIDConnectEndpointTest) ... ok BUILDSTDERR: test_oidc_params_preservation (tests.oauth2.rfc6749.endpoints.test_openid_connect_params_handling.OpenIDConnectEndpointTest) BUILDSTDERR: Test that the nonce parameter is passed through. ... ok BUILDSTDERR: test_prompt_none_exclusiveness (tests.oauth2.rfc6749.endpoints.test_openid_connect_params_handling.OpenIDConnectEndpointTest) BUILDSTDERR: Test that prompt=none can't be used with another prompt value. ... ok BUILDSTDERR: test_backend_application (tests.oauth2.rfc6749.endpoints.test_resource_owner_association.ResourceOwnerAssociationTest) ... ok BUILDSTDERR: test_legacy_application (tests.oauth2.rfc6749.endpoints.test_resource_owner_association.ResourceOwnerAssociationTest) ... ok BUILDSTDERR: test_mobile_application (tests.oauth2.rfc6749.endpoints.test_resource_owner_association.ResourceOwnerAssociationTest) ... ok BUILDSTDERR: test_web_application (tests.oauth2.rfc6749.endpoints.test_resource_owner_association.ResourceOwnerAssociationTest) ... ok BUILDSTDERR: test_revoke_token (tests.oauth2.rfc6749.endpoints.test_revocation_endpoint.RevocationEndpointTest) ... ok BUILDSTDERR: test_revoke_token_client_authentication_failed (tests.oauth2.rfc6749.endpoints.test_revocation_endpoint.RevocationEndpointTest) ... ok BUILDSTDERR: test_revoke_token_public_client_authentication (tests.oauth2.rfc6749.endpoints.test_revocation_endpoint.RevocationEndpointTest) ... ok BUILDSTDERR: test_revoke_token_public_client_authentication_failed (tests.oauth2.rfc6749.endpoints.test_revocation_endpoint.RevocationEndpointTest) ... ok BUILDSTDERR: test_revoke_unsupported_token (tests.oauth2.rfc6749.endpoints.test_revocation_endpoint.RevocationEndpointTest) ... ok BUILDSTDERR: test_revoke_with_callback (tests.oauth2.rfc6749.endpoints.test_revocation_endpoint.RevocationEndpointTest) ... ok BUILDSTDERR: test_invalid_scope (tests.oauth2.rfc6749.endpoints.test_scope_handling.TestScopeHandling) ... ok BUILDSTDERR: test_scope_changed (tests.oauth2.rfc6749.endpoints.test_scope_handling.TestScopeHandling) ... ok BUILDSTDERR: test_scope_extraction (tests.oauth2.rfc6749.endpoints.test_scope_handling.TestScopeHandling) ... ok BUILDSTDERR: test_scope_preservation (tests.oauth2.rfc6749.endpoints.test_scope_handling.TestScopeHandling) ... ok BUILDSTDERR: test_authenticate_client (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_authenticate_client_id (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_authentication_required (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) BUILDSTDERR: ensure client_authentication_required() is properly called ... ok BUILDSTDERR: test_client_id_missing (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_create_authorization_grant (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_create_authorization_grant_state (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_create_authorization_response (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_create_token_response_without_refresh_token (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_custom_auth_validators (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_custom_token_validators (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_invalid_grant (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_invalid_grant_type (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_invalid_redirect_uri (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_invalid_request (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_invalid_request_duplicates (tests.oauth2.rfc6749.grant_types.test_authorization_code.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_client_credentials.ClientCredentialsGrantTest) ... ok BUILDSTDERR: test_custom_auth_validators_unsupported (tests.oauth2.rfc6749.grant_types.test_client_credentials.ClientCredentialsGrantTest) ... ok BUILDSTDERR: test_custom_token_validators (tests.oauth2.rfc6749.grant_types.test_client_credentials.ClientCredentialsGrantTest) ... ok BUILDSTDERR: test_error_response (tests.oauth2.rfc6749.grant_types.test_client_credentials.ClientCredentialsGrantTest) ... ok BUILDSTDERR: test_validate_token_response (tests.oauth2.rfc6749.grant_types.test_client_credentials.ClientCredentialsGrantTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_implicit.ImplicitGrantTest) ... ok BUILDSTDERR: test_custom_validators (tests.oauth2.rfc6749.grant_types.test_implicit.ImplicitGrantTest) ... ok BUILDSTDERR: test_error_response (tests.oauth2.rfc6749.grant_types.test_implicit.ImplicitGrantTest) ... ok BUILDSTDERR: test_authenticate_client (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_authenticate_client_id (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_authentication_required (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) BUILDSTDERR: ensure client_authentication_required() is properly called ... ok BUILDSTDERR: test_client_id_missing (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_create_authorization_grant (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_create_authorization_grant_state (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_create_authorization_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_create_token_response_without_refresh_token (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_custom_auth_validators (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_custom_token_validators (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_invalid_grant (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_invalid_grant_type (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_invalid_redirect_uri (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_invalid_request (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_invalid_request_duplicates (tests.oauth2.rfc6749.grant_types.test_openid_connect.AuthorizationCodeGrantTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.ImplicitGrantTest) ... ok BUILDSTDERR: test_custom_validators (tests.oauth2.rfc6749.grant_types.test_openid_connect.ImplicitGrantTest) ... ok BUILDSTDERR: test_error_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.ImplicitGrantTest) ... ok BUILDSTDERR: test_authenticate_client (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_authenticate_client_id (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_authentication_required (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) BUILDSTDERR: ensure client_authentication_required() is properly called ... ok BUILDSTDERR: test_client_id_missing (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_create_authorization_grant (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_create_authorization_grant_state (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_create_authorization_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_create_token_response_without_refresh_token (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_custom_auth_validators (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_custom_token_validators (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_invalid_grant (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_invalid_grant_type (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_invalid_redirect_uri (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_invalid_request (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_invalid_request_duplicates (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeInterferenceTest) ... ok BUILDSTDERR: test_authorization (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeTest) ... ok BUILDSTDERR: test_no_prompt_authorization (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDAuthCodeTest) ... ok BUILDSTDERR: test_authorization (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridCodeIdTokenTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridCodeIdTokenTest) ... ok BUILDSTDERR: test_no_prompt_authorization (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridCodeIdTokenTest) ... ok BUILDSTDERR: test_authorization (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridCodeIdTokenTokenTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridCodeIdTokenTokenTest) ... ok BUILDSTDERR: test_no_prompt_authorization (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridCodeIdTokenTokenTest) ... ok BUILDSTDERR: test_authorization (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridCodeTokenTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridCodeTokenTest) ... ok BUILDSTDERR: test_no_prompt_authorization (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridCodeTokenTest) ... ok BUILDSTDERR: test_authenticate_client (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_authenticate_client_id (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_authentication_required (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) BUILDSTDERR: ensure client_authentication_required() is properly called ... ok BUILDSTDERR: test_client_id_missing (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_create_authorization_grant (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_create_authorization_grant_state (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_create_authorization_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_create_token_response_without_refresh_token (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_custom_auth_validators (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_custom_token_validators (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_invalid_grant (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_invalid_grant_type (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_invalid_redirect_uri (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_invalid_request (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_invalid_request_duplicates (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDHybridInterferenceTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDImplicitInterferenceTest) ... ok BUILDSTDERR: test_custom_validators (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDImplicitInterferenceTest) ... ok BUILDSTDERR: test_error_response (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDImplicitInterferenceTest) ... ok BUILDSTDERR: test_authorization (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDImplicitTest) ... ok BUILDSTDERR: test_no_prompt_authorization (tests.oauth2.rfc6749.grant_types.test_openid_connect.OpenIDImplicitTest) ... ok BUILDSTDERR: test_authenticate_client_id (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_authentication_required (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) BUILDSTDERR: ensure client_authentication_required() is properly called ... ok BUILDSTDERR: test_create_token_inherit_scope (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_create_token_within_original_scope (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_custom_auth_validators_unsupported (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_custom_token_validators (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_invalid_client (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_invalid_grant_type (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_invalid_refresh_token (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_invalid_scope (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_invalid_scope_original_scopes_empty (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_invalid_token (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_valid_token_request (tests.oauth2.rfc6749.grant_types.test_refresh_token.RefreshTokenGrantTest) ... ok BUILDSTDERR: test_client_id_missing (tests.oauth2.rfc6749.grant_types.test_resource_owner_password.ResourceOwnerPasswordCredentialsGrantTest) ... ok BUILDSTDERR: test_create_token_response (tests.oauth2.rfc6749.grant_types.test_resource_owner_password.ResourceOwnerPasswordCredentialsGrantTest) ... ok BUILDSTDERR: test_create_token_response_without_refresh_token (tests.oauth2.rfc6749.grant_types.test_resource_owner_password.ResourceOwnerPasswordCredentialsGrantTest) ... ok BUILDSTDERR: test_custom_auth_validators_unsupported (tests.oauth2.rfc6749.grant_types.test_resource_owner_password.ResourceOwnerPasswordCredentialsGrantTest) ... ok BUILDSTDERR: test_custom_token_validators (tests.oauth2.rfc6749.grant_types.test_resource_owner_password.ResourceOwnerPasswordCredentialsGrantTest) ... ok BUILDSTDERR: test_error_response (tests.oauth2.rfc6749.grant_types.test_resource_owner_password.ResourceOwnerPasswordCredentialsGrantTest) ... ok BUILDSTDERR: test_invalid_grant_type (tests.oauth2.rfc6749.grant_types.test_resource_owner_password.ResourceOwnerPasswordCredentialsGrantTest) ... ok BUILDSTDERR: test_invalid_request_duplicates (tests.oauth2.rfc6749.grant_types.test_resource_owner_password.ResourceOwnerPasswordCredentialsGrantTest) ... ok BUILDSTDERR: test_invalid_request_missing_params (tests.oauth2.rfc6749.grant_types.test_resource_owner_password.ResourceOwnerPasswordCredentialsGrantTest) ... ok BUILDSTDERR: test_invalid_user (tests.oauth2.rfc6749.grant_types.test_resource_owner_password.ResourceOwnerPasswordCredentialsGrantTest) ... ok BUILDSTDERR: test_scopes (tests.oauth2.rfc6749.grant_types.test_resource_owner_password.ResourceOwnerPasswordCredentialsGrantTest) ... ok BUILDSTDERR: test_valid_token_request (tests.oauth2.rfc6749.grant_types.test_resource_owner_password.ResourceOwnerPasswordCredentialsGrantTest) ... ok BUILDSTDERR: test_grant_response (tests.oauth2.rfc6749.test_parameters.ParameterTests) BUILDSTDERR: Verify correct parameter parsing and validation for auth code responses. ... ok BUILDSTDERR: test_implicit_token_response (tests.oauth2.rfc6749.test_parameters.ParameterTests) BUILDSTDERR: Verify correct parameter parsing and validation for implicit responses. ... ok BUILDSTDERR: test_json_token_notype (tests.oauth2.rfc6749.test_parameters.ParameterTests) BUILDSTDERR: Verify strict token type parsing only when configured. ... ok BUILDSTDERR: test_json_token_response (tests.oauth2.rfc6749.test_parameters.ParameterTests) BUILDSTDERR: Verify correct parameter parsing and validation for token responses. ... ok BUILDSTDERR: test_prepare_grant_uri (tests.oauth2.rfc6749.test_parameters.ParameterTests) BUILDSTDERR: Verify correct authorization URI construction. ... ok BUILDSTDERR: test_prepare_token_request (tests.oauth2.rfc6749.test_parameters.ParameterTests) BUILDSTDERR: Verify correct access token request body construction. ... ok BUILDSTDERR: test_token_response_with_expires (tests.oauth2.rfc6749.test_parameters.ParameterTests) BUILDSTDERR: Verify fallback for alternate spelling of expires_in. ... ok BUILDSTDERR: test_url_encoded_token_response (tests.oauth2.rfc6749.test_parameters.ParameterTests) BUILDSTDERR: Verify fallback parameter parsing and validation for token responses. ... ok BUILDSTDERR: test_method_contracts (tests.oauth2.rfc6749.test_request_validator.RequestValidatorTest) ... ok BUILDSTDERR: test_authorization_grant (tests.oauth2.rfc6749.test_server.AuthorizationEndpointTest) ... ok BUILDSTDERR: test_implicit_grant (tests.oauth2.rfc6749.test_server.AuthorizationEndpointTest) ... ok BUILDSTDERR: test_invalid_type (tests.oauth2.rfc6749.test_server.AuthorizationEndpointTest) ... ok BUILDSTDERR: test_missing_type (tests.oauth2.rfc6749.test_server.AuthorizationEndpointTest) ... ok BUILDSTDERR: test_none_grant (tests.oauth2.rfc6749.test_server.AuthorizationEndpointTest) ... ok BUILDSTDERR: test_defaults (tests.oauth2.rfc6749.test_server.ResourceEndpointTest) ... ok BUILDSTDERR: test_authorization_grant (tests.oauth2.rfc6749.test_server.SignedTokenEndpointTest) ... ok BUILDSTDERR: test_client_grant (tests.oauth2.rfc6749.test_server.SignedTokenEndpointTest) ... ok BUILDSTDERR: test_invalid_type (tests.oauth2.rfc6749.test_server.SignedTokenEndpointTest) ... ok BUILDSTDERR: test_missing_type (tests.oauth2.rfc6749.test_server.SignedTokenEndpointTest) ... ok BUILDSTDERR: test_password_grant (tests.oauth2.rfc6749.test_server.SignedTokenEndpointTest) ... ok BUILDSTDERR: test_scopes_and_user_id_stored_in_access_token (tests.oauth2.rfc6749.test_server.SignedTokenEndpointTest) ... ok BUILDSTDERR: test_authorization_grant (tests.oauth2.rfc6749.test_server.TokenEndpointTest) ... ok BUILDSTDERR: test_client_grant (tests.oauth2.rfc6749.test_server.TokenEndpointTest) ... ok BUILDSTDERR: test_invalid_type (tests.oauth2.rfc6749.test_server.TokenEndpointTest) ... ok BUILDSTDERR: test_missing_type (tests.oauth2.rfc6749.test_server.TokenEndpointTest) ... ok BUILDSTDERR: test_password_grant (tests.oauth2.rfc6749.test_server.TokenEndpointTest) ... ok BUILDSTDERR: test_prepare_bearer_request (tests.oauth2.rfc6749.test_tokens.TokenTest) BUILDSTDERR: Verify proper addition of bearer tokens to requests. ... ok BUILDSTDERR: test_prepare_mac_header (tests.oauth2.rfc6749.test_tokens.TokenTest) BUILDSTDERR: Verify mac signatures correctness ... ok BUILDSTDERR: test_escape (tests.oauth2.rfc6749.test_utils.UtilsTests) BUILDSTDERR: Assert that we are only escaping unicode ... ok BUILDSTDERR: test_generate_age (tests.oauth2.rfc6749.test_utils.UtilsTests) ... ok BUILDSTDERR: test_host_from_uri (tests.oauth2.rfc6749.test_utils.UtilsTests) BUILDSTDERR: Test if hosts and ports are properly extracted from URIs. ... ok BUILDSTDERR: test_is_secure_transport (tests.oauth2.rfc6749.test_utils.UtilsTests) BUILDSTDERR: Test check secure uri. ... ok BUILDSTDERR: test_list_to_scope (tests.oauth2.rfc6749.test_utils.UtilsTests) ... ok BUILDSTDERR: test_params_from_uri (tests.oauth2.rfc6749.test_utils.UtilsTests) ... ok BUILDSTDERR: test_scope_to_list (tests.oauth2.rfc6749.test_utils.UtilsTests) ... ok BUILDSTDERR: test_basic (tests.test_common.CaseInsensitiveDictTest) ... ok BUILDSTDERR: test_update (tests.test_common.CaseInsensitiveDictTest) ... ok BUILDSTDERR: test_urldecode (tests.test_common.EncodingTest) ... ok BUILDSTDERR: test_generate_client_id (tests.test_common.GeneratorTest) ... ok BUILDSTDERR: test_generate_nonce (tests.test_common.GeneratorTest) BUILDSTDERR: Ping me (ib-lundgren) when you discover how to test randomness. ... ok BUILDSTDERR: test_generate_timestamp (tests.test_common.GeneratorTest) ... ok BUILDSTDERR: test_generate_token (tests.test_common.GeneratorTest) ... ok BUILDSTDERR: test_add_params_to_uri (tests.test_common.ParameterTest) ... ok BUILDSTDERR: test_extract_invalid (tests.test_common.ParameterTest) ... ok BUILDSTDERR: test_extract_non_formencoded_string (tests.test_common.ParameterTest) ... ok BUILDSTDERR: test_extract_params_blank_string (tests.test_common.ParameterTest) ... ok BUILDSTDERR: test_extract_params_dict (tests.test_common.ParameterTest) ... ok BUILDSTDERR: test_extract_params_empty_list (tests.test_common.ParameterTest) ... ok BUILDSTDERR: test_extract_params_formencoded (tests.test_common.ParameterTest) ... ok BUILDSTDERR: test_extract_params_twotuple (tests.test_common.ParameterTest) ... ok BUILDSTDERR: test_dict_body (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_empty_dict_body (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_empty_list_body (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_empty_string_body (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_getattr_existing_attribute (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_getattr_raise_attribute_error (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_getattr_return_default (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_list_body (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_non_formencoded_string_body (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_non_unicode_params (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_none_body (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_param_free_sequence_body (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_password_body (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_sanitizing_authorization_header (tests.test_common.RequestTest) ... ok BUILDSTDERR: test_token_body (tests.test_common.RequestTest) ... ok BUILDSTDERR: ---------------------------------------------------------------------- BUILDSTDERR: Ran 345 tests in 6.026s BUILDSTDERR: OK + exit 0 Processing files: python3-oauthlib-2.1.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xKAbOL + umask 022 + cd /builddir/build/BUILD + cd oauthlib-2.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/share/doc/python3-oauthlib + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/share/doc/python3-oauthlib + cp -pr README.rst /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/share/doc/python3-oauthlib + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GVMBaF + umask 022 + cd /builddir/build/BUILD + cd oauthlib-2.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/share/licenses/python3-oauthlib + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/share/licenses/python3-oauthlib + cp -pr LICENSE /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm/usr/share/licenses/python3-oauthlib + exit 0 Provides: python3-oauthlib = 2.1.0-1.el8 python3.6dist(oauthlib) = 2.1.0 python3dist(oauthlib) = 2.1.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm Wrote: /builddir/build/RPMS/python3-oauthlib-2.1.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.B5OmfR + umask 022 + cd /builddir/build/BUILD + cd oauthlib-2.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-oauthlib-2.1.0-1.el8.arm + exit 0 Child return code was: 0