>>> py3-setproctitle: Building main/py3-setproctitle 1.3.5-r0 (using abuild 3.15.0-r1) started Wed, 18 Jun 2025 17:22:00 +0000 >>> py3-setproctitle: Validating /home/buildozer/aports/main/py3-setproctitle/APKBUILD... >>> py3-setproctitle: Analyzing dependencies... >>> py3-setproctitle: Installing for build: build-base python3 musl-dev py3-gpep517 py3-setuptools py3-wheel python3-dev procps-ng py3-pytest (1/38) Installing libffi (3.5.1-r0) (2/38) Installing gdbm (1.24-r0) (3/38) Installing mpdecimal (4.0.1-r0) (4/38) Installing libpanelw (6.5_p20250503-r0) (5/38) Installing sqlite-libs (3.50.1-r0) (6/38) Installing python3 (3.12.11-r0) (7/38) Installing python3-pycache-pyc0 (3.12.11-r0) (8/38) Installing pyc (3.12.11-r0) (9/38) Installing python3-pyc (3.12.11-r0) (10/38) Installing py3-installer (0.7.0-r2) (11/38) Installing py3-installer-pyc (0.7.0-r2) (12/38) Installing py3-gpep517 (19-r0) (13/38) Installing py3-gpep517-pyc (19-r0) (14/38) Installing py3-parsing (3.2.3-r0) (15/38) Installing py3-parsing-pyc (3.2.3-r0) (16/38) Installing py3-packaging (25.0-r0) (17/38) Installing py3-packaging-pyc (25.0-r0) (18/38) Installing py3-setuptools (80.9.0-r0) (19/38) Installing py3-setuptools-pyc (80.9.0-r0) (20/38) Installing py3-wheel (0.46.1-r0) (21/38) Installing py3-wheel-pyc (0.46.1-r0) (22/38) Installing python3-dev (3.12.11-r0) (23/38) Installing libintl (0.24.1-r0) (24/38) Installing skalibs-libs (2.14.4.0-r0) (25/38) Installing utmps-libs (0.1.3.1-r0) (26/38) Installing libproc2 (4.0.4-r3) (27/38) Installing procps-ng (4.0.4-r3) (28/38) Installing py3-iniconfig (2.1.0-r0) (29/38) Installing py3-iniconfig-pyc (2.1.0-r0) (30/38) Installing py3-pluggy (1.5.0-r0) (31/38) Installing py3-pluggy-pyc (1.5.0-r0) (32/38) Installing py3-py (1.11.0-r4) (33/38) Installing py3-py-pyc (1.11.0-r4) (34/38) Installing py3-pygments (2.19.1-r1) (35/38) Installing py3-pygments-pyc (2.19.1-r1) (36/38) Installing py3-pytest (8.4.0-r1) (37/38) Installing py3-pytest-pyc (8.4.0-r1) (38/38) Installing .makedepends-py3-setproctitle (20250618.172203) Executing busybox-1.37.0-r18.trigger OK: 572 MiB in 148 packages >>> py3-setproctitle: Cleaning up srcdir >>> py3-setproctitle: Cleaning up pkgdir >>> py3-setproctitle: Cleaning up tmpdir >>> py3-setproctitle: Fetching https://distfiles.alpinelinux.org/distfiles/edge/setproctitle-1.3.5.tar.gz >>> py3-setproctitle: Fetching https://distfiles.alpinelinux.org/distfiles/edge/setproctitle-1.3.5.tar.gz >>> py3-setproctitle: Checking sha512sums... setproctitle-1.3.5.tar.gz: OK >>> py3-setproctitle: Unpacking /var/cache/distfiles/edge/setproctitle-1.3.5.tar.gz... 2025-06-18 17:22:09,410 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-06-18 17:22:09,559 root INFO running bdist_wheel 2025-06-18 17:22:09,622 root INFO running build 2025-06-18 17:22:09,622 root INFO running build_py 2025-06-18 17:22:09,644 root INFO creating build/lib.linux-riscv64-cpython-312/setproctitle 2025-06-18 17:22:09,646 root INFO copying pkg/setproctitle/__init__.py -> build/lib.linux-riscv64-cpython-312/setproctitle 2025-06-18 17:22:09,649 root INFO copying pkg/setproctitle/py.typed -> build/lib.linux-riscv64-cpython-312/setproctitle 2025-06-18 17:22:09,651 root INFO running build_ext 2025-06-18 17:22:09,660 root INFO building 'setproctitle._setproctitle' extension 2025-06-18 17:22:09,664 root INFO creating build/temp.linux-riscv64-cpython-312/src 2025-06-18 17:22:09,666 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DSPT_VERSION=1.3.5 -DHAVE_SYS_PRCTL_H=1 -I/usr/include/python3.12 -c src/setproctitle.c -o build/temp.linux-riscv64-cpython-312/src/setproctitle.o 2025-06-18 17:22:10,296 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DSPT_VERSION=1.3.5 -DHAVE_SYS_PRCTL_H=1 -I/usr/include/python3.12 -c src/spt_debug.c -o build/temp.linux-riscv64-cpython-312/src/spt_debug.o 2025-06-18 17:22:10,479 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DSPT_VERSION=1.3.5 -DHAVE_SYS_PRCTL_H=1 -I/usr/include/python3.12 -c src/spt_setup.c -o build/temp.linux-riscv64-cpython-312/src/spt_setup.o 2025-06-18 17:22:11,387 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DSPT_VERSION=1.3.5 -DHAVE_SYS_PRCTL_H=1 -I/usr/include/python3.12 -c src/spt_status.c -o build/temp.linux-riscv64-cpython-312/src/spt_status.o 2025-06-18 17:22:12,162 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DSPT_VERSION=1.3.5 -DHAVE_SYS_PRCTL_H=1 -I/usr/include/python3.12 -c src/spt_strlcpy.c -o build/temp.linux-riscv64-cpython-312/src/spt_strlcpy.o 2025-06-18 17:22:12,326 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-312/src/setproctitle.o build/temp.linux-riscv64-cpython-312/src/spt_debug.o build/temp.linux-riscv64-cpython-312/src/spt_setup.o build/temp.linux-riscv64-cpython-312/src/spt_status.o build/temp.linux-riscv64-cpython-312/src/spt_strlcpy.o -L/usr/lib -o build/lib.linux-riscv64-cpython-312/setproctitle/_setproctitle.cpython-312-riscv64-linux-musl.so 2025-06-18 17:22:12,415 root INFO installing to build/bdist.linux-riscv64/wheel 2025-06-18 17:22:12,415 root INFO running install 2025-06-18 17:22:12,482 root INFO running install_lib 2025-06-18 17:22:12,507 root INFO creating build/bdist.linux-riscv64/wheel 2025-06-18 17:22:12,509 root INFO creating build/bdist.linux-riscv64/wheel/setproctitle 2025-06-18 17:22:12,511 root INFO copying build/lib.linux-riscv64-cpython-312/setproctitle/__init__.py -> build/bdist.linux-riscv64/wheel/./setproctitle 2025-06-18 17:22:12,512 root INFO copying build/lib.linux-riscv64-cpython-312/setproctitle/py.typed -> build/bdist.linux-riscv64/wheel/./setproctitle 2025-06-18 17:22:12,513 root INFO copying build/lib.linux-riscv64-cpython-312/setproctitle/_setproctitle.cpython-312-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/./setproctitle 2025-06-18 17:22:12,515 root INFO running install_egg_info 2025-06-18 17:22:12,540 root INFO running egg_info 2025-06-18 17:22:12,556 root INFO creating setproctitle.egg-info 2025-06-18 17:22:12,557 root INFO writing setproctitle.egg-info/PKG-INFO 2025-06-18 17:22:12,561 root INFO writing dependency_links to setproctitle.egg-info/dependency_links.txt 2025-06-18 17:22:12,563 root INFO writing requirements to setproctitle.egg-info/requires.txt 2025-06-18 17:22:12,564 root INFO writing top-level names to setproctitle.egg-info/top_level.txt 2025-06-18 17:22:12,565 root INFO writing manifest file 'setproctitle.egg-info/SOURCES.txt' 2025-06-18 17:22:12,585 root INFO reading manifest file 'setproctitle.egg-info/SOURCES.txt' 2025-06-18 17:22:12,587 root INFO reading manifest template 'MANIFEST.in' 2025-06-18 17:22:12,589 root WARNING warning: no files found matching 'Makefile' 2025-06-18 17:22:12,599 root INFO writing manifest file 'setproctitle.egg-info/SOURCES.txt' 2025-06-18 17:22:12,600 root INFO Copying setproctitle.egg-info to build/bdist.linux-riscv64/wheel/./setproctitle-1.3.5-py3.12.egg-info 2025-06-18 17:22:12,606 root INFO running install_scripts 2025-06-18 17:22:12,638 root INFO creating build/bdist.linux-riscv64/wheel/setproctitle-1.3.5.dist-info/WHEEL 2025-06-18 17:22:12,641 wheel INFO creating '/home/buildozer/aports/main/py3-setproctitle/src/py-setproctitle-version-1.3.5/.dist/.tmp-jn518gaj/setproctitle-1.3.5-cp312-cp312-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2025-06-18 17:22:12,643 wheel INFO adding 'setproctitle/__init__.py' 2025-06-18 17:22:12,645 wheel INFO adding 'setproctitle/_setproctitle.cpython-312-riscv64-linux-musl.so' 2025-06-18 17:22:12,647 wheel INFO adding 'setproctitle/py.typed' 2025-06-18 17:22:12,649 wheel INFO adding 'setproctitle-1.3.5.dist-info/METADATA' 2025-06-18 17:22:12,651 wheel INFO adding 'setproctitle-1.3.5.dist-info/WHEEL' 2025-06-18 17:22:12,652 wheel INFO adding 'setproctitle-1.3.5.dist-info/top_level.txt' 2025-06-18 17:22:12,653 wheel INFO adding 'setproctitle-1.3.5.dist-info/RECORD' 2025-06-18 17:22:12,655 root INFO removing build/bdist.linux-riscv64/wheel 2025-06-18 17:22:12,658 gpep517 INFO The backend produced .dist/setproctitle-1.3.5-cp312-cp312-linux_riscv64.whl setproctitle-1.3.5-cp312-cp312-linux_riscv64.whl ============================= test session starts ============================== platform linux -- Python 3.12.11, pytest-8.4.0, pluggy-1.5.0 rootdir: /home/buildozer/aports/main/py3-setproctitle/src/py-setproctitle-version-1.3.5 configfile: pyproject.toml collected 28 items tests/module_test.py ... [ 10%] tests/setproctitle_test.py ...s................ [ 82%] tests/setthreadtitle_test.py ... [ 92%] tests/test_win32.py ss [100%] ======================== 25 passed, 3 skipped in 7.68s ========================= /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-f8c6d5fe-eb0a-4106-80c5-7c740b533bc9/popen-gw53/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-f8c6d5fe-eb0a-4106-80c5-7c740b533bc9/popen-gw53/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-f8c6d5fe-eb0a-4106-80c5-7c740b533bc9/popen-gw53 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-f8c6d5fe-eb0a-4106-80c5-7c740b533bc9/popen-gw53' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-f8c6d5fe-eb0a-4106-80c5-7c740b533bc9 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-f8c6d5fe-eb0a-4106-80c5-7c740b533bc9' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-28d39e75-2abc-44d6-a9e6-b84727862e9c/popen-gw56/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-28d39e75-2abc-44d6-a9e6-b84727862e9c/popen-gw56/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-28d39e75-2abc-44d6-a9e6-b84727862e9c/popen-gw56 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-28d39e75-2abc-44d6-a9e6-b84727862e9c/popen-gw56' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-28d39e75-2abc-44d6-a9e6-b84727862e9c : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-28d39e75-2abc-44d6-a9e6-b84727862e9c' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-1f1cddb3-6768-4d53-9549-d4c0b6f4f802/popen-gw53/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-1f1cddb3-6768-4d53-9549-d4c0b6f4f802/popen-gw53/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-1f1cddb3-6768-4d53-9549-d4c0b6f4f802/popen-gw53 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-1f1cddb3-6768-4d53-9549-d4c0b6f4f802/popen-gw53' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-1f1cddb3-6768-4d53-9549-d4c0b6f4f802 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-1f1cddb3-6768-4d53-9549-d4c0b6f4f802' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-0a39f8b5-f054-46b6-948a-e1b6e7652429/popen-gw0/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-0a39f8b5-f054-46b6-948a-e1b6e7652429/popen-gw0/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-0a39f8b5-f054-46b6-948a-e1b6e7652429/popen-gw0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-0a39f8b5-f054-46b6-948a-e1b6e7652429/popen-gw0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-0a39f8b5-f054-46b6-948a-e1b6e7652429 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-0a39f8b5-f054-46b6-948a-e1b6e7652429' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-605da031-5c33-4137-9d28-8216169396df/popen-gw53/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-605da031-5c33-4137-9d28-8216169396df/popen-gw53/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-605da031-5c33-4137-9d28-8216169396df/popen-gw53 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-605da031-5c33-4137-9d28-8216169396df/popen-gw53' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-605da031-5c33-4137-9d28-8216169396df : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-605da031-5c33-4137-9d28-8216169396df' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-f8661f45-965b-4b8e-bd3a-b8b395767a8f/popen-gw53/test_discovery_via_path_in_non0 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-f8661f45-965b-4b8e-bd3a-b8b395767a8f/popen-gw53/test_discovery_via_path_in_non0' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-f8661f45-965b-4b8e-bd3a-b8b395767a8f/popen-gw53 : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-f8661f45-965b-4b8e-bd3a-b8b395767a8f/popen-gw53' warnings.warn( /usr/lib/python3.12/site-packages/_pytest/pathlib.py:96: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-f8661f45-965b-4b8e-bd3a-b8b395767a8f : [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-f8661f45-965b-4b8e-bd3a-b8b395767a8f' warnings.warn( >>> py3-setproctitle: Entering fakeroot... >>> py3-setproctitle-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/setproctitle/__pycache__' -> '/home/buildozer/aports/main/py3-setproctitle/pkg/py3-setproctitle-pyc/usr/lib/python3.12/site-packages/setproctitle/__pycache__' >>> py3-setproctitle-pyc*: Preparing subpackage py3-setproctitle-pyc... >>> py3-setproctitle-pyc*: Running postcheck for py3-setproctitle-pyc >>> py3-setproctitle*: Running postcheck for py3-setproctitle >>> py3-setproctitle*: Preparing package py3-setproctitle... >>> py3-setproctitle*: Stripping binaries >>> py3-setproctitle-pyc*: Scanning shared objects >>> py3-setproctitle*: Scanning shared objects >>> py3-setproctitle-pyc*: Tracing dependencies... python3 python3~3.12 >>> py3-setproctitle-pyc*: Package size: 2.0 KB >>> py3-setproctitle-pyc*: Compressing data... >>> py3-setproctitle-pyc*: Create checksum... >>> py3-setproctitle-pyc*: Create py3-setproctitle-pyc-1.3.5-r0.apk >>> py3-setproctitle*: Tracing dependencies... python3 python3~3.12 so:libc.musl-riscv64.so.1 >>> py3-setproctitle*: Package size: 26.5 KB >>> py3-setproctitle*: Compressing data... >>> py3-setproctitle*: Create checksum... >>> py3-setproctitle*: Create py3-setproctitle-1.3.5-r0.apk >>> py3-setproctitle: Build complete at Wed, 18 Jun 2025 17:22:24 +0000 elapsed time 0h 0m 24s >>> py3-setproctitle: Cleaning up srcdir >>> py3-setproctitle: Cleaning up pkgdir >>> py3-setproctitle: Uninstalling dependencies... (1/38) Purging .makedepends-py3-setproctitle (20250618.172203) (2/38) Purging py3-gpep517-pyc (19-r0) (3/38) Purging py3-gpep517 (19-r0) (4/38) Purging py3-installer-pyc (0.7.0-r2) (5/38) Purging py3-installer (0.7.0-r2) (6/38) Purging py3-setuptools-pyc (80.9.0-r0) (7/38) Purging py3-setuptools (80.9.0-r0) (8/38) Purging py3-wheel-pyc (0.46.1-r0) (9/38) Purging py3-wheel (0.46.1-r0) (10/38) Purging python3-dev (3.12.11-r0) (11/38) Purging procps-ng (4.0.4-r3) (12/38) Purging py3-pytest-pyc (8.4.0-r1) (13/38) Purging py3-pytest (8.4.0-r1) (14/38) Purging py3-iniconfig-pyc (2.1.0-r0) (15/38) Purging py3-iniconfig (2.1.0-r0) (16/38) Purging py3-packaging-pyc (25.0-r0) (17/38) Purging py3-packaging (25.0-r0) (18/38) Purging py3-parsing-pyc (3.2.3-r0) (19/38) Purging py3-parsing (3.2.3-r0) (20/38) Purging py3-pluggy-pyc (1.5.0-r0) (21/38) Purging py3-pluggy (1.5.0-r0) (22/38) Purging py3-py-pyc (1.11.0-r4) (23/38) Purging py3-py (1.11.0-r4) (24/38) Purging py3-pygments-pyc (2.19.1-r1) (25/38) Purging py3-pygments (2.19.1-r1) (26/38) Purging python3-pyc (3.12.11-r0) (27/38) Purging python3-pycache-pyc0 (3.12.11-r0) (28/38) Purging pyc (3.12.11-r0) (29/38) Purging python3 (3.12.11-r0) (30/38) Purging gdbm (1.24-r0) (31/38) Purging libffi (3.5.1-r0) (32/38) Purging libintl (0.24.1-r0) (33/38) Purging libpanelw (6.5_p20250503-r0) (34/38) Purging libproc2 (4.0.4-r3) (35/38) Purging mpdecimal (4.0.1-r0) (36/38) Purging sqlite-libs (3.50.1-r0) (37/38) Purging utmps-libs (0.1.3.1-r0) (38/38) Purging skalibs-libs (2.14.4.0-r0) Executing busybox-1.37.0-r18.trigger OK: 348 MiB in 110 packages >>> py3-setproctitle: Updating the main/riscv64 repository index... >>> py3-setproctitle: Signing the index...