>>> py3-authlib: Building community/py3-authlib 1.3.0-r1 (using abuild 3.13.0-r3) started Sun, 12 May 2024 17:41:55 +0000 >>> py3-authlib: Checking sanity of /home/buildozer/aports/community/py3-authlib/APKBUILD... >>> WARNING: py3-authlib: No maintainer >>> py3-authlib: Analyzing dependencies... >>> py3-authlib: Installing for build: build-base python3 py3-cryptography py3-gpep517 py3-setuptools py3-wheel (1/31) Installing libbz2 (1.0.8-r6) (2/31) Installing libffi (3.4.6-r0) (3/31) Installing gdbm (1.23-r1) (4/31) Installing xz-libs (5.6.1-r3) (5/31) Installing mpdecimal (4.0.0-r0) (6/31) Installing libpanelw (6.4_p20240420-r0) (7/31) Installing readline (8.2.10-r0) (8/31) Installing sqlite-libs (3.45.3-r0) (9/31) Installing python3 (3.12.3-r1) (10/31) Installing python3-pycache-pyc0 (3.12.3-r1) (11/31) Installing pyc (3.12.3-r1) (12/31) Installing python3-pyc (3.12.3-r1) (13/31) Installing py3-cparser (2.22-r1) (14/31) Installing py3-cparser-pyc (2.22-r1) (15/31) Installing py3-cffi (1.16.0-r1) (16/31) Installing py3-cffi-pyc (1.16.0-r1) (17/31) Installing py3-cryptography (42.0.5-r1) (18/31) Installing py3-cryptography-pyc (42.0.5-r1) (19/31) Installing py3-installer (0.7.0-r2) (20/31) Installing py3-installer-pyc (0.7.0-r2) (21/31) Installing py3-gpep517 (15-r2) (22/31) Installing py3-gpep517-pyc (15-r2) (23/31) Installing py3-parsing (3.1.2-r1) (24/31) Installing py3-parsing-pyc (3.1.2-r1) (25/31) Installing py3-packaging (24.0-r1) (26/31) Installing py3-packaging-pyc (24.0-r1) (27/31) Installing py3-setuptools (69.5.1-r0) (28/31) Installing py3-setuptools-pyc (69.5.1-r0) (29/31) Installing py3-wheel (0.42.0-r1) (30/31) Installing py3-wheel-pyc (0.42.0-r1) (31/31) Installing .makedepends-py3-authlib (20240512.174206) Executing busybox-1.36.1-r26.trigger OK: 284 MiB in 133 packages >>> py3-authlib: Cleaning up srcdir >>> py3-authlib: Cleaning up pkgdir >>> py3-authlib: Cleaning up tmpdir >>> py3-authlib: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/Authlib-1.3.0.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/Authlib-1.3.0.tar.gz.part' Authlib-1.3.0.tar.gz 100% |********************************| 142k 0:00:00 ETA '/var/cache/distfiles/Authlib-1.3.0.tar.gz.part' saved >>> py3-authlib: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/Authlib-1.3.0.tar.gz >>> py3-authlib: Checking sha512sums... Authlib-1.3.0.tar.gz: OK >>> py3-authlib: Unpacking /var/cache/distfiles/Authlib-1.3.0.tar.gz... 2024-05-12 17:42:09,631 gpep517 INFO Building wheel via backend setuptools.build_meta /usr/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py:83: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) corresp(dist, value, root_dir) 2024-05-12 17:42:10,074 root INFO running bdist_wheel 2024-05-12 17:42:10,109 root INFO running build 2024-05-12 17:42:10,110 root INFO running build_py 2024-05-12 17:42:10,118 root INFO creating build 2024-05-12 17:42:10,118 root INFO creating build/lib 2024-05-12 17:42:10,119 root INFO creating build/lib/authlib 2024-05-12 17:42:10,119 root INFO copying authlib/__init__.py -> build/lib/authlib 2024-05-12 17:42:10,121 root INFO copying authlib/consts.py -> build/lib/authlib 2024-05-12 17:42:10,122 root INFO copying authlib/deprecate.py -> build/lib/authlib 2024-05-12 17:42:10,124 root INFO creating build/lib/authlib/common 2024-05-12 17:42:10,124 root INFO copying authlib/common/urls.py -> build/lib/authlib/common 2024-05-12 17:42:10,125 root INFO copying authlib/common/__init__.py -> build/lib/authlib/common 2024-05-12 17:42:10,126 root INFO copying authlib/common/security.py -> build/lib/authlib/common 2024-05-12 17:42:10,127 root INFO copying authlib/common/encoding.py -> build/lib/authlib/common 2024-05-12 17:42:10,129 root INFO copying authlib/common/errors.py -> build/lib/authlib/common 2024-05-12 17:42:10,130 root INFO creating build/lib/authlib/oidc 2024-05-12 17:42:10,131 root INFO copying authlib/oidc/__init__.py -> build/lib/authlib/oidc 2024-05-12 17:42:10,132 root INFO creating build/lib/authlib/integrations 2024-05-12 17:42:10,133 root INFO copying authlib/integrations/__init__.py -> build/lib/authlib/integrations 2024-05-12 17:42:10,134 root INFO creating build/lib/authlib/oauth2 2024-05-12 17:42:10,135 root INFO copying authlib/oauth2/__init__.py -> build/lib/authlib/oauth2 2024-05-12 17:42:10,136 root INFO copying authlib/oauth2/auth.py -> build/lib/authlib/oauth2 2024-05-12 17:42:10,137 root INFO copying authlib/oauth2/base.py -> build/lib/authlib/oauth2 2024-05-12 17:42:10,138 root INFO copying authlib/oauth2/client.py -> build/lib/authlib/oauth2 2024-05-12 17:42:10,140 root INFO creating build/lib/authlib/oauth1 2024-05-12 17:42:10,140 root INFO copying authlib/oauth1/__init__.py -> build/lib/authlib/oauth1 2024-05-12 17:42:10,141 root INFO copying authlib/oauth1/errors.py -> build/lib/authlib/oauth1 2024-05-12 17:42:10,143 root INFO copying authlib/oauth1/client.py -> build/lib/authlib/oauth1 2024-05-12 17:42:10,144 root INFO creating build/lib/authlib/jose 2024-05-12 17:42:10,145 root INFO copying authlib/jose/__init__.py -> build/lib/authlib/jose 2024-05-12 17:42:10,146 root INFO copying authlib/jose/errors.py -> build/lib/authlib/jose 2024-05-12 17:42:10,147 root INFO copying authlib/jose/util.py -> build/lib/authlib/jose 2024-05-12 17:42:10,148 root INFO copying authlib/jose/jwk.py -> build/lib/authlib/jose 2024-05-12 17:42:10,150 root INFO creating build/lib/authlib/oidc/discovery 2024-05-12 17:42:10,150 root INFO copying authlib/oidc/discovery/__init__.py -> build/lib/authlib/oidc/discovery 2024-05-12 17:42:10,151 root INFO copying authlib/oidc/discovery/models.py -> build/lib/authlib/oidc/discovery 2024-05-12 17:42:10,152 root INFO copying authlib/oidc/discovery/well_known.py -> build/lib/authlib/oidc/discovery 2024-05-12 17:42:10,154 root INFO creating build/lib/authlib/oidc/core 2024-05-12 17:42:10,155 root INFO copying authlib/oidc/core/__init__.py -> build/lib/authlib/oidc/core 2024-05-12 17:42:10,155 root INFO copying authlib/oidc/core/models.py -> build/lib/authlib/oidc/core 2024-05-12 17:42:10,156 root INFO copying authlib/oidc/core/claims.py -> build/lib/authlib/oidc/core 2024-05-12 17:42:10,157 root INFO copying authlib/oidc/core/errors.py -> build/lib/authlib/oidc/core 2024-05-12 17:42:10,158 root INFO copying authlib/oidc/core/util.py -> build/lib/authlib/oidc/core 2024-05-12 17:42:10,160 root INFO creating build/lib/authlib/oidc/core/grants 2024-05-12 17:42:10,160 root INFO copying authlib/oidc/core/grants/__init__.py -> build/lib/authlib/oidc/core/grants 2024-05-12 17:42:10,161 root INFO copying authlib/oidc/core/grants/util.py -> build/lib/authlib/oidc/core/grants 2024-05-12 17:42:10,162 root INFO copying authlib/oidc/core/grants/implicit.py -> build/lib/authlib/oidc/core/grants 2024-05-12 17:42:10,163 root INFO copying authlib/oidc/core/grants/hybrid.py -> build/lib/authlib/oidc/core/grants 2024-05-12 17:42:10,164 root INFO copying authlib/oidc/core/grants/code.py -> build/lib/authlib/oidc/core/grants 2024-05-12 17:42:10,165 root INFO creating build/lib/authlib/integrations/starlette_client 2024-05-12 17:42:10,166 root INFO copying authlib/integrations/starlette_client/apps.py -> build/lib/authlib/integrations/starlette_client 2024-05-12 17:42:10,166 root INFO copying authlib/integrations/starlette_client/__init__.py -> build/lib/authlib/integrations/starlette_client 2024-05-12 17:42:10,167 root INFO copying authlib/integrations/starlette_client/integration.py -> build/lib/authlib/integrations/starlette_client 2024-05-12 17:42:10,169 root INFO creating build/lib/authlib/integrations/django_client 2024-05-12 17:42:10,169 root INFO copying authlib/integrations/django_client/apps.py -> build/lib/authlib/integrations/django_client 2024-05-12 17:42:10,170 root INFO copying authlib/integrations/django_client/__init__.py -> build/lib/authlib/integrations/django_client 2024-05-12 17:42:10,171 root INFO copying authlib/integrations/django_client/integration.py -> build/lib/authlib/integrations/django_client 2024-05-12 17:42:10,172 root INFO creating build/lib/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,173 root INFO copying authlib/integrations/flask_oauth2/__init__.py -> build/lib/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,174 root INFO copying authlib/integrations/flask_oauth2/signals.py -> build/lib/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,175 root INFO copying authlib/integrations/flask_oauth2/resource_protector.py -> build/lib/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,176 root INFO copying authlib/integrations/flask_oauth2/requests.py -> build/lib/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,177 root INFO copying authlib/integrations/flask_oauth2/errors.py -> build/lib/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,178 root INFO copying authlib/integrations/flask_oauth2/authorization_server.py -> build/lib/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,179 root INFO creating build/lib/authlib/integrations/httpx_client 2024-05-12 17:42:10,180 root INFO copying authlib/integrations/httpx_client/__init__.py -> build/lib/authlib/integrations/httpx_client 2024-05-12 17:42:10,180 root INFO copying authlib/integrations/httpx_client/oauth1_client.py -> build/lib/authlib/integrations/httpx_client 2024-05-12 17:42:10,181 root INFO copying authlib/integrations/httpx_client/oauth2_client.py -> build/lib/authlib/integrations/httpx_client 2024-05-12 17:42:10,182 root INFO copying authlib/integrations/httpx_client/utils.py -> build/lib/authlib/integrations/httpx_client 2024-05-12 17:42:10,183 root INFO copying authlib/integrations/httpx_client/assertion_client.py -> build/lib/authlib/integrations/httpx_client 2024-05-12 17:42:10,185 root INFO creating build/lib/authlib/integrations/base_client 2024-05-12 17:42:10,185 root INFO copying authlib/integrations/base_client/__init__.py -> build/lib/authlib/integrations/base_client 2024-05-12 17:42:10,186 root INFO copying authlib/integrations/base_client/async_app.py -> build/lib/authlib/integrations/base_client 2024-05-12 17:42:10,187 root INFO copying authlib/integrations/base_client/errors.py -> build/lib/authlib/integrations/base_client 2024-05-12 17:42:10,188 root INFO copying authlib/integrations/base_client/sync_openid.py -> build/lib/authlib/integrations/base_client 2024-05-12 17:42:10,189 root INFO copying authlib/integrations/base_client/registry.py -> build/lib/authlib/integrations/base_client 2024-05-12 17:42:10,190 root INFO copying authlib/integrations/base_client/async_openid.py -> build/lib/authlib/integrations/base_client 2024-05-12 17:42:10,191 root INFO copying authlib/integrations/base_client/sync_app.py -> build/lib/authlib/integrations/base_client 2024-05-12 17:42:10,192 root INFO copying authlib/integrations/base_client/framework_integration.py -> build/lib/authlib/integrations/base_client 2024-05-12 17:42:10,193 root INFO creating build/lib/authlib/integrations/flask_client 2024-05-12 17:42:10,194 root INFO copying authlib/integrations/flask_client/apps.py -> build/lib/authlib/integrations/flask_client 2024-05-12 17:42:10,195 root INFO copying authlib/integrations/flask_client/__init__.py -> build/lib/authlib/integrations/flask_client 2024-05-12 17:42:10,195 root INFO copying authlib/integrations/flask_client/integration.py -> build/lib/authlib/integrations/flask_client 2024-05-12 17:42:10,197 root INFO creating build/lib/authlib/integrations/sqla_oauth2 2024-05-12 17:42:10,197 root INFO copying authlib/integrations/sqla_oauth2/functions.py -> build/lib/authlib/integrations/sqla_oauth2 2024-05-12 17:42:10,198 root INFO copying authlib/integrations/sqla_oauth2/__init__.py -> build/lib/authlib/integrations/sqla_oauth2 2024-05-12 17:42:10,199 root INFO copying authlib/integrations/sqla_oauth2/tokens_mixins.py -> build/lib/authlib/integrations/sqla_oauth2 2024-05-12 17:42:10,200 root INFO copying authlib/integrations/sqla_oauth2/client_mixin.py -> build/lib/authlib/integrations/sqla_oauth2 2024-05-12 17:42:10,201 root INFO creating build/lib/authlib/integrations/requests_client 2024-05-12 17:42:10,202 root INFO copying authlib/integrations/requests_client/__init__.py -> build/lib/authlib/integrations/requests_client 2024-05-12 17:42:10,203 root INFO copying authlib/integrations/requests_client/oauth1_session.py -> build/lib/authlib/integrations/requests_client 2024-05-12 17:42:10,204 root INFO copying authlib/integrations/requests_client/oauth2_session.py -> build/lib/authlib/integrations/requests_client 2024-05-12 17:42:10,205 root INFO copying authlib/integrations/requests_client/assertion_session.py -> build/lib/authlib/integrations/requests_client 2024-05-12 17:42:10,206 root INFO copying authlib/integrations/requests_client/utils.py -> build/lib/authlib/integrations/requests_client 2024-05-12 17:42:10,207 root INFO creating build/lib/authlib/integrations/django_oauth2 2024-05-12 17:42:10,207 root INFO copying authlib/integrations/django_oauth2/__init__.py -> build/lib/authlib/integrations/django_oauth2 2024-05-12 17:42:10,208 root INFO copying authlib/integrations/django_oauth2/signals.py -> build/lib/authlib/integrations/django_oauth2 2024-05-12 17:42:10,209 root INFO copying authlib/integrations/django_oauth2/resource_protector.py -> build/lib/authlib/integrations/django_oauth2 2024-05-12 17:42:10,210 root INFO copying authlib/integrations/django_oauth2/requests.py -> build/lib/authlib/integrations/django_oauth2 2024-05-12 17:42:10,211 root INFO copying authlib/integrations/django_oauth2/endpoints.py -> build/lib/authlib/integrations/django_oauth2 2024-05-12 17:42:10,212 root INFO copying authlib/integrations/django_oauth2/authorization_server.py -> build/lib/authlib/integrations/django_oauth2 2024-05-12 17:42:10,214 root INFO creating build/lib/authlib/integrations/django_oauth1 2024-05-12 17:42:10,214 root INFO copying authlib/integrations/django_oauth1/__init__.py -> build/lib/authlib/integrations/django_oauth1 2024-05-12 17:42:10,215 root INFO copying authlib/integrations/django_oauth1/nonce.py -> build/lib/authlib/integrations/django_oauth1 2024-05-12 17:42:10,216 root INFO copying authlib/integrations/django_oauth1/resource_protector.py -> build/lib/authlib/integrations/django_oauth1 2024-05-12 17:42:10,217 root INFO copying authlib/integrations/django_oauth1/authorization_server.py -> build/lib/authlib/integrations/django_oauth1 2024-05-12 17:42:10,218 root INFO creating build/lib/authlib/integrations/flask_oauth1 2024-05-12 17:42:10,219 root INFO copying authlib/integrations/flask_oauth1/__init__.py -> build/lib/authlib/integrations/flask_oauth1 2024-05-12 17:42:10,220 root INFO copying authlib/integrations/flask_oauth1/cache.py -> build/lib/authlib/integrations/flask_oauth1 2024-05-12 17:42:10,221 root INFO copying authlib/integrations/flask_oauth1/resource_protector.py -> build/lib/authlib/integrations/flask_oauth1 2024-05-12 17:42:10,221 root INFO copying authlib/integrations/flask_oauth1/authorization_server.py -> build/lib/authlib/integrations/flask_oauth1 2024-05-12 17:42:10,223 root INFO creating build/lib/authlib/oauth2/rfc7591 2024-05-12 17:42:10,223 root INFO copying authlib/oauth2/rfc7591/__init__.py -> build/lib/authlib/oauth2/rfc7591 2024-05-12 17:42:10,224 root INFO copying authlib/oauth2/rfc7591/claims.py -> build/lib/authlib/oauth2/rfc7591 2024-05-12 17:42:10,225 root INFO copying authlib/oauth2/rfc7591/errors.py -> build/lib/authlib/oauth2/rfc7591 2024-05-12 17:42:10,226 root INFO copying authlib/oauth2/rfc7591/endpoint.py -> build/lib/authlib/oauth2/rfc7591 2024-05-12 17:42:10,228 root INFO creating build/lib/authlib/oauth2/rfc8628 2024-05-12 17:42:10,228 root INFO copying authlib/oauth2/rfc8628/__init__.py -> build/lib/authlib/oauth2/rfc8628 2024-05-12 17:42:10,229 root INFO copying authlib/oauth2/rfc8628/models.py -> build/lib/authlib/oauth2/rfc8628 2024-05-12 17:42:10,230 root INFO copying authlib/oauth2/rfc8628/errors.py -> build/lib/authlib/oauth2/rfc8628 2024-05-12 17:42:10,231 root INFO copying authlib/oauth2/rfc8628/endpoint.py -> build/lib/authlib/oauth2/rfc8628 2024-05-12 17:42:10,232 root INFO copying authlib/oauth2/rfc8628/device_code.py -> build/lib/authlib/oauth2/rfc8628 2024-05-12 17:42:10,234 root INFO creating build/lib/authlib/oauth2/rfc6749 2024-05-12 17:42:10,234 root INFO copying authlib/oauth2/rfc6749/__init__.py -> build/lib/authlib/oauth2/rfc6749 2024-05-12 17:42:10,235 root INFO copying authlib/oauth2/rfc6749/models.py -> build/lib/authlib/oauth2/rfc6749 2024-05-12 17:42:10,236 root INFO copying authlib/oauth2/rfc6749/resource_protector.py -> build/lib/authlib/oauth2/rfc6749 2024-05-12 17:42:10,237 root INFO copying authlib/oauth2/rfc6749/requests.py -> build/lib/authlib/oauth2/rfc6749 2024-05-12 17:42:10,238 root INFO copying authlib/oauth2/rfc6749/errors.py -> build/lib/authlib/oauth2/rfc6749 2024-05-12 17:42:10,239 root INFO copying authlib/oauth2/rfc6749/util.py -> build/lib/authlib/oauth2/rfc6749 2024-05-12 17:42:10,240 root INFO copying authlib/oauth2/rfc6749/wrappers.py -> build/lib/authlib/oauth2/rfc6749 2024-05-12 17:42:10,241 root INFO copying authlib/oauth2/rfc6749/authorization_server.py -> build/lib/authlib/oauth2/rfc6749 2024-05-12 17:42:10,242 root INFO copying authlib/oauth2/rfc6749/token_endpoint.py -> build/lib/authlib/oauth2/rfc6749 2024-05-12 17:42:10,243 root INFO copying authlib/oauth2/rfc6749/parameters.py -> build/lib/authlib/oauth2/rfc6749 2024-05-12 17:42:10,244 root INFO copying authlib/oauth2/rfc6749/authenticate_client.py -> build/lib/authlib/oauth2/rfc6749 2024-05-12 17:42:10,245 root INFO creating build/lib/authlib/oauth2/rfc7636 2024-05-12 17:42:10,246 root INFO copying authlib/oauth2/rfc7636/__init__.py -> build/lib/authlib/oauth2/rfc7636 2024-05-12 17:42:10,247 root INFO copying authlib/oauth2/rfc7636/challenge.py -> build/lib/authlib/oauth2/rfc7636 2024-05-12 17:42:10,248 root INFO creating build/lib/authlib/oauth2/rfc7009 2024-05-12 17:42:10,249 root INFO copying authlib/oauth2/rfc7009/__init__.py -> build/lib/authlib/oauth2/rfc7009 2024-05-12 17:42:10,249 root INFO copying authlib/oauth2/rfc7009/revocation.py -> build/lib/authlib/oauth2/rfc7009 2024-05-12 17:42:10,250 root INFO copying authlib/oauth2/rfc7009/parameters.py -> build/lib/authlib/oauth2/rfc7009 2024-05-12 17:42:10,252 root INFO creating build/lib/authlib/oauth2/rfc6750 2024-05-12 17:42:10,252 root INFO copying authlib/oauth2/rfc6750/__init__.py -> build/lib/authlib/oauth2/rfc6750 2024-05-12 17:42:10,253 root INFO copying authlib/oauth2/rfc6750/token.py -> build/lib/authlib/oauth2/rfc6750 2024-05-12 17:42:10,254 root INFO copying authlib/oauth2/rfc6750/errors.py -> build/lib/authlib/oauth2/rfc6750 2024-05-12 17:42:10,255 root INFO copying authlib/oauth2/rfc6750/parameters.py -> build/lib/authlib/oauth2/rfc6750 2024-05-12 17:42:10,256 root INFO copying authlib/oauth2/rfc6750/validator.py -> build/lib/authlib/oauth2/rfc6750 2024-05-12 17:42:10,257 root INFO creating build/lib/authlib/oauth2/rfc7592 2024-05-12 17:42:10,258 root INFO copying authlib/oauth2/rfc7592/__init__.py -> build/lib/authlib/oauth2/rfc7592 2024-05-12 17:42:10,258 root INFO copying authlib/oauth2/rfc7592/endpoint.py -> build/lib/authlib/oauth2/rfc7592 2024-05-12 17:42:10,260 root INFO creating build/lib/authlib/oauth2/rfc7521 2024-05-12 17:42:10,261 root INFO copying authlib/oauth2/rfc7521/__init__.py -> build/lib/authlib/oauth2/rfc7521 2024-05-12 17:42:10,261 root INFO copying authlib/oauth2/rfc7521/client.py -> build/lib/authlib/oauth2/rfc7521 2024-05-12 17:42:10,263 root INFO creating build/lib/authlib/oauth2/rfc8414 2024-05-12 17:42:10,263 root INFO copying authlib/oauth2/rfc8414/__init__.py -> build/lib/authlib/oauth2/rfc8414 2024-05-12 17:42:10,264 root INFO copying authlib/oauth2/rfc8414/models.py -> build/lib/authlib/oauth2/rfc8414 2024-05-12 17:42:10,265 root INFO copying authlib/oauth2/rfc8414/well_known.py -> build/lib/authlib/oauth2/rfc8414 2024-05-12 17:42:10,267 root INFO creating build/lib/authlib/oauth2/rfc9068 2024-05-12 17:42:10,267 root INFO copying authlib/oauth2/rfc9068/introspection.py -> build/lib/authlib/oauth2/rfc9068 2024-05-12 17:42:10,268 root INFO copying authlib/oauth2/rfc9068/__init__.py -> build/lib/authlib/oauth2/rfc9068 2024-05-12 17:42:10,269 root INFO copying authlib/oauth2/rfc9068/token.py -> build/lib/authlib/oauth2/rfc9068 2024-05-12 17:42:10,270 root INFO copying authlib/oauth2/rfc9068/claims.py -> build/lib/authlib/oauth2/rfc9068 2024-05-12 17:42:10,271 root INFO copying authlib/oauth2/rfc9068/revocation.py -> build/lib/authlib/oauth2/rfc9068 2024-05-12 17:42:10,272 root INFO copying authlib/oauth2/rfc9068/token_validator.py -> build/lib/authlib/oauth2/rfc9068 2024-05-12 17:42:10,274 root INFO creating build/lib/authlib/oauth2/rfc7662 2024-05-12 17:42:10,274 root INFO copying authlib/oauth2/rfc7662/introspection.py -> build/lib/authlib/oauth2/rfc7662 2024-05-12 17:42:10,275 root INFO copying authlib/oauth2/rfc7662/__init__.py -> build/lib/authlib/oauth2/rfc7662 2024-05-12 17:42:10,276 root INFO copying authlib/oauth2/rfc7662/models.py -> build/lib/authlib/oauth2/rfc7662 2024-05-12 17:42:10,277 root INFO copying authlib/oauth2/rfc7662/token_validator.py -> build/lib/authlib/oauth2/rfc7662 2024-05-12 17:42:10,278 root INFO creating build/lib/authlib/oauth2/rfc7523 2024-05-12 17:42:10,279 root INFO copying authlib/oauth2/rfc7523/__init__.py -> build/lib/authlib/oauth2/rfc7523 2024-05-12 17:42:10,280 root INFO copying authlib/oauth2/rfc7523/token.py -> build/lib/authlib/oauth2/rfc7523 2024-05-12 17:42:10,281 root INFO copying authlib/oauth2/rfc7523/assertion.py -> build/lib/authlib/oauth2/rfc7523 2024-05-12 17:42:10,281 root INFO copying authlib/oauth2/rfc7523/jwt_bearer.py -> build/lib/authlib/oauth2/rfc7523 2024-05-12 17:42:10,282 root INFO copying authlib/oauth2/rfc7523/auth.py -> build/lib/authlib/oauth2/rfc7523 2024-05-12 17:42:10,283 root INFO copying authlib/oauth2/rfc7523/validator.py -> build/lib/authlib/oauth2/rfc7523 2024-05-12 17:42:10,284 root INFO copying authlib/oauth2/rfc7523/client.py -> build/lib/authlib/oauth2/rfc7523 2024-05-12 17:42:10,285 root INFO creating build/lib/authlib/oauth2/rfc8693 2024-05-12 17:42:10,286 root INFO copying authlib/oauth2/rfc8693/__init__.py -> build/lib/authlib/oauth2/rfc8693 2024-05-12 17:42:10,288 root INFO creating build/lib/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,288 root INFO copying authlib/oauth2/rfc6749/grants/__init__.py -> build/lib/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,289 root INFO copying authlib/oauth2/rfc6749/grants/authorization_code.py -> build/lib/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,290 root INFO copying authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.py -> build/lib/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,291 root INFO copying authlib/oauth2/rfc6749/grants/implicit.py -> build/lib/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,292 root INFO copying authlib/oauth2/rfc6749/grants/refresh_token.py -> build/lib/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,293 root INFO copying authlib/oauth2/rfc6749/grants/client_credentials.py -> build/lib/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,294 root INFO copying authlib/oauth2/rfc6749/grants/base.py -> build/lib/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,295 root INFO creating build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,296 root INFO copying authlib/oauth1/rfc5849/client_auth.py -> build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,297 root INFO copying authlib/oauth1/rfc5849/__init__.py -> build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,298 root INFO copying authlib/oauth1/rfc5849/signature.py -> build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,299 root INFO copying authlib/oauth1/rfc5849/models.py -> build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,300 root INFO copying authlib/oauth1/rfc5849/base_server.py -> build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,301 root INFO copying authlib/oauth1/rfc5849/resource_protector.py -> build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,302 root INFO copying authlib/oauth1/rfc5849/errors.py -> build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,303 root INFO copying authlib/oauth1/rfc5849/rsa.py -> build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,303 root INFO copying authlib/oauth1/rfc5849/util.py -> build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,304 root INFO copying authlib/oauth1/rfc5849/authorization_server.py -> build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,305 root INFO copying authlib/oauth1/rfc5849/parameters.py -> build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,306 root INFO copying authlib/oauth1/rfc5849/wrapper.py -> build/lib/authlib/oauth1/rfc5849 2024-05-12 17:42:10,308 root INFO creating build/lib/authlib/jose/rfc7519 2024-05-12 17:42:10,308 root INFO copying authlib/jose/rfc7519/jwt.py -> build/lib/authlib/jose/rfc7519 2024-05-12 17:42:10,309 root INFO copying authlib/jose/rfc7519/__init__.py -> build/lib/authlib/jose/rfc7519 2024-05-12 17:42:10,310 root INFO copying authlib/jose/rfc7519/claims.py -> build/lib/authlib/jose/rfc7519 2024-05-12 17:42:10,311 root INFO creating build/lib/authlib/jose/rfc7515 2024-05-12 17:42:10,312 root INFO copying authlib/jose/rfc7515/__init__.py -> build/lib/authlib/jose/rfc7515 2024-05-12 17:42:10,313 root INFO copying authlib/jose/rfc7515/models.py -> build/lib/authlib/jose/rfc7515 2024-05-12 17:42:10,314 root INFO copying authlib/jose/rfc7515/jws.py -> build/lib/authlib/jose/rfc7515 2024-05-12 17:42:10,315 root INFO creating build/lib/authlib/jose/drafts 2024-05-12 17:42:10,316 root INFO copying authlib/jose/drafts/_jwe_enc_cryptography.py -> build/lib/authlib/jose/drafts 2024-05-12 17:42:10,317 root INFO copying authlib/jose/drafts/__init__.py -> build/lib/authlib/jose/drafts 2024-05-12 17:42:10,318 root INFO copying authlib/jose/drafts/_jwe_algorithms.py -> build/lib/authlib/jose/drafts 2024-05-12 17:42:10,319 root INFO copying authlib/jose/drafts/_jwe_enc_cryptodome.py -> build/lib/authlib/jose/drafts 2024-05-12 17:42:10,320 root INFO creating build/lib/authlib/jose/rfc7517 2024-05-12 17:42:10,321 root INFO copying authlib/jose/rfc7517/__init__.py -> build/lib/authlib/jose/rfc7517 2024-05-12 17:42:10,322 root INFO copying authlib/jose/rfc7517/_cryptography_key.py -> build/lib/authlib/jose/rfc7517 2024-05-12 17:42:10,323 root INFO copying authlib/jose/rfc7517/base_key.py -> build/lib/authlib/jose/rfc7517 2024-05-12 17:42:10,323 root INFO copying authlib/jose/rfc7517/jwk.py -> build/lib/authlib/jose/rfc7517 2024-05-12 17:42:10,324 root INFO copying authlib/jose/rfc7517/asymmetric_key.py -> build/lib/authlib/jose/rfc7517 2024-05-12 17:42:10,325 root INFO copying authlib/jose/rfc7517/key_set.py -> build/lib/authlib/jose/rfc7517 2024-05-12 17:42:10,326 root INFO creating build/lib/authlib/jose/rfc7516 2024-05-12 17:42:10,327 root INFO copying authlib/jose/rfc7516/jwe.py -> build/lib/authlib/jose/rfc7516 2024-05-12 17:42:10,328 root INFO copying authlib/jose/rfc7516/__init__.py -> build/lib/authlib/jose/rfc7516 2024-05-12 17:42:10,329 root INFO copying authlib/jose/rfc7516/models.py -> build/lib/authlib/jose/rfc7516 2024-05-12 17:42:10,331 root INFO creating build/lib/authlib/jose/rfc7518 2024-05-12 17:42:10,331 root INFO copying authlib/jose/rfc7518/jwe_zips.py -> build/lib/authlib/jose/rfc7518 2024-05-12 17:42:10,332 root INFO copying authlib/jose/rfc7518/__init__.py -> build/lib/authlib/jose/rfc7518 2024-05-12 17:42:10,333 root INFO copying authlib/jose/rfc7518/jws_algs.py -> build/lib/authlib/jose/rfc7518 2024-05-12 17:42:10,334 root INFO copying authlib/jose/rfc7518/jwe_encs.py -> build/lib/authlib/jose/rfc7518 2024-05-12 17:42:10,335 root INFO copying authlib/jose/rfc7518/rsa_key.py -> build/lib/authlib/jose/rfc7518 2024-05-12 17:42:10,336 root INFO copying authlib/jose/rfc7518/util.py -> build/lib/authlib/jose/rfc7518 2024-05-12 17:42:10,337 root INFO copying authlib/jose/rfc7518/ec_key.py -> build/lib/authlib/jose/rfc7518 2024-05-12 17:42:10,338 root INFO copying authlib/jose/rfc7518/oct_key.py -> build/lib/authlib/jose/rfc7518 2024-05-12 17:42:10,339 root INFO copying authlib/jose/rfc7518/jwe_algs.py -> build/lib/authlib/jose/rfc7518 2024-05-12 17:42:10,340 root INFO creating build/lib/authlib/jose/rfc8037 2024-05-12 17:42:10,341 root INFO copying authlib/jose/rfc8037/okp_key.py -> build/lib/authlib/jose/rfc8037 2024-05-12 17:42:10,342 root INFO copying authlib/jose/rfc8037/__init__.py -> build/lib/authlib/jose/rfc8037 2024-05-12 17:42:10,343 root INFO copying authlib/jose/rfc8037/jws_eddsa.py -> build/lib/authlib/jose/rfc8037 2024-05-12 17:42:10,344 root INFO running egg_info 2024-05-12 17:42:10,350 root INFO writing Authlib.egg-info/PKG-INFO 2024-05-12 17:42:10,353 root INFO writing dependency_links to Authlib.egg-info/dependency_links.txt 2024-05-12 17:42:10,354 root INFO writing requirements to Authlib.egg-info/requires.txt 2024-05-12 17:42:10,355 root INFO writing top-level names to Authlib.egg-info/top_level.txt 2024-05-12 17:42:10,395 root INFO reading manifest file 'Authlib.egg-info/SOURCES.txt' 2024-05-12 17:42:10,401 root INFO reading manifest template 'MANIFEST.in' 2024-05-12 17:42:10,403 root WARNING no previously-included directories found matching 'tests*' 2024-05-12 17:42:10,403 root INFO adding license file 'LICENSE' 2024-05-12 17:42:10,416 root INFO writing manifest file 'Authlib.egg-info/SOURCES.txt' 2024-05-12 17:42:10,460 wheel INFO installing to build/bdist.linux-riscv64/wheel 2024-05-12 17:42:10,461 root INFO running install 2024-05-12 17:42:10,503 root INFO running install_lib 2024-05-12 17:42:10,510 root INFO creating build/bdist.linux-riscv64 2024-05-12 17:42:10,510 root INFO creating build/bdist.linux-riscv64/wheel 2024-05-12 17:42:10,511 root INFO creating build/bdist.linux-riscv64/wheel/authlib 2024-05-12 17:42:10,512 root INFO creating build/bdist.linux-riscv64/wheel/authlib/common 2024-05-12 17:42:10,512 root INFO copying build/lib/authlib/common/urls.py -> build/bdist.linux-riscv64/wheel/authlib/common 2024-05-12 17:42:10,513 root INFO copying build/lib/authlib/common/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/common 2024-05-12 17:42:10,514 root INFO copying build/lib/authlib/common/security.py -> build/bdist.linux-riscv64/wheel/authlib/common 2024-05-12 17:42:10,515 root INFO copying build/lib/authlib/common/encoding.py -> build/bdist.linux-riscv64/wheel/authlib/common 2024-05-12 17:42:10,515 root INFO copying build/lib/authlib/common/errors.py -> build/bdist.linux-riscv64/wheel/authlib/common 2024-05-12 17:42:10,516 root INFO copying build/lib/authlib/__init__.py -> build/bdist.linux-riscv64/wheel/authlib 2024-05-12 17:42:10,517 root INFO copying build/lib/authlib/consts.py -> build/bdist.linux-riscv64/wheel/authlib 2024-05-12 17:42:10,518 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oidc 2024-05-12 17:42:10,519 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oidc/discovery 2024-05-12 17:42:10,519 root INFO copying build/lib/authlib/oidc/discovery/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/discovery 2024-05-12 17:42:10,520 root INFO copying build/lib/authlib/oidc/discovery/models.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/discovery 2024-05-12 17:42:10,521 root INFO copying build/lib/authlib/oidc/discovery/well_known.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/discovery 2024-05-12 17:42:10,522 root INFO copying build/lib/authlib/oidc/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oidc 2024-05-12 17:42:10,523 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oidc/core 2024-05-12 17:42:10,523 root INFO copying build/lib/authlib/oidc/core/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/core 2024-05-12 17:42:10,524 root INFO copying build/lib/authlib/oidc/core/models.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/core 2024-05-12 17:42:10,525 root INFO copying build/lib/authlib/oidc/core/claims.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/core 2024-05-12 17:42:10,526 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oidc/core/grants 2024-05-12 17:42:10,527 root INFO copying build/lib/authlib/oidc/core/grants/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/core/grants 2024-05-12 17:42:10,528 root INFO copying build/lib/authlib/oidc/core/grants/util.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/core/grants 2024-05-12 17:42:10,529 root INFO copying build/lib/authlib/oidc/core/grants/implicit.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/core/grants 2024-05-12 17:42:10,529 root INFO copying build/lib/authlib/oidc/core/grants/hybrid.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/core/grants 2024-05-12 17:42:10,530 root INFO copying build/lib/authlib/oidc/core/grants/code.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/core/grants 2024-05-12 17:42:10,531 root INFO copying build/lib/authlib/oidc/core/errors.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/core 2024-05-12 17:42:10,532 root INFO copying build/lib/authlib/oidc/core/util.py -> build/bdist.linux-riscv64/wheel/authlib/oidc/core 2024-05-12 17:42:10,533 root INFO creating build/bdist.linux-riscv64/wheel/authlib/integrations 2024-05-12 17:42:10,534 root INFO copying build/lib/authlib/integrations/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/integrations 2024-05-12 17:42:10,534 root INFO creating build/bdist.linux-riscv64/wheel/authlib/integrations/starlette_client 2024-05-12 17:42:10,535 root INFO copying build/lib/authlib/integrations/starlette_client/apps.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/starlette_client 2024-05-12 17:42:10,536 root INFO copying build/lib/authlib/integrations/starlette_client/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/starlette_client 2024-05-12 17:42:10,537 root INFO copying build/lib/authlib/integrations/starlette_client/integration.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/starlette_client 2024-05-12 17:42:10,538 root INFO creating build/bdist.linux-riscv64/wheel/authlib/integrations/django_client 2024-05-12 17:42:10,538 root INFO copying build/lib/authlib/integrations/django_client/apps.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_client 2024-05-12 17:42:10,539 root INFO copying build/lib/authlib/integrations/django_client/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_client 2024-05-12 17:42:10,540 root INFO copying build/lib/authlib/integrations/django_client/integration.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_client 2024-05-12 17:42:10,541 root INFO creating build/bdist.linux-riscv64/wheel/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,542 root INFO copying build/lib/authlib/integrations/flask_oauth2/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,542 root INFO copying build/lib/authlib/integrations/flask_oauth2/signals.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,543 root INFO copying build/lib/authlib/integrations/flask_oauth2/resource_protector.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,544 root INFO copying build/lib/authlib/integrations/flask_oauth2/requests.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,545 root INFO copying build/lib/authlib/integrations/flask_oauth2/errors.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,546 root INFO copying build/lib/authlib/integrations/flask_oauth2/authorization_server.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_oauth2 2024-05-12 17:42:10,546 root INFO creating build/bdist.linux-riscv64/wheel/authlib/integrations/httpx_client 2024-05-12 17:42:10,547 root INFO copying build/lib/authlib/integrations/httpx_client/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/httpx_client 2024-05-12 17:42:10,548 root INFO copying build/lib/authlib/integrations/httpx_client/oauth1_client.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/httpx_client 2024-05-12 17:42:10,549 root INFO copying build/lib/authlib/integrations/httpx_client/oauth2_client.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/httpx_client 2024-05-12 17:42:10,550 root INFO copying build/lib/authlib/integrations/httpx_client/utils.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/httpx_client 2024-05-12 17:42:10,550 root INFO copying build/lib/authlib/integrations/httpx_client/assertion_client.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/httpx_client 2024-05-12 17:42:10,551 root INFO creating build/bdist.linux-riscv64/wheel/authlib/integrations/base_client 2024-05-12 17:42:10,552 root INFO copying build/lib/authlib/integrations/base_client/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/base_client 2024-05-12 17:42:10,553 root INFO copying build/lib/authlib/integrations/base_client/async_app.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/base_client 2024-05-12 17:42:10,554 root INFO copying build/lib/authlib/integrations/base_client/errors.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/base_client 2024-05-12 17:42:10,554 root INFO copying build/lib/authlib/integrations/base_client/sync_openid.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/base_client 2024-05-12 17:42:10,555 root INFO copying build/lib/authlib/integrations/base_client/registry.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/base_client 2024-05-12 17:42:10,556 root INFO copying build/lib/authlib/integrations/base_client/async_openid.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/base_client 2024-05-12 17:42:10,557 root INFO copying build/lib/authlib/integrations/base_client/sync_app.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/base_client 2024-05-12 17:42:10,558 root INFO copying build/lib/authlib/integrations/base_client/framework_integration.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/base_client 2024-05-12 17:42:10,559 root INFO creating build/bdist.linux-riscv64/wheel/authlib/integrations/flask_client 2024-05-12 17:42:10,559 root INFO copying build/lib/authlib/integrations/flask_client/apps.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_client 2024-05-12 17:42:10,560 root INFO copying build/lib/authlib/integrations/flask_client/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_client 2024-05-12 17:42:10,561 root INFO copying build/lib/authlib/integrations/flask_client/integration.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_client 2024-05-12 17:42:10,562 root INFO creating build/bdist.linux-riscv64/wheel/authlib/integrations/sqla_oauth2 2024-05-12 17:42:10,563 root INFO copying build/lib/authlib/integrations/sqla_oauth2/functions.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/sqla_oauth2 2024-05-12 17:42:10,564 root INFO copying build/lib/authlib/integrations/sqla_oauth2/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/sqla_oauth2 2024-05-12 17:42:10,564 root INFO copying build/lib/authlib/integrations/sqla_oauth2/tokens_mixins.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/sqla_oauth2 2024-05-12 17:42:10,565 root INFO copying build/lib/authlib/integrations/sqla_oauth2/client_mixin.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/sqla_oauth2 2024-05-12 17:42:10,566 root INFO creating build/bdist.linux-riscv64/wheel/authlib/integrations/requests_client 2024-05-12 17:42:10,567 root INFO copying build/lib/authlib/integrations/requests_client/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/requests_client 2024-05-12 17:42:10,568 root INFO copying build/lib/authlib/integrations/requests_client/oauth1_session.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/requests_client 2024-05-12 17:42:10,569 root INFO copying build/lib/authlib/integrations/requests_client/oauth2_session.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/requests_client 2024-05-12 17:42:10,570 root INFO copying build/lib/authlib/integrations/requests_client/assertion_session.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/requests_client 2024-05-12 17:42:10,570 root INFO copying build/lib/authlib/integrations/requests_client/utils.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/requests_client 2024-05-12 17:42:10,571 root INFO creating build/bdist.linux-riscv64/wheel/authlib/integrations/django_oauth2 2024-05-12 17:42:10,572 root INFO copying build/lib/authlib/integrations/django_oauth2/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_oauth2 2024-05-12 17:42:10,573 root INFO copying build/lib/authlib/integrations/django_oauth2/signals.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_oauth2 2024-05-12 17:42:10,574 root INFO copying build/lib/authlib/integrations/django_oauth2/resource_protector.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_oauth2 2024-05-12 17:42:10,574 root INFO copying build/lib/authlib/integrations/django_oauth2/requests.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_oauth2 2024-05-12 17:42:10,575 root INFO copying build/lib/authlib/integrations/django_oauth2/endpoints.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_oauth2 2024-05-12 17:42:10,576 root INFO copying build/lib/authlib/integrations/django_oauth2/authorization_server.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_oauth2 2024-05-12 17:42:10,577 root INFO creating build/bdist.linux-riscv64/wheel/authlib/integrations/django_oauth1 2024-05-12 17:42:10,578 root INFO copying build/lib/authlib/integrations/django_oauth1/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_oauth1 2024-05-12 17:42:10,578 root INFO copying build/lib/authlib/integrations/django_oauth1/nonce.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_oauth1 2024-05-12 17:42:10,579 root INFO copying build/lib/authlib/integrations/django_oauth1/resource_protector.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_oauth1 2024-05-12 17:42:10,580 root INFO copying build/lib/authlib/integrations/django_oauth1/authorization_server.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/django_oauth1 2024-05-12 17:42:10,581 root INFO creating build/bdist.linux-riscv64/wheel/authlib/integrations/flask_oauth1 2024-05-12 17:42:10,582 root INFO copying build/lib/authlib/integrations/flask_oauth1/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_oauth1 2024-05-12 17:42:10,582 root INFO copying build/lib/authlib/integrations/flask_oauth1/cache.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_oauth1 2024-05-12 17:42:10,583 root INFO copying build/lib/authlib/integrations/flask_oauth1/resource_protector.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_oauth1 2024-05-12 17:42:10,584 root INFO copying build/lib/authlib/integrations/flask_oauth1/authorization_server.py -> build/bdist.linux-riscv64/wheel/authlib/integrations/flask_oauth1 2024-05-12 17:42:10,585 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2 2024-05-12 17:42:10,586 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7591 2024-05-12 17:42:10,586 root INFO copying build/lib/authlib/oauth2/rfc7591/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7591 2024-05-12 17:42:10,587 root INFO copying build/lib/authlib/oauth2/rfc7591/claims.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7591 2024-05-12 17:42:10,588 root INFO copying build/lib/authlib/oauth2/rfc7591/errors.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7591 2024-05-12 17:42:10,589 root INFO copying build/lib/authlib/oauth2/rfc7591/endpoint.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7591 2024-05-12 17:42:10,590 root INFO copying build/lib/authlib/oauth2/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2 2024-05-12 17:42:10,591 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc8628 2024-05-12 17:42:10,592 root INFO copying build/lib/authlib/oauth2/rfc8628/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc8628 2024-05-12 17:42:10,592 root INFO copying build/lib/authlib/oauth2/rfc8628/models.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc8628 2024-05-12 17:42:10,593 root INFO copying build/lib/authlib/oauth2/rfc8628/errors.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc8628 2024-05-12 17:42:10,594 root INFO copying build/lib/authlib/oauth2/rfc8628/endpoint.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc8628 2024-05-12 17:42:10,595 root INFO copying build/lib/authlib/oauth2/rfc8628/device_code.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc8628 2024-05-12 17:42:10,596 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749 2024-05-12 17:42:10,597 root INFO copying build/lib/authlib/oauth2/rfc6749/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749 2024-05-12 17:42:10,598 root INFO copying build/lib/authlib/oauth2/rfc6749/models.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749 2024-05-12 17:42:10,598 root INFO copying build/lib/authlib/oauth2/rfc6749/resource_protector.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749 2024-05-12 17:42:10,599 root INFO copying build/lib/authlib/oauth2/rfc6749/requests.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749 2024-05-12 17:42:10,600 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,601 root INFO copying build/lib/authlib/oauth2/rfc6749/grants/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,602 root INFO copying build/lib/authlib/oauth2/rfc6749/grants/authorization_code.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,603 root INFO copying build/lib/authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,604 root INFO copying build/lib/authlib/oauth2/rfc6749/grants/implicit.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,605 root INFO copying build/lib/authlib/oauth2/rfc6749/grants/refresh_token.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,605 root INFO copying build/lib/authlib/oauth2/rfc6749/grants/client_credentials.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,606 root INFO copying build/lib/authlib/oauth2/rfc6749/grants/base.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749/grants 2024-05-12 17:42:10,607 root INFO copying build/lib/authlib/oauth2/rfc6749/errors.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749 2024-05-12 17:42:10,608 root INFO copying build/lib/authlib/oauth2/rfc6749/util.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749 2024-05-12 17:42:10,609 root INFO copying build/lib/authlib/oauth2/rfc6749/wrappers.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749 2024-05-12 17:42:10,610 root INFO copying build/lib/authlib/oauth2/rfc6749/authorization_server.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749 2024-05-12 17:42:10,611 root INFO copying build/lib/authlib/oauth2/rfc6749/token_endpoint.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749 2024-05-12 17:42:10,612 root INFO copying build/lib/authlib/oauth2/rfc6749/parameters.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749 2024-05-12 17:42:10,613 root INFO copying build/lib/authlib/oauth2/rfc6749/authenticate_client.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6749 2024-05-12 17:42:10,614 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7636 2024-05-12 17:42:10,614 root INFO copying build/lib/authlib/oauth2/rfc7636/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7636 2024-05-12 17:42:10,615 root INFO copying build/lib/authlib/oauth2/rfc7636/challenge.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7636 2024-05-12 17:42:10,616 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7009 2024-05-12 17:42:10,617 root INFO copying build/lib/authlib/oauth2/rfc7009/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7009 2024-05-12 17:42:10,617 root INFO copying build/lib/authlib/oauth2/rfc7009/revocation.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7009 2024-05-12 17:42:10,618 root INFO copying build/lib/authlib/oauth2/rfc7009/parameters.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7009 2024-05-12 17:42:10,619 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6750 2024-05-12 17:42:10,620 root INFO copying build/lib/authlib/oauth2/rfc6750/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6750 2024-05-12 17:42:10,621 root INFO copying build/lib/authlib/oauth2/rfc6750/token.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6750 2024-05-12 17:42:10,621 root INFO copying build/lib/authlib/oauth2/rfc6750/errors.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6750 2024-05-12 17:42:10,622 root INFO copying build/lib/authlib/oauth2/rfc6750/parameters.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6750 2024-05-12 17:42:10,623 root INFO copying build/lib/authlib/oauth2/rfc6750/validator.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc6750 2024-05-12 17:42:10,624 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7592 2024-05-12 17:42:10,624 root INFO copying build/lib/authlib/oauth2/rfc7592/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7592 2024-05-12 17:42:10,625 root INFO copying build/lib/authlib/oauth2/rfc7592/endpoint.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7592 2024-05-12 17:42:10,626 root INFO copying build/lib/authlib/oauth2/auth.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2 2024-05-12 17:42:10,627 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7521 2024-05-12 17:42:10,628 root INFO copying build/lib/authlib/oauth2/rfc7521/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7521 2024-05-12 17:42:10,629 root INFO copying build/lib/authlib/oauth2/rfc7521/client.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7521 2024-05-12 17:42:10,630 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc8414 2024-05-12 17:42:10,630 root INFO copying build/lib/authlib/oauth2/rfc8414/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc8414 2024-05-12 17:42:10,631 root INFO copying build/lib/authlib/oauth2/rfc8414/models.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc8414 2024-05-12 17:42:10,632 root INFO copying build/lib/authlib/oauth2/rfc8414/well_known.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc8414 2024-05-12 17:42:10,633 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc9068 2024-05-12 17:42:10,634 root INFO copying build/lib/authlib/oauth2/rfc9068/introspection.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc9068 2024-05-12 17:42:10,635 root INFO copying build/lib/authlib/oauth2/rfc9068/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc9068 2024-05-12 17:42:10,635 root INFO copying build/lib/authlib/oauth2/rfc9068/token.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc9068 2024-05-12 17:42:10,636 root INFO copying build/lib/authlib/oauth2/rfc9068/claims.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc9068 2024-05-12 17:42:10,637 root INFO copying build/lib/authlib/oauth2/rfc9068/revocation.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc9068 2024-05-12 17:42:10,638 root INFO copying build/lib/authlib/oauth2/rfc9068/token_validator.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc9068 2024-05-12 17:42:10,639 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7662 2024-05-12 17:42:10,640 root INFO copying build/lib/authlib/oauth2/rfc7662/introspection.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7662 2024-05-12 17:42:10,641 root INFO copying build/lib/authlib/oauth2/rfc7662/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7662 2024-05-12 17:42:10,641 root INFO copying build/lib/authlib/oauth2/rfc7662/models.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7662 2024-05-12 17:42:10,642 root INFO copying build/lib/authlib/oauth2/rfc7662/token_validator.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7662 2024-05-12 17:42:10,643 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7523 2024-05-12 17:42:10,644 root INFO copying build/lib/authlib/oauth2/rfc7523/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7523 2024-05-12 17:42:10,645 root INFO copying build/lib/authlib/oauth2/rfc7523/token.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7523 2024-05-12 17:42:10,645 root INFO copying build/lib/authlib/oauth2/rfc7523/assertion.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7523 2024-05-12 17:42:10,646 root INFO copying build/lib/authlib/oauth2/rfc7523/jwt_bearer.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7523 2024-05-12 17:42:10,647 root INFO copying build/lib/authlib/oauth2/rfc7523/auth.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7523 2024-05-12 17:42:10,648 root INFO copying build/lib/authlib/oauth2/rfc7523/validator.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7523 2024-05-12 17:42:10,649 root INFO copying build/lib/authlib/oauth2/rfc7523/client.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc7523 2024-05-12 17:42:10,650 root INFO copying build/lib/authlib/oauth2/base.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2 2024-05-12 17:42:10,651 root INFO copying build/lib/authlib/oauth2/client.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2 2024-05-12 17:42:10,652 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc8693 2024-05-12 17:42:10,652 root INFO copying build/lib/authlib/oauth2/rfc8693/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth2/rfc8693 2024-05-12 17:42:10,653 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth1 2024-05-12 17:42:10,654 root INFO copying build/lib/authlib/oauth1/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1 2024-05-12 17:42:10,655 root INFO copying build/lib/authlib/oauth1/errors.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1 2024-05-12 17:42:10,655 root INFO creating build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,656 root INFO copying build/lib/authlib/oauth1/rfc5849/client_auth.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,657 root INFO copying build/lib/authlib/oauth1/rfc5849/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,658 root INFO copying build/lib/authlib/oauth1/rfc5849/signature.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,659 root INFO copying build/lib/authlib/oauth1/rfc5849/models.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,660 root INFO copying build/lib/authlib/oauth1/rfc5849/base_server.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,660 root INFO copying build/lib/authlib/oauth1/rfc5849/resource_protector.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,661 root INFO copying build/lib/authlib/oauth1/rfc5849/errors.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,662 root INFO copying build/lib/authlib/oauth1/rfc5849/rsa.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,663 root INFO copying build/lib/authlib/oauth1/rfc5849/util.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,664 root INFO copying build/lib/authlib/oauth1/rfc5849/authorization_server.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,665 root INFO copying build/lib/authlib/oauth1/rfc5849/parameters.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,666 root INFO copying build/lib/authlib/oauth1/rfc5849/wrapper.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1/rfc5849 2024-05-12 17:42:10,666 root INFO copying build/lib/authlib/oauth1/client.py -> build/bdist.linux-riscv64/wheel/authlib/oauth1 2024-05-12 17:42:10,668 root INFO creating build/bdist.linux-riscv64/wheel/authlib/jose 2024-05-12 17:42:10,668 root INFO copying build/lib/authlib/jose/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/jose 2024-05-12 17:42:10,669 root INFO creating build/bdist.linux-riscv64/wheel/authlib/jose/rfc7519 2024-05-12 17:42:10,670 root INFO copying build/lib/authlib/jose/rfc7519/jwt.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7519 2024-05-12 17:42:10,671 root INFO copying build/lib/authlib/jose/rfc7519/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7519 2024-05-12 17:42:10,672 root INFO copying build/lib/authlib/jose/rfc7519/claims.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7519 2024-05-12 17:42:10,672 root INFO copying build/lib/authlib/jose/errors.py -> build/bdist.linux-riscv64/wheel/authlib/jose 2024-05-12 17:42:10,673 root INFO creating build/bdist.linux-riscv64/wheel/authlib/jose/rfc7515 2024-05-12 17:42:10,674 root INFO copying build/lib/authlib/jose/rfc7515/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7515 2024-05-12 17:42:10,675 root INFO copying build/lib/authlib/jose/rfc7515/models.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7515 2024-05-12 17:42:10,676 root INFO copying build/lib/authlib/jose/rfc7515/jws.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7515 2024-05-12 17:42:10,677 root INFO creating build/bdist.linux-riscv64/wheel/authlib/jose/drafts 2024-05-12 17:42:10,677 root INFO copying build/lib/authlib/jose/drafts/_jwe_enc_cryptography.py -> build/bdist.linux-riscv64/wheel/authlib/jose/drafts 2024-05-12 17:42:10,678 root INFO copying build/lib/authlib/jose/drafts/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/jose/drafts 2024-05-12 17:42:10,679 root INFO copying build/lib/authlib/jose/drafts/_jwe_algorithms.py -> build/bdist.linux-riscv64/wheel/authlib/jose/drafts 2024-05-12 17:42:10,680 root INFO copying build/lib/authlib/jose/drafts/_jwe_enc_cryptodome.py -> build/bdist.linux-riscv64/wheel/authlib/jose/drafts 2024-05-12 17:42:10,681 root INFO copying build/lib/authlib/jose/util.py -> build/bdist.linux-riscv64/wheel/authlib/jose 2024-05-12 17:42:10,682 root INFO copying build/lib/authlib/jose/jwk.py -> build/bdist.linux-riscv64/wheel/authlib/jose 2024-05-12 17:42:10,682 root INFO creating build/bdist.linux-riscv64/wheel/authlib/jose/rfc7517 2024-05-12 17:42:10,683 root INFO copying build/lib/authlib/jose/rfc7517/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7517 2024-05-12 17:42:10,684 root INFO copying build/lib/authlib/jose/rfc7517/_cryptography_key.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7517 2024-05-12 17:42:10,685 root INFO copying build/lib/authlib/jose/rfc7517/base_key.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7517 2024-05-12 17:42:10,685 root INFO copying build/lib/authlib/jose/rfc7517/jwk.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7517 2024-05-12 17:42:10,686 root INFO copying build/lib/authlib/jose/rfc7517/asymmetric_key.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7517 2024-05-12 17:42:10,687 root INFO copying build/lib/authlib/jose/rfc7517/key_set.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7517 2024-05-12 17:42:10,688 root INFO creating build/bdist.linux-riscv64/wheel/authlib/jose/rfc7516 2024-05-12 17:42:10,689 root INFO copying build/lib/authlib/jose/rfc7516/jwe.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7516 2024-05-12 17:42:10,690 root INFO copying build/lib/authlib/jose/rfc7516/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7516 2024-05-12 17:42:10,690 root INFO copying build/lib/authlib/jose/rfc7516/models.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7516 2024-05-12 17:42:10,692 root INFO creating build/bdist.linux-riscv64/wheel/authlib/jose/rfc7518 2024-05-12 17:42:10,692 root INFO copying build/lib/authlib/jose/rfc7518/jwe_zips.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7518 2024-05-12 17:42:10,693 root INFO copying build/lib/authlib/jose/rfc7518/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7518 2024-05-12 17:42:10,694 root INFO copying build/lib/authlib/jose/rfc7518/jws_algs.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7518 2024-05-12 17:42:10,695 root INFO copying build/lib/authlib/jose/rfc7518/jwe_encs.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7518 2024-05-12 17:42:10,696 root INFO copying build/lib/authlib/jose/rfc7518/rsa_key.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7518 2024-05-12 17:42:10,697 root INFO copying build/lib/authlib/jose/rfc7518/util.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7518 2024-05-12 17:42:10,697 root INFO copying build/lib/authlib/jose/rfc7518/ec_key.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7518 2024-05-12 17:42:10,698 root INFO copying build/lib/authlib/jose/rfc7518/oct_key.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7518 2024-05-12 17:42:10,699 root INFO copying build/lib/authlib/jose/rfc7518/jwe_algs.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc7518 2024-05-12 17:42:10,700 root INFO creating build/bdist.linux-riscv64/wheel/authlib/jose/rfc8037 2024-05-12 17:42:10,701 root INFO copying build/lib/authlib/jose/rfc8037/okp_key.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc8037 2024-05-12 17:42:10,701 root INFO copying build/lib/authlib/jose/rfc8037/__init__.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc8037 2024-05-12 17:42:10,702 root INFO copying build/lib/authlib/jose/rfc8037/jws_eddsa.py -> build/bdist.linux-riscv64/wheel/authlib/jose/rfc8037 2024-05-12 17:42:10,703 root INFO copying build/lib/authlib/deprecate.py -> build/bdist.linux-riscv64/wheel/authlib 2024-05-12 17:42:10,704 root INFO running install_egg_info 2024-05-12 17:42:10,710 root INFO Copying Authlib.egg-info to build/bdist.linux-riscv64/wheel/Authlib-1.3.0-py3.12.egg-info 2024-05-12 17:42:10,714 root INFO running install_scripts 2024-05-12 17:42:10,722 wheel INFO creating build/bdist.linux-riscv64/wheel/Authlib-1.3.0.dist-info/WHEEL 2024-05-12 17:42:10,725 wheel INFO creating '/home/buildozer/aports/community/py3-authlib/src/Authlib-1.3.0/.dist/.tmp-ufl8xzmr/Authlib-1.3.0-py2.py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-05-12 17:42:10,727 wheel INFO adding 'authlib/__init__.py' 2024-05-12 17:42:10,728 wheel INFO adding 'authlib/consts.py' 2024-05-12 17:42:10,729 wheel INFO adding 'authlib/deprecate.py' 2024-05-12 17:42:10,730 wheel INFO adding 'authlib/common/__init__.py' 2024-05-12 17:42:10,731 wheel INFO adding 'authlib/common/encoding.py' 2024-05-12 17:42:10,731 wheel INFO adding 'authlib/common/errors.py' 2024-05-12 17:42:10,732 wheel INFO adding 'authlib/common/security.py' 2024-05-12 17:42:10,733 wheel INFO adding 'authlib/common/urls.py' 2024-05-12 17:42:10,734 wheel INFO adding 'authlib/integrations/__init__.py' 2024-05-12 17:42:10,736 wheel INFO adding 'authlib/integrations/base_client/__init__.py' 2024-05-12 17:42:10,737 wheel INFO adding 'authlib/integrations/base_client/async_app.py' 2024-05-12 17:42:10,738 wheel INFO adding 'authlib/integrations/base_client/async_openid.py' 2024-05-12 17:42:10,738 wheel INFO adding 'authlib/integrations/base_client/errors.py' 2024-05-12 17:42:10,739 wheel INFO adding 'authlib/integrations/base_client/framework_integration.py' 2024-05-12 17:42:10,740 wheel INFO adding 'authlib/integrations/base_client/registry.py' 2024-05-12 17:42:10,741 wheel INFO adding 'authlib/integrations/base_client/sync_app.py' 2024-05-12 17:42:10,743 wheel INFO adding 'authlib/integrations/base_client/sync_openid.py' 2024-05-12 17:42:10,744 wheel INFO adding 'authlib/integrations/django_client/__init__.py' 2024-05-12 17:42:10,745 wheel INFO adding 'authlib/integrations/django_client/apps.py' 2024-05-12 17:42:10,745 wheel INFO adding 'authlib/integrations/django_client/integration.py' 2024-05-12 17:42:10,746 wheel INFO adding 'authlib/integrations/django_oauth1/__init__.py' 2024-05-12 17:42:10,747 wheel INFO adding 'authlib/integrations/django_oauth1/authorization_server.py' 2024-05-12 17:42:10,748 wheel INFO adding 'authlib/integrations/django_oauth1/nonce.py' 2024-05-12 17:42:10,749 wheel INFO adding 'authlib/integrations/django_oauth1/resource_protector.py' 2024-05-12 17:42:10,750 wheel INFO adding 'authlib/integrations/django_oauth2/__init__.py' 2024-05-12 17:42:10,751 wheel INFO adding 'authlib/integrations/django_oauth2/authorization_server.py' 2024-05-12 17:42:10,752 wheel INFO adding 'authlib/integrations/django_oauth2/endpoints.py' 2024-05-12 17:42:10,753 wheel INFO adding 'authlib/integrations/django_oauth2/requests.py' 2024-05-12 17:42:10,754 wheel INFO adding 'authlib/integrations/django_oauth2/resource_protector.py' 2024-05-12 17:42:10,755 wheel INFO adding 'authlib/integrations/django_oauth2/signals.py' 2024-05-12 17:42:10,756 wheel INFO adding 'authlib/integrations/flask_client/__init__.py' 2024-05-12 17:42:10,757 wheel INFO adding 'authlib/integrations/flask_client/apps.py' 2024-05-12 17:42:10,757 wheel INFO adding 'authlib/integrations/flask_client/integration.py' 2024-05-12 17:42:10,758 wheel INFO adding 'authlib/integrations/flask_oauth1/__init__.py' 2024-05-12 17:42:10,759 wheel INFO adding 'authlib/integrations/flask_oauth1/authorization_server.py' 2024-05-12 17:42:10,760 wheel INFO adding 'authlib/integrations/flask_oauth1/cache.py' 2024-05-12 17:42:10,761 wheel INFO adding 'authlib/integrations/flask_oauth1/resource_protector.py' 2024-05-12 17:42:10,762 wheel INFO adding 'authlib/integrations/flask_oauth2/__init__.py' 2024-05-12 17:42:10,763 wheel INFO adding 'authlib/integrations/flask_oauth2/authorization_server.py' 2024-05-12 17:42:10,764 wheel INFO adding 'authlib/integrations/flask_oauth2/errors.py' 2024-05-12 17:42:10,765 wheel INFO adding 'authlib/integrations/flask_oauth2/requests.py' 2024-05-12 17:42:10,766 wheel INFO adding 'authlib/integrations/flask_oauth2/resource_protector.py' 2024-05-12 17:42:10,767 wheel INFO adding 'authlib/integrations/flask_oauth2/signals.py' 2024-05-12 17:42:10,768 wheel INFO adding 'authlib/integrations/httpx_client/__init__.py' 2024-05-12 17:42:10,769 wheel INFO adding 'authlib/integrations/httpx_client/assertion_client.py' 2024-05-12 17:42:10,770 wheel INFO adding 'authlib/integrations/httpx_client/oauth1_client.py' 2024-05-12 17:42:10,771 wheel INFO adding 'authlib/integrations/httpx_client/oauth2_client.py' 2024-05-12 17:42:10,772 wheel INFO adding 'authlib/integrations/httpx_client/utils.py' 2024-05-12 17:42:10,773 wheel INFO adding 'authlib/integrations/requests_client/__init__.py' 2024-05-12 17:42:10,774 wheel INFO adding 'authlib/integrations/requests_client/assertion_session.py' 2024-05-12 17:42:10,775 wheel INFO adding 'authlib/integrations/requests_client/oauth1_session.py' 2024-05-12 17:42:10,776 wheel INFO adding 'authlib/integrations/requests_client/oauth2_session.py' 2024-05-12 17:42:10,777 wheel INFO adding 'authlib/integrations/requests_client/utils.py' 2024-05-12 17:42:10,777 wheel INFO adding 'authlib/integrations/sqla_oauth2/__init__.py' 2024-05-12 17:42:10,778 wheel INFO adding 'authlib/integrations/sqla_oauth2/client_mixin.py' 2024-05-12 17:42:10,779 wheel INFO adding 'authlib/integrations/sqla_oauth2/functions.py' 2024-05-12 17:42:10,782 wheel INFO adding 'authlib/integrations/sqla_oauth2/tokens_mixins.py' 2024-05-12 17:42:10,783 wheel INFO adding 'authlib/integrations/starlette_client/__init__.py' 2024-05-12 17:42:10,784 wheel INFO adding 'authlib/integrations/starlette_client/apps.py' 2024-05-12 17:42:10,785 wheel INFO adding 'authlib/integrations/starlette_client/integration.py' 2024-05-12 17:42:10,786 wheel INFO adding 'authlib/jose/__init__.py' 2024-05-12 17:42:10,787 wheel INFO adding 'authlib/jose/errors.py' 2024-05-12 17:42:10,787 wheel INFO adding 'authlib/jose/jwk.py' 2024-05-12 17:42:10,788 wheel INFO adding 'authlib/jose/util.py' 2024-05-12 17:42:10,790 wheel INFO adding 'authlib/jose/drafts/__init__.py' 2024-05-12 17:42:10,791 wheel INFO adding 'authlib/jose/drafts/_jwe_algorithms.py' 2024-05-12 17:42:10,792 wheel INFO adding 'authlib/jose/drafts/_jwe_enc_cryptodome.py' 2024-05-12 17:42:10,793 wheel INFO adding 'authlib/jose/drafts/_jwe_enc_cryptography.py' 2024-05-12 17:42:10,794 wheel INFO adding 'authlib/jose/rfc7515/__init__.py' 2024-05-12 17:42:10,795 wheel INFO adding 'authlib/jose/rfc7515/jws.py' 2024-05-12 17:42:10,796 wheel INFO adding 'authlib/jose/rfc7515/models.py' 2024-05-12 17:42:10,797 wheel INFO adding 'authlib/jose/rfc7516/__init__.py' 2024-05-12 17:42:10,798 wheel INFO adding 'authlib/jose/rfc7516/jwe.py' 2024-05-12 17:42:10,800 wheel INFO adding 'authlib/jose/rfc7516/models.py' 2024-05-12 17:42:10,801 wheel INFO adding 'authlib/jose/rfc7517/__init__.py' 2024-05-12 17:42:10,802 wheel INFO adding 'authlib/jose/rfc7517/_cryptography_key.py' 2024-05-12 17:42:10,803 wheel INFO adding 'authlib/jose/rfc7517/asymmetric_key.py' 2024-05-12 17:42:10,804 wheel INFO adding 'authlib/jose/rfc7517/base_key.py' 2024-05-12 17:42:10,805 wheel INFO adding 'authlib/jose/rfc7517/jwk.py' 2024-05-12 17:42:10,805 wheel INFO adding 'authlib/jose/rfc7517/key_set.py' 2024-05-12 17:42:10,806 wheel INFO adding 'authlib/jose/rfc7518/__init__.py' 2024-05-12 17:42:10,807 wheel INFO adding 'authlib/jose/rfc7518/ec_key.py' 2024-05-12 17:42:10,808 wheel INFO adding 'authlib/jose/rfc7518/jwe_algs.py' 2024-05-12 17:42:10,810 wheel INFO adding 'authlib/jose/rfc7518/jwe_encs.py' 2024-05-12 17:42:10,811 wheel INFO adding 'authlib/jose/rfc7518/jwe_zips.py' 2024-05-12 17:42:10,811 wheel INFO adding 'authlib/jose/rfc7518/jws_algs.py' 2024-05-12 17:42:10,813 wheel INFO adding 'authlib/jose/rfc7518/oct_key.py' 2024-05-12 17:42:10,814 wheel INFO adding 'authlib/jose/rfc7518/rsa_key.py' 2024-05-12 17:42:10,814 wheel INFO adding 'authlib/jose/rfc7518/util.py' 2024-05-12 17:42:10,815 wheel INFO adding 'authlib/jose/rfc7519/__init__.py' 2024-05-12 17:42:10,816 wheel INFO adding 'authlib/jose/rfc7519/claims.py' 2024-05-12 17:42:10,818 wheel INFO adding 'authlib/jose/rfc7519/jwt.py' 2024-05-12 17:42:10,819 wheel INFO adding 'authlib/jose/rfc8037/__init__.py' 2024-05-12 17:42:10,819 wheel INFO adding 'authlib/jose/rfc8037/jws_eddsa.py' 2024-05-12 17:42:10,820 wheel INFO adding 'authlib/jose/rfc8037/okp_key.py' 2024-05-12 17:42:10,821 wheel INFO adding 'authlib/oauth1/__init__.py' 2024-05-12 17:42:10,822 wheel INFO adding 'authlib/oauth1/client.py' 2024-05-12 17:42:10,823 wheel INFO adding 'authlib/oauth1/errors.py' 2024-05-12 17:42:10,825 wheel INFO adding 'authlib/oauth1/rfc5849/__init__.py' 2024-05-12 17:42:10,826 wheel INFO adding 'authlib/oauth1/rfc5849/authorization_server.py' 2024-05-12 17:42:10,827 wheel INFO adding 'authlib/oauth1/rfc5849/base_server.py' 2024-05-12 17:42:10,828 wheel INFO adding 'authlib/oauth1/rfc5849/client_auth.py' 2024-05-12 17:42:10,829 wheel INFO adding 'authlib/oauth1/rfc5849/errors.py' 2024-05-12 17:42:10,830 wheel INFO adding 'authlib/oauth1/rfc5849/models.py' 2024-05-12 17:42:10,831 wheel INFO adding 'authlib/oauth1/rfc5849/parameters.py' 2024-05-12 17:42:10,832 wheel INFO adding 'authlib/oauth1/rfc5849/resource_protector.py' 2024-05-12 17:42:10,833 wheel INFO adding 'authlib/oauth1/rfc5849/rsa.py' 2024-05-12 17:42:10,834 wheel INFO adding 'authlib/oauth1/rfc5849/signature.py' 2024-05-12 17:42:10,835 wheel INFO adding 'authlib/oauth1/rfc5849/util.py' 2024-05-12 17:42:10,836 wheel INFO adding 'authlib/oauth1/rfc5849/wrapper.py' 2024-05-12 17:42:10,837 wheel INFO adding 'authlib/oauth2/__init__.py' 2024-05-12 17:42:10,838 wheel INFO adding 'authlib/oauth2/auth.py' 2024-05-12 17:42:10,839 wheel INFO adding 'authlib/oauth2/base.py' 2024-05-12 17:42:10,840 wheel INFO adding 'authlib/oauth2/client.py' 2024-05-12 17:42:10,841 wheel INFO adding 'authlib/oauth2/rfc6749/__init__.py' 2024-05-12 17:42:10,842 wheel INFO adding 'authlib/oauth2/rfc6749/authenticate_client.py' 2024-05-12 17:42:10,843 wheel INFO adding 'authlib/oauth2/rfc6749/authorization_server.py' 2024-05-12 17:42:10,845 wheel INFO adding 'authlib/oauth2/rfc6749/errors.py' 2024-05-12 17:42:10,846 wheel INFO adding 'authlib/oauth2/rfc6749/models.py' 2024-05-12 17:42:10,847 wheel INFO adding 'authlib/oauth2/rfc6749/parameters.py' 2024-05-12 17:42:10,848 wheel INFO adding 'authlib/oauth2/rfc6749/requests.py' 2024-05-12 17:42:10,849 wheel INFO adding 'authlib/oauth2/rfc6749/resource_protector.py' 2024-05-12 17:42:10,850 wheel INFO adding 'authlib/oauth2/rfc6749/token_endpoint.py' 2024-05-12 17:42:10,851 wheel INFO adding 'authlib/oauth2/rfc6749/util.py' 2024-05-12 17:42:10,852 wheel INFO adding 'authlib/oauth2/rfc6749/wrappers.py' 2024-05-12 17:42:10,853 wheel INFO adding 'authlib/oauth2/rfc6749/grants/__init__.py' 2024-05-12 17:42:10,854 wheel INFO adding 'authlib/oauth2/rfc6749/grants/authorization_code.py' 2024-05-12 17:42:10,855 wheel INFO adding 'authlib/oauth2/rfc6749/grants/base.py' 2024-05-12 17:42:10,856 wheel INFO adding 'authlib/oauth2/rfc6749/grants/client_credentials.py' 2024-05-12 17:42:10,857 wheel INFO adding 'authlib/oauth2/rfc6749/grants/implicit.py' 2024-05-12 17:42:10,858 wheel INFO adding 'authlib/oauth2/rfc6749/grants/refresh_token.py' 2024-05-12 17:42:10,860 wheel INFO adding 'authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.py' 2024-05-12 17:42:10,861 wheel INFO adding 'authlib/oauth2/rfc6750/__init__.py' 2024-05-12 17:42:10,862 wheel INFO adding 'authlib/oauth2/rfc6750/errors.py' 2024-05-12 17:42:10,862 wheel INFO adding 'authlib/oauth2/rfc6750/parameters.py' 2024-05-12 17:42:10,863 wheel INFO adding 'authlib/oauth2/rfc6750/token.py' 2024-05-12 17:42:10,864 wheel INFO adding 'authlib/oauth2/rfc6750/validator.py' 2024-05-12 17:42:10,865 wheel INFO adding 'authlib/oauth2/rfc7009/__init__.py' 2024-05-12 17:42:10,866 wheel INFO adding 'authlib/oauth2/rfc7009/parameters.py' 2024-05-12 17:42:10,867 wheel INFO adding 'authlib/oauth2/rfc7009/revocation.py' 2024-05-12 17:42:10,868 wheel INFO adding 'authlib/oauth2/rfc7521/__init__.py' 2024-05-12 17:42:10,869 wheel INFO adding 'authlib/oauth2/rfc7521/client.py' 2024-05-12 17:42:10,870 wheel INFO adding 'authlib/oauth2/rfc7523/__init__.py' 2024-05-12 17:42:10,871 wheel INFO adding 'authlib/oauth2/rfc7523/assertion.py' 2024-05-12 17:42:10,872 wheel INFO adding 'authlib/oauth2/rfc7523/auth.py' 2024-05-12 17:42:10,873 wheel INFO adding 'authlib/oauth2/rfc7523/client.py' 2024-05-12 17:42:10,874 wheel INFO adding 'authlib/oauth2/rfc7523/jwt_bearer.py' 2024-05-12 17:42:10,875 wheel INFO adding 'authlib/oauth2/rfc7523/token.py' 2024-05-12 17:42:10,876 wheel INFO adding 'authlib/oauth2/rfc7523/validator.py' 2024-05-12 17:42:10,877 wheel INFO adding 'authlib/oauth2/rfc7591/__init__.py' 2024-05-12 17:42:10,878 wheel INFO adding 'authlib/oauth2/rfc7591/claims.py' 2024-05-12 17:42:10,879 wheel INFO adding 'authlib/oauth2/rfc7591/endpoint.py' 2024-05-12 17:42:10,880 wheel INFO adding 'authlib/oauth2/rfc7591/errors.py' 2024-05-12 17:42:10,881 wheel INFO adding 'authlib/oauth2/rfc7592/__init__.py' 2024-05-12 17:42:10,882 wheel INFO adding 'authlib/oauth2/rfc7592/endpoint.py' 2024-05-12 17:42:10,883 wheel INFO adding 'authlib/oauth2/rfc7636/__init__.py' 2024-05-12 17:42:10,885 wheel INFO adding 'authlib/oauth2/rfc7636/challenge.py' 2024-05-12 17:42:10,886 wheel INFO adding 'authlib/oauth2/rfc7662/__init__.py' 2024-05-12 17:42:10,887 wheel INFO adding 'authlib/oauth2/rfc7662/introspection.py' 2024-05-12 17:42:10,887 wheel INFO adding 'authlib/oauth2/rfc7662/models.py' 2024-05-12 17:42:10,888 wheel INFO adding 'authlib/oauth2/rfc7662/token_validator.py' 2024-05-12 17:42:10,889 wheel INFO adding 'authlib/oauth2/rfc8414/__init__.py' 2024-05-12 17:42:10,890 wheel INFO adding 'authlib/oauth2/rfc8414/models.py' 2024-05-12 17:42:10,891 wheel INFO adding 'authlib/oauth2/rfc8414/well_known.py' 2024-05-12 17:42:10,893 wheel INFO adding 'authlib/oauth2/rfc8628/__init__.py' 2024-05-12 17:42:10,894 wheel INFO adding 'authlib/oauth2/rfc8628/device_code.py' 2024-05-12 17:42:10,895 wheel INFO adding 'authlib/oauth2/rfc8628/endpoint.py' 2024-05-12 17:42:10,896 wheel INFO adding 'authlib/oauth2/rfc8628/errors.py' 2024-05-12 17:42:10,897 wheel INFO adding 'authlib/oauth2/rfc8628/models.py' 2024-05-12 17:42:10,898 wheel INFO adding 'authlib/oauth2/rfc8693/__init__.py' 2024-05-12 17:42:10,899 wheel INFO adding 'authlib/oauth2/rfc9068/__init__.py' 2024-05-12 17:42:10,900 wheel INFO adding 'authlib/oauth2/rfc9068/claims.py' 2024-05-12 17:42:10,901 wheel INFO adding 'authlib/oauth2/rfc9068/introspection.py' 2024-05-12 17:42:10,902 wheel INFO adding 'authlib/oauth2/rfc9068/revocation.py' 2024-05-12 17:42:10,903 wheel INFO adding 'authlib/oauth2/rfc9068/token.py' 2024-05-12 17:42:10,904 wheel INFO adding 'authlib/oauth2/rfc9068/token_validator.py' 2024-05-12 17:42:10,905 wheel INFO adding 'authlib/oidc/__init__.py' 2024-05-12 17:42:10,906 wheel INFO adding 'authlib/oidc/core/__init__.py' 2024-05-12 17:42:10,907 wheel INFO adding 'authlib/oidc/core/claims.py' 2024-05-12 17:42:10,908 wheel INFO adding 'authlib/oidc/core/errors.py' 2024-05-12 17:42:10,909 wheel INFO adding 'authlib/oidc/core/models.py' 2024-05-12 17:42:10,910 wheel INFO adding 'authlib/oidc/core/util.py' 2024-05-12 17:42:10,911 wheel INFO adding 'authlib/oidc/core/grants/__init__.py' 2024-05-12 17:42:10,912 wheel INFO adding 'authlib/oidc/core/grants/code.py' 2024-05-12 17:42:10,913 wheel INFO adding 'authlib/oidc/core/grants/hybrid.py' 2024-05-12 17:42:10,914 wheel INFO adding 'authlib/oidc/core/grants/implicit.py' 2024-05-12 17:42:10,915 wheel INFO adding 'authlib/oidc/core/grants/util.py' 2024-05-12 17:42:10,916 wheel INFO adding 'authlib/oidc/discovery/__init__.py' 2024-05-12 17:42:10,917 wheel INFO adding 'authlib/oidc/discovery/models.py' 2024-05-12 17:42:10,918 wheel INFO adding 'authlib/oidc/discovery/well_known.py' 2024-05-12 17:42:10,919 wheel INFO adding 'Authlib-1.3.0.dist-info/LICENSE' 2024-05-12 17:42:10,920 wheel INFO adding 'Authlib-1.3.0.dist-info/METADATA' 2024-05-12 17:42:10,920 wheel INFO adding 'Authlib-1.3.0.dist-info/WHEEL' 2024-05-12 17:42:10,921 wheel INFO adding 'Authlib-1.3.0.dist-info/top_level.txt' 2024-05-12 17:42:10,924 wheel INFO adding 'Authlib-1.3.0.dist-info/RECORD' 2024-05-12 17:42:10,928 wheel INFO removing build/bdist.linux-riscv64/wheel 2024-05-12 17:42:10,955 gpep517 INFO The backend produced .dist/Authlib-1.3.0-py2.py3-none-any.whl Authlib-1.3.0-py2.py3-none-any.whl >>> py3-authlib: Entering fakeroot... >>> py3-authlib-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/common/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/common/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oidc/discovery/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oidc/discovery/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oidc/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oidc/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oidc/core/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oidc/core/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oidc/core/grants/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oidc/core/grants/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/integrations/starlette_client/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/integrations/starlette_client/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/integrations/django_client/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/integrations/django_client/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/integrations/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/integrations/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/integrations/flask_oauth2/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/integrations/flask_oauth2/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/integrations/httpx_client/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/integrations/httpx_client/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/integrations/base_client/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/integrations/base_client/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/integrations/flask_client/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/integrations/flask_client/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/integrations/sqla_oauth2/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/integrations/sqla_oauth2/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/integrations/requests_client/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/integrations/requests_client/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/integrations/django_oauth2/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/integrations/django_oauth2/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/integrations/django_oauth1/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/integrations/django_oauth1/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/integrations/flask_oauth1/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/integrations/flask_oauth1/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7591/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7591/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc8628/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc8628/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc6749/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc6749/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc6749/grants/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc6749/grants/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7636/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7636/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7009/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7009/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc6750/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc6750/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7592/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7592/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7521/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7521/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc8414/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc8414/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc9068/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc9068/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7662/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7662/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7523/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc7523/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth2/rfc8693/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth2/rfc8693/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth1/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth1/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/oauth1/rfc5849/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/oauth1/rfc5849/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/jose/rfc7519/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/jose/rfc7519/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/jose/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/jose/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/jose/rfc7515/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/jose/rfc7515/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/jose/drafts/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/jose/drafts/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/jose/rfc7517/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/jose/rfc7517/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/jose/rfc7516/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/jose/rfc7516/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/jose/rfc7518/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/jose/rfc7518/__pycache__' '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib/usr/lib/python3.12/site-packages/authlib/jose/rfc8037/__pycache__' -> '/home/buildozer/aports/community/py3-authlib/pkg/py3-authlib-pyc/usr/lib/python3.12/site-packages/authlib/jose/rfc8037/__pycache__' >>> py3-authlib-pyc*: Preparing subpackage py3-authlib-pyc... >>> py3-authlib-pyc*: Running postcheck for py3-authlib-pyc >>> py3-authlib*: Running postcheck for py3-authlib >>> py3-authlib*: Preparing package py3-authlib... >>> py3-authlib-pyc*: Tracing dependencies... python3 py3-cryptography python3~3.12 >>> py3-authlib-pyc*: Package size: 1.6 MB >>> py3-authlib-pyc*: Compressing data... >>> py3-authlib-pyc*: Create checksum... >>> py3-authlib-pyc*: Create py3-authlib-pyc-1.3.0-r1.apk >>> py3-authlib*: Tracing dependencies... python3 py3-cryptography python3~3.12 >>> py3-authlib*: Package size: 1.3 MB >>> py3-authlib*: Compressing data... >>> py3-authlib*: Create checksum... >>> py3-authlib*: Create py3-authlib-1.3.0-r1.apk >>> py3-authlib: Build complete at Sun, 12 May 2024 17:42:15 +0000 elapsed time 0h 0m 20s >>> py3-authlib: Cleaning up srcdir >>> py3-authlib: Cleaning up pkgdir >>> py3-authlib: Uninstalling dependencies... (1/31) Purging .makedepends-py3-authlib (20240512.174206) (2/31) Purging py3-cryptography-pyc (42.0.5-r1) (3/31) Purging py3-cryptography (42.0.5-r1) (4/31) Purging py3-cffi-pyc (1.16.0-r1) (5/31) Purging py3-cffi (1.16.0-r1) (6/31) Purging py3-cparser-pyc (2.22-r1) (7/31) Purging py3-cparser (2.22-r1) (8/31) Purging py3-gpep517-pyc (15-r2) (9/31) Purging py3-gpep517 (15-r2) (10/31) Purging py3-installer-pyc (0.7.0-r2) (11/31) Purging py3-installer (0.7.0-r2) (12/31) Purging py3-setuptools-pyc (69.5.1-r0) (13/31) Purging py3-setuptools (69.5.1-r0) (14/31) Purging py3-wheel-pyc (0.42.0-r1) (15/31) Purging py3-wheel (0.42.0-r1) (16/31) Purging py3-packaging-pyc (24.0-r1) (17/31) Purging py3-packaging (24.0-r1) (18/31) Purging py3-parsing-pyc (3.1.2-r1) (19/31) Purging py3-parsing (3.1.2-r1) (20/31) Purging python3-pyc (3.12.3-r1) (21/31) Purging python3-pycache-pyc0 (3.12.3-r1) (22/31) Purging pyc (3.12.3-r1) (23/31) Purging python3 (3.12.3-r1) (24/31) Purging gdbm (1.23-r1) (25/31) Purging libbz2 (1.0.8-r6) (26/31) Purging libffi (3.4.6-r0) (27/31) Purging libpanelw (6.4_p20240420-r0) (28/31) Purging mpdecimal (4.0.0-r0) (29/31) Purging readline (8.2.10-r0) (30/31) Purging sqlite-libs (3.45.3-r0) (31/31) Purging xz-libs (5.6.1-r3) Executing busybox-1.36.1-r26.trigger OK: 229 MiB in 102 packages >>> py3-authlib: Updating the community/riscv64 repository index... >>> py3-authlib: Signing the index...