>>> py3-pycosat: Building testing/py3-pycosat 0.6.6-r3 (using abuild 3.17.0_rc2-r0) started Fri, 01 May 2026 17:23:56 +0000 >>> py3-pycosat: Validating /home/buildozer/aports/testing/py3-pycosat/APKBUILD... >>> py3-pycosat: Analyzing dependencies... >>> py3-pycosat: Installing for build: build-base python3-dev py3-setuptools py3-gpep517 ( 1/24) Installing libbz2 (1.0.8-r6) ( 2/24) Installing libffi (3.5.2-r1) ( 3/24) Installing gdbm (1.26-r0) ( 4/24) Installing xz-libs (5.8.3-r0) ( 5/24) Installing mpdecimal (4.0.1-r0) ( 6/24) Installing libpanelw (6.6_p20260404-r0) ( 7/24) Installing readline (8.3.3-r1) ( 8/24) Installing sqlite-libs (3.53.0-r0) ( 9/24) Installing python3 (3.14.3-r0) (10/24) Installing python3-pycache-pyc0 (3.14.3-r0) (11/24) Installing pyc (3.14.3-r0) (12/24) Installing python3-pyc (3.14.3-r0) (13/24) Installing python3-dev (3.14.3-r0) (14/24) Installing py3-parsing (3.3.2-r1) (15/24) Installing py3-parsing-pyc (3.3.2-r1) (16/24) Installing py3-packaging (26.2-r0) (17/24) Installing py3-packaging-pyc (26.2-r0) (18/24) Installing py3-setuptools (82.0.1-r1) (19/24) Installing py3-setuptools-pyc (82.0.1-r1) (20/24) Installing py3-installer (1.0.0-r0) (21/24) Installing py3-installer-pyc (1.0.0-r0) (22/24) Installing py3-gpep517 (19-r2) (23/24) Installing py3-gpep517-pyc (19-r2) (24/24) Installing .makedepends-py3-pycosat (20260501.172400) Executing busybox-1.37.0-r31.trigger OK: 721.7 MiB in 128 packages >>> py3-pycosat: Cleaning up srcdir >>> py3-pycosat: Cleaning up pkgdir >>> py3-pycosat: Cleaning up tmpdir >>> py3-pycosat: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pycosat-0.6.6.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-pycosat: Fetching https://github.com/conda/pycosat/archive/0.6.6/pycosat-0.6.6.tar.gz Connecting to github.com (140.82.121.3:443) Connecting to codeload.github.com (140.82.121.9:443) saving to '/var/cache/distfiles/edge/pycosat-0.6.6.tar.gz.part' pycosat-0.6.6.tar.gz 100% |********************************| 80928 0:00:00 ETA '/var/cache/distfiles/edge/pycosat-0.6.6.tar.gz.part' saved /var/cache/distfiles/edge/pycosat-0.6.6.tar.gz: OK /home/buildozer/aports/testing/py3-pycosat/musl-compat.patch: OK /home/buildozer/aports/testing/py3-pycosat/tests.patch: OK >>> py3-pycosat: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pycosat-0.6.6.tar.gz /var/cache/distfiles/edge/pycosat-0.6.6.tar.gz: OK /home/buildozer/aports/testing/py3-pycosat/musl-compat.patch: OK /home/buildozer/aports/testing/py3-pycosat/tests.patch: OK >>> py3-pycosat: Unpacking /var/cache/distfiles/edge/pycosat-0.6.6.tar.gz... >>> py3-pycosat: musl-compat.patch patching file picosat.c >>> py3-pycosat: tests.patch patching file test_pycosat.py 2026-05-01 17:24:08,278 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2026-05-01 17:24:08,368 root INFO running bdist_wheel 2026-05-01 17:24:08,426 root INFO running build 2026-05-01 17:24:08,427 root INFO running build_py 2026-05-01 17:24:08,439 root INFO creating build/lib.linux-riscv64-cpython-314 2026-05-01 17:24:08,441 root INFO copying test_pycosat.py -> build/lib.linux-riscv64-cpython-314 2026-05-01 17:24:08,442 root INFO running build_ext 2026-05-01 17:24:08,450 root INFO building 'pycosat' extension 2026-05-01 17:24:08,451 root INFO creating build/temp.linux-riscv64-cpython-314 2026-05-01 17:24:08,452 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c pycosat.c -o build/temp.linux-riscv64-cpython-314/pycosat.o In file included from picosat.c:26, from pycosat.c:19: picosat.c: In function 'fixvar': picosat.c:1943:23: warning: comparison between pointer and zero character constant [-Wpointer-compare] 1943 | assert (VAR2LIT (v) != UNDEF); | ^~ picosat.c:180:20: note: did you mean to dereference the pointer? 180 | #define VAR2LIT(v) (ps->lits + 2 * ((v) - ps->vars)) | ^ picosat.c:1943:11: note: in expansion of macro 'VAR2LIT' 1943 | assert (VAR2LIT (v) != UNDEF); | ^~~~~~~ 2026-05-01 17:24:23,489 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-riscv64-cpython-314/pycosat.o -L/usr/lib -o build/lib.linux-riscv64-cpython-314/pycosat.cpython-314-riscv64-linux-musl.so 2026-05-01 17:24:23,596 root INFO installing to build/bdist.linux-riscv64/wheel 2026-05-01 17:24:23,597 root INFO running install 2026-05-01 17:24:23,635 root INFO running install_lib 2026-05-01 17:24:23,647 root INFO creating build/bdist.linux-riscv64/wheel 2026-05-01 17:24:23,648 root INFO copying build/lib.linux-riscv64-cpython-314/pycosat.cpython-314-riscv64-linux-musl.so -> build/bdist.linux-riscv64/wheel/. 2026-05-01 17:24:23,651 root INFO copying build/lib.linux-riscv64-cpython-314/test_pycosat.py -> build/bdist.linux-riscv64/wheel/. 2026-05-01 17:24:23,652 root INFO running install_egg_info 2026-05-01 17:24:23,667 root INFO running egg_info 2026-05-01 17:24:23,675 root INFO creating pycosat.egg-info 2026-05-01 17:24:23,676 root INFO writing pycosat.egg-info/PKG-INFO 2026-05-01 17:24:23,678 root INFO writing dependency_links to pycosat.egg-info/dependency_links.txt 2026-05-01 17:24:23,680 root INFO writing top-level names to pycosat.egg-info/top_level.txt 2026-05-01 17:24:23,681 root INFO writing manifest file 'pycosat.egg-info/SOURCES.txt' 2026-05-01 17:24:23,692 root INFO reading manifest file 'pycosat.egg-info/SOURCES.txt' 2026-05-01 17:24:23,694 root INFO reading manifest template 'MANIFEST.in' 2026-05-01 17:24:23,695 root WARNING warning: no files found matching 'setup.h' 2026-05-01 17:24:23,697 root INFO adding license file 'LICENSE' 2026-05-01 17:24:23,697 root INFO adding license file 'AUTHORS.md' 2026-05-01 17:24:23,700 root INFO writing manifest file 'pycosat.egg-info/SOURCES.txt' 2026-05-01 17:24:23,701 root INFO Copying pycosat.egg-info to build/bdist.linux-riscv64/wheel/./pycosat-0.6.6-py3.14.egg-info 2026-05-01 17:24:23,706 root INFO running install_scripts 2026-05-01 17:24:23,735 root INFO creating build/bdist.linux-riscv64/wheel/pycosat-0.6.6.dist-info/WHEEL 2026-05-01 17:24:23,737 wheel INFO creating '/home/buildozer/aports/testing/py3-pycosat/src/pycosat-0.6.6/.dist/.tmp-p438v4kz/pycosat-0.6.6-cp314-cp314-linux_riscv64.whl' and adding 'build/bdist.linux-riscv64/wheel' to it 2026-05-01 17:24:23,740 wheel INFO adding 'pycosat.cpython-314-riscv64-linux-musl.so' 2026-05-01 17:24:23,743 wheel INFO adding 'test_pycosat.py' 2026-05-01 17:24:23,745 wheel INFO adding 'pycosat-0.6.6.dist-info/licenses/AUTHORS.md' 2026-05-01 17:24:23,746 wheel INFO adding 'pycosat-0.6.6.dist-info/licenses/LICENSE' 2026-05-01 17:24:23,747 wheel INFO adding 'pycosat-0.6.6.dist-info/METADATA' 2026-05-01 17:24:23,748 wheel INFO adding 'pycosat-0.6.6.dist-info/WHEEL' 2026-05-01 17:24:23,749 wheel INFO adding 'pycosat-0.6.6.dist-info/top_level.txt' 2026-05-01 17:24:23,750 wheel INFO adding 'pycosat-0.6.6.dist-info/RECORD' 2026-05-01 17:24:23,751 root INFO removing build/bdist.linux-riscv64/wheel 2026-05-01 17:24:23,754 gpep517 INFO The backend produced .dist/pycosat-0.6.6-cp314-cp314-linux_riscv64.whl pycosat-0.6.6-cp314-cp314-linux_riscv64.whl .............................. ---------------------------------------------------------------------- Ran 30 tests in 0.019s OK sys.prefix: /home/buildozer/aports/testing/py3-pycosat/src/pycosat-0.6.6/.testenv sys.version: 3.14.3 (main, Mar 27 2026, 19:39:08) [GCC 15.2.0] pycosat version: '0.6.6' >>> py3-pycosat: Entering fakeroot... 2026-05-01 17:24:25,920 gpep517 INFO Installing .dist/pycosat-0.6.6-cp314-cp314-linux_riscv64.whl into /home/buildozer/aports/testing/py3-pycosat/pkg/py3-pycosat 2026-05-01 17:24:25,992 gpep517 INFO Installation complete >>> py3-pycosat*: Running postcheck for py3-pycosat >>> WARNING: py3-pycosat*: Found __pycache__ but package name doesn't end with -pyc >>> py3-pycosat*: Preparing package py3-pycosat... >>> py3-pycosat*: Stripping binaries >>> py3-pycosat*: Scanning shared objects >>> py3-pycosat*: Tracing dependencies... python3~3.14 so:libc.musl-riscv64.so.1 >>> py3-pycosat*: Package size: 112.2 KB >>> py3-pycosat*: Compressing data... >>> py3-pycosat*: Create checksum... >>> py3-pycosat*: Create py3-pycosat-0.6.6-r3.apk >>> py3-pycosat: Build complete at Fri, 01 May 2026 17:24:26 +0000 elapsed time 0h 0m 30s >>> py3-pycosat: Cleaning up srcdir >>> py3-pycosat: Cleaning up pkgdir >>> py3-pycosat: Cleaning up tmpdir >>> py3-pycosat: Uninstalling dependencies... ( 1/24) Purging .makedepends-py3-pycosat (20260501.172400) ( 2/24) Purging python3-dev (3.14.3-r0) ( 3/24) Purging py3-setuptools-pyc (82.0.1-r1) ( 4/24) Purging py3-setuptools (82.0.1-r1) ( 5/24) Purging py3-packaging-pyc (26.2-r0) ( 6/24) Purging py3-packaging (26.2-r0) ( 7/24) Purging py3-parsing-pyc (3.3.2-r1) ( 8/24) Purging py3-parsing (3.3.2-r1) ( 9/24) Purging py3-gpep517-pyc (19-r2) (10/24) Purging py3-gpep517 (19-r2) (11/24) Purging py3-installer-pyc (1.0.0-r0) (12/24) Purging py3-installer (1.0.0-r0) (13/24) Purging python3-pyc (3.14.3-r0) (14/24) Purging python3-pycache-pyc0 (3.14.3-r0) (15/24) Purging pyc (3.14.3-r0) (16/24) Purging python3 (3.14.3-r0) (17/24) Purging gdbm (1.26-r0) (18/24) Purging libbz2 (1.0.8-r6) (19/24) Purging libffi (3.5.2-r1) (20/24) Purging libpanelw (6.6_p20260404-r0) (21/24) Purging mpdecimal (4.0.1-r0) (22/24) Purging readline (8.3.3-r1) (23/24) Purging sqlite-libs (3.53.0-r0) (24/24) Purging xz-libs (5.8.3-r0) Executing busybox-1.37.0-r31.trigger OK: 390.8 MiB in 104 packages >>> py3-pycosat: Updating the testing/riscv64 repository index... >>> py3-pycosat: Signing the index...