>>> junit2html: Building testing/junit2html 0.2.0-r3 (using abuild 3.12.0-r5) started Mon, 15 Apr 2024 15:09:07 +0000
>>> junit2html: Checking sanity of /home/buildozer/aports/testing/junit2html/APKBUILD...
>>> junit2html: Analyzing dependencies...
>>> junit2html: Installing for build: build-base python3 py3-setuptools
(1/17) Installing libffi (3.4.6-r0)
(2/17) Installing gdbm (1.23-r1)
(3/17) Installing mpdecimal (4.0.0-r0)
(4/17) Installing libpanelw (6.4_p20240330-r0)
(5/17) Installing readline (8.2.10-r0)
(6/17) Installing sqlite-libs (3.45.2-r0)
(7/17) Installing python3 (3.12.3-r0)
(8/17) Installing python3-pycache-pyc0 (3.12.3-r0)
(9/17) Installing pyc (3.12.3-r0)
(10/17) Installing python3-pyc (3.12.3-r0)
(11/17) Installing py3-parsing (3.1.2-r1)
(12/17) Installing py3-parsing-pyc (3.1.2-r1)
(13/17) Installing py3-packaging (24.0-r1)
(14/17) Installing py3-packaging-pyc (24.0-r1)
(15/17) Installing py3-setuptools (69.2.0-r2)
(16/17) Installing py3-setuptools-pyc (69.2.0-r2)
(17/17) Installing .makedepends-junit2html (20240415.150909)
Executing busybox-1.36.1-r25.trigger
OK: 315 MiB in 127 packages
>>> junit2html: Cleaning up srcdir
>>> junit2html: Cleaning up pkgdir
>>> junit2html: Cleaning up tmpdir
>>> junit2html: Fetching https://distfiles.alpinelinux.org/distfiles/edge/junit2html-0.2.0.tar.gz
>>> junit2html: Fetching https://distfiles.alpinelinux.org/distfiles/edge/junit2html-0.2.0.tar.gz
>>> junit2html: Checking sha512sums...
junit2html-0.2.0.tar.gz: OK
setup.py.patch: OK
>>> junit2html: Unpacking /var/cache/distfiles/junit2html-0.2.0.tar.gz...
>>> junit2html: setup.py.patch
patching file setup.py
running build
running build_py
creating build
creating build/lib
creating build/lib/junit2htmlreport
copying junit2htmlreport/parser.py -> build/lib/junit2htmlreport
copying junit2htmlreport/tag.py -> build/lib/junit2htmlreport
copying junit2htmlreport/runner.py -> build/lib/junit2htmlreport
copying junit2htmlreport/__main__.py -> build/lib/junit2htmlreport
copying junit2htmlreport/merge.py -> build/lib/junit2htmlreport
copying junit2htmlreport/__init__.py -> build/lib/junit2htmlreport
copying junit2htmlreport/common.py -> build/lib/junit2htmlreport
copying junit2htmlreport/matrix.py -> build/lib/junit2htmlreport
copying junit2htmlreport/textutils.py -> build/lib/junit2htmlreport
copying junit2htmlreport/report.css -> build/lib/junit2htmlreport
running check
>>> junit2html: Entering fakeroot...
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running install_lib
creating /home/buildozer/aports/testing/junit2html/pkg
creating /home/buildozer/aports/testing/junit2html/pkg/junit2html
creating /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr
creating /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib
creating /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12
creating /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages
creating /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport
copying build/lib/junit2htmlreport/parser.py -> /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport
copying build/lib/junit2htmlreport/tag.py -> /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport
copying build/lib/junit2htmlreport/runner.py -> /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport
copying build/lib/junit2htmlreport/report.css -> /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport
copying build/lib/junit2htmlreport/__main__.py -> /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport
copying build/lib/junit2htmlreport/merge.py -> /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport
copying build/lib/junit2htmlreport/__init__.py -> /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport
copying build/lib/junit2htmlreport/common.py -> /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport
copying build/lib/junit2htmlreport/matrix.py -> /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport
copying build/lib/junit2htmlreport/textutils.py -> /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport
byte-compiling /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport/parser.py to parser.cpython-312.pyc
byte-compiling /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport/tag.py to tag.cpython-312.pyc
byte-compiling /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport/runner.py to runner.cpython-312.pyc
byte-compiling /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport/__main__.py to __main__.cpython-312.pyc
byte-compiling /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport/merge.py to merge.cpython-312.pyc
byte-compiling /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport/common.py to common.cpython-312.pyc
byte-compiling /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport/matrix.py to matrix.cpython-312.pyc
byte-compiling /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport/textutils.py to textutils.cpython-312.pyc
running install_egg_info
running egg_info
creating junit2html.egg-info
writing junit2html.egg-info/PKG-INFO
writing dependency_links to junit2html.egg-info/dependency_links.txt
writing entry points to junit2html.egg-info/entry_points.txt
writing top-level names to junit2html.egg-info/top_level.txt
writing manifest file 'junit2html.egg-info/SOURCES.txt'
reading manifest file 'junit2html.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README'
warning: no files found matching 'junit2html' under directory 'junit2htmlreport/*'
adding license file 'LICENSE'
writing manifest file 'junit2html.egg-info/SOURCES.txt'
Copying junit2html.egg-info to /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2html-0.2.0-py3.12.egg-info
running install_scripts
Installing junit2html script to /home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/bin
>>> junit2html-pyc*: Running split function pyc...
'/home/buildozer/aports/testing/junit2html/pkg/junit2html/usr/lib/python3.12/site-packages/junit2htmlreport/__pycache__' -> '/home/buildozer/aports/testing/junit2html/pkg/junit2html-pyc/usr/lib/python3.12/site-packages/junit2htmlreport/__pycache__'
>>> junit2html-pyc*: Preparing subpackage junit2html-pyc...
>>> junit2html-pyc*: Running postcheck for junit2html-pyc
>>> junit2html*: Running postcheck for junit2html
>>> junit2html*: Preparing package junit2html...
>>> junit2html-pyc*: Tracing dependencies...
python3
python3~3.12
>>> junit2html-pyc*: Package size: 112.0 KB
>>> junit2html-pyc*: Compressing data...
>>> junit2html-pyc*: Create checksum...
>>> junit2html-pyc*: Create junit2html-pyc-0.2.0-r3.apk
>>> junit2html*: Tracing dependencies...
python3
python3~3.12
>>> junit2html*: Package size: 120.0 KB
>>> junit2html*: Compressing data...
>>> junit2html*: Create checksum...
>>> junit2html*: Create junit2html-0.2.0-r3.apk
>>> junit2html: Build complete at Mon, 15 Apr 2024 15:09:10 +0000 elapsed time 0h 0m 3s
>>> junit2html: Cleaning up srcdir
>>> junit2html: Cleaning up pkgdir
>>> junit2html: Uninstalling dependencies...
(1/17) Purging .makedepends-junit2html (20240415.150909)
(2/17) Purging py3-setuptools-pyc (69.2.0-r2)
(3/17) Purging py3-setuptools (69.2.0-r2)
(4/17) Purging py3-packaging-pyc (24.0-r1)
(5/17) Purging py3-packaging (24.0-r1)
(6/17) Purging py3-parsing-pyc (3.1.2-r1)
(7/17) Purging py3-parsing (3.1.2-r1)
(8/17) Purging python3-pyc (3.12.3-r0)
(9/17) Purging python3-pycache-pyc0 (3.12.3-r0)
(10/17) Purging pyc (3.12.3-r0)
(11/17) Purging python3 (3.12.3-r0)
(12/17) Purging gdbm (1.23-r1)
(13/17) Purging libffi (3.4.6-r0)
(14/17) Purging libpanelw (6.4_p20240330-r0)
(15/17) Purging mpdecimal (4.0.0-r0)
(16/17) Purging readline (8.2.10-r0)
(17/17) Purging sqlite-libs (3.45.2-r0)
Executing busybox-1.36.1-r25.trigger
OK: 263 MiB in 110 packages
>>> junit2html: Updating the testing/ppc64le repository index...
>>> junit2html: Signing the index...