>>> gcovr: Building community/gcovr 6.0-r0 (using abuild 3.10.0-r0) started Tue, 14 Mar 2023 12:36:52 +0000 >>> gcovr: Checking sanity of /home/buildozer/aports/community/gcovr/APKBUILD... >>> gcovr: Analyzing dependencies... >>> gcovr: Installing for build: build-base python3 py3-setuptools py3-lxml py3-jinja2 (1/20) Installing libbz2 (1.0.8-r4) (2/20) Installing libffi (3.4.4-r0) (3/20) Installing gdbm (1.23-r0) (4/20) Installing xz-libs (5.4.1-r0) (5/20) Installing mpdecimal (2.5.1-r1) (6/20) Installing libpanelw (6.4_p20230311-r0) (7/20) Installing readline (8.2.1-r0) (8/20) Installing sqlite-libs (3.41.1-r0) (9/20) Installing python3 (3.11.2-r0) (10/20) Installing py3-parsing (3.0.9-r1) (11/20) Installing py3-packaging (23.0-r1) (12/20) Installing py3-setuptools (67.6.0-r0) (13/20) Installing libgpg-error (1.46-r2) (14/20) Installing libgcrypt (1.10.1-r1) (15/20) Installing libxml2 (2.10.3-r2) (16/20) Installing libxslt (1.1.37-r2) (17/20) Installing py3-lxml (4.9.2-r0) (18/20) Installing py3-markupsafe (2.1.2-r0) (19/20) Installing py3-jinja2 (3.1.2-r1) (20/20) Installing .makedepends-gcovr (20230314.123653) Executing busybox-1.36.0-r5.trigger OK: 404 MiB in 116 packages >>> gcovr: Cleaning up srcdir >>> gcovr: Cleaning up pkgdir >>> gcovr: Fetching https://distfiles.alpinelinux.org/distfiles/edge/gcovr-6.0.tar.gz >>> gcovr: Fetching https://distfiles.alpinelinux.org/distfiles/edge/gcovr-6.0.tar.gz >>> gcovr: Checking sha512sums... gcovr-6.0.tar.gz: OK >>> gcovr: Unpacking /var/cache/distfiles/edge/gcovr-6.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/gcovr copying gcovr/__init__.py -> build/lib/gcovr copying gcovr/decision_analysis.py -> build/lib/gcovr copying gcovr/coverage.py -> build/lib/gcovr copying gcovr/version.py -> build/lib/gcovr copying gcovr/workers.py -> build/lib/gcovr copying gcovr/utils.py -> build/lib/gcovr copying gcovr/timestamps.py -> build/lib/gcovr copying gcovr/merging.py -> build/lib/gcovr copying gcovr/__main__.py -> build/lib/gcovr copying gcovr/gcov_parser.py -> build/lib/gcovr copying gcovr/configuration.py -> build/lib/gcovr copying gcovr/gcov.py -> build/lib/gcovr creating build/lib/gcovr/exclusions copying gcovr/exclusions/__init__.py -> build/lib/gcovr/exclusions copying gcovr/exclusions/markers.py -> build/lib/gcovr/exclusions copying gcovr/exclusions/noncode.py -> build/lib/gcovr/exclusions creating build/lib/gcovr/writer copying gcovr/writer/txt.py -> build/lib/gcovr/writer copying gcovr/writer/__init__.py -> build/lib/gcovr/writer copying gcovr/writer/cobertura.py -> build/lib/gcovr/writer copying gcovr/writer/csv.py -> build/lib/gcovr/writer copying gcovr/writer/summary.py -> build/lib/gcovr/writer copying gcovr/writer/sonarqube.py -> build/lib/gcovr/writer copying gcovr/writer/json.py -> build/lib/gcovr/writer copying gcovr/writer/coveralls.py -> build/lib/gcovr/writer creating build/lib/gcovr/writer/html copying gcovr/writer/html/__init__.py -> build/lib/gcovr/writer/html creating build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/style.filelist.css -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/style.meter.css -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/style.details.css -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/style.summary.css -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/style.css -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/functions_page.content.html -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/base.html -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/directory_page.html -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/directory_page.content.html -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/source_page.summary.html -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/source_page.navigation.html -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/source_page.html -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/functions_page.summary.html -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/directory_page.navigation.html -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/functions_page.html -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/source_page.content.html -> build/lib/gcovr/writer/html/templates copying gcovr/writer/html/templates/directory_page.summary.html -> build/lib/gcovr/writer/html/templates >>> gcovr: 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 install_lib creating /home/buildozer/aports/community/gcovr/pkg creating /home/buildozer/aports/community/gcovr/pkg/gcovr creating /home/buildozer/aports/community/gcovr/pkg/gcovr/usr creating /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib creating /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11 creating /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages creating /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr copying build/lib/gcovr/__init__.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr copying build/lib/gcovr/decision_analysis.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr copying build/lib/gcovr/coverage.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr copying build/lib/gcovr/version.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr copying build/lib/gcovr/workers.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr copying build/lib/gcovr/utils.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr copying build/lib/gcovr/timestamps.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr copying build/lib/gcovr/merging.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr creating /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/exclusions copying build/lib/gcovr/exclusions/__init__.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/exclusions copying build/lib/gcovr/exclusions/markers.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/exclusions copying build/lib/gcovr/exclusions/noncode.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/exclusions copying build/lib/gcovr/__main__.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr copying build/lib/gcovr/gcov_parser.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr copying build/lib/gcovr/configuration.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr creating /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer copying build/lib/gcovr/writer/txt.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer copying build/lib/gcovr/writer/__init__.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer copying build/lib/gcovr/writer/cobertura.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer copying build/lib/gcovr/writer/csv.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer copying build/lib/gcovr/writer/summary.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer copying build/lib/gcovr/writer/sonarqube.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer creating /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html copying build/lib/gcovr/writer/html/__init__.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html creating /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/functions_page.content.html -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/style.filelist.css -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/base.html -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/directory_page.html -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/directory_page.content.html -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/source_page.summary.html -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/source_page.navigation.html -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/style.meter.css -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/source_page.html -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/functions_page.summary.html -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/directory_page.navigation.html -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/style.details.css -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/style.summary.css -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/functions_page.html -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/style.css -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/source_page.content.html -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/html/templates/directory_page.summary.html -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/templates copying build/lib/gcovr/writer/json.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer copying build/lib/gcovr/writer/coveralls.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer copying build/lib/gcovr/gcov.py -> /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/decision_analysis.py to decision_analysis.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/coverage.py to coverage.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/version.py to version.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/workers.py to workers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/utils.py to utils.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/timestamps.py to timestamps.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/merging.py to merging.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/exclusions/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/exclusions/markers.py to markers.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/exclusions/noncode.py to noncode.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/__main__.py to __main__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/gcov_parser.py to gcov_parser.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/configuration.py to configuration.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/txt.py to txt.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/cobertura.py to cobertura.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/csv.py to csv.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/summary.py to summary.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/sonarqube.py to sonarqube.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/html/__init__.py to __init__.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/json.py to json.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/writer/coveralls.py to coveralls.cpython-311.pyc byte-compiling /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr/gcov.py to gcov.cpython-311.pyc running install_egg_info running egg_info creating gcovr.egg-info writing gcovr.egg-info/PKG-INFO writing dependency_links to gcovr.egg-info/dependency_links.txt writing entry points to gcovr.egg-info/entry_points.txt writing requirements to gcovr.egg-info/requires.txt writing top-level names to gcovr.egg-info/top_level.txt writing manifest file 'gcovr.egg-info/SOURCES.txt' reading manifest file 'gcovr.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'gcovr.egg-info/SOURCES.txt' Copying gcovr.egg-info to /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/lib/python3.11/site-packages/gcovr-6.0-py3.11.egg-info running install_scripts Installing gcovr script to /home/buildozer/aports/community/gcovr/pkg/gcovr/usr/bin >>> gcovr*: Running postcheck for gcovr >>> gcovr*: Preparing package gcovr... >>> gcovr*: Tracing dependencies... >>> gcovr*: Package size: 868.0 KB >>> gcovr*: Compressing data... >>> gcovr*: Create checksum... >>> gcovr*: Create gcovr-6.0-r0.apk >>> gcovr: Build complete at Tue, 14 Mar 2023 12:36:54 +0000 elapsed time 0h 0m 2s >>> gcovr: Cleaning up srcdir >>> gcovr: Cleaning up pkgdir >>> gcovr: Uninstalling dependencies... (1/20) Purging .makedepends-gcovr (20230314.123653) (2/20) Purging py3-setuptools (67.6.0-r0) (3/20) Purging py3-packaging (23.0-r1) (4/20) Purging py3-parsing (3.0.9-r1) (5/20) Purging py3-lxml (4.9.2-r0) (6/20) Purging py3-jinja2 (3.1.2-r1) (7/20) Purging py3-markupsafe (2.1.2-r0) (8/20) Purging python3 (3.11.2-r0) (9/20) Purging libbz2 (1.0.8-r4) (10/20) Purging libffi (3.4.4-r0) (11/20) Purging gdbm (1.23-r0) (12/20) Purging libxslt (1.1.37-r2) (13/20) Purging libxml2 (2.10.3-r2) (14/20) Purging xz-libs (5.4.1-r0) (15/20) Purging mpdecimal (2.5.1-r1) (16/20) Purging libpanelw (6.4_p20230311-r0) (17/20) Purging readline (8.2.1-r0) (18/20) Purging sqlite-libs (3.41.1-r0) (19/20) Purging libgcrypt (1.10.1-r1) (20/20) Purging libgpg-error (1.46-r2) Executing busybox-1.36.0-r5.trigger OK: 326 MiB in 96 packages >>> gcovr: Updating the community/armhf repository index... >>> gcovr: Signing the index...