>>> py3-tappy: Building main/py3-tappy 3.1-r3 (using abuild 3.12.0-r0) started Fri, 27 Oct 2023 17:20:59 +0000 >>> py3-tappy: Checking sanity of /home/buildozer/aports/main/py3-tappy/APKBUILD... >>> py3-tappy: Analyzing dependencies... >>> py3-tappy: Installing for build: build-base python3 py3-babel py3-gpep517 py3-setuptools py3-wheel (1/29) Installing libbz2 (1.0.8-r6) (2/29) Installing libffi (3.4.4-r3) (3/29) Installing gdbm (1.23-r1) (4/29) Installing xz-libs (5.4.4-r0) (5/29) Installing mpdecimal (2.5.1-r2) (6/29) Installing libpanelw (6.4_p20231007-r0) (7/29) Installing readline (8.2.1-r2) (8/29) Installing sqlite-libs (3.43.2-r0) (9/29) Installing python3 (3.11.6-r1) (10/29) Installing python3-pycache-pyc0 (3.11.6-r1) (11/29) Installing pyc (3.11.6-r1) (12/29) Installing python3-pyc (3.11.6-r1) (13/29) Installing py3-tz (2023.3-r1) (14/29) Installing py3-tz-pyc (2023.3-r1) (15/29) Installing py3-babel (2.13.0-r0) (16/29) Installing py3-babel-pyc (2.13.0-r0) (17/29) Installing py3-installer (0.7.0-r1) (18/29) Installing py3-installer-pyc (0.7.0-r1) (19/29) Installing py3-gpep517 (15-r0) (20/29) Installing py3-gpep517-pyc (15-r0) (21/29) Installing py3-parsing (3.1.1-r0) (22/29) Installing py3-parsing-pyc (3.1.1-r0) (23/29) Installing py3-packaging (23.2-r0) (24/29) Installing py3-packaging-pyc (23.2-r0) (25/29) Installing py3-setuptools (68.2.2-r0) (26/29) Installing py3-setuptools-pyc (68.2.2-r0) (27/29) Installing py3-wheel (0.41.2-r0) (28/29) Installing py3-wheel-pyc (0.41.2-r0) (29/29) Installing .makedepends-py3-tappy (20231027.172103) Executing busybox-1.36.1-r13.trigger OK: 314 MiB in 129 packages >>> py3-tappy: Cleaning up srcdir >>> py3-tappy: Cleaning up pkgdir >>> py3-tappy: Cleaning up tmpdir >>> py3-tappy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-tappy-3.1.tar.gz >>> py3-tappy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-tappy-3.1.tar.gz >>> py3-tappy: Checking sha512sums... py3-tappy-3.1.tar.gz: OK >>> py3-tappy: Unpacking /var/cache/distfiles/py3-tappy-3.1.tar.gz... 2023-10-27 17:21:07,186 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` !! ******************************************************************************** The license_file parameter is deprecated, use license_files instead. By 2023-Oct-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-10-27 17:21:07,411 root INFO running bdist_wheel 2023-10-27 17:21:07,494 root INFO running build 2023-10-27 17:21:07,494 root INFO running build_py 2023-10-27 17:21:07,508 root INFO creating build 2023-10-27 17:21:07,509 root INFO creating build/lib 2023-10-27 17:21:07,509 root INFO creating build/lib/tap 2023-10-27 17:21:07,510 root INFO copying tap/main.py -> build/lib/tap 2023-10-27 17:21:07,512 root INFO copying tap/formatter.py -> build/lib/tap 2023-10-27 17:21:07,512 root INFO copying tap/tracker.py -> build/lib/tap 2023-10-27 17:21:07,513 root INFO copying tap/__init__.py -> build/lib/tap 2023-10-27 17:21:07,514 root INFO copying tap/runner.py -> build/lib/tap 2023-10-27 17:21:07,515 root INFO copying tap/line.py -> build/lib/tap 2023-10-27 17:21:07,516 root INFO copying tap/__main__.py -> build/lib/tap 2023-10-27 17:21:07,517 root INFO copying tap/loader.py -> build/lib/tap 2023-10-27 17:21:07,517 root INFO copying tap/parser.py -> build/lib/tap 2023-10-27 17:21:07,518 root INFO copying tap/adapter.py -> build/lib/tap 2023-10-27 17:21:07,519 root INFO copying tap/rules.py -> build/lib/tap 2023-10-27 17:21:07,520 root INFO copying tap/directive.py -> build/lib/tap 2023-10-27 17:21:07,522 root INFO creating build/lib/tap/tests 2023-10-27 17:21:07,522 root INFO copying tap/tests/test_main.py -> build/lib/tap/tests 2023-10-27 17:21:07,523 root INFO copying tap/tests/run.py -> build/lib/tap/tests 2023-10-27 17:21:07,524 root INFO copying tap/tests/test_formatter.py -> build/lib/tap/tests 2023-10-27 17:21:07,525 root INFO copying tap/tests/test_tracker.py -> build/lib/tap/tests 2023-10-27 17:21:07,526 root INFO copying tap/tests/test_loader.py -> build/lib/tap/tests 2023-10-27 17:21:07,526 root INFO copying tap/tests/factory.py -> build/lib/tap/tests 2023-10-27 17:21:07,527 root INFO copying tap/tests/test_runner.py -> build/lib/tap/tests 2023-10-27 17:21:07,528 root INFO copying tap/tests/test_directive.py -> build/lib/tap/tests 2023-10-27 17:21:07,529 root INFO copying tap/tests/__init__.py -> build/lib/tap/tests 2023-10-27 17:21:07,530 root INFO copying tap/tests/test_adapter.py -> build/lib/tap/tests 2023-10-27 17:21:07,530 root INFO copying tap/tests/test_parser.py -> build/lib/tap/tests 2023-10-27 17:21:07,531 root INFO copying tap/tests/testcase.py -> build/lib/tap/tests 2023-10-27 17:21:07,532 root INFO copying tap/tests/test_rules.py -> build/lib/tap/tests 2023-10-27 17:21:07,533 root INFO copying tap/tests/test_line.py -> build/lib/tap/tests 2023-10-27 17:21:07,534 root INFO copying tap/tests/test_result.py -> build/lib/tap/tests 2023-10-27 17:21:07,534 root INFO running egg_info 2023-10-27 17:21:07,542 root INFO writing tap.py.egg-info/PKG-INFO 2023-10-27 17:21:07,548 root INFO writing dependency_links to tap.py.egg-info/dependency_links.txt 2023-10-27 17:21:07,549 root INFO writing entry points to tap.py.egg-info/entry_points.txt 2023-10-27 17:21:07,551 root INFO writing requirements to tap.py.egg-info/requires.txt 2023-10-27 17:21:07,552 root INFO writing top-level names to tap.py.egg-info/top_level.txt 2023-10-27 17:21:07,565 root INFO reading manifest file 'tap.py.egg-info/SOURCES.txt' 2023-10-27 17:21:07,568 root INFO reading manifest template 'MANIFEST.in' 2023-10-27 17:21:07,573 root WARNING no previously-included directories found matching 'docs/_build' 2023-10-27 17:21:07,573 root INFO adding license file 'LICENSE' 2023-10-27 17:21:07,580 root INFO writing manifest file 'tap.py.egg-info/SOURCES.txt' 2023-10-27 17:21:07,609 wheel INFO installing to build/bdist.linux-riscv64/wheel 2023-10-27 17:21:07,609 root INFO running install 2023-10-27 17:21:07,673 root INFO running install_lib 2023-10-27 17:21:07,684 root INFO creating build/bdist.linux-riscv64 2023-10-27 17:21:07,685 root INFO creating build/bdist.linux-riscv64/wheel 2023-10-27 17:21:07,685 root INFO creating build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,686 root INFO copying build/lib/tap/main.py -> build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,687 root INFO copying build/lib/tap/formatter.py -> build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,687 root INFO copying build/lib/tap/tracker.py -> build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,688 root INFO copying build/lib/tap/__init__.py -> build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,689 root INFO creating build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,689 root INFO copying build/lib/tap/tests/test_main.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,690 root INFO copying build/lib/tap/tests/run.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,691 root INFO copying build/lib/tap/tests/test_formatter.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,692 root INFO copying build/lib/tap/tests/test_tracker.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,692 root INFO copying build/lib/tap/tests/test_loader.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,693 root INFO copying build/lib/tap/tests/factory.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,694 root INFO copying build/lib/tap/tests/test_runner.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,694 root INFO copying build/lib/tap/tests/test_directive.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,695 root INFO copying build/lib/tap/tests/__init__.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,696 root INFO copying build/lib/tap/tests/test_adapter.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,697 root INFO copying build/lib/tap/tests/test_parser.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,697 root INFO copying build/lib/tap/tests/testcase.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,698 root INFO copying build/lib/tap/tests/test_rules.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,699 root INFO copying build/lib/tap/tests/test_line.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,700 root INFO copying build/lib/tap/tests/test_result.py -> build/bdist.linux-riscv64/wheel/tap/tests 2023-10-27 17:21:07,700 root INFO copying build/lib/tap/runner.py -> build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,701 root INFO copying build/lib/tap/line.py -> build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,702 root INFO copying build/lib/tap/__main__.py -> build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,702 root INFO copying build/lib/tap/loader.py -> build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,703 root INFO copying build/lib/tap/parser.py -> build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,704 root INFO copying build/lib/tap/adapter.py -> build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,704 root INFO copying build/lib/tap/rules.py -> build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,705 root INFO copying build/lib/tap/directive.py -> build/bdist.linux-riscv64/wheel/tap 2023-10-27 17:21:07,706 root INFO running install_egg_info 2023-10-27 17:21:07,724 root INFO Copying tap.py.egg-info to build/bdist.linux-riscv64/wheel/tap.py-3.1-py3.11.egg-info 2023-10-27 17:21:07,729 root INFO running install_scripts 2023-10-27 17:21:07,741 wheel INFO creating build/bdist.linux-riscv64/wheel/tap.py-3.1.dist-info/WHEEL 2023-10-27 17:21:07,744 wheel INFO creating '/home/buildozer/aports/main/py3-tappy/src/tap.py-3.1/.dist/.tmp-fu45hh9e/tap.py-3.1-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2023-10-27 17:21:07,747 wheel INFO adding 'tap/__init__.py' 2023-10-27 17:21:07,750 wheel INFO adding 'tap/__main__.py' 2023-10-27 17:21:07,751 wheel INFO adding 'tap/adapter.py' 2023-10-27 17:21:07,752 wheel INFO adding 'tap/directive.py' 2023-10-27 17:21:07,753 wheel INFO adding 'tap/formatter.py' 2023-10-27 17:21:07,754 wheel INFO adding 'tap/line.py' 2023-10-27 17:21:07,755 wheel INFO adding 'tap/loader.py' 2023-10-27 17:21:07,756 wheel INFO adding 'tap/main.py' 2023-10-27 17:21:07,757 wheel INFO adding 'tap/parser.py' 2023-10-27 17:21:07,758 wheel INFO adding 'tap/rules.py' 2023-10-27 17:21:07,759 wheel INFO adding 'tap/runner.py' 2023-10-27 17:21:07,760 wheel INFO adding 'tap/tracker.py' 2023-10-27 17:21:07,762 wheel INFO adding 'tap/tests/__init__.py' 2023-10-27 17:21:07,762 wheel INFO adding 'tap/tests/factory.py' 2023-10-27 17:21:07,763 wheel INFO adding 'tap/tests/run.py' 2023-10-27 17:21:07,764 wheel INFO adding 'tap/tests/test_adapter.py' 2023-10-27 17:21:07,765 wheel INFO adding 'tap/tests/test_directive.py' 2023-10-27 17:21:07,766 wheel INFO adding 'tap/tests/test_formatter.py' 2023-10-27 17:21:07,767 wheel INFO adding 'tap/tests/test_line.py' 2023-10-27 17:21:07,768 wheel INFO adding 'tap/tests/test_loader.py' 2023-10-27 17:21:07,769 wheel INFO adding 'tap/tests/test_main.py' 2023-10-27 17:21:07,770 wheel INFO adding 'tap/tests/test_parser.py' 2023-10-27 17:21:07,771 wheel INFO adding 'tap/tests/test_result.py' 2023-10-27 17:21:07,772 wheel INFO adding 'tap/tests/test_rules.py' 2023-10-27 17:21:07,772 wheel INFO adding 'tap/tests/test_runner.py' 2023-10-27 17:21:07,773 wheel INFO adding 'tap/tests/test_tracker.py' 2023-10-27 17:21:07,774 wheel INFO adding 'tap/tests/testcase.py' 2023-10-27 17:21:07,776 wheel INFO adding 'tap.py-3.1.dist-info/LICENSE' 2023-10-27 17:21:07,777 wheel INFO adding 'tap.py-3.1.dist-info/METADATA' 2023-10-27 17:21:07,778 wheel INFO adding 'tap.py-3.1.dist-info/WHEEL' 2023-10-27 17:21:07,778 wheel INFO adding 'tap.py-3.1.dist-info/entry_points.txt' 2023-10-27 17:21:07,779 wheel INFO adding 'tap.py-3.1.dist-info/top_level.txt' 2023-10-27 17:21:07,781 wheel INFO adding 'tap.py-3.1.dist-info/RECORD' 2023-10-27 17:21:07,783 wheel INFO removing build/bdist.linux-riscv64/wheel 2023-10-27 17:21:07,785 gpep517 INFO The backend produced .dist/tap.py-3.1-py3-none-any.whl tap.py-3.1-py3-none-any.whl >>> py3-tappy: Entering fakeroot... >>> py3-tappy-pyc*: Running split function pyc... '/home/buildozer/aports/main/py3-tappy/pkg/py3-tappy/usr/lib/python3.11/site-packages/tap/__pycache__' -> '/home/buildozer/aports/main/py3-tappy/pkg/py3-tappy-pyc/usr/lib/python3.11/site-packages/tap/__pycache__' '/home/buildozer/aports/main/py3-tappy/pkg/py3-tappy/usr/lib/python3.11/site-packages/tap/tests/__pycache__' -> '/home/buildozer/aports/main/py3-tappy/pkg/py3-tappy-pyc/usr/lib/python3.11/site-packages/tap/tests/__pycache__' >>> py3-tappy-pyc*: Preparing subpackage py3-tappy-pyc... >>> py3-tappy-pyc*: Running postcheck for py3-tappy-pyc >>> py3-tappy*: Running postcheck for py3-tappy >>> py3-tappy*: Preparing package py3-tappy... >>> py3-tappy-pyc*: Tracing dependencies... python3 python3~3.11 >>> py3-tappy-pyc*: Package size: 252.0 KB >>> py3-tappy-pyc*: Compressing data... >>> py3-tappy-pyc*: Create checksum... >>> py3-tappy-pyc*: Create py3-tappy-pyc-3.1-r3.apk >>> py3-tappy*: Tracing dependencies... python3 python3~3.11 >>> py3-tappy*: Package size: 220.0 KB >>> py3-tappy*: Compressing data... >>> py3-tappy*: Create checksum... >>> py3-tappy*: Create py3-tappy-3.1-r3.apk >>> py3-tappy: Build complete at Fri, 27 Oct 2023 17:21:12 +0000 elapsed time 0h 0m 13s >>> py3-tappy: Cleaning up srcdir >>> py3-tappy: Cleaning up pkgdir >>> py3-tappy: Uninstalling dependencies... (1/29) Purging .makedepends-py3-tappy (20231027.172103) (2/29) Purging py3-babel-pyc (2.13.0-r0) (3/29) Purging py3-babel (2.13.0-r0) (4/29) Purging py3-tz-pyc (2023.3-r1) (5/29) Purging py3-tz (2023.3-r1) (6/29) Purging py3-gpep517-pyc (15-r0) (7/29) Purging py3-gpep517 (15-r0) (8/29) Purging py3-installer-pyc (0.7.0-r1) (9/29) Purging py3-installer (0.7.0-r1) (10/29) Purging py3-setuptools-pyc (68.2.2-r0) (11/29) Purging py3-setuptools (68.2.2-r0) (12/29) Purging py3-wheel-pyc (0.41.2-r0) (13/29) Purging py3-wheel (0.41.2-r0) (14/29) Purging py3-packaging-pyc (23.2-r0) (15/29) Purging py3-packaging (23.2-r0) (16/29) Purging py3-parsing-pyc (3.1.1-r0) (17/29) Purging py3-parsing (3.1.1-r0) (18/29) Purging python3-pyc (3.11.6-r1) (19/29) Purging python3-pycache-pyc0 (3.11.6-r1) (20/29) Purging pyc (3.11.6-r1) (21/29) Purging python3 (3.11.6-r1) (22/29) Purging gdbm (1.23-r1) (23/29) Purging libbz2 (1.0.8-r6) (24/29) Purging libffi (3.4.4-r3) (25/29) Purging libpanelw (6.4_p20231007-r0) (26/29) Purging mpdecimal (2.5.1-r2) (27/29) Purging readline (8.2.1-r2) (28/29) Purging sqlite-libs (3.43.2-r0) (29/29) Purging xz-libs (5.4.4-r0) Executing busybox-1.36.1-r13.trigger OK: 227 MiB in 100 packages >>> py3-tappy: Updating the main/riscv64 repository index... >>> py3-tappy: Signing the index...