>>> py3-jwt: Building community/py3-jwt 1.7.1-r4 (using abuild 3.9.0_rc2-r1) started Tue, 19 Oct 2021 22:18:46 +0000 >>> py3-jwt: Checking sanity of /home/buildozer/aports/community/py3-jwt/APKBUILD... >>> WARNING: py3-jwt: No maintainer >>> py3-jwt: Analyzing dependencies... >>> py3-jwt: Installing for build: build-base python3 py3-setuptools py3-pytest (1/24) Installing libbz2 (1.0.8-r1) (2/24) Installing libffi (3.4.2-r1) (3/24) Installing gdbm (1.20-r2) (4/24) Installing xz-libs (5.2.5-r0) (5/24) Installing mpdecimal (2.5.1-r1) (6/24) Installing readline (8.1.1-r0) (7/24) Installing sqlite-libs (3.36.0-r0) (8/24) Installing python3 (3.9.7-r3) (9/24) Installing py3-ordered-set (4.0.2-r2) (10/24) Installing py3-appdirs (1.4.4-r2) (11/24) Installing py3-parsing (2.4.7-r2) (12/24) Installing py3-six (1.16.0-r0) (13/24) Installing py3-packaging (20.9-r1) (14/24) Installing py3-setuptools (52.0.0-r4) (15/24) Installing py3-atomicwrites (1.4.0-r1) (16/24) Installing py3-attrs (20.3.0-r1) (17/24) Installing py3-more-itertools (8.10.0-r0) (18/24) Installing py3-iniconfig (1.1.1-r1) (19/24) Installing py3-pluggy (0.13.1-r4) (20/24) Installing py3-py (1.10.0-r1) (21/24) Installing py3-wcwidth (0.2.5-r1) (22/24) Installing py3-toml (0.10.2-r2) (23/24) Installing py3-pytest (6.2.5-r0) (24/24) Installing .makedepends-py3-jwt (20211019.221854) Executing busybox-1.34.1-r1.trigger OK: 371 MiB in 113 packages >>> py3-jwt: Cleaning up srcdir >>> py3-jwt: Cleaning up pkgdir >>> py3-jwt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/PyJWT-1.7.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-jwt: Fetching https://files.pythonhosted.org/packages/source/P/PyJWT/PyJWT-1.7.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 41979 18 7913 0 0 127k 0 --:--:-- --:--:-- --:--:-- 127k 100 41979 100 41979 0 0 611k 0 --:--:-- --:--:-- --:--:-- 5544k >>> py3-jwt: Fetching https://distfiles.alpinelinux.org/distfiles/v3.15/PyJWT-1.7.1.tar.gz >>> py3-jwt: Checking sha512sums... PyJWT-1.7.1.tar.gz: OK no-cov-report.patch: OK >>> py3-jwt: Unpacking /var/cache/distfiles/v3.15/PyJWT-1.7.1.tar.gz... >>> py3-jwt: no-cov-report.patch patching file setup.cfg running build running build_py creating build creating build/lib creating build/lib/jwt copying jwt/utils.py -> build/lib/jwt copying jwt/help.py -> build/lib/jwt copying jwt/api_jws.py -> build/lib/jwt copying jwt/__init__.py -> build/lib/jwt copying jwt/__main__.py -> build/lib/jwt copying jwt/algorithms.py -> build/lib/jwt copying jwt/api_jwt.py -> build/lib/jwt copying jwt/compat.py -> build/lib/jwt copying jwt/exceptions.py -> build/lib/jwt creating build/lib/jwt/contrib copying jwt/contrib/__init__.py -> build/lib/jwt/contrib creating build/lib/jwt/contrib/algorithms copying jwt/contrib/algorithms/__init__.py -> build/lib/jwt/contrib/algorithms copying jwt/contrib/algorithms/py_ecdsa.py -> build/lib/jwt/contrib/algorithms copying jwt/contrib/algorithms/pycrypto.py -> build/lib/jwt/contrib/algorithms ============================= test session starts ============================== platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.1 rootdir: /home/buildozer/aports/community/py3-jwt/src/PyJWT-1.7.1, configfile: setup.cfg collected 188 items tests/test_algorithms.py ................sssssssssssssssssssssssss.sss [ 23%] tests/test_api_jws.py ...................ss......................sss.sss [ 50%] ...... [ 53%] tests/test_api_jwt.py ............ss............................. [ 76%] tests/test_cli.py ............. [ 83%] tests/test_compat.py ... [ 85%] tests/test_exceptions.py . [ 85%] tests/test_jwt.py . [ 86%] tests/test_utils.py .....x....... [ 93%] tests/contrib/test_algorithms.py sssssssssssss [100%] =============================== warnings summary =============================== tests/test_api_jws.py: 26 warnings tests/test_api_jwt.py: 40 warnings tests/test_cli.py: 4 warnings tests/test_jwt.py: 1 warning /home/buildozer/aports/community/py3-jwt/src/PyJWT-1.7.1/jwt/api_jws.py:141: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version. warnings.warn( tests/test_api_jws.py::TestJWS::test_allow_skip_verification /home/buildozer/aports/community/py3-jwt/src/PyJWT-1.7.1/tests/test_api_jws.py:262: DeprecationWarning: The verify parameter is deprecated. Please use verify_signature in options instead. decoded_payload = jws.decode(jws_message, verify=False) tests/test_api_jws.py::TestJWS::test_load_no_verification /home/buildozer/aports/community/py3-jwt/src/PyJWT-1.7.1/tests/test_api_jws.py:306: DeprecationWarning: The verify parameter is deprecated. Please use verify_signature in options instead. decoded_payload = jws.decode(jws_message, key=None, verify=False) tests/test_api_jws.py::TestJWS::test_decode_with_algo_none_and_verify_false_should_pass /home/buildozer/aports/community/py3-jwt/src/PyJWT-1.7.1/tests/test_api_jws.py:425: DeprecationWarning: The verify parameter is deprecated. Please use verify_signature in options instead. jws.decode(jws_message, verify=False) tests/test_api_jwt.py: 41 warnings tests/test_cli.py: 6 warnings tests/test_jwt.py: 1 warning /home/buildozer/aports/community/py3-jwt/src/PyJWT-1.7.1/jwt/api_jwt.py:77: DeprecationWarning: It is strongly recommended that you pass in a value for the "algorithms" argument when calling decode(). This argument will be mandatory in a future version. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/warnings.html =========== 136 passed, 51 skipped, 1 xfailed, 122 warnings in 0.84s =========== >>> py3-jwt: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/community/py3-jwt/pkg creating /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt creating /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr creating /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib creating /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9 creating /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages creating /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt copying build/lib/jwt/utils.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt copying build/lib/jwt/help.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt copying build/lib/jwt/api_jws.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt creating /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/contrib creating /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/contrib/algorithms copying build/lib/jwt/contrib/algorithms/__init__.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/contrib/algorithms copying build/lib/jwt/contrib/algorithms/py_ecdsa.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/contrib/algorithms copying build/lib/jwt/contrib/algorithms/pycrypto.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/contrib/algorithms copying build/lib/jwt/contrib/__init__.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/contrib copying build/lib/jwt/__init__.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt copying build/lib/jwt/__main__.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt copying build/lib/jwt/algorithms.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt copying build/lib/jwt/api_jwt.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt copying build/lib/jwt/compat.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt copying build/lib/jwt/exceptions.py -> /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/utils.py to utils.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/help.py to help.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/api_jws.py to api_jws.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/contrib/algorithms/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/contrib/algorithms/py_ecdsa.py to py_ecdsa.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/contrib/algorithms/pycrypto.py to pycrypto.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/contrib/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/__init__.py to __init__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/__main__.py to __main__.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/algorithms.py to algorithms.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/api_jwt.py to api_jwt.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/compat.py to compat.cpython-39.pyc byte-compiling /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/jwt/exceptions.py to exceptions.cpython-39.pyc running install_egg_info running egg_info writing PyJWT.egg-info/PKG-INFO writing dependency_links to PyJWT.egg-info/dependency_links.txt writing entry points to PyJWT.egg-info/entry_points.txt writing requirements to PyJWT.egg-info/requires.txt writing top-level names to PyJWT.egg-info/top_level.txt reading manifest file 'PyJWT.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' writing manifest file 'PyJWT.egg-info/SOURCES.txt' Copying PyJWT.egg-info to /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/lib/python3.9/site-packages/PyJWT-1.7.1-py3.9.egg-info running install_scripts Installing pyjwt script to /home/buildozer/aports/community/py3-jwt/pkg/py3-jwt/usr/bin >>> py3-jwt-cli*: Running split function cli... >>> py3-jwt-cli*: Preparing subpackage py3-jwt-cli... >>> py3-jwt-cli*: Running postcheck for py3-jwt-cli >>> py3-jwt*: Running postcheck for py3-jwt >>> py3-jwt*: Preparing package py3-jwt... >>> py3-jwt-cli*: Tracing dependencies... >>> py3-jwt-cli*: Package size: 16.0 KB >>> py3-jwt-cli*: Compressing data... >>> py3-jwt-cli*: Create checksum... >>> py3-jwt-cli*: Create py3-jwt-cli-1.7.1-r4.apk >>> py3-jwt*: Tracing dependencies... >>> py3-jwt*: Package size: 212.0 KB >>> py3-jwt*: Compressing data... >>> py3-jwt*: Create checksum... >>> py3-jwt*: Create py3-jwt-1.7.1-r4.apk >>> py3-jwt: Build complete at Tue, 19 Oct 2021 22:18:58 +0000 elapsed time 0h 0m 12s >>> py3-jwt: Cleaning up srcdir >>> py3-jwt: Cleaning up pkgdir >>> py3-jwt: Uninstalling dependencies... (1/24) Purging .makedepends-py3-jwt (20211019.221854) (2/24) Purging py3-setuptools (52.0.0-r4) (3/24) Purging py3-ordered-set (4.0.2-r2) (4/24) Purging py3-appdirs (1.4.4-r2) (5/24) Purging py3-pytest (6.2.5-r0) (6/24) Purging py3-atomicwrites (1.4.0-r1) (7/24) Purging py3-attrs (20.3.0-r1) (8/24) Purging py3-more-itertools (8.10.0-r0) (9/24) Purging py3-iniconfig (1.1.1-r1) (10/24) Purging py3-pluggy (0.13.1-r4) (11/24) Purging py3-py (1.10.0-r1) (12/24) Purging py3-wcwidth (0.2.5-r1) (13/24) Purging py3-packaging (20.9-r1) (14/24) Purging py3-parsing (2.4.7-r2) (15/24) Purging py3-six (1.16.0-r0) (16/24) Purging py3-toml (0.10.2-r2) (17/24) Purging python3 (3.9.7-r3) (18/24) Purging libbz2 (1.0.8-r1) (19/24) Purging libffi (3.4.2-r1) (20/24) Purging gdbm (1.20-r2) (21/24) Purging xz-libs (5.2.5-r0) (22/24) Purging mpdecimal (2.5.1-r1) (23/24) Purging readline (8.1.1-r0) (24/24) Purging sqlite-libs (3.36.0-r0) Executing busybox-1.34.1-r1.trigger OK: 316 MiB in 89 packages >>> py3-jwt: Updating the community/x86 repository index... >>> py3-jwt: Signing the index...