>>> py3-seqdiag: Building testing/py3-seqdiag 3.0.0-r1 (using abuild 3.10.0_rc1-r2) started Thu, 24 Nov 2022 06:06:30 +0000 >>> py3-seqdiag: Checking sanity of /home/buildozer/aports/testing/py3-seqdiag/APKBUILD... >>> py3-seqdiag: Analyzing dependencies... >>> py3-seqdiag: Installing for build: build-base py3-funcparserlib py3-blockdiag py3-pillow py3-setuptools (1/30) Installing libbz2 (1.0.8-r4) (2/30) Installing libffi (3.4.4-r0) (3/30) Installing gdbm (1.23-r0) (4/30) Installing xz-libs (5.2.8-r0) (5/30) Installing mpdecimal (2.5.1-r1) (6/30) Installing readline (8.2.0-r0) (7/30) Installing sqlite-libs (3.40.0-r0) (8/30) Installing python3 (3.11.0-r2) (9/30) Installing py3-funcparserlib (1.0.1-r1) (10/30) Installing py3-olefile (0.46-r7) (11/30) Installing libpng (1.6.38-r0) (12/30) Installing freetype (2.12.1-r0) (13/30) Installing libimagequant (4.0.4-r0) (14/30) Installing libjpeg-turbo (2.1.4-r0) (15/30) Installing lcms2 (2.14-r0) (16/30) Installing openjpeg (2.5.0-r0) (17/30) Installing libwebp (1.2.4-r1) (18/30) Installing tiff (4.4.0-r1) (19/30) Installing libxau (1.0.10-r0) (20/30) Installing libmd (1.0.4-r0) (21/30) Installing libbsd (0.11.7-r0) (22/30) Installing libxdmcp (1.1.4-r0) (23/30) Installing libxcb (1.15-r0) (24/30) Installing py3-pillow (9.3.0-r1) (25/30) Installing py3-webcolors (1.12-r2) (26/30) Installing py3-blockdiag (2.0.1-r3) (27/30) Installing py3-parsing (3.0.9-r1) (28/30) Installing py3-packaging (21.3-r3) (29/30) Installing py3-setuptools (65.6.2-r0) (30/30) Installing .makedepends-py3-seqdiag (20221124.060631) Executing busybox-1.35.0-r29.trigger OK: 389 MiB in 127 packages >>> py3-seqdiag: Cleaning up srcdir >>> py3-seqdiag: Cleaning up pkgdir >>> py3-seqdiag: Fetching https://distfiles.alpinelinux.org/distfiles/edge/seqdiag-3.0.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 7 2557k 7 191k 0 0 174k 0 0:00:14 0:00:01 0:00:13 174k 49 2557k 49 1263k 0 0 602k 0 0:00:04 0:00:02 0:00:02 603k 83 2557k 83 2127k 0 0 687k 0 0:00:03 0:00:03 --:--:-- 687k 100 2557k 100 2557k 0 0 744k 0 0:00:03 0:00:03 --:--:-- 744k >>> py3-seqdiag: Fetching https://distfiles.alpinelinux.org/distfiles/edge/seqdiag-3.0.0.tar.gz >>> py3-seqdiag: Checking sha512sums... seqdiag-3.0.0.tar.gz: OK >>> py3-seqdiag: Unpacking /var/cache/distfiles/seqdiag-3.0.0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'build-base' will not be supported in future versions. Please use the underscore name 'build_base' instead warnings.warn( running build running build_py creating _build creating _build/lib creating _build/lib/seqdiag copying src/seqdiag/builder.py -> _build/lib/seqdiag copying src/seqdiag/parser.py -> _build/lib/seqdiag copying src/seqdiag/drawer.py -> _build/lib/seqdiag copying src/seqdiag/elements.py -> _build/lib/seqdiag copying src/seqdiag/command.py -> _build/lib/seqdiag copying src/seqdiag/__init__.py -> _build/lib/seqdiag copying src/seqdiag/metrics.py -> _build/lib/seqdiag creating _build/lib/seqdiag/utils copying src/seqdiag/utils/__init__.py -> _build/lib/seqdiag/utils creating _build/lib/seqdiag/utils/rst copying src/seqdiag/utils/rst/nodes.py -> _build/lib/seqdiag/utils/rst copying src/seqdiag/utils/rst/directives.py -> _build/lib/seqdiag/utils/rst copying src/seqdiag/utils/rst/__init__.py -> _build/lib/seqdiag/utils/rst running egg_info writing src/seqdiag.egg-info/PKG-INFO writing dependency_links to src/seqdiag.egg-info/dependency_links.txt writing entry points to src/seqdiag.egg-info/entry_points.txt writing requirements to src/seqdiag.egg-info/requires.txt writing top-level names to src/seqdiag.egg-info/top_level.txt reading manifest file 'src/seqdiag.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.gif' under directory 'src' warning: no previously-included files found matching '.drone.io.sh' warning: no previously-included files found matching 'examples/update.sh' adding license file 'LICENSE' writing manifest file 'src/seqdiag.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'seqdiag.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'seqdiag.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'seqdiag.tests' 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 'seqdiag.tests' 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 'seqdiag.tests.VLGothic' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'seqdiag.tests.VLGothic' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'seqdiag.tests.VLGothic' 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 'seqdiag.tests.VLGothic' 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 'seqdiag.tests.diagrams' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'seqdiag.tests.diagrams' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'seqdiag.tests.diagrams' 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 'seqdiag.tests.diagrams' 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/seqdiag/tests copying src/seqdiag/tests/test_generate_diagram.py -> _build/lib/seqdiag/tests copying src/seqdiag/tests/test_rst_directives.py -> _build/lib/seqdiag/tests creating _build/lib/seqdiag/tests/VLGothic copying src/seqdiag/tests/VLGothic/LICENSE -> _build/lib/seqdiag/tests/VLGothic copying src/seqdiag/tests/VLGothic/LICENSE.en -> _build/lib/seqdiag/tests/VLGothic copying src/seqdiag/tests/VLGothic/LICENSE_E.mplus -> _build/lib/seqdiag/tests/VLGothic copying src/seqdiag/tests/VLGothic/LICENSE_J.mplus -> _build/lib/seqdiag/tests/VLGothic copying src/seqdiag/tests/VLGothic/VL-Gothic-Regular.ttf -> _build/lib/seqdiag/tests/VLGothic creating _build/lib/seqdiag/tests/diagrams copying src/seqdiag/tests/diagrams/alt_block.diag -> _build/lib/seqdiag/tests/diagrams copying src/seqdiag/tests/diagrams/altblock.diag -> _build/lib/seqdiag/tests/diagrams copying src/seqdiag/tests/diagrams/diagram_class.diag -> _build/lib/seqdiag/tests/diagrams copying src/seqdiag/tests/diagrams/diagram_edge_length.diag -> _build/lib/seqdiag/tests/diagrams copying src/seqdiag/tests/diagrams/nested_altblock.diag -> _build/lib/seqdiag/tests/diagrams copying src/seqdiag/tests/diagrams/node_activated.diag -> _build/lib/seqdiag/tests/diagrams copying src/seqdiag/tests/diagrams/node_fontsize.diag -> _build/lib/seqdiag/tests/diagrams copying src/seqdiag/tests/diagrams/node_notes.diag -> _build/lib/seqdiag/tests/diagrams copying src/seqdiag/tests/diagrams/plugin_autoclass.diag -> _build/lib/seqdiag/tests/diagrams copying src/seqdiag/tests/diagrams/separators.diag -> _build/lib/seqdiag/tests/diagrams copying src/seqdiag/tests/diagrams/separators_in_subedge.diag -> _build/lib/seqdiag/tests/diagrams >>> WARNING: py3-seqdiag: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> py3-seqdiag: Entering fakeroot... /usr/lib/python3.11/site-packages/setuptools/dist.py:770: UserWarning: Usage of dash-separated 'build-base' will not be supported in future versions. Please use the underscore name 'build_base' instead warnings.warn( 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 src/seqdiag.egg-info/PKG-INFO writing dependency_links to src/seqdiag.egg-info/dependency_links.txt writing entry points to src/seqdiag.egg-info/entry_points.txt writing requirements to src/seqdiag.egg-info/requires.txt writing top-level names to src/seqdiag.egg-info/top_level.txt reading manifest file 'src/seqdiag.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.gif' under directory 'src' warning: no previously-included files found matching '.drone.io.sh' warning: no previously-included files found matching 'examples/update.sh' adding license file 'LICENSE' writing manifest file 'src/seqdiag.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'seqdiag.tests' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'seqdiag.tests' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'seqdiag.tests' 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 'seqdiag.tests' 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 'seqdiag.tests.VLGothic' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'seqdiag.tests.VLGothic' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'seqdiag.tests.VLGothic' 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 'seqdiag.tests.VLGothic' 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 'seqdiag.tests.diagrams' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'seqdiag.tests.diagrams' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'seqdiag.tests.diagrams' 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 'seqdiag.tests.diagrams' 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) running install_lib creating /home/buildozer/aports/testing/py3-seqdiag/pkg creating /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag creating /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr creating /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib creating /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11 creating /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages creating /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag copying _build/lib/seqdiag/builder.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag copying _build/lib/seqdiag/parser.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag creating /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests copying _build/lib/seqdiag/tests/test_generate_diagram.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests creating /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/diagrams copying _build/lib/seqdiag/tests/diagrams/altblock.diag -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/diagrams copying _build/lib/seqdiag/tests/diagrams/node_notes.diag -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/diagrams copying _build/lib/seqdiag/tests/diagrams/nested_altblock.diag -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/diagrams copying _build/lib/seqdiag/tests/diagrams/alt_block.diag -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/diagrams copying _build/lib/seqdiag/tests/diagrams/separators.diag -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/diagrams copying _build/lib/seqdiag/tests/diagrams/diagram_edge_length.diag -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/diagrams copying _build/lib/seqdiag/tests/diagrams/node_fontsize.diag -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/diagrams copying _build/lib/seqdiag/tests/diagrams/diagram_class.diag -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/diagrams copying _build/lib/seqdiag/tests/diagrams/plugin_autoclass.diag -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/diagrams copying _build/lib/seqdiag/tests/diagrams/node_activated.diag -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/diagrams copying _build/lib/seqdiag/tests/diagrams/separators_in_subedge.diag -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/diagrams creating /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/VLGothic copying _build/lib/seqdiag/tests/VLGothic/LICENSE.en -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/VLGothic copying _build/lib/seqdiag/tests/VLGothic/VL-Gothic-Regular.ttf -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/VLGothic copying _build/lib/seqdiag/tests/VLGothic/LICENSE_E.mplus -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/VLGothic copying _build/lib/seqdiag/tests/VLGothic/LICENSE -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/VLGothic copying _build/lib/seqdiag/tests/VLGothic/LICENSE_J.mplus -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/VLGothic copying _build/lib/seqdiag/tests/test_rst_directives.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests copying _build/lib/seqdiag/drawer.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag copying _build/lib/seqdiag/elements.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag copying _build/lib/seqdiag/command.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag copying _build/lib/seqdiag/__init__.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag creating /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/utils creating /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/utils/rst copying _build/lib/seqdiag/utils/rst/nodes.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/utils/rst copying _build/lib/seqdiag/utils/rst/directives.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/utils/rst copying _build/lib/seqdiag/utils/rst/__init__.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/utils/rst copying _build/lib/seqdiag/utils/__init__.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/utils copying _build/lib/seqdiag/metrics.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/builder.py to builder.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/parser.py to parser.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/test_generate_diagram.py to test_generate_diagram.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/test_rst_directives.py to test_rst_directives.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/drawer.py to drawer.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/elements.py to elements.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/command.py to command.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/utils/rst/nodes.py to nodes.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/utils/rst/directives.py to directives.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/utils/rst/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/utils/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/metrics.py to metrics.cpython-311.pyc running install_egg_info Copying src/seqdiag.egg-info to /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag-3.0.0-py3.11.egg-info running install_scripts Installing seqdiag script to /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/bin >>> py3-seqdiag*: Running postcheck for py3-seqdiag >>> py3-seqdiag*: Preparing package py3-seqdiag... >>> py3-seqdiag*: Tracing dependencies... >>> py3-seqdiag*: Package size: 4.4 MB >>> py3-seqdiag*: Compressing data... >>> py3-seqdiag*: Create checksum... >>> py3-seqdiag*: Create py3-seqdiag-3.0.0-r1.apk >>> py3-seqdiag: Build complete at Thu, 24 Nov 2022 06:06:37 +0000 elapsed time 0h 0m 7s >>> py3-seqdiag: Cleaning up srcdir >>> py3-seqdiag: Cleaning up pkgdir >>> py3-seqdiag: Uninstalling dependencies... (1/30) Purging .makedepends-py3-seqdiag (20221124.060631) (2/30) Purging py3-blockdiag (2.0.1-r3) (3/30) Purging py3-funcparserlib (1.0.1-r1) (4/30) Purging py3-webcolors (1.12-r2) (5/30) Purging py3-pillow (9.3.0-r1) (6/30) Purging py3-olefile (0.46-r7) (7/30) Purging py3-setuptools (65.6.2-r0) (8/30) Purging py3-packaging (21.3-r3) (9/30) Purging py3-parsing (3.0.9-r1) (10/30) Purging python3 (3.11.0-r2) (11/30) Purging freetype (2.12.1-r0) (12/30) Purging libbz2 (1.0.8-r4) (13/30) Purging libffi (3.4.4-r0) (14/30) Purging gdbm (1.23-r0) (15/30) Purging tiff (4.4.0-r1) (16/30) Purging xz-libs (5.2.8-r0) (17/30) Purging mpdecimal (2.5.1-r1) (18/30) Purging readline (8.2.0-r0) (19/30) Purging sqlite-libs (3.40.0-r0) (20/30) Purging libpng (1.6.38-r0) (21/30) Purging libimagequant (4.0.4-r0) (22/30) Purging libjpeg-turbo (2.1.4-r0) (23/30) Purging lcms2 (2.14-r0) (24/30) Purging openjpeg (2.5.0-r0) (25/30) Purging libwebp (1.2.4-r1) (26/30) Purging libxcb (1.15-r0) (27/30) Purging libxau (1.0.10-r0) (28/30) Purging libxdmcp (1.1.4-r0) (29/30) Purging libbsd (0.11.7-r0) (30/30) Purging libmd (1.0.4-r0) Executing busybox-1.35.0-r29.trigger OK: 293 MiB in 97 packages >>> py3-seqdiag: Updating the testing/ppc64le repository index... >>> py3-seqdiag: Signing the index...