>>> py3-pycaption: Building testing/py3-pycaption 2.1.0-r1 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 11:54:46 +0000 >>> py3-pycaption: Checking sanity of /home/buildozer/aports/testing/py3-pycaption/APKBUILD... >>> py3-pycaption: Analyzing dependencies... >>> py3-pycaption: Installing for build: build-base python3 py3-beautifulsoup4 py3-cssutils py3-lxml py3-setuptools py3-pytest py3-pytest-lazy-fixture (1/26) Installing libbz2 (1.0.8-r4) (2/26) Installing libffi (3.4.4-r0) (3/26) Installing gdbm (1.23-r0) (4/26) Installing xz-libs (5.2.8-r0) (5/26) Installing mpdecimal (2.5.1-r1) (6/26) Installing readline (8.2.0-r0) (7/26) Installing sqlite-libs (3.40.0-r0) (8/26) Installing python3 (3.11.0-r2) (9/26) Installing py3-soupsieve (2.3.2-r1) (10/26) Installing py3-beautifulsoup4 (4.11.1-r1) (11/26) Installing py3-cssutils (2.6.0-r1) (12/26) Installing libgpg-error (1.46-r1) (13/26) Installing libgcrypt (1.10.1-r0) (14/26) Installing libxml2 (2.10.3-r2) (15/26) Installing libxslt (1.1.37-r0) (16/26) Installing py3-lxml (4.9.1-r1) (17/26) Installing py3-parsing (3.0.9-r1) (18/26) Installing py3-packaging (21.3-r3) (19/26) Installing py3-setuptools (65.6.3-r0) (20/26) Installing py3-attrs (22.1.0-r1) (21/26) Installing py3-iniconfig (1.1.1-r4) (22/26) Installing py3-pluggy (1.0.0-r2) (23/26) Installing py3-py (1.11.0-r1) (24/26) Installing py3-pytest (7.2.0-r2) (25/26) Installing py3-pytest-lazy-fixture (0.6.3-r1) (26/26) Installing .makedepends-py3-pycaption (20221124.115447) Executing busybox-1.35.0-r29.trigger OK: 421 MiB in 122 packages >>> py3-pycaption: Cleaning up srcdir >>> py3-pycaption: Cleaning up pkgdir >>> py3-pycaption: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pycaption-2.1.0.tar.gz >>> py3-pycaption: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pycaption-2.1.0.tar.gz >>> py3-pycaption: Checking sha512sums... pycaption-2.1.0.tar.gz: OK >>> py3-pycaption: Unpacking /var/cache/distfiles/edge/pycaption-2.1.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/tests copying tests/test_scc_translator.py -> build/lib/tests copying tests/test_srt.py -> build/lib/tests copying tests/test_microdvd_conversion.py -> build/lib/tests copying tests/test_base.py -> build/lib/tests copying tests/test_dfxp.py -> build/lib/tests copying tests/test_webvtt.py -> build/lib/tests copying tests/test_dfxp_extras.py -> build/lib/tests copying tests/test_srt_conversion.py -> build/lib/tests copying tests/mixins.py -> build/lib/tests copying tests/test_microdvd.py -> build/lib/tests copying tests/test_sami.py -> build/lib/tests copying tests/test_sami_conversion.py -> build/lib/tests copying tests/test_webvtt_conversion.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_scc_conversion.py -> build/lib/tests copying tests/test_functions.py -> build/lib/tests copying tests/test_scc.py -> build/lib/tests copying tests/conftest.py -> build/lib/tests copying tests/test_dfxp_conversion.py -> build/lib/tests copying tests/test_geometry.py -> build/lib/tests creating build/lib/pycaption copying pycaption/base.py -> build/lib/pycaption copying pycaption/utils.py -> build/lib/pycaption copying pycaption/srt.py -> build/lib/pycaption copying pycaption/microdvd.py -> build/lib/pycaption copying pycaption/sami.py -> build/lib/pycaption copying pycaption/__init__.py -> build/lib/pycaption copying pycaption/geometry.py -> build/lib/pycaption copying pycaption/exceptions.py -> build/lib/pycaption copying pycaption/webvtt.py -> build/lib/pycaption copying pycaption/transcript.py -> build/lib/pycaption creating build/lib/tests/fixtures copying tests/fixtures/srt.py -> build/lib/tests/fixtures copying tests/fixtures/microdvd.py -> build/lib/tests/fixtures copying tests/fixtures/translated_scc.py -> build/lib/tests/fixtures copying tests/fixtures/sami.py -> build/lib/tests/fixtures copying tests/fixtures/scc.py -> build/lib/tests/fixtures copying tests/fixtures/dfxp.py -> build/lib/tests/fixtures copying tests/fixtures/__init__.py -> build/lib/tests/fixtures copying tests/fixtures/webvtt.py -> build/lib/tests/fixtures creating build/lib/pycaption/scc copying pycaption/scc/constants.py -> build/lib/pycaption/scc copying pycaption/scc/state_machines.py -> build/lib/pycaption/scc copying pycaption/scc/translator.py -> build/lib/pycaption/scc copying pycaption/scc/__init__.py -> build/lib/pycaption/scc copying pycaption/scc/specialized_collections.py -> build/lib/pycaption/scc creating build/lib/pycaption/dfxp copying pycaption/dfxp/extras.py -> build/lib/pycaption/dfxp copying pycaption/dfxp/base.py -> build/lib/pycaption/dfxp copying pycaption/dfxp/__init__.py -> build/lib/pycaption/dfxp running egg_info creating pycaption.egg-info writing pycaption.egg-info/PKG-INFO writing dependency_links to pycaption.egg-info/dependency_links.txt writing requirements to pycaption.egg-info/requires.txt writing top-level names to pycaption.egg-info/top_level.txt writing manifest file 'pycaption.egg-info/SOURCES.txt' reading manifest file 'pycaption.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pycaption.egg-info/SOURCES.txt' copying pycaption/english.pickle -> build/lib/pycaption ============================= test session starts ============================== platform linux -- Python 3.11.0, pytest-7.2.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/testing/py3-pycaption/src/pycaption-2.1.0 plugins: lazy-fixture-0.6.3 collected 256 items tests/test_base.py ....... [ 2%] tests/test_dfxp.py ....................................... [ 17%] tests/test_dfxp_conversion.py ................................ [ 30%] tests/test_dfxp_extras.py ....... [ 33%] tests/test_functions.py . [ 33%] tests/test_geometry.py ................... [ 41%] tests/test_microdvd.py ............ [ 45%] tests/test_microdvd_conversion.py .. [ 46%] tests/test_sami.py ............................. [ 57%] tests/test_sami_conversion.py .......... [ 61%] tests/test_scc.py ................................... [ 75%] tests/test_scc_conversion.py ..... [ 77%] tests/test_scc_translator.py ..... [ 79%] tests/test_srt.py .............. [ 84%] tests/test_srt_conversion.py ...... [ 87%] tests/test_webvtt.py ...................... [ 95%] tests/test_webvtt_conversion.py ........... [100%] =============================== warnings summary =============================== ../../../../../../../usr/lib/python3.11/site-packages/encutils/__init__.py:55 /usr/lib/python3.11/site-packages/encutils/__init__.py:55: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 import cgi tests/test_dfxp.py: 16 warnings tests/test_dfxp_conversion.py: 30 warnings tests/test_dfxp_extras.py: 6 warnings tests/test_sami_conversion.py: 4 warnings tests/test_srt_conversion.py: 2 warnings tests/test_webvtt.py: 1 warning tests/test_webvtt_conversion.py: 1 warning /usr/lib/python3.11/site-packages/bs4/builder/__init__.py:545: XMLParsedAsHTMLWarning: It looks like you're parsing an XML document using an HTML parser. If this really is an HTML document (maybe it's XHTML?), you can ignore or filter this warning. If it's XML, you should know that using an XML parser will be more reliable. To parse this document as XML, make sure you have the lxml package installed, and pass the keyword argument `features="xml"` into the BeautifulSoup constructor. warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================= 256 passed, 61 warnings in 1.17s ======================= >>> py3-pycaption: Entering fakeroot... running install /usr/lib/python3.11/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 egg_info writing pycaption.egg-info/PKG-INFO writing dependency_links to pycaption.egg-info/dependency_links.txt writing requirements to pycaption.egg-info/requires.txt writing top-level names to pycaption.egg-info/top_level.txt reading manifest file 'pycaption.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pycaption.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'tests.__pycache__' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'tests.__pycache__' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'tests.__pycache__' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'tests.__pycache__' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'tests.fixtures.__pycache__' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'tests.fixtures.__pycache__' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'tests.fixtures.__pycache__' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'tests.fixtures.__pycache__' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) creating build/lib/tests/__pycache__ copying tests/__pycache__/__init__.cpython-311.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/conftest.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/mixins.cpython-311.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_base.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_dfxp.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_dfxp_conversion.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_dfxp_extras.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_functions.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_geometry.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_microdvd.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_microdvd_conversion.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_sami.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_sami_conversion.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_scc.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_scc_conversion.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_scc_translator.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_srt.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_srt_conversion.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_webvtt.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ copying tests/__pycache__/test_webvtt_conversion.cpython-311-pytest-7.2.0.pyc -> build/lib/tests/__pycache__ creating build/lib/tests/fixtures/__pycache__ copying tests/fixtures/__pycache__/__init__.cpython-311.pyc -> build/lib/tests/fixtures/__pycache__ copying tests/fixtures/__pycache__/dfxp.cpython-311.pyc -> build/lib/tests/fixtures/__pycache__ copying tests/fixtures/__pycache__/microdvd.cpython-311.pyc -> build/lib/tests/fixtures/__pycache__ copying tests/fixtures/__pycache__/sami.cpython-311.pyc -> build/lib/tests/fixtures/__pycache__ copying tests/fixtures/__pycache__/scc.cpython-311.pyc -> build/lib/tests/fixtures/__pycache__ copying tests/fixtures/__pycache__/srt.cpython-311.pyc -> build/lib/tests/fixtures/__pycache__ copying tests/fixtures/__pycache__/translated_scc.cpython-311.pyc -> build/lib/tests/fixtures/__pycache__ copying tests/fixtures/__pycache__/webvtt.cpython-311.pyc -> build/lib/tests/fixtures/__pycache__ running install_lib creating /home/buildozer/aports/testing/py3-pycaption/pkg creating /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption creating /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr creating /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib creating /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_scc_translator.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_srt.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_microdvd_conversion.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_base.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_dfxp.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests creating /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_scc_conversion.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_functions.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_microdvd_conversion.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_microdvd.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_base.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_scc.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_sami.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_webvtt.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_dfxp.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_geometry.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_webvtt_conversion.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/mixins.cpython-311.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_srt.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/conftest.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_dfxp_extras.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_srt_conversion.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_sami_conversion.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_dfxp_conversion.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ copying build/lib/tests/__pycache__/test_scc_translator.cpython-311-pytest-7.2.0.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/__pycache__ creating /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures creating /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures/__pycache__ copying build/lib/tests/fixtures/__pycache__/srt.cpython-311.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures/__pycache__ copying build/lib/tests/fixtures/__pycache__/__init__.cpython-311.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures/__pycache__ copying build/lib/tests/fixtures/__pycache__/dfxp.cpython-311.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures/__pycache__ copying build/lib/tests/fixtures/__pycache__/sami.cpython-311.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures/__pycache__ copying build/lib/tests/fixtures/__pycache__/translated_scc.cpython-311.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures/__pycache__ copying build/lib/tests/fixtures/__pycache__/microdvd.cpython-311.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures/__pycache__ copying build/lib/tests/fixtures/__pycache__/webvtt.cpython-311.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures/__pycache__ copying build/lib/tests/fixtures/__pycache__/scc.cpython-311.pyc -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures/__pycache__ copying build/lib/tests/fixtures/srt.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures copying build/lib/tests/fixtures/microdvd.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures copying build/lib/tests/fixtures/translated_scc.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures copying build/lib/tests/fixtures/sami.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures copying build/lib/tests/fixtures/scc.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures copying build/lib/tests/fixtures/dfxp.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures copying build/lib/tests/fixtures/__init__.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures copying build/lib/tests/fixtures/webvtt.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/fixtures copying build/lib/tests/test_webvtt.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_dfxp_extras.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_srt_conversion.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/mixins.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_microdvd.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_sami.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_sami_conversion.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_webvtt_conversion.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/__init__.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_scc_conversion.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_functions.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_scc.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/conftest.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_dfxp_conversion.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests copying build/lib/tests/test_geometry.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests creating /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption copying build/lib/pycaption/base.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption copying build/lib/pycaption/utils.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption copying build/lib/pycaption/srt.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption copying build/lib/pycaption/microdvd.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption creating /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/scc copying build/lib/pycaption/scc/constants.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/scc copying build/lib/pycaption/scc/state_machines.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/scc copying build/lib/pycaption/scc/translator.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/scc copying build/lib/pycaption/scc/__init__.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/scc copying build/lib/pycaption/scc/specialized_collections.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/scc creating /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/dfxp copying build/lib/pycaption/dfxp/extras.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/dfxp copying build/lib/pycaption/dfxp/base.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/dfxp copying build/lib/pycaption/dfxp/__init__.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/dfxp copying build/lib/pycaption/english.pickle -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption copying build/lib/pycaption/sami.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption copying build/lib/pycaption/__init__.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption copying build/lib/pycaption/geometry.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption copying build/lib/pycaption/exceptions.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption copying build/lib/pycaption/webvtt.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption copying build/lib/pycaption/transcript.py -> /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_scc_translator.py to test_scc_translator.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_srt.py to test_srt.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_microdvd_conversion.py to test_microdvd_conversion.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_base.py to test_base.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_dfxp.py to test_dfxp.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_webvtt.py to test_webvtt.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_dfxp_extras.py to test_dfxp_extras.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_srt_conversion.py to test_srt_conversion.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_microdvd.py to test_microdvd.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_sami.py to test_sami.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_sami_conversion.py to test_sami_conversion.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_webvtt_conversion.py to test_webvtt_conversion.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_scc_conversion.py to test_scc_conversion.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_functions.py to test_functions.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_scc.py to test_scc.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/conftest.py to conftest.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_dfxp_conversion.py to test_dfxp_conversion.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/tests/test_geometry.py to test_geometry.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/srt.py to srt.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/microdvd.py to microdvd.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/scc/constants.py to constants.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/scc/state_machines.py to state_machines.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/scc/translator.py to translator.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/scc/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/scc/specialized_collections.py to specialized_collections.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/dfxp/extras.py to extras.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/dfxp/base.py to base.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/dfxp/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/sami.py to sami.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/geometry.py to geometry.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/exceptions.py to exceptions.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/webvtt.py to webvtt.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption/transcript.py to transcript.cpython-311.pyc running install_egg_info Copying pycaption.egg-info to /home/buildozer/aports/testing/py3-pycaption/pkg/py3-pycaption/usr/lib/python3.11/site-packages/pycaption-2.1.0-py3.11.egg-info running install_scripts >>> py3-pycaption*: Running postcheck for py3-pycaption >>> py3-pycaption*: Preparing package py3-pycaption... >>> py3-pycaption*: Tracing dependencies... >>> py3-pycaption*: Package size: 1.2 MB >>> py3-pycaption*: Compressing data... >>> py3-pycaption*: Create checksum... >>> py3-pycaption*: Create py3-pycaption-2.1.0-r1.apk >>> py3-pycaption: Build complete at Thu, 24 Nov 2022 11:54:51 +0000 elapsed time 0h 0m 5s >>> py3-pycaption: Cleaning up srcdir >>> py3-pycaption: Cleaning up pkgdir >>> py3-pycaption: Uninstalling dependencies... (1/26) Purging .makedepends-py3-pycaption (20221124.115447) (2/26) Purging py3-beautifulsoup4 (4.11.1-r1) (3/26) Purging py3-soupsieve (2.3.2-r1) (4/26) Purging py3-cssutils (2.6.0-r1) (5/26) Purging py3-lxml (4.9.1-r1) (6/26) Purging py3-setuptools (65.6.3-r0) (7/26) Purging py3-pytest-lazy-fixture (0.6.3-r1) (8/26) Purging py3-pytest (7.2.0-r2) (9/26) Purging py3-attrs (22.1.0-r1) (10/26) Purging py3-iniconfig (1.1.1-r4) (11/26) Purging py3-packaging (21.3-r3) (12/26) Purging py3-parsing (3.0.9-r1) (13/26) Purging py3-pluggy (1.0.0-r2) (14/26) Purging py3-py (1.11.0-r1) (15/26) Purging python3 (3.11.0-r2) (16/26) Purging libbz2 (1.0.8-r4) (17/26) Purging libffi (3.4.4-r0) (18/26) Purging gdbm (1.23-r0) (19/26) Purging libxslt (1.1.37-r0) (20/26) Purging libxml2 (2.10.3-r2) (21/26) Purging xz-libs (5.2.8-r0) (22/26) Purging mpdecimal (2.5.1-r1) (23/26) Purging readline (8.2.0-r0) (24/26) Purging sqlite-libs (3.40.0-r0) (25/26) Purging libgcrypt (1.10.1-r0) (26/26) Purging libgpg-error (1.46-r1) Executing busybox-1.35.0-r29.trigger OK: 331 MiB in 96 packages >>> py3-pycaption: Updating the testing/armhf repository index... >>> py3-pycaption: Signing the index...