>>> py3-dill: Building community/py3-dill 0.3.9-r0 (using abuild 3.13.0-r5) started Sun, 29 Sep 2024 11:08:28 +0000 >>> py3-dill: Checking sanity of /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/24) Installing libbz2 (1.0.8-r6) (2/24) Installing libffi (3.4.6-r0) (3/24) Installing gdbm (1.24-r0) (4/24) Installing xz-libs (5.6.2-r0) (5/24) Installing mpdecimal (4.0.0-r0) (6/24) Installing libpanelw (6.5_p20240601-r1) (7/24) Installing sqlite-libs (3.46.1-r0) (8/24) Installing python3 (3.12.6-r0) (9/24) Installing python3-pycache-pyc0 (3.12.6-r0) (10/24) Installing pyc (3.12.6-r0) (11/24) Installing python3-pyc (3.12.6-r0) (12/24) Installing py3-installer (0.7.0-r2) (13/24) Installing py3-installer-pyc (0.7.0-r2) (14/24) Installing py3-gpep517 (16-r0) (15/24) Installing py3-gpep517-pyc (16-r0) (16/24) Installing py3-parsing (3.1.4-r0) (17/24) Installing py3-parsing-pyc (3.1.4-r0) (18/24) Installing py3-packaging (24.1-r0) (19/24) Installing py3-packaging-pyc (24.1-r0) (20/24) Installing py3-setuptools (70.3.0-r0) (21/24) Installing py3-setuptools-pyc (70.3.0-r0) (22/24) Installing py3-wheel (0.43.0-r0) (23/24) Installing py3-wheel-pyc (0.43.0-r0) (24/24) Installing .makedepends-py3-dill (20240929.110832) Executing busybox-1.36.1-r32.trigger OK: 390 MiB in 128 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.3.9.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 curl: (22) The requested URL returned error: 404 >>> py3-dill: Fetching https://github.com/uqfoundation/dill/releases/download/0.3.9/dill-0.3.9.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 182k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 182k 100 182k 0 0 245k 0 --:--:-- --:--:-- --:--:-- 6297k >>> py3-dill: Fetching https://distfiles.alpinelinux.org/distfiles/edge/dill-0.3.9.tar.gz >>> py3-dill: Checking sha512sums... dill-0.3.9.tar.gz: OK >>> py3-dill: Unpacking /var/cache/distfiles/edge/dill-0.3.9.tar.gz... 2024-09-29 11:08:35,854 gpep517 INFO Building wheel via backend setuptools.build_meta 2024-09-29 11:08:35,923 root INFO running bdist_wheel 2024-09-29 11:08:35,996 root INFO running build 2024-09-29 11:08:35,997 root INFO running build_py 2024-09-29 11:08:36,008 root INFO creating build 2024-09-29 11:08:36,008 root INFO creating build/lib 2024-09-29 11:08:36,009 root INFO creating build/lib/dill 2024-09-29 11:08:36,009 root INFO copying dill/settings.py -> build/lib/dill 2024-09-29 11:08:36,011 root INFO copying dill/session.py -> build/lib/dill 2024-09-29 11:08:36,012 root INFO copying dill/temp.py -> build/lib/dill 2024-09-29 11:08:36,013 root INFO copying dill/_objects.py -> build/lib/dill 2024-09-29 11:08:36,015 root INFO copying dill/logger.py -> build/lib/dill 2024-09-29 11:08:36,016 root INFO copying dill/__init__.py -> build/lib/dill 2024-09-29 11:08:36,017 root INFO copying dill/__info__.py -> build/lib/dill 2024-09-29 11:08:36,018 root INFO copying dill/source.py -> build/lib/dill 2024-09-29 11:08:36,020 root INFO copying dill/detect.py -> build/lib/dill 2024-09-29 11:08:36,021 root INFO copying dill/pointers.py -> build/lib/dill 2024-09-29 11:08:36,022 root INFO copying dill/__diff.py -> build/lib/dill 2024-09-29 11:08:36,024 root INFO copying dill/objtypes.py -> build/lib/dill 2024-09-29 11:08:36,025 root INFO copying dill/_shims.py -> build/lib/dill 2024-09-29 11:08:36,026 root INFO copying dill/_dill.py -> build/lib/dill 2024-09-29 11:08:36,030 root INFO creating build/lib/dill/tests 2024-09-29 11:08:36,030 root INFO copying dill/tests/test_source.py -> build/lib/dill/tests 2024-09-29 11:08:36,031 root INFO copying dill/tests/test_moduledict.py -> build/lib/dill/tests 2024-09-29 11:08:36,032 root INFO copying dill/tests/test_extendpickle.py -> build/lib/dill/tests 2024-09-29 11:08:36,034 root INFO copying dill/tests/test_registered.py -> build/lib/dill/tests 2024-09-29 11:08:36,035 root INFO copying dill/tests/test_classdef.py -> build/lib/dill/tests 2024-09-29 11:08:36,036 root INFO copying dill/tests/test_pycapsule.py -> build/lib/dill/tests 2024-09-29 11:08:36,037 root INFO copying dill/tests/__main__.py -> build/lib/dill/tests 2024-09-29 11:08:36,038 root INFO copying dill/tests/test_logger.py -> build/lib/dill/tests 2024-09-29 11:08:36,039 root INFO copying dill/tests/test_mixins.py -> build/lib/dill/tests 2024-09-29 11:08:36,040 root INFO copying dill/tests/test_weakref.py -> build/lib/dill/tests 2024-09-29 11:08:36,042 root INFO copying dill/tests/test_properties.py -> build/lib/dill/tests 2024-09-29 11:08:36,043 root INFO copying dill/tests/test_file.py -> build/lib/dill/tests 2024-09-29 11:08:36,044 root INFO copying dill/tests/test_recursive.py -> build/lib/dill/tests 2024-09-29 11:08:36,045 root INFO copying dill/tests/test_check.py -> build/lib/dill/tests 2024-09-29 11:08:36,046 root INFO copying dill/tests/test_session.py -> build/lib/dill/tests 2024-09-29 11:08:36,047 root INFO copying dill/tests/test_temp.py -> build/lib/dill/tests 2024-09-29 11:08:36,048 root INFO copying dill/tests/test_restricted.py -> build/lib/dill/tests 2024-09-29 11:08:36,049 root INFO copying dill/tests/test_threads.py -> build/lib/dill/tests 2024-09-29 11:08:36,050 root INFO copying dill/tests/test_diff.py -> build/lib/dill/tests 2024-09-29 11:08:36,051 root INFO copying dill/tests/test_functors.py -> build/lib/dill/tests 2024-09-29 11:08:36,052 root INFO copying dill/tests/test_objects.py -> build/lib/dill/tests 2024-09-29 11:08:36,053 root INFO copying dill/tests/test_sources.py -> build/lib/dill/tests 2024-09-29 11:08:36,054 root INFO copying dill/tests/test_functions.py -> build/lib/dill/tests 2024-09-29 11:08:36,055 root INFO copying dill/tests/__init__.py -> build/lib/dill/tests 2024-09-29 11:08:36,056 root INFO copying dill/tests/test_detect.py -> build/lib/dill/tests 2024-09-29 11:08:36,057 root INFO copying dill/tests/test_dictviews.py -> build/lib/dill/tests 2024-09-29 11:08:36,058 root INFO copying dill/tests/test_fglobals.py -> build/lib/dill/tests 2024-09-29 11:08:36,059 root INFO copying dill/tests/test_abc.py -> build/lib/dill/tests 2024-09-29 11:08:36,060 root INFO copying dill/tests/test_nested.py -> build/lib/dill/tests 2024-09-29 11:08:36,061 root INFO copying dill/tests/test_dataclasses.py -> build/lib/dill/tests 2024-09-29 11:08:36,062 root INFO copying dill/tests/test_module.py -> build/lib/dill/tests 2024-09-29 11:08:36,063 root INFO copying dill/tests/test_selected.py -> build/lib/dill/tests 2024-09-29 11:08:36,068 root INFO running build_scripts 2024-09-29 11:08:36,068 root INFO creating build/scripts-3.12 2024-09-29 11:08:36,069 root INFO copying and adjusting scripts/undill -> build/scripts-3.12 2024-09-29 11:08:36,070 root INFO copying and adjusting scripts/get_objgraph -> build/scripts-3.12 2024-09-29 11:08:36,071 root INFO copying and adjusting scripts/get_gprof -> build/scripts-3.12 2024-09-29 11:08:36,072 root INFO changing mode of build/scripts-3.12/undill from 644 to 755 2024-09-29 11:08:36,072 root INFO changing mode of build/scripts-3.12/get_objgraph from 644 to 755 2024-09-29 11:08:36,073 root INFO changing mode of build/scripts-3.12/get_gprof from 644 to 755 2024-09-29 11:08:36,093 root INFO installing to build/bdist.linux-riscv64/wheel 2024-09-29 11:08:36,093 root INFO running install 2024-09-29 11:08:36,136 root INFO running install_lib 2024-09-29 11:08:36,145 root INFO creating build/bdist.linux-riscv64 2024-09-29 11:08:36,145 root INFO creating build/bdist.linux-riscv64/wheel 2024-09-29 11:08:36,146 root INFO creating build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,146 root INFO copying build/lib/dill/settings.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,147 root INFO copying build/lib/dill/session.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,148 root INFO copying build/lib/dill/temp.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,150 root INFO copying build/lib/dill/_objects.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,151 root INFO copying build/lib/dill/logger.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,152 root INFO copying build/lib/dill/__init__.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,153 root INFO copying build/lib/dill/__info__.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,154 root INFO copying build/lib/dill/source.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,155 root INFO creating build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,156 root INFO copying build/lib/dill/tests/test_source.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,157 root INFO copying build/lib/dill/tests/test_moduledict.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,158 root INFO copying build/lib/dill/tests/test_extendpickle.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,159 root INFO copying build/lib/dill/tests/test_registered.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,160 root INFO copying build/lib/dill/tests/test_classdef.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,161 root INFO copying build/lib/dill/tests/test_pycapsule.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,162 root INFO copying build/lib/dill/tests/__main__.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,162 root INFO copying build/lib/dill/tests/test_logger.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,163 root INFO copying build/lib/dill/tests/test_mixins.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,164 root INFO copying build/lib/dill/tests/test_weakref.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,165 root INFO copying build/lib/dill/tests/test_properties.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,166 root INFO copying build/lib/dill/tests/test_file.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,167 root INFO copying build/lib/dill/tests/test_recursive.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,168 root INFO copying build/lib/dill/tests/test_check.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,169 root INFO copying build/lib/dill/tests/test_session.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,170 root INFO copying build/lib/dill/tests/test_temp.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,171 root INFO copying build/lib/dill/tests/test_restricted.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,172 root INFO copying build/lib/dill/tests/test_threads.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,173 root INFO copying build/lib/dill/tests/test_diff.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,174 root INFO copying build/lib/dill/tests/test_functors.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,175 root INFO copying build/lib/dill/tests/test_objects.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,175 root INFO copying build/lib/dill/tests/test_sources.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,176 root INFO copying build/lib/dill/tests/test_functions.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,177 root INFO copying build/lib/dill/tests/__init__.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,178 root INFO copying build/lib/dill/tests/test_detect.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,179 root INFO copying build/lib/dill/tests/test_dictviews.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,180 root INFO copying build/lib/dill/tests/test_fglobals.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,181 root INFO copying build/lib/dill/tests/test_abc.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,182 root INFO copying build/lib/dill/tests/test_nested.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,183 root INFO copying build/lib/dill/tests/test_dataclasses.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,184 root INFO copying build/lib/dill/tests/test_module.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,185 root INFO copying build/lib/dill/tests/test_selected.py -> build/bdist.linux-riscv64/wheel/dill/tests 2024-09-29 11:08:36,186 root INFO copying build/lib/dill/detect.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,187 root INFO copying build/lib/dill/pointers.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,188 root INFO copying build/lib/dill/__diff.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,189 root INFO copying build/lib/dill/objtypes.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,190 root INFO copying build/lib/dill/_shims.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,191 root INFO copying build/lib/dill/_dill.py -> build/bdist.linux-riscv64/wheel/dill 2024-09-29 11:08:36,192 root INFO running install_egg_info 2024-09-29 11:08:36,201 root INFO running egg_info 2024-09-29 11:08:36,207 root INFO writing dill.egg-info/PKG-INFO 2024-09-29 11:08:36,211 root INFO writing dependency_links to dill.egg-info/dependency_links.txt 2024-09-29 11:08:36,214 root INFO writing requirements to dill.egg-info/requires.txt 2024-09-29 11:08:36,215 root INFO writing top-level names to dill.egg-info/top_level.txt 2024-09-29 11:08:36,226 root INFO reading manifest file 'dill.egg-info/SOURCES.txt' 2024-09-29 11:08:36,229 root INFO reading manifest template 'MANIFEST.in' 2024-09-29 11:08:36,234 root WARNING no previously-included directories found matching '.git' 2024-09-29 11:08:36,235 root WARNING no previously-included directories found matching '.coverage' 2024-09-29 11:08:36,236 root WARNING no previously-included directories found matching '.eggs' 2024-09-29 11:08:36,236 root INFO adding license file 'LICENSE' 2024-09-29 11:08:36,241 root INFO writing manifest file 'dill.egg-info/SOURCES.txt' 2024-09-29 11:08:36,242 root INFO Copying dill.egg-info to build/bdist.linux-riscv64/wheel/dill-0.3.9-py3.12.egg-info 2024-09-29 11:08:36,247 root INFO running install_scripts 2024-09-29 11:08:36,248 root INFO creating build/bdist.linux-riscv64/wheel/dill-0.3.9.data 2024-09-29 11:08:36,249 root INFO creating build/bdist.linux-riscv64/wheel/dill-0.3.9.data/scripts 2024-09-29 11:08:36,249 root INFO copying build/scripts-3.12/get_objgraph -> build/bdist.linux-riscv64/wheel/dill-0.3.9.data/scripts 2024-09-29 11:08:36,250 root INFO copying build/scripts-3.12/get_gprof -> build/bdist.linux-riscv64/wheel/dill-0.3.9.data/scripts 2024-09-29 11:08:36,251 root INFO copying build/scripts-3.12/undill -> build/bdist.linux-riscv64/wheel/dill-0.3.9.data/scripts 2024-09-29 11:08:36,252 root INFO changing mode of build/bdist.linux-riscv64/wheel/dill-0.3.9.data/scripts/get_objgraph to 755 2024-09-29 11:08:36,252 root INFO changing mode of build/bdist.linux-riscv64/wheel/dill-0.3.9.data/scripts/get_gprof to 755 2024-09-29 11:08:36,252 root INFO changing mode of build/bdist.linux-riscv64/wheel/dill-0.3.9.data/scripts/undill to 755 2024-09-29 11:08:36,264 root INFO creating build/bdist.linux-riscv64/wheel/dill-0.3.9.dist-info/WHEEL 2024-09-29 11:08:36,266 wheel INFO creating '/home/buildozer/aports/community/py3-dill/src/dill-0.3.9/.dist/.tmp-r5eiltzl/dill-0.3.9-py3-none-any.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2024-09-29 11:08:36,268 wheel INFO adding 'dill/__diff.py' 2024-09-29 11:08:36,269 wheel INFO adding 'dill/__info__.py' 2024-09-29 11:08:36,271 wheel INFO adding 'dill/__init__.py' 2024-09-29 11:08:36,272 wheel INFO adding 'dill/_dill.py' 2024-09-29 11:08:36,275 wheel INFO adding 'dill/_objects.py' 2024-09-29 11:08:36,277 wheel INFO adding 'dill/_shims.py' 2024-09-29 11:08:36,278 wheel INFO adding 'dill/detect.py' 2024-09-29 11:08:36,280 wheel INFO adding 'dill/logger.py' 2024-09-29 11:08:36,281 wheel INFO adding 'dill/objtypes.py' 2024-09-29 11:08:36,282 wheel INFO adding 'dill/pointers.py' 2024-09-29 11:08:36,284 wheel INFO adding 'dill/session.py' 2024-09-29 11:08:36,285 wheel INFO adding 'dill/settings.py' 2024-09-29 11:08:36,287 wheel INFO adding 'dill/source.py' 2024-09-29 11:08:36,289 wheel INFO adding 'dill/temp.py' 2024-09-29 11:08:36,290 wheel INFO adding 'dill/tests/__init__.py' 2024-09-29 11:08:36,291 wheel INFO adding 'dill/tests/__main__.py' 2024-09-29 11:08:36,292 wheel INFO adding 'dill/tests/test_abc.py' 2024-09-29 11:08:36,293 wheel INFO adding 'dill/tests/test_check.py' 2024-09-29 11:08:36,295 wheel INFO adding 'dill/tests/test_classdef.py' 2024-09-29 11:08:36,296 wheel INFO adding 'dill/tests/test_dataclasses.py' 2024-09-29 11:08:36,297 wheel INFO adding 'dill/tests/test_detect.py' 2024-09-29 11:08:36,298 wheel INFO adding 'dill/tests/test_dictviews.py' 2024-09-29 11:08:36,299 wheel INFO adding 'dill/tests/test_diff.py' 2024-09-29 11:08:36,300 wheel INFO adding 'dill/tests/test_extendpickle.py' 2024-09-29 11:08:36,301 wheel INFO adding 'dill/tests/test_fglobals.py' 2024-09-29 11:08:36,302 wheel INFO adding 'dill/tests/test_file.py' 2024-09-29 11:08:36,304 wheel INFO adding 'dill/tests/test_functions.py' 2024-09-29 11:08:36,305 wheel INFO adding 'dill/tests/test_functors.py' 2024-09-29 11:08:36,306 wheel INFO adding 'dill/tests/test_logger.py' 2024-09-29 11:08:36,307 wheel INFO adding 'dill/tests/test_mixins.py' 2024-09-29 11:08:36,308 wheel INFO adding 'dill/tests/test_module.py' 2024-09-29 11:08:36,309 wheel INFO adding 'dill/tests/test_moduledict.py' 2024-09-29 11:08:36,310 wheel INFO adding 'dill/tests/test_nested.py' 2024-09-29 11:08:36,312 wheel INFO adding 'dill/tests/test_objects.py' 2024-09-29 11:08:36,313 wheel INFO adding 'dill/tests/test_properties.py' 2024-09-29 11:08:36,314 wheel INFO adding 'dill/tests/test_pycapsule.py' 2024-09-29 11:08:36,315 wheel INFO adding 'dill/tests/test_recursive.py' 2024-09-29 11:08:36,316 wheel INFO adding 'dill/tests/test_registered.py' 2024-09-29 11:08:36,317 wheel INFO adding 'dill/tests/test_restricted.py' 2024-09-29 11:08:36,318 wheel INFO adding 'dill/tests/test_selected.py' 2024-09-29 11:08:36,319 wheel INFO adding 'dill/tests/test_session.py' 2024-09-29 11:08:36,320 wheel INFO adding 'dill/tests/test_source.py' 2024-09-29 11:08:36,322 wheel INFO adding 'dill/tests/test_sources.py' 2024-09-29 11:08:36,323 wheel INFO adding 'dill/tests/test_temp.py' 2024-09-29 11:08:36,324 wheel INFO adding 'dill/tests/test_threads.py' 2024-09-29 11:08:36,325 wheel INFO adding 'dill/tests/test_weakref.py' 2024-09-29 11:08:36,326 wheel INFO adding 'dill-0.3.9.data/scripts/get_gprof' 2024-09-29 11:08:36,328 wheel INFO adding 'dill-0.3.9.data/scripts/get_objgraph' 2024-09-29 11:08:36,329 wheel INFO adding 'dill-0.3.9.data/scripts/undill' 2024-09-29 11:08:36,330 wheel INFO adding 'dill-0.3.9.dist-info/LICENSE' 2024-09-29 11:08:36,331 wheel INFO adding 'dill-0.3.9.dist-info/METADATA' 2024-09-29 11:08:36,332 wheel INFO adding 'dill-0.3.9.dist-info/WHEEL' 2024-09-29 11:08:36,333 wheel INFO adding 'dill-0.3.9.dist-info/top_level.txt' 2024-09-29 11:08:36,335 wheel INFO adding 'dill-0.3.9.dist-info/RECORD' 2024-09-29 11:08:36,336 root INFO removing build/bdist.linux-riscv64/wheel 2024-09-29 11:08:36,343 gpep517 INFO The backend produced .dist/dill-0.3.9-py3-none-any.whl dill-0.3.9-py3-none-any.whl dill/tests/test_abc.py dill/tests/test_check.py at 0x3f9feb2de0> at 0x3fb5a85760> at 0x3fbc0f1760> at 0x3fa2881760> at 0x3fa8141760> 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... '/home/buildozer/aports/community/py3-dill/pkg/py3-dill/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: 328.0 KB >>> py3-dill-pyc*: Compressing data... >>> py3-dill-pyc*: Create checksum... >>> py3-dill-pyc*: Create py3-dill-pyc-0.3.9-r0.apk >>> py3-dill*: Tracing dependencies... python3~3.12 >>> py3-dill*: Package size: 336.0 KB >>> py3-dill*: Compressing data... >>> py3-dill*: Create checksum... >>> py3-dill*: Create py3-dill-0.3.9-r0.apk >>> py3-dill: Build complete at Sun, 29 Sep 2024 11:08:56 +0000 elapsed time 0h 0m 28s >>> py3-dill: Cleaning up srcdir >>> py3-dill: Cleaning up pkgdir >>> py3-dill: Uninstalling dependencies... (1/24) Purging .makedepends-py3-dill (20240929.110832) (2/24) Purging py3-gpep517-pyc (16-r0) (3/24) Purging py3-gpep517 (16-r0) (4/24) Purging py3-installer-pyc (0.7.0-r2) (5/24) Purging py3-installer (0.7.0-r2) (6/24) Purging py3-setuptools-pyc (70.3.0-r0) (7/24) Purging py3-setuptools (70.3.0-r0) (8/24) Purging py3-wheel-pyc (0.43.0-r0) (9/24) Purging py3-wheel (0.43.0-r0) (10/24) Purging py3-packaging-pyc (24.1-r0) (11/24) Purging py3-packaging (24.1-r0) (12/24) Purging py3-parsing-pyc (3.1.4-r0) (13/24) Purging py3-parsing (3.1.4-r0) (14/24) Purging python3-pyc (3.12.6-r0) (15/24) Purging python3-pycache-pyc0 (3.12.6-r0) (16/24) Purging pyc (3.12.6-r0) (17/24) Purging python3 (3.12.6-r0) (18/24) Purging gdbm (1.24-r0) (19/24) Purging libbz2 (1.0.8-r6) (20/24) Purging libffi (3.4.6-r0) (21/24) Purging libpanelw (6.5_p20240601-r1) (22/24) Purging mpdecimal (4.0.0-r0) (23/24) Purging sqlite-libs (3.46.1-r0) (24/24) Purging xz-libs (5.6.2-r0) Executing busybox-1.36.1-r32.trigger OK: 342 MiB in 104 packages >>> py3-dill: Updating the community/riscv64 repository index... >>> py3-dill: Signing the index...