>>> py3-dill: Building community/py3-dill 0.4.0-r0 (using abuild 3.15.0_rc3-r0) started Wed, 16 Apr 2025 09:12:08 +0000 >>> py3-dill: Validating /home/buildozer/aports/community/py3-dill/APKBUILD... >>> py3-dill: Analyzing dependencies... >>> py3-dill: Installing for build: build-base python3 py3-gpep517 py3-setuptools py3-wheel (1/22) Installing libffi (3.4.8-r0) (2/22) Installing gdbm (1.24-r0) (3/22) Installing mpdecimal (4.0.0-r0) (4/22) Installing libpanelw (6.5_p20250405-r0) (5/22) Installing sqlite-libs (3.49.1-r0) (6/22) Installing python3 (3.12.10-r0) (7/22) Installing python3-pycache-pyc0 (3.12.10-r0) (8/22) Installing pyc (3.12.10-r0) (9/22) Installing python3-pyc (3.12.10-r0) (10/22) Installing py3-installer (0.7.0-r2) (11/22) Installing py3-installer-pyc (0.7.0-r2) (12/22) Installing py3-gpep517 (16-r0) (13/22) Installing py3-gpep517-pyc (16-r0) (14/22) Installing py3-parsing (3.2.0-r0) (15/22) Installing py3-parsing-pyc (3.2.0-r0) (16/22) Installing py3-packaging (24.2-r0) (17/22) Installing py3-packaging-pyc (24.2-r0) (18/22) Installing py3-setuptools (77.0.3-r0) (19/22) Installing py3-setuptools-pyc (77.0.3-r0) (20/22) Installing py3-wheel (0.43.0-r0) (21/22) Installing py3-wheel-pyc (0.43.0-r0) (22/22) Installing .makedepends-py3-dill (20250416.091212) Executing busybox-1.37.0-r16.trigger OK: 389 MiB in 132 packages >>> py3-dill: Cleaning up srcdir >>> py3-dill: Cleaning up pkgdir >>> py3-dill: Cleaning up tmpdir >>> py3-dill: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dill-0.4.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-dill: Fetching https://github.com/uqfoundation/dill/releases/download/0.4.0/dill-0.4.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 182k 100 182k 0 0 240k 0 --:--:-- --:--:-- --:--:-- 240k >>> py3-dill: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dill-0.4.0.tar.gz >>> py3-dill: Checking sha512sums... dill-0.4.0.tar.gz: OK >>> py3-dill: Unpacking /var/cache/distfiles/edge/dill-0.4.0.tar.gz... 2025-04-16 09:12:16,365 gpep517 INFO Building wheel via backend setuptools.build_meta /usr/lib/python3.12/site-packages/setuptools/dist.py:760: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2025-04-16 09:12:16,508 root INFO running bdist_wheel 2025-04-16 09:12:16,588 root INFO running build 2025-04-16 09:12:16,589 root INFO running build_py 2025-04-16 09:12:16,608 root INFO creating build/lib/dill 2025-04-16 09:12:16,610 root INFO copying dill/settings.py -> build/lib/dill 2025-04-16 09:12:16,612 root INFO copying dill/_objects.py -> build/lib/dill 2025-04-16 09:12:16,614 root INFO copying dill/__init__.py -> build/lib/dill 2025-04-16 09:12:16,616 root INFO copying dill/source.py -> build/lib/dill 2025-04-16 09:12:16,618 root INFO copying dill/_dill.py -> build/lib/dill 2025-04-16 09:12:16,622 root INFO copying dill/detect.py -> build/lib/dill 2025-04-16 09:12:16,623 root INFO copying dill/temp.py -> build/lib/dill 2025-04-16 09:12:16,625 root INFO copying dill/pointers.py -> build/lib/dill 2025-04-16 09:12:16,627 root INFO copying dill/objtypes.py -> build/lib/dill 2025-04-16 09:12:16,629 root INFO copying dill/session.py -> build/lib/dill 2025-04-16 09:12:16,631 root INFO copying dill/__info__.py -> build/lib/dill 2025-04-16 09:12:16,632 root INFO copying dill/logger.py -> build/lib/dill 2025-04-16 09:12:16,634 root INFO copying dill/__diff.py -> build/lib/dill 2025-04-16 09:12:16,636 root INFO copying dill/_shims.py -> build/lib/dill 2025-04-16 09:12:16,639 root INFO creating build/lib/dill/tests 2025-04-16 09:12:16,640 root INFO copying dill/tests/test_fglobals.py -> build/lib/dill/tests 2025-04-16 09:12:16,642 root INFO copying dill/tests/test_extendpickle.py -> build/lib/dill/tests 2025-04-16 09:12:16,643 root INFO copying dill/tests/test_restricted.py -> build/lib/dill/tests 2025-04-16 09:12:16,645 root INFO copying dill/tests/test_abc.py -> build/lib/dill/tests 2025-04-16 09:12:16,646 root INFO copying dill/tests/test_moduledict.py -> build/lib/dill/tests 2025-04-16 09:12:16,648 root INFO copying dill/tests/test_registered.py -> build/lib/dill/tests 2025-04-16 09:12:16,649 root INFO copying dill/tests/test_mixins.py -> build/lib/dill/tests 2025-04-16 09:12:16,650 root INFO copying dill/tests/test_file.py -> build/lib/dill/tests 2025-04-16 09:12:16,652 root INFO copying dill/tests/__init__.py -> build/lib/dill/tests 2025-04-16 09:12:16,654 root INFO copying dill/tests/test_sources.py -> build/lib/dill/tests 2025-04-16 09:12:16,655 root INFO copying dill/tests/test_diff.py -> build/lib/dill/tests 2025-04-16 09:12:16,657 root INFO copying dill/tests/test_module.py -> build/lib/dill/tests 2025-04-16 09:12:16,658 root INFO copying dill/tests/test_properties.py -> build/lib/dill/tests 2025-04-16 09:12:16,659 root INFO copying dill/tests/test_dataclasses.py -> build/lib/dill/tests 2025-04-16 09:12:16,661 root INFO copying dill/tests/test_source.py -> build/lib/dill/tests 2025-04-16 09:12:16,662 root INFO copying dill/tests/test_session.py -> build/lib/dill/tests 2025-04-16 09:12:16,664 root INFO copying dill/tests/test_recursive.py -> build/lib/dill/tests 2025-04-16 09:12:16,665 root INFO copying dill/tests/test_logger.py -> build/lib/dill/tests 2025-04-16 09:12:16,667 root INFO copying dill/tests/test_functors.py -> build/lib/dill/tests 2025-04-16 09:12:16,668 root INFO copying dill/tests/test_classdef.py -> build/lib/dill/tests 2025-04-16 09:12:16,670 root INFO copying dill/tests/test_objects.py -> build/lib/dill/tests 2025-04-16 09:12:16,671 root INFO copying dill/tests/test_dictviews.py -> build/lib/dill/tests 2025-04-16 09:12:16,673 root INFO copying dill/tests/test_detect.py -> build/lib/dill/tests 2025-04-16 09:12:16,674 root INFO copying dill/tests/test_weakref.py -> build/lib/dill/tests 2025-04-16 09:12:16,676 root INFO copying dill/tests/__main__.py -> build/lib/dill/tests 2025-04-16 09:12:16,677 root INFO copying dill/tests/test_pycapsule.py -> build/lib/dill/tests 2025-04-16 09:12:16,678 root INFO copying dill/tests/test_threads.py -> build/lib/dill/tests 2025-04-16 09:12:16,680 root INFO copying dill/tests/test_check.py -> build/lib/dill/tests 2025-04-16 09:12:16,681 root INFO copying dill/tests/test_functions.py -> build/lib/dill/tests 2025-04-16 09:12:16,683 root INFO copying dill/tests/test_selected.py -> build/lib/dill/tests 2025-04-16 09:12:16,684 root INFO copying dill/tests/test_nested.py -> build/lib/dill/tests 2025-04-16 09:12:16,686 root INFO copying dill/tests/test_temp.py -> build/lib/dill/tests 2025-04-16 09:12:16,692 root INFO running build_scripts 2025-04-16 09:12:16,693 root INFO creating build/scripts-3.12 2025-04-16 09:12:16,694 root INFO copying and adjusting scripts/undill -> build/scripts-3.12 2025-04-16 09:12:16,696 root INFO copying and adjusting scripts/get_objgraph -> build/scripts-3.12 2025-04-16 09:12:16,697 root INFO copying and adjusting scripts/get_gprof -> build/scripts-3.12 2025-04-16 09:12:16,698 root INFO changing mode of build/scripts-3.12/undill from 644 to 755 2025-04-16 09:12:16,698 root INFO changing mode of build/scripts-3.12/get_objgraph from 644 to 755 2025-04-16 09:12:16,699 root INFO changing mode of build/scripts-3.12/get_gprof from 644 to 755 2025-04-16 09:12:16,730 root INFO installing to build/bdist.linux-riscv64/wheel 2025-04-16 09:12:16,730 root INFO running install 2025-04-16 09:12:16,799 root INFO running install_lib 2025-04-16 09:12:16,817 root INFO creating build/bdist.linux-riscv64/wheel 2025-04-16 09:12:16,819 root INFO creating build/bdist.linux-riscv64/wheel/dill 2025-04-16 09:12:16,820 root INFO copying build/lib/dill/settings.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,821 root INFO copying build/lib/dill/_objects.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,823 root INFO copying build/lib/dill/__init__.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,824 root INFO copying build/lib/dill/source.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,826 root INFO creating build/bdist.linux-riscv64/wheel/dill/tests 2025-04-16 09:12:16,828 root INFO copying build/lib/dill/tests/test_fglobals.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,829 root INFO copying build/lib/dill/tests/test_extendpickle.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,830 root INFO copying build/lib/dill/tests/test_restricted.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,831 root INFO copying build/lib/dill/tests/test_abc.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,832 root INFO copying build/lib/dill/tests/test_moduledict.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,834 root INFO copying build/lib/dill/tests/test_registered.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,835 root INFO copying build/lib/dill/tests/test_mixins.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,836 root INFO copying build/lib/dill/tests/test_file.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,837 root INFO copying build/lib/dill/tests/__init__.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,838 root INFO copying build/lib/dill/tests/test_sources.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,840 root INFO copying build/lib/dill/tests/test_diff.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,841 root INFO copying build/lib/dill/tests/test_module.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,842 root INFO copying build/lib/dill/tests/test_properties.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,843 root INFO copying build/lib/dill/tests/test_dataclasses.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,844 root INFO copying build/lib/dill/tests/test_source.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,845 root INFO copying build/lib/dill/tests/test_session.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,847 root INFO copying build/lib/dill/tests/test_recursive.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,848 root INFO copying build/lib/dill/tests/test_logger.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,849 root INFO copying build/lib/dill/tests/test_functors.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,851 root INFO copying build/lib/dill/tests/test_classdef.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,852 root INFO copying build/lib/dill/tests/test_objects.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,853 root INFO copying build/lib/dill/tests/test_dictviews.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,854 root INFO copying build/lib/dill/tests/test_detect.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,856 root INFO copying build/lib/dill/tests/test_weakref.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,857 root INFO copying build/lib/dill/tests/__main__.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,858 root INFO copying build/lib/dill/tests/test_pycapsule.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,859 root INFO copying build/lib/dill/tests/test_threads.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,860 root INFO copying build/lib/dill/tests/test_check.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,861 root INFO copying build/lib/dill/tests/test_functions.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,862 root INFO copying build/lib/dill/tests/test_selected.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,863 root INFO copying build/lib/dill/tests/test_nested.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,864 root INFO copying build/lib/dill/tests/test_temp.py -> build/bdist.linux-riscv64/wheel/./dill/tests 2025-04-16 09:12:16,865 root INFO copying build/lib/dill/_dill.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,867 root INFO copying build/lib/dill/detect.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,868 root INFO copying build/lib/dill/temp.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,869 root INFO copying build/lib/dill/pointers.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,871 root INFO copying build/lib/dill/objtypes.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,872 root INFO copying build/lib/dill/session.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,873 root INFO copying build/lib/dill/__info__.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,875 root INFO copying build/lib/dill/logger.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,876 root INFO copying build/lib/dill/__diff.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,877 root INFO copying build/lib/dill/_shims.py -> build/bdist.linux-riscv64/wheel/./dill 2025-04-16 09:12:16,878 root INFO running install_egg_info 2025-04-16 09:12:16,897 root INFO running egg_info 2025-04-16 09:12:16,911 root INFO writing dill.egg-info/PKG-INFO 2025-04-16 09:12:16,917 root INFO writing dependency_links to dill.egg-info/dependency_links.txt 2025-04-16 09:12:16,921 root INFO writing requirements to dill.egg-info/requires.txt 2025-04-16 09:12:16,922 root INFO writing top-level names to dill.egg-info/top_level.txt 2025-04-16 09:12:16,944 root INFO reading manifest file 'dill.egg-info/SOURCES.txt' 2025-04-16 09:12:16,953 root INFO reading manifest template 'MANIFEST.in' 2025-04-16 09:12:16,961 root WARNING no previously-included directories found matching '.git' 2025-04-16 09:12:16,962 root WARNING no previously-included directories found matching '.coverage' 2025-04-16 09:12:16,963 root WARNING no previously-included directories found matching '.eggs' 2025-04-16 09:12:16,964 root INFO adding license file 'LICENSE' 2025-04-16 09:12:16,973 root INFO writing manifest file 'dill.egg-info/SOURCES.txt' 2025-04-16 09:12:16,974 root INFO Copying dill.egg-info to build/bdist.linux-riscv64/wheel/./dill-0.4.0-py3.12.egg-info 2025-04-16 09:12:16,980 root INFO running install_scripts 2025-04-16 09:12:16,981 root INFO creating build/bdist.linux-riscv64/wheel/dill-0.4.0.data/scripts 2025-04-16 09:12:16,983 root INFO copying build/scripts-3.12/undill -> build/bdist.linux-riscv64/wheel/dill-0.4.0.data/scripts 2025-04-16 09:12:16,984 root INFO copying build/scripts-3.12/get_objgraph -> build/bdist.linux-riscv64/wheel/dill-0.4.0.data/scripts 2025-04-16 09:12:16,985 root INFO copying build/scripts-3.12/get_gprof -> build/bdist.linux-riscv64/wheel/dill-0.4.0.data/scripts 2025-04-16 09:12:16,986 root INFO changing mode of build/bdist.linux-riscv64/wheel/dill-0.4.0.data/scripts/undill to 755 2025-04-16 09:12:16,986 root INFO changing mode of build/bdist.linux-riscv64/wheel/dill-0.4.0.data/scripts/get_objgraph to 755 2025-04-16 09:12:16,987 root INFO changing mode of build/bdist.linux-riscv64/wheel/dill-0.4.0.data/scripts/get_gprof to 755 2025-04-16 09:12:16,993 root INFO creating build/bdist.linux-riscv64/wheel/dill-0.4.0.dist-info/WHEEL 2025-04-16 09:12:16,996 wheel INFO creating '/home/buildozer/aports/community/py3-dill/src/dill-0.4.0/.dist/.tmp-hg73gve7/dill-0.4.0-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2025-04-16 09:12:16,998 wheel INFO adding 'dill/__diff.py' 2025-04-16 09:12:17,000 wheel INFO adding 'dill/__info__.py' 2025-04-16 09:12:17,001 wheel INFO adding 'dill/__init__.py' 2025-04-16 09:12:17,003 wheel INFO adding 'dill/_dill.py' 2025-04-16 09:12:17,006 wheel INFO adding 'dill/_objects.py' 2025-04-16 09:12:17,008 wheel INFO adding 'dill/_shims.py' 2025-04-16 09:12:17,010 wheel INFO adding 'dill/detect.py' 2025-04-16 09:12:17,011 wheel INFO adding 'dill/logger.py' 2025-04-16 09:12:17,013 wheel INFO adding 'dill/objtypes.py' 2025-04-16 09:12:17,014 wheel INFO adding 'dill/pointers.py' 2025-04-16 09:12:17,015 wheel INFO adding 'dill/session.py' 2025-04-16 09:12:17,017 wheel INFO adding 'dill/settings.py' 2025-04-16 09:12:17,019 wheel INFO adding 'dill/source.py' 2025-04-16 09:12:17,021 wheel INFO adding 'dill/temp.py' 2025-04-16 09:12:17,023 wheel INFO adding 'dill/tests/__init__.py' 2025-04-16 09:12:17,024 wheel INFO adding 'dill/tests/__main__.py' 2025-04-16 09:12:17,025 wheel INFO adding 'dill/tests/test_abc.py' 2025-04-16 09:12:17,027 wheel INFO adding 'dill/tests/test_check.py' 2025-04-16 09:12:17,028 wheel INFO adding 'dill/tests/test_classdef.py' 2025-04-16 09:12:17,029 wheel INFO adding 'dill/tests/test_dataclasses.py' 2025-04-16 09:12:17,030 wheel INFO adding 'dill/tests/test_detect.py' 2025-04-16 09:12:17,031 wheel INFO adding 'dill/tests/test_dictviews.py' 2025-04-16 09:12:17,033 wheel INFO adding 'dill/tests/test_diff.py' 2025-04-16 09:12:17,034 wheel INFO adding 'dill/tests/test_extendpickle.py' 2025-04-16 09:12:17,035 wheel INFO adding 'dill/tests/test_fglobals.py' 2025-04-16 09:12:17,036 wheel INFO adding 'dill/tests/test_file.py' 2025-04-16 09:12:17,038 wheel INFO adding 'dill/tests/test_functions.py' 2025-04-16 09:12:17,039 wheel INFO adding 'dill/tests/test_functors.py' 2025-04-16 09:12:17,040 wheel INFO adding 'dill/tests/test_logger.py' 2025-04-16 09:12:17,041 wheel INFO adding 'dill/tests/test_mixins.py' 2025-04-16 09:12:17,042 wheel INFO adding 'dill/tests/test_module.py' 2025-04-16 09:12:17,044 wheel INFO adding 'dill/tests/test_moduledict.py' 2025-04-16 09:12:17,045 wheel INFO adding 'dill/tests/test_nested.py' 2025-04-16 09:12:17,046 wheel INFO adding 'dill/tests/test_objects.py' 2025-04-16 09:12:17,047 wheel INFO adding 'dill/tests/test_properties.py' 2025-04-16 09:12:17,048 wheel INFO adding 'dill/tests/test_pycapsule.py' 2025-04-16 09:12:17,049 wheel INFO adding 'dill/tests/test_recursive.py' 2025-04-16 09:12:17,050 wheel INFO adding 'dill/tests/test_registered.py' 2025-04-16 09:12:17,051 wheel INFO adding 'dill/tests/test_restricted.py' 2025-04-16 09:12:17,053 wheel INFO adding 'dill/tests/test_selected.py' 2025-04-16 09:12:17,054 wheel INFO adding 'dill/tests/test_session.py' 2025-04-16 09:12:17,055 wheel INFO adding 'dill/tests/test_source.py' 2025-04-16 09:12:17,057 wheel INFO adding 'dill/tests/test_sources.py' 2025-04-16 09:12:17,058 wheel INFO adding 'dill/tests/test_temp.py' 2025-04-16 09:12:17,059 wheel INFO adding 'dill/tests/test_threads.py' 2025-04-16 09:12:17,060 wheel INFO adding 'dill/tests/test_weakref.py' 2025-04-16 09:12:17,062 wheel INFO adding 'dill-0.4.0.data/scripts/get_gprof' 2025-04-16 09:12:17,063 wheel INFO adding 'dill-0.4.0.data/scripts/get_objgraph' 2025-04-16 09:12:17,064 wheel INFO adding 'dill-0.4.0.data/scripts/undill' 2025-04-16 09:12:17,066 wheel INFO adding 'dill-0.4.0.dist-info/licenses/LICENSE' 2025-04-16 09:12:17,067 wheel INFO adding 'dill-0.4.0.dist-info/METADATA' 2025-04-16 09:12:17,068 wheel INFO adding 'dill-0.4.0.dist-info/WHEEL' 2025-04-16 09:12:17,069 wheel INFO adding 'dill-0.4.0.dist-info/top_level.txt' 2025-04-16 09:12:17,071 wheel INFO adding 'dill-0.4.0.dist-info/RECORD' 2025-04-16 09:12:17,073 root INFO removing build/bdist.linux-riscv64/wheel 2025-04-16 09:12:17,082 gpep517 INFO The backend produced .dist/dill-0.4.0-py3-none-any.whl dill-0.4.0-py3-none-any.whl dill/tests/test_abc.py dill/tests/test_check.py at 0x3f7edf6d40> at 0x3fb68d9760> at 0x3f9b519760> at 0x3fa24f5760> at 0x3fa49f5760> dill/tests/test_classdef.py dill/tests/test_dataclasses.py dill/tests/test_detect.py dill/tests/test_dictviews.py dill/tests/test_diff.py dill/tests/test_extendpickle.py dill/tests/test_fglobals.py dill/tests/test_file.py dill/tests/test_functions.py dill/tests/test_functors.py dill/tests/test_logger.py dill/tests/test_mixins.py dill/tests/test_module.py dill/tests/test_moduledict.py dill/tests/test_nested.py dill/tests/test_objects.py dill/tests/test_properties.py dill/tests/test_pycapsule.py dill/tests/test_recursive.py dill/tests/test_registered.py dill/tests/test_restricted.py dill/tests/test_selected.py dill/tests/test_session.py dill/tests/test_source.py dill/tests/test_sources.py dill/tests/test_temp.py dill/tests/test_threads.py dill/tests/test_weakref.py >>> py3-dill: Entering fakeroot... >>> py3-dill-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/dill/__pycache__' -> '/home/buildozer/aports/community/py3-dill/pkg/py3-dill-pyc/usr/lib/python3.12/site-packages/dill/__pycache__' >>> py3-dill-pyc*: Preparing subpackage py3-dill-pyc... >>> py3-dill-pyc*: Running postcheck for py3-dill-pyc >>> py3-dill*: Running postcheck for py3-dill >>> py3-dill*: Preparing package py3-dill... >>> py3-dill-pyc*: Tracing dependencies... python3~3.12 >>> py3-dill-pyc*: Package size: 263.6 KB >>> py3-dill-pyc*: Compressing data... >>> py3-dill-pyc*: Create checksum... >>> py3-dill-pyc*: Create py3-dill-pyc-0.4.0-r0.apk >>> py3-dill*: Tracing dependencies... python3~3.12 >>> py3-dill*: Package size: 259.8 KB >>> py3-dill*: Compressing data... >>> py3-dill*: Create checksum... >>> py3-dill*: Create py3-dill-0.4.0-r0.apk >>> py3-dill: Build complete at Wed, 16 Apr 2025 09:12:51 +0000 elapsed time 0h 0m 43s >>> py3-dill: Cleaning up srcdir >>> py3-dill: Cleaning up pkgdir >>> py3-dill: Uninstalling dependencies... (1/22) Purging .makedepends-py3-dill (20250416.091212) (2/22) Purging py3-gpep517-pyc (16-r0) (3/22) Purging py3-gpep517 (16-r0) (4/22) Purging py3-installer-pyc (0.7.0-r2) (5/22) Purging py3-installer (0.7.0-r2) (6/22) Purging py3-setuptools-pyc (77.0.3-r0) (7/22) Purging py3-setuptools (77.0.3-r0) (8/22) Purging py3-wheel-pyc (0.43.0-r0) (9/22) Purging py3-wheel (0.43.0-r0) (10/22) Purging py3-packaging-pyc (24.2-r0) (11/22) Purging py3-packaging (24.2-r0) (12/22) Purging py3-parsing-pyc (3.2.0-r0) (13/22) Purging py3-parsing (3.2.0-r0) (14/22) Purging python3-pyc (3.12.10-r0) (15/22) Purging python3-pycache-pyc0 (3.12.10-r0) (16/22) Purging pyc (3.12.10-r0) (17/22) Purging python3 (3.12.10-r0) (18/22) Purging gdbm (1.24-r0) (19/22) Purging libffi (3.4.8-r0) (20/22) Purging libpanelw (6.5_p20250405-r0) (21/22) Purging mpdecimal (4.0.0-r0) (22/22) Purging sqlite-libs (3.49.1-r0) Executing busybox-1.37.0-r16.trigger OK: 343 MiB in 110 packages >>> py3-dill: Updating the community/riscv64 repository index... >>> py3-dill: Signing the index...