>>> py3-seqdiag: Building testing/py3-seqdiag 3.0.0-r2 (using abuild 3.10.0-r0) started Wed, 01 Mar 2023 23:59:01 +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/35) Installing libbz2 (1.0.8-r4) (2/35) Installing libffi (3.4.4-r0) (3/35) Installing gdbm (1.23-r0) (4/35) Installing xz-libs (5.4.1-r0) (5/35) Installing mpdecimal (2.5.1-r1) (6/35) Installing libpanelw (6.4_p20230225-r0) (7/35) Installing readline (8.2.1-r0) (8/35) Installing sqlite-libs (3.41.0-r0) (9/35) Installing python3 (3.11.2-r0) (10/35) Installing py3-funcparserlib (1.0.1-r1) (11/35) Installing libintl (0.21.1-r1) (12/35) Installing libblkid (2.38.1-r5) (13/35) Installing libmount (2.38.1-r5) (14/35) Installing glib (2.74.6-r0) (15/35) Installing graphite2 (1.3.14-r4) (16/35) Installing harfbuzz (7.0.1-r0) (17/35) Installing libpng (1.6.39-r2) (18/35) Installing freetype (2.13.0-r2) (19/35) Installing libjpeg-turbo (2.1.5.1-r1) (20/35) Installing lcms2 (2.14-r3) (21/35) Installing openjpeg (2.5.0-r2) (22/35) Installing libwebp (1.3.0-r0) (23/35) Installing tiff (4.5.0-r4) (24/35) Installing libxau (1.0.11-r0) (25/35) Installing libmd (1.0.4-r1) (26/35) Installing libbsd (0.11.7-r0) (27/35) Installing libxdmcp (1.1.4-r0) (28/35) Installing libxcb (1.15-r0) (29/35) Installing py3-pillow (9.4.0-r0) (30/35) Installing py3-webcolors (1.12-r2) (31/35) Installing py3-blockdiag (3.0.0-r1) (32/35) Installing py3-parsing (3.0.9-r1) (33/35) Installing py3-packaging (23.0-r1) (34/35) Installing py3-setuptools (67.4.0-r1) (35/35) Installing .makedepends-py3-seqdiag (20230301.235902) Executing busybox-1.36.0-r4.trigger OK: 458 MiB in 133 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2557k 100 2557k 0 0 2314k 0 0:00:01 0:00:01 --:--:-- 2314k >>> 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/edge/seqdiag-3.0.0.tar.gz... /usr/lib/python3.11/site-packages/setuptools/dist.py:788: 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/__init__.py -> _build/lib/seqdiag copying src/seqdiag/builder.py -> _build/lib/seqdiag copying src/seqdiag/metrics.py -> _build/lib/seqdiag copying src/seqdiag/parser.py -> _build/lib/seqdiag copying src/seqdiag/command.py -> _build/lib/seqdiag copying src/seqdiag/elements.py -> _build/lib/seqdiag copying src/seqdiag/drawer.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/__init__.py -> _build/lib/seqdiag/utils/rst copying src/seqdiag/utils/rst/directives.py -> _build/lib/seqdiag/utils/rst copying src/seqdiag/utils/rst/nodes.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:788: 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 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/__init__.py -> /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/metrics.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 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/elements.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag copying _build/lib/seqdiag/drawer.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_rst_directives.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/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/separators_in_subedge.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/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_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/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/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/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/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/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/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/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/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.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/LICENSE -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/tests/VLGothic creating /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/utils copying _build/lib/seqdiag/utils/__init__.py -> /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/__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/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/nodes.py -> /home/buildozer/aports/testing/py3-seqdiag/pkg/py3-seqdiag/usr/lib/python3.11/site-packages/seqdiag/utils/rst 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/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/metrics.py to metrics.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/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/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/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/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/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/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/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/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/nodes.py to nodes.cpython-311.pyc running install_egg_info 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' 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-r2.apk >>> py3-seqdiag: Build complete at Wed, 01 Mar 2023 23:59:05 +0000 elapsed time 0h 0m 4s >>> py3-seqdiag: Cleaning up srcdir >>> py3-seqdiag: Cleaning up pkgdir >>> py3-seqdiag: Uninstalling dependencies... (1/35) Purging .makedepends-py3-seqdiag (20230301.235902) (2/35) Purging py3-blockdiag (3.0.0-r1) (3/35) Purging py3-funcparserlib (1.0.1-r1) (4/35) Purging py3-webcolors (1.12-r2) (5/35) Purging py3-pillow (9.4.0-r0) (6/35) Purging py3-setuptools (67.4.0-r1) (7/35) Purging py3-packaging (23.0-r1) (8/35) Purging py3-parsing (3.0.9-r1) (9/35) Purging python3 (3.11.2-r0) (10/35) Purging harfbuzz (7.0.1-r0) (11/35) Purging freetype (2.13.0-r2) (12/35) Purging libbz2 (1.0.8-r4) (13/35) Purging glib (2.74.6-r0) (14/35) Purging libffi (3.4.4-r0) (15/35) Purging gdbm (1.23-r0) (16/35) Purging xz-libs (5.4.1-r0) (17/35) Purging mpdecimal (2.5.1-r1) (18/35) Purging libpanelw (6.4_p20230225-r0) (19/35) Purging readline (8.2.1-r0) (20/35) Purging sqlite-libs (3.41.0-r0) (21/35) Purging libintl (0.21.1-r1) (22/35) Purging libmount (2.38.1-r5) (23/35) Purging libblkid (2.38.1-r5) (24/35) Purging graphite2 (1.3.14-r4) (25/35) Purging libpng (1.6.39-r2) (26/35) Purging tiff (4.5.0-r4) (27/35) Purging libjpeg-turbo (2.1.5.1-r1) (28/35) Purging lcms2 (2.14-r3) (29/35) Purging openjpeg (2.5.0-r2) (30/35) Purging libwebp (1.3.0-r0) (31/35) Purging libxcb (1.15-r0) (32/35) Purging libxau (1.0.11-r0) (33/35) Purging libxdmcp (1.1.4-r0) (34/35) Purging libbsd (0.11.7-r0) (35/35) Purging libmd (1.0.4-r1) Executing busybox-1.36.0-r4.trigger OK: 369 MiB in 98 packages >>> py3-seqdiag: Updating the testing/s390x repository index... >>> py3-seqdiag: Signing the index...