>>> py3-wrapt: Building community/py3-wrapt 1.17.0-r0 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 05:26:28 +0000 >>> py3-wrapt: Validating /home/udu/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 WARNING: opening /home/udu/packages//community: No such file or directory WARNING: opening /home/udu/packages//main: No such file or directory fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz (1/25) Upgrading python3 (3.12.11-r0 -> 3.12.12-r0) (2/25) Upgrading python3-pycache-pyc0 (3.12.11-r0 -> 3.12.12-r0) (3/25) Upgrading python3-pyc (3.12.11-r0 -> 3.12.12-r0) (4/25) Installing python3-dev (3.12.12-r0) (5/25) Installing py3-installer (0.7.0-r2) (6/25) Installing py3-installer-pyc (0.7.0-r2) (7/25) Installing py3-gpep517 (19-r0) (8/25) Installing py3-gpep517-pyc (19-r0) (9/25) Installing py3-parsing (3.2.3-r0) (10/25) Installing py3-parsing-pyc (3.2.3-r0) (11/25) Installing py3-packaging (25.0-r0) (12/25) Installing py3-packaging-pyc (25.0-r0) (13/25) Installing py3-setuptools (80.9.0-r0) (14/25) Installing py3-setuptools-pyc (80.9.0-r0) (15/25) Installing py3-wheel (0.46.1-r0) (16/25) Installing py3-wheel-pyc (0.46.1-r0) (17/25) Installing py3-iniconfig (2.1.0-r0) (18/25) Installing py3-iniconfig-pyc (2.1.0-r0) (19/25) Installing py3-pluggy (1.5.0-r0) (20/25) Installing py3-pluggy-pyc (1.5.0-r0) (21/25) Installing py3-py (1.11.0-r4) (22/25) Installing py3-py-pyc (1.11.0-r4) (23/25) Installing py3-pytest (8.3.5-r0) (24/25) Installing py3-pytest-pyc (8.3.5-r0) (25/25) Installing .makedepends-py3-wrapt (20251013.052629) Executing busybox-1.37.0-r19.trigger OK: 354 MiB in 111 packages >>> py3-wrapt: Cleaning up srcdir >>> py3-wrapt: Cleaning up pkgdir >>> py3-wrapt: Cleaning up tmpdir >>> py3-wrapt: Fetching https://github.com/GrahamDumpleton/wrapt/archive/1.17.0/py3-wrapt-1.17.0.tar.gz >>> py3-wrapt: Fetching https://github.com/GrahamDumpleton/wrapt/archive/1.17.0/py3-wrapt-1.17.0.tar.gz >>> py3-wrapt: Checking sha512sums... py3-wrapt-1.17.0.tar.gz: OK >>> py3-wrapt: Unpacking /var/cache/distfiles/py3-wrapt-1.17.0.tar.gz... 2025-10-13 05:26:29,883 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/dist.py:759: 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-10-13 05:26:29,904 root INFO running bdist_wheel 2025-10-13 05:26:29,912 root INFO running build 2025-10-13 05:26:29,912 root INFO running build_py 2025-10-13 05:26:29,914 root INFO creating build/lib.linux-x86_64-cpython-312/wrapt 2025-10-13 05:26:29,914 root INFO copying src/wrapt/weakrefs.py -> build/lib.linux-x86_64-cpython-312/wrapt 2025-10-13 05:26:29,914 root INFO copying src/wrapt/importer.py -> build/lib.linux-x86_64-cpython-312/wrapt 2025-10-13 05:26:29,914 root INFO copying src/wrapt/patches.py -> build/lib.linux-x86_64-cpython-312/wrapt 2025-10-13 05:26:29,914 root INFO copying src/wrapt/wrappers.py -> build/lib.linux-x86_64-cpython-312/wrapt 2025-10-13 05:26:29,915 root INFO copying src/wrapt/__wrapt__.py -> build/lib.linux-x86_64-cpython-312/wrapt 2025-10-13 05:26:29,915 root INFO copying src/wrapt/arguments.py -> build/lib.linux-x86_64-cpython-312/wrapt 2025-10-13 05:26:29,915 root INFO copying src/wrapt/decorators.py -> build/lib.linux-x86_64-cpython-312/wrapt 2025-10-13 05:26:29,915 root INFO copying src/wrapt/__init__.py -> build/lib.linux-x86_64-cpython-312/wrapt 2025-10-13 05:26:29,915 root INFO running build_ext 2025-10-13 05:26:29,916 root INFO building 'wrapt._wrappers' extension 2025-10-13 05:26:29,916 root INFO creating build/temp.linux-x86_64-cpython-312/src/wrapt 2025-10-13 05:26:29,916 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt -fPIC -I/usr/include/python3.12 -c src/wrapt/_wrappers.c -o build/temp.linux-x86_64-cpython-312/src/wrapt/_wrappers.o src/wrapt/_wrappers.c: In function 'WraptObjectProxy_init': src/wrapt/_wrappers.c:134:13: warning: passing argument 4 of 'PyArg_ParseTupleAndKeywords' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 134 | kwlist, &wrapped)) { | ^~~~~~ In file included from /usr/include/python3.12/Python.h:91, from src/wrapt/_wrappers.c:3: /usr/include/python3.12/modsupport.h:29:65: note: expected 'char **' but argument is of type 'char * const*' 29 | const char *, char **, ...); | ^~~~~~~ src/wrapt/_wrappers.c: In function 'WraptObjectProxy_round': src/wrapt/_wrappers.c:1339:9: warning: passing argument 4 of 'PyArg_ParseTupleAndKeywords' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1339 | kwlist, &ndigits)) { | ^~~~~~ /usr/include/python3.12/modsupport.h:29:65: note: expected 'char **' but argument is of type 'char * const*' 29 | const char *, char **, ...); | ^~~~~~~ src/wrapt/_wrappers.c: In function 'WraptFunctionWrapperBase_init': src/wrapt/_wrappers.c:2316:45: warning: passing argument 4 of 'PyArg_ParseTupleAndKeywords' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 2316 | "OOO|OOOO:FunctionWrapperBase", kwlist, &wrapped, &instance, | ^~~~~~ /usr/include/python3.12/modsupport.h:29:65: note: expected 'char **' but argument is of type 'char * const*' 29 | const char *, char **, ...); | ^~~~~~~ src/wrapt/_wrappers.c: In function 'WraptFunctionWrapper_init': src/wrapt/_wrappers.c:3156:13: warning: passing argument 4 of 'PyArg_ParseTupleAndKeywords' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 3156 | kwlist, &wrapped, &wrapper, &enabled)) { | ^~~~~~ /usr/include/python3.12/modsupport.h:29:65: note: expected 'char **' but argument is of type 'char * const*' 29 | const char *, char **, ...); | ^~~~~~~ 2025-10-13 05:26:30,348 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -Os -fstack-clash-protection -Wformat -Werror=format-security -fno-plt build/temp.linux-x86_64-cpython-312/src/wrapt/_wrappers.o -L/usr/lib -o build/lib.linux-x86_64-cpython-312/wrapt/_wrappers.cpython-312-x86_64-linux-musl.so 2025-10-13 05:26:30,359 root INFO installing to build/bdist.linux-x86_64/wheel 2025-10-13 05:26:30,359 root INFO running install 2025-10-13 05:26:30,363 root INFO running install_lib 2025-10-13 05:26:30,365 root INFO creating build/bdist.linux-x86_64/wheel 2025-10-13 05:26:30,365 root INFO creating build/bdist.linux-x86_64/wheel/wrapt 2025-10-13 05:26:30,365 root INFO copying build/lib.linux-x86_64-cpython-312/wrapt/weakrefs.py -> build/bdist.linux-x86_64/wheel/./wrapt 2025-10-13 05:26:30,365 root INFO copying build/lib.linux-x86_64-cpython-312/wrapt/importer.py -> build/bdist.linux-x86_64/wheel/./wrapt 2025-10-13 05:26:30,365 root INFO copying build/lib.linux-x86_64-cpython-312/wrapt/patches.py -> build/bdist.linux-x86_64/wheel/./wrapt 2025-10-13 05:26:30,365 root INFO copying build/lib.linux-x86_64-cpython-312/wrapt/wrappers.py -> build/bdist.linux-x86_64/wheel/./wrapt 2025-10-13 05:26:30,365 root INFO copying build/lib.linux-x86_64-cpython-312/wrapt/_wrappers.cpython-312-x86_64-linux-musl.so -> build/bdist.linux-x86_64/wheel/./wrapt 2025-10-13 05:26:30,365 root INFO copying build/lib.linux-x86_64-cpython-312/wrapt/__wrapt__.py -> build/bdist.linux-x86_64/wheel/./wrapt 2025-10-13 05:26:30,365 root INFO copying build/lib.linux-x86_64-cpython-312/wrapt/arguments.py -> build/bdist.linux-x86_64/wheel/./wrapt 2025-10-13 05:26:30,365 root INFO copying build/lib.linux-x86_64-cpython-312/wrapt/decorators.py -> build/bdist.linux-x86_64/wheel/./wrapt 2025-10-13 05:26:30,366 root INFO copying build/lib.linux-x86_64-cpython-312/wrapt/__init__.py -> build/bdist.linux-x86_64/wheel/./wrapt 2025-10-13 05:26:30,366 root INFO running install_egg_info 2025-10-13 05:26:30,367 root INFO running egg_info 2025-10-13 05:26:30,368 root INFO creating src/wrapt.egg-info 2025-10-13 05:26:30,368 root INFO writing src/wrapt.egg-info/PKG-INFO 2025-10-13 05:26:30,369 root INFO writing dependency_links to src/wrapt.egg-info/dependency_links.txt 2025-10-13 05:26:30,369 root INFO writing top-level names to src/wrapt.egg-info/top_level.txt 2025-10-13 05:26:30,369 root INFO writing manifest file 'src/wrapt.egg-info/SOURCES.txt' 2025-10-13 05:26:30,370 root INFO reading manifest file 'src/wrapt.egg-info/SOURCES.txt' 2025-10-13 05:26:30,370 root INFO reading manifest template 'MANIFEST.in' 2025-10-13 05:26:30,371 root INFO adding license file 'LICENSE' 2025-10-13 05:26:30,372 root INFO writing manifest file 'src/wrapt.egg-info/SOURCES.txt' 2025-10-13 05:26:30,372 root INFO Copying src/wrapt.egg-info to build/bdist.linux-x86_64/wheel/./wrapt-1.17.0-py3.12.egg-info 2025-10-13 05:26:30,372 root INFO running install_scripts 2025-10-13 05:26:30,375 root INFO creating build/bdist.linux-x86_64/wheel/wrapt-1.17.0.dist-info/WHEEL 2025-10-13 05:26:30,375 wheel INFO creating '/home/udu/aports/community/py3-wrapt/src/wrapt-1.17.0/.dist/.tmp-zmz52lru/wrapt-1.17.0-cp312-cp312-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-10-13 05:26:30,376 wheel INFO adding 'wrapt/__init__.py' 2025-10-13 05:26:30,376 wheel INFO adding 'wrapt/__wrapt__.py' 2025-10-13 05:26:30,376 wheel INFO adding 'wrapt/_wrappers.cpython-312-x86_64-linux-musl.so' 2025-10-13 05:26:30,376 wheel INFO adding 'wrapt/arguments.py' 2025-10-13 05:26:30,376 wheel INFO adding 'wrapt/decorators.py' 2025-10-13 05:26:30,376 wheel INFO adding 'wrapt/importer.py' 2025-10-13 05:26:30,376 wheel INFO adding 'wrapt/patches.py' 2025-10-13 05:26:30,376 wheel INFO adding 'wrapt/weakrefs.py' 2025-10-13 05:26:30,376 wheel INFO adding 'wrapt/wrappers.py' 2025-10-13 05:26:30,376 wheel INFO adding 'wrapt-1.17.0.dist-info/licenses/LICENSE' 2025-10-13 05:26:30,377 wheel INFO adding 'wrapt-1.17.0.dist-info/METADATA' 2025-10-13 05:26:30,377 wheel INFO adding 'wrapt-1.17.0.dist-info/WHEEL' 2025-10-13 05:26:30,377 wheel INFO adding 'wrapt-1.17.0.dist-info/top_level.txt' 2025-10-13 05:26:30,377 wheel INFO adding 'wrapt-1.17.0.dist-info/RECORD' 2025-10-13 05:26:30,377 root INFO removing build/bdist.linux-x86_64/wheel 2025-10-13 05:26:30,377 gpep517 INFO The backend produced .dist/wrapt-1.17.0-cp312-cp312-linux_x86_64.whl wrapt-1.17.0-cp312-cp312-linux_x86_64.whl ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-wrapt/src/wrapt-1.17.0 configfile: setup.cfg collected 444 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 .......... [ 11%] tests/test_descriptors_py36.py . [ 11%] tests/test_formatargspec_py35.py . [ 11%] tests/test_formatargspec_py38.py . [ 11%] tests/test_function.py ........ [ 13%] tests/test_function_wrapper.py .............................. [ 20%] tests/test_inheritance_py37.py ... [ 20%] tests/test_inner_classmethod.py .................... [ 25%] tests/test_inner_staticmethod.py .................. [ 29%] tests/test_instancemethod.py ................................. [ 36%] tests/test_memoize.py .... [ 37%] tests/test_monkey_patching.py .................... [ 42%] tests/test_nested_function.py ....... [ 43%] tests/test_object_proxy.py ............................................. [ 54%] ........................................................................ [ 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%] =============================== warnings summary =============================== tests/conftest.py:21 /home/udu/aports/community/py3-wrapt/src/wrapt-1.17.0/tests/conftest.py:21: PytestRemovedIn9Warning: The (path: py.path.local) argument is deprecated, please use (module_path: pathlib.Path) see https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path def pytest_pycollect_makemodule(path, parent): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ======================== 444 passed, 1 warning in 0.36s ======================== >>> py3-wrapt: Entering fakeroot... >>> py3-wrapt-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/wrapt/__pycache__' -> '/home/udu/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: 64.7 KB >>> py3-wrapt-pyc*: Compressing data... >>> py3-wrapt-pyc*: Create checksum... >>> py3-wrapt-pyc*: Create py3-wrapt-pyc-1.17.0-r0.apk >>> py3-wrapt*: Tracing dependencies... python3 python3~3.12 so:libc.musl-x86_64.so.1 >>> py3-wrapt*: Package size: 123.0 KB >>> py3-wrapt*: Compressing data... >>> py3-wrapt*: Create checksum... >>> py3-wrapt*: Create py3-wrapt-1.17.0-r0.apk >>> py3-wrapt: Build complete at Mon, 13 Oct 2025 05:26:31 +0000 elapsed time 0h 0m 3s >>> py3-wrapt: Cleaning up srcdir >>> py3-wrapt: Cleaning up pkgdir >>> py3-wrapt: Uninstalling dependencies... (1/22) Purging .makedepends-py3-wrapt (20251013.052629) (2/22) Purging python3-dev (3.12.12-r0) (3/22) Purging py3-gpep517-pyc (19-r0) (4/22) Purging py3-gpep517 (19-r0) (5/22) Purging py3-installer-pyc (0.7.0-r2) (6/22) Purging py3-installer (0.7.0-r2) (7/22) Purging py3-setuptools-pyc (80.9.0-r0) (8/22) Purging py3-setuptools (80.9.0-r0) (9/22) Purging py3-wheel-pyc (0.46.1-r0) (10/22) Purging py3-wheel (0.46.1-r0) (11/22) Purging py3-pytest-pyc (8.3.5-r0) (12/22) Purging py3-pytest (8.3.5-r0) (13/22) Purging py3-iniconfig-pyc (2.1.0-r0) (14/22) Purging py3-iniconfig (2.1.0-r0) (15/22) Purging py3-packaging-pyc (25.0-r0) (16/22) Purging py3-packaging (25.0-r0) (17/22) Purging py3-parsing-pyc (3.2.3-r0) (18/22) Purging py3-parsing (3.2.3-r0) (19/22) Purging py3-pluggy-pyc (1.5.0-r0) (20/22) Purging py3-pluggy (1.5.0-r0) (21/22) Purging py3-py-pyc (1.11.0-r4) (22/22) Purging py3-py (1.11.0-r4) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-wrapt: Updating the community/x86_64 repository index... >>> py3-wrapt: Signing the index...