>>> py3-affine: Building community/py3-affine 2.4.0-r2 (using abuild 3.15.0-r0) started Sun, 12 Oct 2025 14:40:08 +0000 >>> py3-affine: Validating /home/udu/aports/community/py3-affine/APKBUILD... >>> py3-affine: Analyzing dependencies... >>> py3-affine: Installing for build: build-base python3 py3-flit-core py3-gpep517 py3-installer 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/19) Installing py3-flit-core (3.12.0-r0) (2/19) Installing py3-flit-core-pyc (3.12.0-r0) (3/19) Installing py3-installer (0.7.0-r2) (4/19) Installing py3-installer-pyc (0.7.0-r2) (5/19) Installing py3-gpep517 (19-r0) (6/19) Installing py3-gpep517-pyc (19-r0) (7/19) Installing py3-iniconfig (2.1.0-r0) (8/19) Installing py3-iniconfig-pyc (2.1.0-r0) (9/19) Installing py3-parsing (3.2.3-r0) (10/19) Installing py3-parsing-pyc (3.2.3-r0) (11/19) Installing py3-packaging (25.0-r0) (12/19) Installing py3-packaging-pyc (25.0-r0) (13/19) Installing py3-pluggy (1.5.0-r0) (14/19) Installing py3-pluggy-pyc (1.5.0-r0) (15/19) Installing py3-py (1.11.0-r4) (16/19) Installing py3-py-pyc (1.11.0-r4) (17/19) Installing py3-pytest (8.3.5-r0) (18/19) Installing py3-pytest-pyc (8.3.5-r0) (19/19) Installing .makedepends-py3-affine (20251012.144008) Executing busybox-1.37.0-r19.trigger OK: 302 MiB in 108 packages >>> py3-affine: Cleaning up srcdir >>> py3-affine: Cleaning up pkgdir >>> py3-affine: Cleaning up tmpdir >>> py3-affine: Fetching py3-affine-2.4.0.tar.gz::https://github.com/sgillies/affine/archive/2.4.0.tar.gz >>> py3-affine: Fetching py3-affine-2.4.0.tar.gz::https://github.com/sgillies/affine/archive/2.4.0.tar.gz >>> py3-affine: Checking sha512sums... py3-affine-2.4.0.tar.gz: OK >>> py3-affine: Unpacking /var/cache/distfiles/py3-affine-2.4.0.tar.gz... 2025-10-12 14:40:08,962 gpep517 INFO Building wheel via backend flit_core.buildapi 2025-10-12 14:40:08,970 flit_core.wheel INFO Zip timestamps will be from SOURCE_DATE_EPOCH: 2025-09-11 16:12:32+00:00 2025-10-12 14:40:08,970 flit_core.wheel INFO Copying package file(s) from affine 2025-10-12 14:40:08,970 flit_core.wheel INFO Writing metadata files 2025-10-12 14:40:08,971 flit_core.wheel INFO Writing the record of files 2025-10-12 14:40:08,971 flit_core.wheel INFO Built wheel: .dist/affine-2.4.0-py3-none-any.whl 2025-10-12 14:40:08,971 gpep517 INFO The backend produced .dist/affine-2.4.0-py3-none-any.whl affine-2.4.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-affine/src/affine-2.4.0 configfile: setup.cfg testpaths: affine/tests collected 66 items affine/tests/test_pickle.py .F [ 3%] affine/tests/test_rotation.py ... [ 7%] affine/tests/test_serialize.py . [ 9%] affine/tests/test_transform.py ......................................... [ 71%] ................... [100%] =================================== FAILURES =================================== __________________________ test_with_multiprocessing ___________________________ def test_with_multiprocessing(): a1 = affine.Affine(1, 2, 3, 4, 5, 6) a2 = affine.Affine(6, 5, 4, 3, 2, 1) > results = Pool(2).map(_mp_proc, [a1, a2]) affine/tests/test_pickle.py:28: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib/python3.12/multiprocessing/context.py:119: in Pool return Pool(processes, initializer, initargs, maxtasksperchild, /usr/lib/python3.12/multiprocessing/pool.py:191: in __init__ self._setup_queues() /usr/lib/python3.12/multiprocessing/pool.py:346: in _setup_queues self._inqueue = self._ctx.SimpleQueue() /usr/lib/python3.12/multiprocessing/context.py:113: in SimpleQueue return SimpleQueue(ctx=self.get_context()) /usr/lib/python3.12/multiprocessing/queues.py:363: in __init__ self._rlock = ctx.Lock() /usr/lib/python3.12/multiprocessing/context.py:68: in Lock return Lock(ctx=self.get_context()) /usr/lib/python3.12/multiprocessing/synchronize.py:169: in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , kind = 1, value = 1, maxvalue = 1 def __init__(self, kind, value, maxvalue, *, ctx): if ctx is None: ctx = context._default_context.get_context() self._is_fork_ctx = ctx.get_start_method() == 'fork' unlink_now = sys.platform == 'win32' or self._is_fork_ctx for i in range(100): try: > sl = self._semlock = _multiprocessing.SemLock( kind, value, maxvalue, self._make_name(), unlink_now) E PermissionError: [Errno 13] Permission denied /usr/lib/python3.12/multiprocessing/synchronize.py:57: PermissionError =========================== short test summary info ============================ FAILED affine/tests/test_pickle.py::test_with_multiprocessing - PermissionErr... ========================= 1 failed, 65 passed in 0.14s ========================= >>> ERROR: py3-affine: check failed >>> py3-affine: Uninstalling dependencies... (1/19) Purging .makedepends-py3-affine (20251012.144008) (2/19) Purging py3-flit-core-pyc (3.12.0-r0) (3/19) Purging py3-flit-core (3.12.0-r0) (4/19) Purging py3-gpep517-pyc (19-r0) (5/19) Purging py3-gpep517 (19-r0) (6/19) Purging py3-installer-pyc (0.7.0-r2) (7/19) Purging py3-installer (0.7.0-r2) (8/19) Purging py3-iniconfig-pyc (2.1.0-r0) (9/19) Purging py3-packaging-pyc (25.0-r0) (10/19) Purging py3-parsing-pyc (3.2.3-r0) (11/19) Purging py3-pluggy-pyc (1.5.0-r0) (12/19) Purging py3-py-pyc (1.11.0-r4) (13/19) Purging py3-pytest-pyc (8.3.5-r0) (14/19) Purging py3-pytest (8.3.5-r0) (15/19) Purging py3-iniconfig (2.1.0-r0) (16/19) Purging py3-packaging (25.0-r0) (17/19) Purging py3-parsing (3.2.3-r0) (18/19) Purging py3-pluggy (1.5.0-r0) (19/19) Purging py3-py (1.11.0-r4) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages