>>> py3-wrapt: Building community/py3-wrapt 1.16.0-r1 (using abuild 3.12.0-r5) started Fri, 12 Apr 2024 18:52:03 +0000 >>> py3-wrapt: Checking sanity of /home/buildozer/aports/community/py3-wrapt/APKBUILD... >>> py3-wrapt: Analyzing dependencies... >>> py3-wrapt: Installing for build: build-base python3 python3-dev py3-gpep517 py3-setuptools py3-wheel py3-pytest (1/32) Installing libffi (3.4.6-r0) (2/32) Installing gdbm (1.23-r1) (3/32) Installing mpdecimal (4.0.0-r0) (4/32) Installing libpanelw (6.4_p20240330-r0) (5/32) Installing readline (8.2.10-r0) (6/32) Installing sqlite-libs (3.45.2-r0) (7/32) Installing python3 (3.12.2-r1) (8/32) Installing python3-pycache-pyc0 (3.12.2-r1) (9/32) Installing pyc (3.12.2-r1) (10/32) Installing python3-pyc (3.12.2-r1) (11/32) Installing python3-dev (3.12.2-r1) (12/32) Installing py3-installer (0.7.0-r2) (13/32) Installing py3-installer-pyc (0.7.0-r2) (14/32) Installing py3-gpep517 (15-r2) (15/32) Installing py3-gpep517-pyc (15-r2) (16/32) Installing py3-parsing (3.1.2-r1) (17/32) Installing py3-parsing-pyc (3.1.2-r1) (18/32) Installing py3-packaging (24.0-r1) (19/32) Installing py3-packaging-pyc (24.0-r1) (20/32) Installing py3-setuptools (69.2.0-r2) (21/32) Installing py3-setuptools-pyc (69.2.0-r2) (22/32) Installing py3-wheel (0.42.0-r1) (23/32) Installing py3-wheel-pyc (0.42.0-r1) (24/32) Installing py3-iniconfig (2.0.0-r1) (25/32) Installing py3-iniconfig-pyc (2.0.0-r1) (26/32) Installing py3-pluggy (1.4.0-r1) (27/32) Installing py3-pluggy-pyc (1.4.0-r1) (28/32) Installing py3-py (1.11.0-r3) (29/32) Installing py3-py-pyc (1.11.0-r3) (30/32) Installing py3-pytest (8.1.1-r1) (31/32) Installing py3-pytest-pyc (8.1.1-r1) (32/32) Installing .makedepends-py3-wrapt (20240412.185205) Executing busybox-1.36.1-r25.trigger OK: 435 MiB in 142 packages >>> py3-wrapt: Cleaning up srcdir >>> py3-wrapt: Cleaning up pkgdir >>> py3-wrapt: Cleaning up tmpdir >>> py3-wrapt: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-wrapt-1.16.0.tar.gz >>> py3-wrapt: Fetching https://distfiles.alpinelinux.org/distfiles/edge/py3-wrapt-1.16.0.tar.gz >>> py3-wrapt: Checking sha512sums... py3-wrapt-1.16.0.tar.gz: OK >>> py3-wrapt: Unpacking /var/cache/distfiles/py3-wrapt-1.16.0.tar.gz... 2024-04-12 18:52:06,537 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2024-04-12 18:52:06,622 root INFO running bdist_wheel 2024-04-12 18:52:06,644 root INFO running build 2024-04-12 18:52:06,644 root INFO running build_py 2024-04-12 18:52:06,648 root INFO creating build 2024-04-12 18:52:06,648 root INFO creating build/lib.linux-ppc64le-cpython-312 2024-04-12 18:52:06,648 root INFO creating build/lib.linux-ppc64le-cpython-312/wrapt 2024-04-12 18:52:06,648 root INFO copying src/wrapt/__wrapt__.py -> build/lib.linux-ppc64le-cpython-312/wrapt 2024-04-12 18:52:06,648 root INFO copying src/wrapt/decorators.py -> build/lib.linux-ppc64le-cpython-312/wrapt 2024-04-12 18:52:06,649 root INFO copying src/wrapt/wrappers.py -> build/lib.linux-ppc64le-cpython-312/wrapt 2024-04-12 18:52:06,649 root INFO copying src/wrapt/weakrefs.py -> build/lib.linux-ppc64le-cpython-312/wrapt 2024-04-12 18:52:06,649 root INFO copying src/wrapt/patches.py -> build/lib.linux-ppc64le-cpython-312/wrapt 2024-04-12 18:52:06,649 root INFO copying src/wrapt/importer.py -> build/lib.linux-ppc64le-cpython-312/wrapt 2024-04-12 18:52:06,649 root INFO copying src/wrapt/__init__.py -> build/lib.linux-ppc64le-cpython-312/wrapt 2024-04-12 18:52:06,650 root INFO copying src/wrapt/arguments.py -> build/lib.linux-ppc64le-cpython-312/wrapt 2024-04-12 18:52:06,650 root INFO running build_ext 2024-04-12 18:52:06,652 root INFO building 'wrapt._wrappers' extension 2024-04-12 18:52:06,652 root INFO creating build/temp.linux-ppc64le-cpython-312 2024-04-12 18:52:06,652 root INFO creating build/temp.linux-ppc64le-cpython-312/src 2024-04-12 18:52:06,652 root INFO creating build/temp.linux-ppc64le-cpython-312/src/wrapt 2024-04-12 18:52:06,652 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.12 -c src/wrapt/_wrappers.c -o build/temp.linux-ppc64le-cpython-312/src/wrapt/_wrappers.o 2024-04-12 18:52:07,525 root INFO gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-ppc64le-cpython-312/src/wrapt/_wrappers.o -L/usr/lib -o build/lib.linux-ppc64le-cpython-312/wrapt/_wrappers.cpython-312-powerpc64le-linux-musl.so 2024-04-12 18:52:07,551 wheel INFO installing to build/bdist.linux-ppc64le/wheel 2024-04-12 18:52:07,551 root INFO running install 2024-04-12 18:52:07,584 root INFO running install_lib 2024-04-12 18:52:07,587 root INFO creating build/bdist.linux-ppc64le 2024-04-12 18:52:07,587 root INFO creating build/bdist.linux-ppc64le/wheel 2024-04-12 18:52:07,587 root INFO creating build/bdist.linux-ppc64le/wheel/wrapt 2024-04-12 18:52:07,587 root INFO copying build/lib.linux-ppc64le-cpython-312/wrapt/__wrapt__.py -> build/bdist.linux-ppc64le/wheel/wrapt 2024-04-12 18:52:07,587 root INFO copying build/lib.linux-ppc64le-cpython-312/wrapt/decorators.py -> build/bdist.linux-ppc64le/wheel/wrapt 2024-04-12 18:52:07,588 root INFO copying build/lib.linux-ppc64le-cpython-312/wrapt/wrappers.py -> build/bdist.linux-ppc64le/wheel/wrapt 2024-04-12 18:52:07,588 root INFO copying build/lib.linux-ppc64le-cpython-312/wrapt/weakrefs.py -> build/bdist.linux-ppc64le/wheel/wrapt 2024-04-12 18:52:07,588 root INFO copying build/lib.linux-ppc64le-cpython-312/wrapt/patches.py -> build/bdist.linux-ppc64le/wheel/wrapt 2024-04-12 18:52:07,588 root INFO copying build/lib.linux-ppc64le-cpython-312/wrapt/importer.py -> build/bdist.linux-ppc64le/wheel/wrapt 2024-04-12 18:52:07,588 root INFO copying build/lib.linux-ppc64le-cpython-312/wrapt/_wrappers.cpython-312-powerpc64le-linux-musl.so -> build/bdist.linux-ppc64le/wheel/wrapt 2024-04-12 18:52:07,589 root INFO copying build/lib.linux-ppc64le-cpython-312/wrapt/__init__.py -> build/bdist.linux-ppc64le/wheel/wrapt 2024-04-12 18:52:07,589 root INFO copying build/lib.linux-ppc64le-cpython-312/wrapt/arguments.py -> build/bdist.linux-ppc64le/wheel/wrapt 2024-04-12 18:52:07,589 root INFO running install_egg_info 2024-04-12 18:52:07,594 root INFO running egg_info 2024-04-12 18:52:07,594 root INFO creating src/wrapt.egg-info 2024-04-12 18:52:07,597 root INFO writing src/wrapt.egg-info/PKG-INFO 2024-04-12 18:52:07,597 root INFO writing dependency_links to src/wrapt.egg-info/dependency_links.txt 2024-04-12 18:52:07,597 root INFO writing top-level names to src/wrapt.egg-info/top_level.txt 2024-04-12 18:52:07,597 root INFO writing manifest file 'src/wrapt.egg-info/SOURCES.txt' 2024-04-12 18:52:07,601 root INFO reading manifest file 'src/wrapt.egg-info/SOURCES.txt' 2024-04-12 18:52:07,601 root INFO reading manifest template 'MANIFEST.in' 2024-04-12 18:52:07,604 root INFO adding license file 'LICENSE' 2024-04-12 18:52:07,606 root INFO writing manifest file 'src/wrapt.egg-info/SOURCES.txt' 2024-04-12 18:52:07,606 root INFO Copying src/wrapt.egg-info to build/bdist.linux-ppc64le/wheel/wrapt-1.16.0-py3.12.egg-info 2024-04-12 18:52:07,607 root INFO running install_scripts 2024-04-12 18:52:07,616 wheel INFO creating build/bdist.linux-ppc64le/wheel/wrapt-1.16.0.dist-info/WHEEL 2024-04-12 18:52:07,617 wheel INFO creating '/home/buildozer/aports/community/py3-wrapt/src/wrapt-1.16.0/.dist/.tmp-scoh8l2h/wrapt-1.16.0-cp312-cp312-linux_ppc64le.whl' and adding 'build/bdist.linux-ppc64le/wheel' to it 2024-04-12 18:52:07,617 wheel INFO adding 'wrapt/__init__.py' 2024-04-12 18:52:07,617 wheel INFO adding 'wrapt/__wrapt__.py' 2024-04-12 18:52:07,618 wheel INFO adding 'wrapt/_wrappers.cpython-312-powerpc64le-linux-musl.so' 2024-04-12 18:52:07,619 wheel INFO adding 'wrapt/arguments.py' 2024-04-12 18:52:07,620 wheel INFO adding 'wrapt/decorators.py' 2024-04-12 18:52:07,620 wheel INFO adding 'wrapt/importer.py' 2024-04-12 18:52:07,621 wheel INFO adding 'wrapt/patches.py' 2024-04-12 18:52:07,621 wheel INFO adding 'wrapt/weakrefs.py' 2024-04-12 18:52:07,621 wheel INFO adding 'wrapt/wrappers.py' 2024-04-12 18:52:07,622 wheel INFO adding 'wrapt-1.16.0.dist-info/LICENSE' 2024-04-12 18:52:07,622 wheel INFO adding 'wrapt-1.16.0.dist-info/METADATA' 2024-04-12 18:52:07,623 wheel INFO adding 'wrapt-1.16.0.dist-info/WHEEL' 2024-04-12 18:52:07,623 wheel INFO adding 'wrapt-1.16.0.dist-info/top_level.txt' 2024-04-12 18:52:07,623 wheel INFO adding 'wrapt-1.16.0.dist-info/RECORD' 2024-04-12 18:52:07,623 wheel INFO removing build/bdist.linux-ppc64le/wheel 2024-04-12 18:52:07,625 gpep517 INFO The backend produced .dist/wrapt-1.16.0-cp312-cp312-linux_ppc64le.whl wrapt-1.16.0-cp312-cp312-linux_ppc64le.whl ============================= test session starts ============================== platform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0 rootdir: /home/buildozer/aports/community/py3-wrapt/src/wrapt-1.16.0 configfile: setup.cfg collected 438 items tests/test_adapter.py ........... [ 2%] tests/test_adapter_py3.py ........ [ 4%] tests/test_adapter_py33.py .. [ 4%] tests/test_arguments.py .. [ 5%] tests/test_attribute_wrapper.py . [ 5%] tests/test_callable_object_proxy.py ...... [ 6%] tests/test_class.py .. [ 7%] tests/test_class_py37.py ... [ 7%] tests/test_copy.py .... [ 8%] tests/test_decorators.py ..... [ 10%] tests/test_descriptors_py36.py . [ 10%] tests/test_formatargspec_py35.py . [ 10%] tests/test_formatargspec_py38.py . [ 10%] tests/test_function.py ........ [ 12%] tests/test_function_wrapper.py .............................. [ 19%] tests/test_inheritance_py37.py ... [ 20%] tests/test_inner_classmethod.py .................... [ 24%] tests/test_inner_staticmethod.py .................. [ 28%] tests/test_instancemethod.py ................................. [ 36%] tests/test_memoize.py .... [ 37%] tests/test_monkey_patching.py .................... [ 41%] tests/test_nested_function.py ....... [ 43%] tests/test_object_proxy.py ............................................. [ 53%] ........................................................................ [ 70%] ............................................................... [ 84%] tests/test_outer_classmethod.py .............. [ 87%] tests/test_outer_staticmethod.py .............. [ 90%] tests/test_pickle.py .. [ 91%] tests/test_post_import_hooks.py ........ [ 93%] tests/test_synchronized_lock.py ......... [ 95%] tests/test_update_attributes.py .......... [ 97%] tests/test_weak_function_proxy.py ........... [100%] ============================= 438 passed in 0.99s ============================== >>> py3-wrapt: Entering fakeroot... >>> py3-wrapt-pyc*: Running split function pyc... '/home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt/usr/lib/python3.12/site-packages/wrapt/__pycache__' -> '/home/buildozer/aports/community/py3-wrapt/pkg/py3-wrapt-pyc/usr/lib/python3.12/site-packages/wrapt/__pycache__' >>> py3-wrapt-pyc*: Preparing subpackage py3-wrapt-pyc... >>> py3-wrapt-pyc*: Running postcheck for py3-wrapt-pyc >>> py3-wrapt*: Running postcheck for py3-wrapt >>> py3-wrapt*: Preparing package py3-wrapt... >>> py3-wrapt*: Stripping binaries >>> py3-wrapt-pyc*: Scanning shared objects >>> py3-wrapt*: Scanning shared objects >>> py3-wrapt-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-wrapt-pyc*: Package size: 112.0 KB >>> py3-wrapt-pyc*: Compressing data... >>> py3-wrapt-pyc*: Create checksum... >>> py3-wrapt-pyc*: Create py3-wrapt-pyc-1.16.0-r1.apk >>> py3-wrapt*: Tracing dependencies... python3 python3~3.12 so:libc.musl-ppc64le.so.1 >>> py3-wrapt*: Package size: 212.0 KB >>> py3-wrapt*: Compressing data... >>> py3-wrapt*: Create checksum... >>> py3-wrapt*: Create py3-wrapt-1.16.0-r1.apk >>> py3-wrapt: Build complete at Fri, 12 Apr 2024 18:52:09 +0000 elapsed time 0h 0m 6s >>> py3-wrapt: Cleaning up srcdir >>> py3-wrapt: Cleaning up pkgdir >>> py3-wrapt: Uninstalling dependencies... (1/32) Purging .makedepends-py3-wrapt (20240412.185205) (2/32) Purging python3-dev (3.12.2-r1) (3/32) Purging py3-gpep517-pyc (15-r2) (4/32) Purging py3-gpep517 (15-r2) (5/32) Purging py3-installer-pyc (0.7.0-r2) (6/32) Purging py3-installer (0.7.0-r2) (7/32) Purging py3-setuptools-pyc (69.2.0-r2) (8/32) Purging py3-setuptools (69.2.0-r2) (9/32) Purging py3-wheel-pyc (0.42.0-r1) (10/32) Purging py3-wheel (0.42.0-r1) (11/32) Purging py3-pytest-pyc (8.1.1-r1) (12/32) Purging py3-pytest (8.1.1-r1) (13/32) Purging py3-iniconfig-pyc (2.0.0-r1) (14/32) Purging py3-iniconfig (2.0.0-r1) (15/32) Purging py3-packaging-pyc (24.0-r1) (16/32) Purging py3-packaging (24.0-r1) (17/32) Purging py3-parsing-pyc (3.1.2-r1) (18/32) Purging py3-parsing (3.1.2-r1) (19/32) Purging py3-pluggy-pyc (1.4.0-r1) (20/32) Purging py3-pluggy (1.4.0-r1) (21/32) Purging py3-py-pyc (1.11.0-r3) (22/32) Purging py3-py (1.11.0-r3) (23/32) Purging python3-pyc (3.12.2-r1) (24/32) Purging python3-pycache-pyc0 (3.12.2-r1) (25/32) Purging pyc (3.12.2-r1) (26/32) Purging python3 (3.12.2-r1) (27/32) Purging gdbm (1.23-r1) (28/32) Purging libffi (3.4.6-r0) (29/32) Purging libpanelw (6.4_p20240330-r0) (30/32) Purging mpdecimal (4.0.0-r0) (31/32) Purging readline (8.2.10-r0) (32/32) Purging sqlite-libs (3.45.2-r0) Executing busybox-1.36.1-r25.trigger OK: 263 MiB in 110 packages >>> py3-wrapt: Updating the community/ppc64le repository index... >>> py3-wrapt: Signing the index...