>>> py3-secure-cookie: Building community/py3-secure-cookie 0.2.0-r5 (using abuild 3.12.0-r0) started Sun, 29 Oct 2023 08:04:12 +0000 >>> py3-secure-cookie: Checking sanity of /home/buildozer/aports/community/py3-secure-cookie/APKBUILD... >>> py3-secure-cookie: Analyzing dependencies... >>> py3-secure-cookie: Installing for build: build-base python3 py3-werkzeug py3-setuptools py3-pytest (1/31) Installing libbz2 (1.0.8-r6) (2/31) Installing libffi (3.4.4-r3) (3/31) Installing gdbm (1.23-r1) (4/31) Installing xz-libs (5.4.4-r0) (5/31) Installing mpdecimal (2.5.1-r2) (6/31) Installing libpanelw (6.4_p20231007-r0) (7/31) Installing readline (8.2.1-r2) (8/31) Installing sqlite-libs (3.43.2-r0) (9/31) Installing python3 (3.11.6-r1) (10/31) Installing python3-pycache-pyc0 (3.11.6-r1) (11/31) Installing pyc (3.11.6-r1) (12/31) Installing python3-pyc (3.11.6-r1) (13/31) Installing py3-markupsafe (2.1.3-r0) (14/31) Installing py3-markupsafe-pyc (2.1.3-r0) (15/31) Installing py3-werkzeug (2.3.6-r0) (16/31) Installing py3-werkzeug-pyc (2.3.6-r0) (17/31) Installing py3-parsing (3.1.1-r0) (18/31) Installing py3-parsing-pyc (3.1.1-r0) (19/31) Installing py3-packaging (23.2-r0) (20/31) Installing py3-packaging-pyc (23.2-r0) (21/31) Installing py3-setuptools (68.2.2-r0) (22/31) Installing py3-setuptools-pyc (68.2.2-r0) (23/31) Installing py3-iniconfig (1.1.1-r6) (24/31) Installing py3-iniconfig-pyc (1.1.1-r6) (25/31) Installing py3-pluggy (1.3.0-r0) (26/31) Installing py3-pluggy-pyc (1.3.0-r0) (27/31) Installing py3-py (1.11.0-r2) (28/31) Installing py3-py-pyc (1.11.0-r2) (29/31) Installing py3-pytest (7.4.3-r0) (30/31) Installing py3-pytest-pyc (7.4.3-r0) (31/31) Installing .makedepends-py3-secure-cookie (20231029.080423) Executing busybox-1.36.1-r13.trigger OK: 323 MiB in 133 packages >>> py3-secure-cookie: Cleaning up srcdir >>> py3-secure-cookie: Cleaning up pkgdir >>> py3-secure-cookie: Cleaning up tmpdir >>> py3-secure-cookie: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//secure-cookie-0.2.0.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 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-secure-cookie: Fetching https://files.pythonhosted.org/packages/source/s/secure-cookie/secure-cookie-0.2.0.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 100 15796 100 15796 0 0 328k 0 --:--:-- --:--:-- --:--:-- 328k >>> py3-secure-cookie: Fetching https://distfiles.alpinelinux.org/distfiles/v3.19//secure-cookie-0.2.0.tar.gz >>> py3-secure-cookie: Checking sha512sums... secure-cookie-0.2.0.tar.gz: OK werkzeug-2.1.patch: OK >>> py3-secure-cookie: Unpacking /var/cache/distfiles/secure-cookie-0.2.0.tar.gz... >>> py3-secure-cookie: werkzeug-2.1.patch patching file src/secure_cookie/cookie.py /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running build running build_py creating build creating build/lib creating build/lib/secure_cookie copying src/secure_cookie/session.py -> build/lib/secure_cookie copying src/secure_cookie/_compat.py -> build/lib/secure_cookie copying src/secure_cookie/cookie.py -> build/lib/secure_cookie copying src/secure_cookie/__init__.py -> build/lib/secure_cookie running egg_info writing src/secure_cookie.egg-info/PKG-INFO writing dependency_links to src/secure_cookie.egg-info/dependency_links.txt writing requirements to src/secure_cookie.egg-info/requires.txt writing top-level names to src/secure_cookie.egg-info/top_level.txt reading manifest file 'src/secure_cookie.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE.rst' writing manifest file 'src/secure_cookie.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0 rootdir: /home/buildozer/aports/community/py3-secure-cookie/src/secure-cookie-0.2.0 configfile: setup.cfg testpaths: tests collected 9 items tests/test_cookie.py .... [ 44%] tests/test_session.py ..... [100%] =============================== warnings summary =============================== tests/test_cookie.py::test_basic_support tests/test_cookie.py::test_expire_support tests/test_cookie.py::test_wrapper_support tests/test_cookie.py::test_json /home/buildozer/aports/community/py3-secure-cookie/src/secure-cookie-0.2.0/build/lib/secure_cookie/cookie.py:283: DeprecationWarning: 'werkzeug.urls.url_quote_plus' is deprecated and will be removed in Werkzeug 2.4. Use 'urllib.parse.quote_plus' instead. url_quote_plus(key), self.quote(value).decode("ascii") tests/test_cookie.py::test_basic_support tests/test_cookie.py::test_expire_support tests/test_cookie.py::test_wrapper_support tests/test_cookie.py::test_json /usr/lib/python3.11/site-packages/werkzeug/urls.py:652: DeprecationWarning: 'werkzeug.urls.url_quote' is deprecated and will be removed in Werkzeug 3.0. Use 'urllib.parse.quote' instead. return url_quote(string, charset, errors, safe + " ", "+").replace(" ", "+") tests/test_cookie.py::test_basic_support tests/test_cookie.py::test_expire_support tests/test_cookie.py::test_wrapper_support tests/test_cookie.py::test_json /home/buildozer/aports/community/py3-secure-cookie/src/secure-cookie-0.2.0/build/lib/secure_cookie/cookie.py:322: DeprecationWarning: 'werkzeug.urls.url_unquote_plus' is deprecated and will be removed in Werkzeug 2.4. Use 'urllib.parse.unquote_plus' instead. key = url_unquote_plus(key.decode("ascii")) tests/test_cookie.py::test_basic_support tests/test_cookie.py::test_expire_support tests/test_cookie.py::test_wrapper_support tests/test_cookie.py::test_json /usr/lib/python3.11/site-packages/werkzeug/urls.py:754: DeprecationWarning: 'werkzeug.urls.url_unquote' is deprecated and will be removed in Werkzeug 3.0. Use 'urllib.parse.unquote' instead. return url_unquote(s, charset, errors) tests/test_cookie.py::test_wrapper_support /usr/lib/python3.11/site-packages/werkzeug/sansio/response.py:261: DeprecationWarning: The 'value' parameter must be a string. Bytes are deprecated and will not be supported in Werkzeug 3.0. dump_cookie( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 9 passed, 17 warnings in 0.09s ======================== >>> py3-secure-cookie: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/buildozer/aports/community/py3-secure-cookie/pkg creating /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie creating /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr creating /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib creating /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11 creating /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages/secure_cookie copying build/lib/secure_cookie/session.py -> /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages/secure_cookie creating /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages/secure_cookie/__pycache__ copying build/lib/secure_cookie/__pycache__/_compat.cpython-311.pyc -> /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages/secure_cookie/__pycache__ copying build/lib/secure_cookie/__pycache__/cookie.cpython-311.pyc -> /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages/secure_cookie/__pycache__ copying build/lib/secure_cookie/__pycache__/session.cpython-311.pyc -> /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages/secure_cookie/__pycache__ copying build/lib/secure_cookie/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages/secure_cookie/__pycache__ copying build/lib/secure_cookie/_compat.py -> /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages/secure_cookie copying build/lib/secure_cookie/cookie.py -> /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages/secure_cookie copying build/lib/secure_cookie/__init__.py -> /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages/secure_cookie running install_egg_info running egg_info writing src/secure_cookie.egg-info/PKG-INFO writing dependency_links to src/secure_cookie.egg-info/dependency_links.txt writing requirements to src/secure_cookie.egg-info/requires.txt writing top-level names to src/secure_cookie.egg-info/top_level.txt reading manifest file 'src/secure_cookie.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE.rst' writing manifest file 'src/secure_cookie.egg-info/SOURCES.txt' Copying src/secure_cookie.egg-info to /home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages/secure_cookie-0.2.0-py3.11.egg-info running install_scripts >>> py3-secure-cookie-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie/usr/lib/python3.11/site-packages/secure_cookie/__pycache__' -> '/home/buildozer/aports/community/py3-secure-cookie/pkg/py3-secure-cookie-pyc/usr/lib/python3.11/site-packages/secure_cookie/__pycache__' >>> py3-secure-cookie-pyc*: Preparing subpackage py3-secure-cookie-pyc... >>> py3-secure-cookie-pyc*: Running postcheck for py3-secure-cookie-pyc >>> py3-secure-cookie*: Running postcheck for py3-secure-cookie >>> py3-secure-cookie*: Preparing package py3-secure-cookie... >>> py3-secure-cookie-pyc*: Tracing dependencies... python3 py3-werkzeug python3~3.11 >>> py3-secure-cookie-pyc*: Package size: 72.0 KB >>> py3-secure-cookie-pyc*: Compressing data... >>> py3-secure-cookie-pyc*: Create checksum... >>> py3-secure-cookie-pyc*: Create py3-secure-cookie-pyc-0.2.0-r5.apk >>> py3-secure-cookie*: Tracing dependencies... python3 py3-werkzeug python3~3.11 >>> py3-secure-cookie*: Package size: 80.0 KB >>> py3-secure-cookie*: Compressing data... >>> py3-secure-cookie*: Create checksum... >>> py3-secure-cookie*: Create py3-secure-cookie-0.2.0-r5.apk >>> py3-secure-cookie: Build complete at Sun, 29 Oct 2023 08:04:25 +0000 elapsed time 0h 0m 13s >>> py3-secure-cookie: Cleaning up srcdir >>> py3-secure-cookie: Cleaning up pkgdir >>> py3-secure-cookie: Uninstalling dependencies... (1/31) Purging .makedepends-py3-secure-cookie (20231029.080423) (2/31) Purging py3-werkzeug-pyc (2.3.6-r0) (3/31) Purging py3-werkzeug (2.3.6-r0) (4/31) Purging py3-markupsafe-pyc (2.1.3-r0) (5/31) Purging py3-markupsafe (2.1.3-r0) (6/31) Purging py3-setuptools-pyc (68.2.2-r0) (7/31) Purging py3-setuptools (68.2.2-r0) (8/31) Purging py3-pytest-pyc (7.4.3-r0) (9/31) Purging py3-pytest (7.4.3-r0) (10/31) Purging py3-iniconfig-pyc (1.1.1-r6) (11/31) Purging py3-iniconfig (1.1.1-r6) (12/31) Purging py3-packaging-pyc (23.2-r0) (13/31) Purging py3-packaging (23.2-r0) (14/31) Purging py3-parsing-pyc (3.1.1-r0) (15/31) Purging py3-parsing (3.1.1-r0) (16/31) Purging py3-pluggy-pyc (1.3.0-r0) (17/31) Purging py3-pluggy (1.3.0-r0) (18/31) Purging py3-py-pyc (1.11.0-r2) (19/31) Purging py3-py (1.11.0-r2) (20/31) Purging python3-pyc (3.11.6-r1) (21/31) Purging python3-pycache-pyc0 (3.11.6-r1) (22/31) Purging pyc (3.11.6-r1) (23/31) Purging python3 (3.11.6-r1) (24/31) Purging gdbm (1.23-r1) (25/31) Purging libbz2 (1.0.8-r6) (26/31) Purging libffi (3.4.4-r3) (27/31) Purging libpanelw (6.4_p20231007-r0) (28/31) Purging mpdecimal (2.5.1-r2) (29/31) Purging readline (8.2.1-r2) (30/31) Purging sqlite-libs (3.43.2-r0) (31/31) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 270 MiB in 102 packages >>> py3-secure-cookie: Updating the community/armv7 repository index... >>> py3-secure-cookie: Signing the index...