>>> py3-paste: Building community/py3-paste 3.5.2-r0 (using abuild 3.10.0_rc1-r2) started Sat, 29 Oct 2022 03:44:37 +0000 >>> py3-paste: Checking sanity of /home/buildozer/aports/community/py3-paste/APKBUILD... >>> py3-paste: Analyzing dependencies... >>> py3-paste: Installing for build: build-base py3-setuptools py3-six py3-pytest (1/19) Installing libbz2 (1.0.8-r3) (2/19) Installing libffi (3.4.4-r0) (3/19) Installing gdbm (1.23-r0) (4/19) Installing xz-libs (5.2.7-r0) (5/19) Installing mpdecimal (2.5.1-r1) (6/19) Installing readline (8.2.0-r0) (7/19) Installing sqlite-libs (3.39.4-r0) (8/19) Installing python3 (3.10.8-r3) (9/19) Installing py3-parsing (3.0.9-r0) (10/19) Installing py3-packaging (21.3-r2) (11/19) Installing py3-setuptools (65.5.0-r0) (12/19) Installing py3-six (1.16.0-r3) (13/19) Installing py3-attrs (22.1.0-r0) (14/19) Installing py3-iniconfig (1.1.1-r3) (15/19) Installing py3-pluggy (1.0.0-r1) (16/19) Installing py3-py (1.11.0-r0) (17/19) Installing py3-tomli (2.0.1-r1) (18/19) Installing py3-pytest (7.1.3-r1) (19/19) Installing .makedepends-py3-paste (20221029.034441) Executing busybox-1.35.0-r27.trigger OK: 251 MiB in 111 packages >>> py3-paste: Cleaning up srcdir >>> py3-paste: Cleaning up pkgdir >>> py3-paste: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-paste-3.5.2.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 623k 100 623k 0 0 599k 0 0:00:01 0:00:01 --:--:-- 600k >>> py3-paste: Fetching https://distfiles.alpinelinux.org/distfiles/v3.17/py3-paste-3.5.2.tar.gz >>> py3-paste: Checking sha512sums... py3-paste-3.5.2.tar.gz: OK >>> py3-paste: Unpacking /var/cache/distfiles/v3.17/py3-paste-3.5.2.tar.gz... /usr/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running build running build_py creating build creating build/lib creating build/lib/paste copying paste/lint.py -> build/lib/paste copying paste/registry.py -> build/lib/paste copying paste/request.py -> build/lib/paste copying paste/httpheaders.py -> build/lib/paste copying paste/errordocument.py -> build/lib/paste copying paste/flup_session.py -> build/lib/paste copying paste/modpython.py -> build/lib/paste copying paste/proxy.py -> build/lib/paste copying paste/pony.py -> build/lib/paste copying paste/cgiapp.py -> build/lib/paste copying paste/wsgilib.py -> build/lib/paste copying paste/session.py -> build/lib/paste copying paste/fixture.py -> build/lib/paste copying paste/progress.py -> build/lib/paste copying paste/gzipper.py -> build/lib/paste copying paste/translogger.py -> build/lib/paste copying paste/urlmap.py -> build/lib/paste copying paste/response.py -> build/lib/paste copying paste/wsgiwrappers.py -> build/lib/paste copying paste/config.py -> build/lib/paste copying paste/recursive.py -> build/lib/paste copying paste/cascade.py -> build/lib/paste copying paste/httpexceptions.py -> build/lib/paste copying paste/url.py -> build/lib/paste copying paste/fileapp.py -> build/lib/paste copying paste/__init__.py -> build/lib/paste copying paste/cgitb_catcher.py -> build/lib/paste copying paste/reloader.py -> build/lib/paste copying paste/httpserver.py -> build/lib/paste copying paste/transaction.py -> build/lib/paste copying paste/urlparser.py -> build/lib/paste creating build/lib/paste/evalexception copying paste/evalexception/middleware.py -> build/lib/paste/evalexception copying paste/evalexception/__init__.py -> build/lib/paste/evalexception copying paste/evalexception/evalcontext.py -> build/lib/paste/evalexception creating build/lib/paste/auth copying paste/auth/cookie.py -> build/lib/paste/auth copying paste/auth/grantip.py -> build/lib/paste/auth copying paste/auth/cas.py -> build/lib/paste/auth copying paste/auth/basic.py -> build/lib/paste/auth copying paste/auth/digest.py -> build/lib/paste/auth copying paste/auth/multi.py -> build/lib/paste/auth copying paste/auth/open_id.py -> build/lib/paste/auth copying paste/auth/form.py -> build/lib/paste/auth copying paste/auth/__init__.py -> build/lib/paste/auth copying paste/auth/auth_tkt.py -> build/lib/paste/auth creating build/lib/paste/exceptions copying paste/exceptions/errormiddleware.py -> build/lib/paste/exceptions copying paste/exceptions/reporter.py -> build/lib/paste/exceptions copying paste/exceptions/collector.py -> build/lib/paste/exceptions copying paste/exceptions/formatter.py -> build/lib/paste/exceptions copying paste/exceptions/serial_number_generator.py -> build/lib/paste/exceptions copying paste/exceptions/__init__.py -> build/lib/paste/exceptions creating build/lib/paste/cowbell copying paste/cowbell/__init__.py -> build/lib/paste/cowbell creating build/lib/paste/debug copying paste/debug/watchthreads.py -> build/lib/paste/debug copying paste/debug/doctest_webapp.py -> build/lib/paste/debug copying paste/debug/prints.py -> build/lib/paste/debug copying paste/debug/wdg_validate.py -> build/lib/paste/debug copying paste/debug/debugapp.py -> build/lib/paste/debug copying paste/debug/fsdiff.py -> build/lib/paste/debug copying paste/debug/__init__.py -> build/lib/paste/debug copying paste/debug/testserver.py -> build/lib/paste/debug copying paste/debug/profile.py -> build/lib/paste/debug creating build/lib/paste/util copying paste/util/findpackage.py -> build/lib/paste/util copying paste/util/converters.py -> build/lib/paste/util copying paste/util/ip4.py -> build/lib/paste/util copying paste/util/multidict.py -> build/lib/paste/util copying paste/util/template.py -> build/lib/paste/util copying paste/util/filemixin.py -> build/lib/paste/util copying paste/util/killthread.py -> build/lib/paste/util copying paste/util/quoting.py -> build/lib/paste/util copying paste/util/finddata.py -> build/lib/paste/util copying paste/util/scgiserver.py -> build/lib/paste/util copying paste/util/mimeparse.py -> build/lib/paste/util copying paste/util/datetimeutil.py -> build/lib/paste/util copying paste/util/intset.py -> build/lib/paste/util copying paste/util/__init__.py -> build/lib/paste/util copying paste/util/PySourceColor.py -> build/lib/paste/util copying paste/util/threadedprint.py -> build/lib/paste/util copying paste/util/html.py -> build/lib/paste/util copying paste/util/import_string.py -> build/lib/paste/util copying paste/util/dateinterval.py -> build/lib/paste/util copying paste/util/threadinglocal.py -> build/lib/paste/util copying paste/util/classinit.py -> build/lib/paste/util copying paste/util/looper.py -> build/lib/paste/util copying paste/util/classinstance.py -> build/lib/paste/util creating build/lib/paste/evalexception/media copying paste/evalexception/media/MochiKit.packed.js -> build/lib/paste/evalexception/media copying paste/evalexception/media/minus.jpg -> build/lib/paste/evalexception/media copying paste/evalexception/media/debug.js -> build/lib/paste/evalexception/media copying paste/evalexception/media/plus.jpg -> build/lib/paste/evalexception/media copying paste/cowbell/bell-descending.png -> build/lib/paste/cowbell copying paste/cowbell/bell-ascending.png -> build/lib/paste/cowbell ============================= test session starts ============================== platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-paste/src/Paste-3.5.2, configfile: setup.cfg, testpaths: tests collected 151 items tests/test_cgiapp.py .... [ 2%] tests/test_cgitb_catcher.py .... [ 5%] tests/test_config.py .... [ 7%] tests/test_doctests.py .......... [ 14%] tests/test_errordocument.py ..... [ 17%] tests/test_fileapp.py .......... [ 24%] tests/test_fixture.py ..... [ 27%] tests/test_grantip.py .. [ 29%] tests/test_gzipper.py .. [ 30%] tests/test_httpheaders.py .......... [ 37%] tests/test_httpserver.py ....... [ 41%] tests/test_import_string.py .. [ 43%] tests/test_multidict.py .. [ 44%] tests/test_proxy.py . [ 45%] tests/test_recursive.py .... [ 47%] tests/test_registry.py ............. [ 56%] tests/test_request.py .... [ 58%] tests/test_request_form.py .. [ 60%] tests/test_response.py . [ 60%] tests/test_session.py .. [ 62%] tests/test_urlmap.py .. [ 63%] tests/test_urlparser.py ......... [ 69%] tests/test_wsgilib.py .. [ 70%] tests/test_wsgiwrappers.py .... [ 73%] tests/test_auth/test_auth_cookie.py ... [ 75%] tests/test_auth/test_auth_digest.py . [ 76%] tests/test_auth/test_auth_tkt.py .. [ 77%] tests/test_exceptions/test_error_middleware.py ..... [ 80%] tests/test_exceptions/test_formatter.py ........ [ 86%] tests/test_exceptions/test_httpexceptions.py ...... [ 90%] tests/test_exceptions/test_reporter.py . [ 90%] tests/test_util/test_datetimeutil.py ... [ 92%] tests/test_util/test_mimeparse.py ......... [ 98%] tests/test_util/test_quoting.py .. [100%] =============================== warnings summary =============================== paste/urlparser.py:10 /home/buildozer/aports/community/py3-paste/src/Paste-3.5.2/paste/urlparser.py:10: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses import imp tests/test_cgitb_catcher.py: 1 warning tests/test_errordocument.py: 1 warning tests/test_fileapp.py: 1 warning tests/test_grantip.py: 1 warning tests/test_recursive.py: 1 warning tests/test_registry.py: 1 warning tests/test_request.py: 1 warning tests/test_urlmap.py: 1 warning tests/test_urlparser.py: 1 warning tests/test_exceptions/test_error_middleware.py: 1 warning /usr/lib/python3.10/site-packages/_pytest/python.py:776: DeprecationWarning: setup_module is deprecated func(arg) tests/test_recursive.py::test_ForwardRequestException /home/buildozer/aports/community/py3-paste/src/Paste-3.5.2/tests/test_recursive.py:104: DeprecationWarning: ForwardRequestException(path_info=...) has been deprecated; please use ForwardRequestException(url=...) raise ForwardRequestException(path_info=self.url) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 151 passed, 12 warnings in 2.50s ======================= >>> py3-paste: Entering fakeroot... /usr/lib/python3.10/site-packages/setuptools/dist.py:286: SetuptoolsDeprecationWarning: The namespace_packages parameter is deprecated, consider using implicit namespaces instead (PEP 420). warnings.warn(msg, SetuptoolsDeprecationWarning) running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib copying paste/lint.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/registry.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/request.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/httpheaders.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/errordocument.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/flup_session.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/modpython.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/proxy.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/pony.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/cgiapp.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/wsgilib.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/session.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/fixture.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/progress.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/gzipper.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/translogger.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/urlmap.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/response.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/wsgiwrappers.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/config.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/recursive.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/cascade.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/httpexceptions.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/url.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/fileapp.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste Skipping installation of /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/__init__.py (namespace package) copying paste/cgitb_catcher.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/reloader.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/httpserver.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/transaction.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/urlparser.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste copying paste/evalexception/middleware.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/evalexception copying paste/evalexception/__init__.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/evalexception copying paste/evalexception/evalcontext.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/evalexception copying paste/evalexception/media/MochiKit.packed.js -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/evalexception/media copying paste/evalexception/media/minus.jpg -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/evalexception/media copying paste/evalexception/media/debug.js -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/evalexception/media copying paste/evalexception/media/plus.jpg -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/evalexception/media copying paste/auth/cookie.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth copying paste/auth/grantip.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth copying paste/auth/cas.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth copying paste/auth/basic.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth copying paste/auth/digest.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth copying paste/auth/multi.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth copying paste/auth/open_id.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth copying paste/auth/form.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth copying paste/auth/__init__.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth copying paste/auth/auth_tkt.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth copying paste/exceptions/errormiddleware.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/exceptions copying paste/exceptions/reporter.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/exceptions copying paste/exceptions/collector.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/exceptions copying paste/exceptions/formatter.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/exceptions copying paste/exceptions/serial_number_generator.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/exceptions copying paste/exceptions/__init__.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/exceptions copying paste/cowbell/bell-descending.png -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/cowbell copying paste/cowbell/__init__.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/cowbell copying paste/cowbell/bell-ascending.png -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/cowbell copying paste/debug/watchthreads.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug copying paste/debug/doctest_webapp.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug copying paste/debug/prints.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug copying paste/debug/wdg_validate.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug copying paste/debug/debugapp.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug copying paste/debug/fsdiff.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug copying paste/debug/__init__.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug copying paste/debug/testserver.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug copying paste/debug/profile.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug copying paste/util/findpackage.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/converters.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/ip4.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/multidict.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/template.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/filemixin.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/killthread.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/quoting.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/finddata.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/scgiserver.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/mimeparse.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/datetimeutil.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/intset.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/__init__.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/PySourceColor.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/threadedprint.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/html.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/import_string.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/dateinterval.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/threadinglocal.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/classinit.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/looper.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util copying paste/util/classinstance.py -> /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/lint.py to lint.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/registry.py to registry.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/request.py to request.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/httpheaders.py to httpheaders.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/errordocument.py to errordocument.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/flup_session.py to flup_session.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/modpython.py to modpython.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/proxy.py to proxy.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/pony.py to pony.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/cgiapp.py to cgiapp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/wsgilib.py to wsgilib.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/session.py to session.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/fixture.py to fixture.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/progress.py to progress.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/gzipper.py to gzipper.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/translogger.py to translogger.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/urlmap.py to urlmap.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/response.py to response.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/wsgiwrappers.py to wsgiwrappers.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/config.py to config.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/recursive.py to recursive.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/cascade.py to cascade.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/httpexceptions.py to httpexceptions.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/url.py to url.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/fileapp.py to fileapp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/cgitb_catcher.py to cgitb_catcher.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/reloader.py to reloader.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/httpserver.py to httpserver.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/transaction.py to transaction.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/urlparser.py to urlparser.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/evalexception/middleware.py to middleware.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/evalexception/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/evalexception/evalcontext.py to evalcontext.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth/cookie.py to cookie.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth/grantip.py to grantip.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth/cas.py to cas.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth/basic.py to basic.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth/digest.py to digest.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth/multi.py to multi.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth/open_id.py to open_id.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth/form.py to form.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/auth/auth_tkt.py to auth_tkt.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/exceptions/errormiddleware.py to errormiddleware.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/exceptions/reporter.py to reporter.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/exceptions/collector.py to collector.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/exceptions/formatter.py to formatter.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/exceptions/serial_number_generator.py to serial_number_generator.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/exceptions/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/cowbell/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug/watchthreads.py to watchthreads.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug/doctest_webapp.py to doctest_webapp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug/prints.py to prints.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug/wdg_validate.py to wdg_validate.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug/debugapp.py to debugapp.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug/fsdiff.py to fsdiff.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug/testserver.py to testserver.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/debug/profile.py to profile.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/findpackage.py to findpackage.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/converters.py to converters.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/ip4.py to ip4.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/multidict.py to multidict.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/template.py to template.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/filemixin.py to filemixin.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/killthread.py to killthread.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/quoting.py to quoting.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/finddata.py to finddata.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/scgiserver.py to scgiserver.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/mimeparse.py to mimeparse.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/datetimeutil.py to datetimeutil.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/intset.py to intset.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/PySourceColor.py to PySourceColor.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/threadedprint.py to threadedprint.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/html.py to html.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/import_string.py to import_string.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/dateinterval.py to dateinterval.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/threadinglocal.py to threadinglocal.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/classinit.py to classinit.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/looper.py to looper.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/paste/util/classinstance.py to classinstance.cpython-310.pyc running install_egg_info running egg_info writing Paste.egg-info/PKG-INFO writing dependency_links to Paste.egg-info/dependency_links.txt writing entry points to Paste.egg-info/entry_points.txt writing namespace_packages to Paste.egg-info/namespace_packages.txt writing requirements to Paste.egg-info/requires.txt writing top-level names to Paste.egg-info/top_level.txt reading manifest file 'Paste.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'docs/_templates/*.html' warning: no previously-included files matching '*' found under directory 'docs/_build/_sources' warning: no files found matching '*.html' under directory 'docs/_build' writing manifest file 'Paste.egg-info/SOURCES.txt' Copying Paste.egg-info to /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/Paste-3.5.2-py3.10.egg-info Installing /home/buildozer/aports/community/py3-paste/pkg/py3-paste/usr/lib/python3.10/site-packages/Paste-3.5.2-py3.10-nspkg.pth running install_scripts >>> py3-paste*: Running postcheck for py3-paste >>> py3-paste*: Preparing package py3-paste... >>> py3-paste*: Tracing dependencies... >>> py3-paste*: Package size: 2.5 MB >>> py3-paste*: Compressing data... >>> py3-paste*: Create checksum... >>> py3-paste*: Create py3-paste-3.5.2-r0.apk >>> py3-paste: Build complete at Sat, 29 Oct 2022 03:44:55 +0000 elapsed time 0h 0m 18s >>> py3-paste: Cleaning up srcdir >>> py3-paste: Cleaning up pkgdir >>> py3-paste: Uninstalling dependencies... (1/19) Purging .makedepends-py3-paste (20221029.034441) (2/19) Purging py3-setuptools (65.5.0-r0) (3/19) Purging py3-six (1.16.0-r3) (4/19) Purging py3-pytest (7.1.3-r1) (5/19) Purging py3-attrs (22.1.0-r0) (6/19) Purging py3-iniconfig (1.1.1-r3) (7/19) Purging py3-packaging (21.3-r2) (8/19) Purging py3-parsing (3.0.9-r0) (9/19) Purging py3-pluggy (1.0.0-r1) (10/19) Purging py3-py (1.11.0-r0) (11/19) Purging py3-tomli (2.0.1-r1) (12/19) Purging python3 (3.10.8-r3) (13/19) Purging libbz2 (1.0.8-r3) (14/19) Purging libffi (3.4.4-r0) (15/19) Purging gdbm (1.23-r0) (16/19) Purging xz-libs (5.2.7-r0) (17/19) Purging mpdecimal (2.5.1-r1) (18/19) Purging readline (8.2.0-r0) (19/19) Purging sqlite-libs (3.39.4-r0) Executing busybox-1.35.0-r27.trigger OK: 189 MiB in 92 packages >>> py3-paste: Updating the community/armv7 repository index... >>> py3-paste: Signing the index...