>>> py3-pycosat: Building testing/py3-pycosat 0.6.6-r3 (using abuild 3.17.0_rc2-r0) started Fri, 01 May 2026 18:07:09 +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.180710) Executing busybox-1.37.0-r31.trigger OK: 556.3 MiB in 129 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 (20.26.156.215:443) Connecting to codeload.github.com (20.26.156.216: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 18:07:13,290 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ 2026-05-01 18:07:13,302 root INFO running bdist_wheel 2026-05-01 18:07:13,311 root INFO running build 2026-05-01 18:07:13,311 root INFO running build_py 2026-05-01 18:07:13,313 root INFO creating build/lib.linux-s390x-cpython-314 2026-05-01 18:07:13,313 root INFO copying test_pycosat.py -> build/lib.linux-s390x-cpython-314 2026-05-01 18:07:13,313 root INFO running build_ext 2026-05-01 18:07:13,314 root INFO building 'pycosat' extension 2026-05-01 18:07:13,314 root INFO creating build/temp.linux-s390x-cpython-314 2026-05-01 18:07:13,315 root INFO cc -Os -fstack-clash-protection -Wformat -Werror=format-security -fPIC -I/usr/include/python3.14 -c pycosat.c -o build/temp.linux-s390x-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 18:07:15,438 root INFO cc -shared -Wl,--as-needed,-O1,--sort-common -Os -fstack-clash-protection -Wformat -Werror=format-security build/temp.linux-s390x-cpython-314/pycosat.o -L/usr/lib -o build/lib.linux-s390x-cpython-314/pycosat.cpython-314-s390x-linux-musl.so 2026-05-01 18:07:15,450 root INFO installing to build/bdist.linux-s390x/wheel 2026-05-01 18:07:15,450 root INFO running install 2026-05-01 18:07:15,456 root INFO running install_lib 2026-05-01 18:07:15,458 root INFO creating build/bdist.linux-s390x/wheel 2026-05-01 18:07:15,458 root INFO copying build/lib.linux-s390x-cpython-314/test_pycosat.py -> build/bdist.linux-s390x/wheel/. 2026-05-01 18:07:15,458 root INFO copying build/lib.linux-s390x-cpython-314/pycosat.cpython-314-s390x-linux-musl.so -> build/bdist.linux-s390x/wheel/. 2026-05-01 18:07:15,459 root INFO running install_egg_info 2026-05-01 18:07:15,460 root INFO running egg_info 2026-05-01 18:07:15,462 root INFO creating pycosat.egg-info 2026-05-01 18:07:15,462 root INFO writing pycosat.egg-info/PKG-INFO 2026-05-01 18:07:15,462 root INFO writing dependency_links to pycosat.egg-info/dependency_links.txt 2026-05-01 18:07:15,462 root INFO writing top-level names to pycosat.egg-info/top_level.txt 2026-05-01 18:07:15,462 root INFO writing manifest file 'pycosat.egg-info/SOURCES.txt' 2026-05-01 18:07:15,464 root INFO reading manifest file 'pycosat.egg-info/SOURCES.txt' 2026-05-01 18:07:15,464 root INFO reading manifest template 'MANIFEST.in' 2026-05-01 18:07:15,464 root WARNING warning: no files found matching 'setup.h' 2026-05-01 18:07:15,464 root INFO adding license file 'LICENSE' 2026-05-01 18:07:15,464 root INFO adding license file 'AUTHORS.md' 2026-05-01 18:07:15,465 root INFO writing manifest file 'pycosat.egg-info/SOURCES.txt' 2026-05-01 18:07:15,465 root INFO Copying pycosat.egg-info to build/bdist.linux-s390x/wheel/./pycosat-0.6.6-py3.14.egg-info 2026-05-01 18:07:15,466 root INFO running install_scripts 2026-05-01 18:07:15,469 root INFO creating build/bdist.linux-s390x/wheel/pycosat-0.6.6.dist-info/WHEEL 2026-05-01 18:07:15,469 wheel INFO creating '/home/buildozer/aports/testing/py3-pycosat/src/pycosat-0.6.6/.dist/.tmp-mmc07yfy/pycosat-0.6.6-cp314-cp314-linux_s390x.whl' and adding 'build/bdist.linux-s390x/wheel' to it 2026-05-01 18:07:15,470 wheel INFO adding 'pycosat.cpython-314-s390x-linux-musl.so' 2026-05-01 18:07:15,470 wheel INFO adding 'test_pycosat.py' 2026-05-01 18:07:15,470 wheel INFO adding 'pycosat-0.6.6.dist-info/licenses/AUTHORS.md' 2026-05-01 18:07:15,470 wheel INFO adding 'pycosat-0.6.6.dist-info/licenses/LICENSE' 2026-05-01 18:07:15,471 wheel INFO adding 'pycosat-0.6.6.dist-info/METADATA' 2026-05-01 18:07:15,471 wheel INFO adding 'pycosat-0.6.6.dist-info/WHEEL' 2026-05-01 18:07:15,471 wheel INFO adding 'pycosat-0.6.6.dist-info/top_level.txt' 2026-05-01 18:07:15,471 wheel INFO adding 'pycosat-0.6.6.dist-info/RECORD' 2026-05-01 18:07:15,471 root INFO removing build/bdist.linux-s390x/wheel 2026-05-01 18:07:15,471 gpep517 INFO The backend produced .dist/pycosat-0.6.6-cp314-cp314-linux_s390x.whl pycosat-0.6.6-cp314-cp314-linux_s390x.whl .............................. ---------------------------------------------------------------------- Ran 30 tests in 0.003s 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 18:07:15,843 gpep517 INFO Installing .dist/pycosat-0.6.6-cp314-cp314-linux_s390x.whl into /home/buildozer/aports/testing/py3-pycosat/pkg/py3-pycosat 2026-05-01 18:07:15,855 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-s390x.so.1 >>> py3-pycosat*: Package size: 132.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 18:07:15 +0000 elapsed time 0h 0m 6s >>> py3-pycosat: Cleaning up srcdir >>> py3-pycosat: Cleaning up pkgdir >>> py3-pycosat: Uninstalling dependencies... ( 1/24) Purging .makedepends-py3-pycosat (20260501.180710) ( 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: 385.9 MiB in 105 packages >>> py3-pycosat: Updating the testing/s390x repository index... >>> py3-pycosat: Signing the index...