>>> micropython: Building community/micropython 1.24.1-r0 (using abuild 3.15.0-r0) started Sat, 11 Oct 2025 16:56:19 +0000 >>> micropython: Validating /home/udu/aports/community/micropython/APKBUILD... >>> micropython: Analyzing dependencies... >>> micropython: Installing for build: build-base libffi-dev python3 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/3) Installing linux-headers (6.14.2-r0) (2/3) Installing libffi-dev (3.4.8-r0) (3/3) Installing .makedepends-micropython (20251011.165620) OK: 302 MiB in 92 packages >>> micropython: Cleaning up srcdir >>> micropython: Cleaning up pkgdir >>> micropython: Cleaning up tmpdir >>> micropython: Fetching micropython-1.24.1.tar.gz::https://github.com/micropython/micropython/archive/refs/tags/v1.24.1.tar.gz >>> micropython: Fetching micropython-lib-1.24.0.tar.gz::https://github.com/micropython/micropython-lib/archive/refs/tags/v1.24.0.tar.gz >>> micropython: Fetching micropython-1.24.1.tar.gz::https://github.com/micropython/micropython/archive/refs/tags/v1.24.1.tar.gz >>> micropython: Fetching micropython-lib-1.24.0.tar.gz::https://github.com/micropython/micropython-lib/archive/refs/tags/v1.24.0.tar.gz >>> micropython: Checking sha512sums... micropython-1.24.1.tar.gz: OK micropython-lib-1.24.0.tar.gz: OK micropython-prevent-stripping.patch: OK no_ssl.patch: OK no_legacy_berkeley_db.patch: OK no-werror.patch: OK >>> micropython: Unpacking /var/cache/distfiles/micropython-1.24.1.tar.gz... >>> micropython: Unpacking /var/cache/distfiles/micropython-lib-1.24.0.tar.gz... >>> micropython: micropython-prevent-stripping.patch patching file py/mkenv.mk patching file py/mkrules.mk >>> micropython: no_ssl.patch patching file ports/unix/mpconfigport.mk >>> micropython: no_legacy_berkeley_db.patch patching file ports/unix/mpconfigport.mk >>> micropython: no-werror.patch patching file ports/unix/Makefile make: Entering directory '/home/udu/aports/community/micropython/src/micropython-1.24.1/mpy-cross' Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. mkdir -p build/genhdr mkdir -p build/py/ mkdir -p build/shared/runtime/ makeversionhdr.py: Warning: No git repo or tag info available, falling back to mpconfig.h version info. /home/udu/aports/community/micropython/src/micropython-1.24.1/mpy-cross/../py/makeversionhdr.py:120: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC). build_date = datetime.datetime.utcfromtimestamp( GEN build/genhdr/mpversion.h GEN build/genhdr/qstr.i.last Traceback (most recent call last): File "/home/udu/aports/community/micropython/src/micropython-1.24.1/mpy-cross/../py/makeqstrdefs.py", line 213, in preprocess() File "/home/udu/aports/community/micropython/src/micropython-1.24.1/mpy-cross/../py/makeqstrdefs.py", line 75, in preprocess p = multiprocessing.dummy.Pool(cpus) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/multiprocessing/dummy/__init__.py", line 124, in Pool return ThreadPool(processes, initializer, initargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/multiprocessing/pool.py", line 930, in __init__ Pool.__init__(self, processes, initializer, initargs) File "/usr/lib/python3.12/multiprocessing/pool.py", line 196, in __init__ self._change_notifier = self._ctx.SimpleQueue() ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/multiprocessing/context.py", line 113, in SimpleQueue return SimpleQueue(ctx=self.get_context()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/multiprocessing/queues.py", line 363, in __init__ self._rlock = ctx.Lock() ^^^^^^^^^^ File "/usr/lib/python3.12/multiprocessing/context.py", line 68, in Lock return Lock(ctx=self.get_context()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/multiprocessing/synchronize.py", line 169, in __init__ SemLock.__init__(self, SEMAPHORE, 1, 1, ctx=ctx) File "/usr/lib/python3.12/multiprocessing/synchronize.py", line 57, in __init__ sl = self._semlock = _multiprocessing.SemLock( ^^^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 13] Permission denied make: *** [../py/mkrules.mk:122: build/genhdr/qstr.i.last] Error 1 make: Leaving directory '/home/udu/aports/community/micropython/src/micropython-1.24.1/mpy-cross' >>> ERROR: micropython: build failed >>> micropython: Uninstalling dependencies... (1/3) Purging .makedepends-micropython (20251011.165620) (2/3) Purging libffi-dev (3.4.8-r0) (3/3) Purging linux-headers (6.14.2-r0) OK: 296 MiB in 89 packages