>>> py3-setproctitle: Building community/py3-setproctitle 1.3.3-r1 (using abuild 3.14.1-r1) started Fri, 01 Nov 2024 07:45:10 +0000
>>> py3-setproctitle: Validating /home/buildozer/aports/community/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/36) Installing libbz2 (1.0.8-r6)
(2/36) Installing libffi (3.4.6-r0)
(3/36) Installing gdbm (1.24-r0)
(4/36) Installing xz-libs (5.6.3-r0)
(5/36) Installing mpdecimal (4.0.0-r0)
(6/36) Installing libpanelw (6.5_p20241006-r2)
(7/36) Installing sqlite-libs (3.47.0-r0)
(8/36) Installing python3 (3.12.7-r1)
(9/36) Installing python3-pycache-pyc0 (3.12.7-r1)
(10/36) Installing pyc (3.12.7-r1)
(11/36) Installing python3-pyc (3.12.7-r1)
(12/36) Installing py3-installer (0.7.0-r2)
(13/36) Installing py3-installer-pyc (0.7.0-r2)
(14/36) Installing py3-gpep517 (16-r0)
(15/36) Installing py3-gpep517-pyc (16-r0)
(16/36) Installing py3-parsing (3.1.4-r0)
(17/36) Installing py3-parsing-pyc (3.1.4-r0)
(18/36) Installing py3-packaging (24.1-r0)
(19/36) Installing py3-packaging-pyc (24.1-r0)
(20/36) Installing py3-setuptools (70.3.0-r0)
(21/36) Installing py3-setuptools-pyc (70.3.0-r0)
(22/36) Installing py3-wheel (0.43.0-r0)
(23/36) Installing py3-wheel-pyc (0.43.0-r0)
(24/36) Installing python3-dev (3.12.7-r1)
(25/36) Installing libintl (0.22.5-r0)
(26/36) Installing libproc2 (4.0.4-r2)
(27/36) Installing procps-ng (4.0.4-r2)
(28/36) Installing py3-iniconfig (2.0.0-r1)
(29/36) Installing py3-iniconfig-pyc (2.0.0-r1)
(30/36) Installing py3-pluggy (1.5.0-r0)
(31/36) Installing py3-pluggy-pyc (1.5.0-r0)
(32/36) Installing py3-py (1.11.0-r4)
(33/36) Installing py3-py-pyc (1.11.0-r4)
(34/36) Installing py3-pytest (8.3.3-r0)
(35/36) Installing py3-pytest-pyc (8.3.3-r0)
(36/36) Installing .makedepends-py3-setproctitle (20241101.074552)
Executing busybox-1.37.0-r3.trigger
OK: 598 MiB in 134 packages
>>> py3-setproctitle: Cleaning up srcdir
>>> py3-setproctitle: Cleaning up pkgdir
>>> py3-setproctitle: Cleaning up tmpdir
>>> py3-setproctitle: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/setproctitle-1.3.3.tar.gz
Connecting to distfiles.alpinelinux.org (172.105.82.32:443)
saving to '/var/cache/distfiles/v3.21/setproctitle-1.3.3.tar.gz.part'
setproctitle-1.3.3.t 100% |********************************| 27515  0:00:00 ETA
'/var/cache/distfiles/v3.21/setproctitle-1.3.3.tar.gz.part' saved
>>> py3-setproctitle: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/setproctitle-1.3.3.tar.gz
>>> py3-setproctitle: Checking sha512sums...
setproctitle-1.3.3.tar.gz: OK
>>> py3-setproctitle: Unpacking /var/cache/distfiles/v3.21/setproctitle-1.3.3.tar.gz...
2024-11-01 07:45:58,115 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__
2024-11-01 07:45:58,194 root INFO running bdist_wheel
2024-11-01 07:45:58,244 root INFO running build
2024-11-01 07:45:58,244 root INFO running build_py
2024-11-01 07:45:58,256 root INFO creating build
2024-11-01 07:45:58,256 root INFO creating build/lib.linux-riscv64-cpython-312
2024-11-01 07:45:58,257 root INFO creating build/lib.linux-riscv64-cpython-312/setproctitle
2024-11-01 07:45:58,257 root INFO copying pkg/setproctitle/__init__.py -> build/lib.linux-riscv64-cpython-312/setproctitle
2024-11-01 07:45:58,260 root INFO copying pkg/setproctitle/py.typed -> build/lib.linux-riscv64-cpython-312/setproctitle
2024-11-01 07:45:58,261 root INFO running build_ext
2024-11-01 07:45:58,267 root INFO building 'setproctitle._setproctitle' extension
2024-11-01 07:45:58,268 root INFO creating build/temp.linux-riscv64-cpython-312
2024-11-01 07:45:58,268 root INFO creating build/temp.linux-riscv64-cpython-312/src
2024-11-01 07:45:58,269 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DSPT_VERSION=1.3.3 -DHAVE_SYS_PRCTL_H=1 -I/usr/include/python3.12 -c src/setproctitle.c -o build/temp.linux-riscv64-cpython-312/src/setproctitle.o
2024-11-01 07:45:58,882 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DSPT_VERSION=1.3.3 -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
2024-11-01 07:45:59,071 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DSPT_VERSION=1.3.3 -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
2024-11-01 07:45:59,972 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DSPT_VERSION=1.3.3 -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
2024-11-01 07:46:00,738 root INFO gcc -fno-strict-overflow -Wsign-compare -DNDEBUG -g -O3 -Wall -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -DSPT_VERSION=1.3.3 -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
2024-11-01 07:46:00,912 root INFO gcc -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
2024-11-01 07:46:00,984 root INFO installing to build/bdist.linux-riscv64/wheel
2024-11-01 07:46:00,985 root INFO running install
2024-11-01 07:46:01,028 root INFO running install_lib
2024-11-01 07:46:01,038 root INFO creating build/bdist.linux-riscv64
2024-11-01 07:46:01,039 root INFO creating build/bdist.linux-riscv64/wheel
2024-11-01 07:46:01,039 root INFO creating build/bdist.linux-riscv64/wheel/setproctitle
2024-11-01 07:46:01,040 root INFO copying build/lib.linux-riscv64-cpython-312/setproctitle/__init__.py -> build/bdist.linux-riscv64/wheel/setproctitle
2024-11-01 07:46:01,041 root INFO copying build/lib.linux-riscv64-cpython-312/setproctitle/py.typed -> build/bdist.linux-riscv64/wheel/setproctitle
2024-11-01 07:46:01,042 root INFO copying build/lib.linux-riscv64-cpython-312/setproctitle/_setproctitle.cpython-312-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/setproctitle
2024-11-01 07:46:01,044 root INFO running install_egg_info
2024-11-01 07:46:01,055 root INFO running egg_info
2024-11-01 07:46:01,055 root INFO creating setproctitle.egg-info
2024-11-01 07:46:01,063 root INFO writing setproctitle.egg-info/PKG-INFO
2024-11-01 07:46:01,067 root INFO writing dependency_links to setproctitle.egg-info/dependency_links.txt
2024-11-01 07:46:01,069 root INFO writing requirements to setproctitle.egg-info/requires.txt
2024-11-01 07:46:01,069 root INFO writing top-level names to setproctitle.egg-info/top_level.txt
2024-11-01 07:46:01,070 root INFO writing manifest file 'setproctitle.egg-info/SOURCES.txt'
2024-11-01 07:46:01,081 root INFO reading manifest file 'setproctitle.egg-info/SOURCES.txt'
2024-11-01 07:46:01,082 root INFO reading manifest template 'MANIFEST.in'
2024-11-01 07:46:01,083 root WARNING warning: no files found matching 'Makefile'
2024-11-01 07:46:01,088 root INFO writing manifest file 'setproctitle.egg-info/SOURCES.txt'
2024-11-01 07:46:01,089 root INFO Copying setproctitle.egg-info to build/bdist.linux-riscv64/wheel/setproctitle-1.3.3-py3.12.egg-info
2024-11-01 07:46:01,095 root INFO running install_scripts
2024-11-01 07:46:01,126 root INFO creating build/bdist.linux-riscv64/wheel/setproctitle-1.3.3.dist-info/WHEEL
2024-11-01 07:46:01,128 wheel INFO creating '/home/buildozer/aports/community/py3-setproctitle/src/py-setproctitle-version-1.3.3/.dist/.tmp-bejqcwxt/setproctitle-1.3.3-cp312-cp312-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it
2024-11-01 07:46:01,130 wheel INFO adding 'setproctitle/__init__.py'
2024-11-01 07:46:01,132 wheel INFO adding 'setproctitle/_setproctitle.cpython-312-riscv64-linux-musl.so'
2024-11-01 07:46:01,135 wheel INFO adding 'setproctitle/py.typed'
2024-11-01 07:46:01,136 wheel INFO adding 'setproctitle-1.3.3.dist-info/METADATA'
2024-11-01 07:46:01,138 wheel INFO adding 'setproctitle-1.3.3.dist-info/WHEEL'
2024-11-01 07:46:01,139 wheel INFO adding 'setproctitle-1.3.3.dist-info/top_level.txt'
2024-11-01 07:46:01,140 wheel INFO adding 'setproctitle-1.3.3.dist-info/RECORD'
2024-11-01 07:46:01,140 root INFO removing build/bdist.linux-riscv64/wheel
2024-11-01 07:46:01,144 gpep517 INFO The backend produced .dist/setproctitle-1.3.3-cp312-cp312-linux_riscv64.whl
setproctitle-1.3.3-cp312-cp312-linux_riscv64.whl
============================= test session starts ==============================
platform linux -- Python 3.12.7, pytest-8.3.3, pluggy-1.5.0
rootdir: /home/buildozer/aports/community/py3-setproctitle/src/py-setproctitle-version-1.3.3
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 5.72s =========================
/usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-cb596ecb-e7e1-4515-8499-f2b36d06fd23/popen-gw52/test_discovery_via_path_in_non0
<class 'OSError'>: [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-cb596ecb-e7e1-4515-8499-f2b36d06fd23/popen-gw52/test_discovery_via_path_in_non0'
  warnings.warn(
/usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-cb596ecb-e7e1-4515-8499-f2b36d06fd23/popen-gw52
<class 'OSError'>: [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-cb596ecb-e7e1-4515-8499-f2b36d06fd23/popen-gw52'
  warnings.warn(
/usr/lib/python3.12/site-packages/_pytest/pathlib.py:91: PytestWarning: (rm_rf) error removing /tmp/pytest-of-buildozer/garbage-cb596ecb-e7e1-4515-8499-f2b36d06fd23
<class 'OSError'>: [Errno 39] Directory not empty: '/tmp/pytest-of-buildozer/garbage-cb596ecb-e7e1-4515-8499-f2b36d06fd23'
  warnings.warn(
>>> py3-setproctitle: Entering fakeroot...
>>> py3-setproctitle-pyc*: Running split function pyc...
'usr/lib/python3.12/site-packages/setproctitle/__pycache__' -> '/home/buildozer/aports/community/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.3-r1.apk
>>> py3-setproctitle*: Tracing dependencies...
	python3
	python3~3.12
	so:libc.musl-riscv64.so.1
>>> py3-setproctitle*: Package size: 26.0 KB
>>> py3-setproctitle*: Compressing data...
>>> py3-setproctitle*: Create checksum...
>>> py3-setproctitle*: Create py3-setproctitle-1.3.3-r1.apk
>>> py3-setproctitle: Build complete at Fri, 01 Nov 2024 07:46:10 +0000 elapsed time 0h 1m 0s
>>> py3-setproctitle: Cleaning up srcdir
>>> py3-setproctitle: Cleaning up pkgdir
>>> py3-setproctitle: Uninstalling dependencies...
(1/36) Purging .makedepends-py3-setproctitle (20241101.074552)
(2/36) Purging py3-gpep517-pyc (16-r0)
(3/36) Purging py3-gpep517 (16-r0)
(4/36) Purging py3-installer-pyc (0.7.0-r2)
(5/36) Purging py3-installer (0.7.0-r2)
(6/36) Purging py3-setuptools-pyc (70.3.0-r0)
(7/36) Purging py3-setuptools (70.3.0-r0)
(8/36) Purging py3-wheel-pyc (0.43.0-r0)
(9/36) Purging py3-wheel (0.43.0-r0)
(10/36) Purging python3-dev (3.12.7-r1)
(11/36) Purging procps-ng (4.0.4-r2)
(12/36) Purging py3-pytest-pyc (8.3.3-r0)
(13/36) Purging py3-pytest (8.3.3-r0)
(14/36) Purging py3-iniconfig-pyc (2.0.0-r1)
(15/36) Purging py3-iniconfig (2.0.0-r1)
(16/36) Purging py3-packaging-pyc (24.1-r0)
(17/36) Purging py3-packaging (24.1-r0)
(18/36) Purging py3-parsing-pyc (3.1.4-r0)
(19/36) Purging py3-parsing (3.1.4-r0)
(20/36) Purging py3-pluggy-pyc (1.5.0-r0)
(21/36) Purging py3-pluggy (1.5.0-r0)
(22/36) Purging py3-py-pyc (1.11.0-r4)
(23/36) Purging py3-py (1.11.0-r4)
(24/36) Purging python3-pyc (3.12.7-r1)
(25/36) Purging python3-pycache-pyc0 (3.12.7-r1)
(26/36) Purging pyc (3.12.7-r1)
(27/36) Purging python3 (3.12.7-r1)
(28/36) Purging gdbm (1.24-r0)
(29/36) Purging libbz2 (1.0.8-r6)
(30/36) Purging libffi (3.4.6-r0)
(31/36) Purging libintl (0.22.5-r0)
(32/36) Purging libpanelw (6.5_p20241006-r2)
(33/36) Purging libproc2 (4.0.4-r2)
(34/36) Purging mpdecimal (4.0.0-r0)
(35/36) Purging sqlite-libs (3.47.0-r0)
(36/36) Purging xz-libs (5.6.3-r0)
Executing busybox-1.37.0-r3.trigger
OK: 333 MiB in 98 packages
>>> py3-setproctitle: Updating the community/riscv64 repository index...
>>> py3-setproctitle: Signing the index...