>>> py3-cparser: Building main/py3-cparser 2.23-r0 (using abuild 3.16.0-r0) started Thu, 08 Jan 2026 21:00:01 +0000 >>> py3-cparser: Validating /home/buildozer/aports/main/py3-cparser/APKBUILD... >>> py3-cparser: Analyzing dependencies... >>> py3-cparser: Installing for build: build-base python3 py3-gpep517 py3-setuptools py3-wheel py3-pytest ( 1/34) Installing libbz2 (1.0.8-r6) ( 2/34) Installing libffi (3.5.2-r0) ( 3/34) Installing gdbm (1.26-r0) ( 4/34) Installing xz-libs (5.8.1-r0) ( 5/34) Installing mpdecimal (4.0.1-r0) ( 6/34) Installing libpanelw (6.6_p20251231-r0) ( 7/34) Installing sqlite-libs (3.51.1-r0) ( 8/34) Installing python3 (3.12.12-r0) ( 9/34) Installing python3-pycache-pyc0 (3.12.12-r0) (10/34) Installing pyc (3.12.12-r0) (11/34) Installing python3-pyc (3.12.12-r0) (12/34) Installing py3-installer (0.7.0-r2) (13/34) Installing py3-installer-pyc (0.7.0-r2) (14/34) Installing py3-gpep517 (19-r1) (15/34) Installing py3-gpep517-pyc (19-r1) (16/34) Installing py3-parsing (3.2.3-r0) (17/34) Installing py3-parsing-pyc (3.2.3-r0) (18/34) Installing py3-packaging (25.0-r0) (19/34) Installing py3-packaging-pyc (25.0-r0) (20/34) Installing py3-setuptools (80.9.0-r2) (21/34) Installing py3-setuptools-pyc (80.9.0-r2) (22/34) Installing py3-wheel (0.46.1-r0) (23/34) Installing py3-wheel-pyc (0.46.1-r0) (24/34) Installing py3-iniconfig (2.3.0-r0) (25/34) Installing py3-iniconfig-pyc (2.3.0-r0) (26/34) Installing py3-pluggy (1.6.0-r0) (27/34) Installing py3-pluggy-pyc (1.6.0-r0) (28/34) Installing py3-py (1.11.0-r4) (29/34) Installing py3-py-pyc (1.11.0-r4) (30/34) Installing py3-pygments (2.19.2-r0) (31/34) Installing py3-pygments-pyc (2.19.2-r0) (32/34) Installing py3-pytest (9.0.2-r0) (33/34) Installing py3-pytest-pyc (9.0.2-r0) (34/34) Installing .makedepends-py3-cparser (20260108.210002) Executing busybox-1.37.0-r30.trigger OK: 484.0 MiB in 139 packages >>> py3-cparser: Cleaning up srcdir >>> py3-cparser: Cleaning up pkgdir >>> py3-cparser: Cleaning up tmpdir >>> py3-cparser: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pycparser-2.23.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> py3-cparser: Fetching https://files.pythonhosted.org/packages/source/p/pycparser/pycparser-2.23.tar.gz Connecting to files.pythonhosted.org (151.101.192.223:443) Connecting to files.pythonhosted.org (151.101.192.223:443) saving to '/var/cache/distfiles/edge/pycparser-2.23.tar.gz.part' pycparser-2.23.tar.g 100% |********************************| 169k 0:00:00 ETA '/var/cache/distfiles/edge/pycparser-2.23.tar.gz.part' saved /var/cache/distfiles/edge/pycparser-2.23.tar.gz: OK >>> py3-cparser: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pycparser-2.23.tar.gz /var/cache/distfiles/edge/pycparser-2.23.tar.gz: OK >>> py3-cparser: Unpacking /var/cache/distfiles/edge/pycparser-2.23.tar.gz... 2026-01-08 21:00:03,689 gpep517 INFO Building wheel via backend setuptools.build_meta:__legacy__ /usr/lib/python3.12/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() 2026-01-08 21:00:03,718 root INFO running bdist_wheel 2026-01-08 21:00:03,740 root INFO running build 2026-01-08 21:00:03,741 root INFO running build_py 2026-01-08 21:00:03,746 root INFO creating build/lib/pycparser 2026-01-08 21:00:03,746 root INFO copying pycparser/yacctab.py -> build/lib/pycparser 2026-01-08 21:00:03,747 root INFO copying pycparser/__init__.py -> build/lib/pycparser 2026-01-08 21:00:03,748 root INFO copying pycparser/c_ast.py -> build/lib/pycparser 2026-01-08 21:00:03,748 root INFO copying pycparser/c_lexer.py -> build/lib/pycparser 2026-01-08 21:00:03,748 root INFO copying pycparser/plyparser.py -> build/lib/pycparser 2026-01-08 21:00:03,749 root INFO copying pycparser/_ast_gen.py -> build/lib/pycparser 2026-01-08 21:00:03,749 root INFO copying pycparser/c_parser.py -> build/lib/pycparser 2026-01-08 21:00:03,749 root INFO copying pycparser/_build_tables.py -> build/lib/pycparser 2026-01-08 21:00:03,750 root INFO copying pycparser/c_generator.py -> build/lib/pycparser 2026-01-08 21:00:03,750 root INFO copying pycparser/lextab.py -> build/lib/pycparser 2026-01-08 21:00:03,750 root INFO copying pycparser/ast_transforms.py -> build/lib/pycparser 2026-01-08 21:00:03,751 root INFO creating build/lib/pycparser/ply 2026-01-08 21:00:03,751 root INFO copying pycparser/ply/lex.py -> build/lib/pycparser/ply 2026-01-08 21:00:03,752 root INFO copying pycparser/ply/__init__.py -> build/lib/pycparser/ply 2026-01-08 21:00:03,752 root INFO copying pycparser/ply/ygen.py -> build/lib/pycparser/ply 2026-01-08 21:00:03,752 root INFO copying pycparser/ply/ctokens.py -> build/lib/pycparser/ply 2026-01-08 21:00:03,753 root INFO copying pycparser/ply/cpp.py -> build/lib/pycparser/ply 2026-01-08 21:00:03,753 root INFO copying pycparser/ply/yacc.py -> build/lib/pycparser/ply 2026-01-08 21:00:03,754 root INFO copying pycparser/_c_ast.cfg -> build/lib/pycparser 2026-01-08 21:00:03,760 root INFO installing to build/bdist.linux-i686/wheel 2026-01-08 21:00:03,760 root INFO running install 2026-01-08 21:00:03,771 root INFO running install_lib 2026-01-08 21:00:03,776 root INFO creating build/bdist.linux-i686/wheel 2026-01-08 21:00:03,777 root INFO creating build/bdist.linux-i686/wheel/pycparser 2026-01-08 21:00:03,777 root INFO copying build/lib/pycparser/yacctab.py -> build/bdist.linux-i686/wheel/./pycparser 2026-01-08 21:00:03,777 root INFO copying build/lib/pycparser/__init__.py -> build/bdist.linux-i686/wheel/./pycparser 2026-01-08 21:00:03,778 root INFO copying build/lib/pycparser/c_ast.py -> build/bdist.linux-i686/wheel/./pycparser 2026-01-08 21:00:03,778 root INFO copying build/lib/pycparser/c_lexer.py -> build/bdist.linux-i686/wheel/./pycparser 2026-01-08 21:00:03,778 root INFO copying build/lib/pycparser/plyparser.py -> build/bdist.linux-i686/wheel/./pycparser 2026-01-08 21:00:03,778 root INFO copying build/lib/pycparser/_c_ast.cfg -> build/bdist.linux-i686/wheel/./pycparser 2026-01-08 21:00:03,779 root INFO copying build/lib/pycparser/_ast_gen.py -> build/bdist.linux-i686/wheel/./pycparser 2026-01-08 21:00:03,779 root INFO copying build/lib/pycparser/c_parser.py -> build/bdist.linux-i686/wheel/./pycparser 2026-01-08 21:00:03,779 root INFO copying build/lib/pycparser/_build_tables.py -> build/bdist.linux-i686/wheel/./pycparser 2026-01-08 21:00:03,780 root INFO copying build/lib/pycparser/c_generator.py -> build/bdist.linux-i686/wheel/./pycparser 2026-01-08 21:00:03,780 root INFO copying build/lib/pycparser/lextab.py -> build/bdist.linux-i686/wheel/./pycparser 2026-01-08 21:00:03,780 root INFO copying build/lib/pycparser/ast_transforms.py -> build/bdist.linux-i686/wheel/./pycparser 2026-01-08 21:00:03,780 root INFO creating build/bdist.linux-i686/wheel/pycparser/ply 2026-01-08 21:00:03,780 root INFO copying build/lib/pycparser/ply/lex.py -> build/bdist.linux-i686/wheel/./pycparser/ply 2026-01-08 21:00:03,781 root INFO copying build/lib/pycparser/ply/__init__.py -> build/bdist.linux-i686/wheel/./pycparser/ply 2026-01-08 21:00:03,781 root INFO copying build/lib/pycparser/ply/ygen.py -> build/bdist.linux-i686/wheel/./pycparser/ply 2026-01-08 21:00:03,781 root INFO copying build/lib/pycparser/ply/ctokens.py -> build/bdist.linux-i686/wheel/./pycparser/ply 2026-01-08 21:00:03,781 root INFO copying build/lib/pycparser/ply/cpp.py -> build/bdist.linux-i686/wheel/./pycparser/ply 2026-01-08 21:00:03,782 root INFO copying build/lib/pycparser/ply/yacc.py -> build/bdist.linux-i686/wheel/./pycparser/ply 2026-01-08 21:00:03,782 root INFO running install_egg_info 2026-01-08 21:00:03,787 root INFO running egg_info 2026-01-08 21:00:03,791 root INFO writing pycparser.egg-info/PKG-INFO 2026-01-08 21:00:03,792 root INFO writing dependency_links to pycparser.egg-info/dependency_links.txt 2026-01-08 21:00:03,792 root INFO writing top-level names to pycparser.egg-info/top_level.txt 2026-01-08 21:00:03,798 root INFO reading manifest file 'pycparser.egg-info/SOURCES.txt' 2026-01-08 21:00:03,802 root INFO reading manifest template 'MANIFEST.in' 2026-01-08 21:00:03,812 root WARNING warning: no previously-included files found matching 'setup.pyc' 2026-01-08 21:00:03,812 root WARNING warning: no previously-included files matching 'yacctab.*' found under directory 'tests' 2026-01-08 21:00:03,813 root WARNING warning: no previously-included files matching 'lextab.*' found under directory 'tests' 2026-01-08 21:00:03,813 root WARNING warning: no previously-included files matching 'yacctab.*' found under directory 'examples' 2026-01-08 21:00:03,813 root WARNING warning: no previously-included files matching 'lextab.*' found under directory 'examples' 2026-01-08 21:00:03,813 root INFO adding license file 'LICENSE' 2026-01-08 21:00:03,818 root INFO writing manifest file 'pycparser.egg-info/SOURCES.txt' 2026-01-08 21:00:03,818 root INFO Copying pycparser.egg-info to build/bdist.linux-i686/wheel/./pycparser-2.23-py3.12.egg-info 2026-01-08 21:00:03,819 root INFO running install_scripts 2026-01-08 21:00:03,819 root INFO Build the lexing/parsing tables 2026-01-08 21:00:04,281 root INFO creating build/bdist.linux-i686/wheel/pycparser-2.23.dist-info/WHEEL 2026-01-08 21:00:04,282 wheel INFO creating '/home/buildozer/aports/main/py3-cparser/src/pycparser-2.23/.dist/.tmp-atsoii4_/pycparser-2.23-py3-none-any.whl' and adding 'build/bdist.linux-i686/wheel' to it 2026-01-08 21:00:04,282 wheel INFO adding 'pycparser/__init__.py' 2026-01-08 21:00:04,283 wheel INFO adding 'pycparser/_ast_gen.py' 2026-01-08 21:00:04,283 wheel INFO adding 'pycparser/_build_tables.py' 2026-01-08 21:00:04,283 wheel INFO adding 'pycparser/_c_ast.cfg' 2026-01-08 21:00:04,283 wheel INFO adding 'pycparser/ast_transforms.py' 2026-01-08 21:00:04,284 wheel INFO adding 'pycparser/c_ast.py' 2026-01-08 21:00:04,284 wheel INFO adding 'pycparser/c_generator.py' 2026-01-08 21:00:04,284 wheel INFO adding 'pycparser/c_lexer.py' 2026-01-08 21:00:04,285 wheel INFO adding 'pycparser/c_parser.py' 2026-01-08 21:00:04,285 wheel INFO adding 'pycparser/lextab.py' 2026-01-08 21:00:04,286 wheel INFO adding 'pycparser/plyparser.py' 2026-01-08 21:00:04,286 wheel INFO adding 'pycparser/yacctab.py' 2026-01-08 21:00:04,287 wheel INFO adding 'pycparser/ply/__init__.py' 2026-01-08 21:00:04,288 wheel INFO adding 'pycparser/ply/cpp.py' 2026-01-08 21:00:04,288 wheel INFO adding 'pycparser/ply/ctokens.py' 2026-01-08 21:00:04,288 wheel INFO adding 'pycparser/ply/lex.py' 2026-01-08 21:00:04,289 wheel INFO adding 'pycparser/ply/yacc.py' 2026-01-08 21:00:04,290 wheel INFO adding 'pycparser/ply/ygen.py' 2026-01-08 21:00:04,290 wheel INFO adding 'pycparser-2.23.dist-info/licenses/LICENSE' 2026-01-08 21:00:04,290 wheel INFO adding 'pycparser-2.23.dist-info/METADATA' 2026-01-08 21:00:04,290 wheel INFO adding 'pycparser-2.23.dist-info/WHEEL' 2026-01-08 21:00:04,291 wheel INFO adding 'pycparser-2.23.dist-info/top_level.txt' 2026-01-08 21:00:04,291 wheel INFO adding 'pycparser-2.23.dist-info/RECORD' 2026-01-08 21:00:04,291 root INFO removing build/bdist.linux-i686/wheel 2026-01-08 21:00:04,292 gpep517 INFO The backend produced .dist/pycparser-2.23-py3-none-any.whl pycparser-2.23-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.12, pytest-9.0.2, pluggy-1.6.0 rootdir: /home/buildozer/aports/main/py3-cparser/src/pycparser-2.23 collected 133 items tests/test_c_ast.py ...... [ 4%] tests/test_c_generator.py .......................................... [ 36%] tests/test_c_lexer.py ..................... [ 51%] tests/test_c_parser.py ................................................. [ 88%] ......... [ 95%] tests/test_examples.py . [ 96%] tests/test_general.py ..... [100%] ============================= 133 passed in 3.44s ============================== >>> py3-cparser: Entering fakeroot... >>> py3-cparser-pyc*: Running split function pyc... libfakeroot internal error: payload not recognized! 'usr/lib/python3.12/site-packages/pycparser/__pycache__' -> '/home/buildozer/aports/main/py3-cparser/pkg/py3-cparser-pyc/usr/lib/python3.12/site-packages/pycparser/__pycache__' 'usr/lib/python3.12/site-packages/pycparser/ply/__pycache__' -> '/home/buildozer/aports/main/py3-cparser/pkg/py3-cparser-pyc/usr/lib/python3.12/site-packages/pycparser/ply/__pycache__' >>> py3-cparser-pyc*: Preparing subpackage py3-cparser-pyc... >>> py3-cparser-pyc*: Running postcheck for py3-cparser-pyc >>> py3-cparser*: Running postcheck for py3-cparser >>> py3-cparser*: Preparing package py3-cparser... >>> py3-cparser-pyc*: Tracing dependencies... python3~3.12 >>> py3-cparser-pyc*: Package size: 579.4 KB >>> py3-cparser-pyc*: Compressing data... >>> py3-cparser-pyc*: Create checksum... >>> py3-cparser-pyc*: Create py3-cparser-pyc-2.23-r0.apk >>> py3-cparser*: Tracing dependencies... python3 python3~3.12 >>> py3-cparser*: Package size: 602.9 KB >>> py3-cparser*: Compressing data... >>> py3-cparser*: Create checksum... >>> py3-cparser*: Create py3-cparser-2.23-r0.apk >>> py3-cparser: Build complete at Thu, 08 Jan 2026 21:00:09 +0000 elapsed time 0h 0m 8s >>> py3-cparser: Cleaning up srcdir >>> py3-cparser: Cleaning up pkgdir >>> py3-cparser: Uninstalling dependencies... ( 1/34) Purging .makedepends-py3-cparser (20260108.210002) ( 2/34) Purging py3-gpep517-pyc (19-r1) ( 3/34) Purging py3-gpep517 (19-r1) ( 4/34) Purging py3-installer-pyc (0.7.0-r2) ( 5/34) Purging py3-installer (0.7.0-r2) ( 6/34) Purging py3-setuptools-pyc (80.9.0-r2) ( 7/34) Purging py3-setuptools (80.9.0-r2) ( 8/34) Purging py3-wheel-pyc (0.46.1-r0) ( 9/34) Purging py3-wheel (0.46.1-r0) (10/34) Purging py3-pytest-pyc (9.0.2-r0) (11/34) Purging py3-pytest (9.0.2-r0) (12/34) Purging py3-iniconfig-pyc (2.3.0-r0) (13/34) Purging py3-iniconfig (2.3.0-r0) (14/34) Purging py3-packaging-pyc (25.0-r0) (15/34) Purging py3-packaging (25.0-r0) (16/34) Purging py3-parsing-pyc (3.2.3-r0) (17/34) Purging py3-parsing (3.2.3-r0) (18/34) Purging py3-pluggy-pyc (1.6.0-r0) (19/34) Purging py3-pluggy (1.6.0-r0) (20/34) Purging py3-py-pyc (1.11.0-r4) (21/34) Purging py3-py (1.11.0-r4) (22/34) Purging py3-pygments-pyc (2.19.2-r0) (23/34) Purging py3-pygments (2.19.2-r0) (24/34) Purging python3-pyc (3.12.12-r0) (25/34) Purging python3-pycache-pyc0 (3.12.12-r0) (26/34) Purging pyc (3.12.12-r0) (27/34) Purging python3 (3.12.12-r0) (28/34) Purging gdbm (1.26-r0) (29/34) Purging libbz2 (1.0.8-r6) (30/34) Purging libffi (3.5.2-r0) (31/34) Purging libpanelw (6.6_p20251231-r0) (32/34) Purging mpdecimal (4.0.1-r0) (33/34) Purging sqlite-libs (3.51.1-r0) (34/34) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r30.trigger OK: 426.4 MiB in 105 packages >>> py3-cparser: Updating the main/x86 repository index... >>> py3-cparser: Signing the index...