>>> py3-cparser: Building main/py3-cparser 2.22-r1 (using abuild 3.15.0-r0) started Fri, 19 Sep 2025 13:08:02 +0000 >>> py3-cparser: Validating /home/udu/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 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/21) Installing py3-installer (0.7.0-r2) (2/21) Installing py3-installer-pyc (0.7.0-r2) (3/21) Installing py3-gpep517 (19-r0) (4/21) Installing py3-gpep517-pyc (19-r0) (5/21) Installing py3-parsing (3.2.3-r0) (6/21) Installing py3-parsing-pyc (3.2.3-r0) (7/21) Installing py3-packaging (25.0-r0) (8/21) Installing py3-packaging-pyc (25.0-r0) (9/21) Installing py3-setuptools (80.9.0-r0) (10/21) Installing py3-setuptools-pyc (80.9.0-r0) (11/21) Installing py3-wheel (0.46.1-r0) (12/21) Installing py3-wheel-pyc (0.46.1-r0) (13/21) Installing py3-iniconfig (2.1.0-r0) (14/21) Installing py3-iniconfig-pyc (2.1.0-r0) (15/21) Installing py3-pluggy (1.5.0-r0) (16/21) Installing py3-pluggy-pyc (1.5.0-r0) (17/21) Installing py3-py (1.11.0-r4) (18/21) Installing py3-py-pyc (1.11.0-r4) (19/21) Installing py3-pytest (8.3.5-r0) (20/21) Installing py3-pytest-pyc (8.3.5-r0) (21/21) Installing .makedepends-py3-cparser (20250919.130803) Executing busybox-1.37.0-r19.trigger OK: 310 MiB in 110 packages >>> py3-cparser: Cleaning up srcdir >>> py3-cparser: Cleaning up pkgdir >>> py3-cparser: Cleaning up tmpdir >>> py3-cparser: Fetching https://files.pythonhosted.org/packages/source/p/pycparser/pycparser-2.22.tar.gz >>> py3-cparser: Fetching https://files.pythonhosted.org/packages/source/p/pycparser/pycparser-2.22.tar.gz >>> py3-cparser: Checking sha512sums... pycparser-2.22.tar.gz: OK >>> py3-cparser: Unpacking /var/cache/distfiles/pycparser-2.22.tar.gz... 2025-09-19 13:08:03,731 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() 2025-09-19 13:08:03,742 root INFO running bdist_wheel 2025-09-19 13:08:03,750 root INFO running build 2025-09-19 13:08:03,750 root INFO running build_py 2025-09-19 13:08:03,752 root INFO creating build/lib/pycparser 2025-09-19 13:08:03,753 root INFO copying pycparser/plyparser.py -> build/lib/pycparser 2025-09-19 13:08:03,753 root INFO copying pycparser/ast_transforms.py -> build/lib/pycparser 2025-09-19 13:08:03,753 root INFO copying pycparser/yacctab.py -> build/lib/pycparser 2025-09-19 13:08:03,753 root INFO copying pycparser/c_lexer.py -> build/lib/pycparser 2025-09-19 13:08:03,753 root INFO copying pycparser/c_ast.py -> build/lib/pycparser 2025-09-19 13:08:03,753 root INFO copying pycparser/c_parser.py -> build/lib/pycparser 2025-09-19 13:08:03,754 root INFO copying pycparser/c_generator.py -> build/lib/pycparser 2025-09-19 13:08:03,754 root INFO copying pycparser/lextab.py -> build/lib/pycparser 2025-09-19 13:08:03,754 root INFO copying pycparser/_ast_gen.py -> build/lib/pycparser 2025-09-19 13:08:03,754 root INFO copying pycparser/__init__.py -> build/lib/pycparser 2025-09-19 13:08:03,754 root INFO copying pycparser/_build_tables.py -> build/lib/pycparser 2025-09-19 13:08:03,754 root INFO creating build/lib/pycparser/ply 2025-09-19 13:08:03,754 root INFO copying pycparser/ply/ctokens.py -> build/lib/pycparser/ply 2025-09-19 13:08:03,754 root INFO copying pycparser/ply/ygen.py -> build/lib/pycparser/ply 2025-09-19 13:08:03,754 root INFO copying pycparser/ply/yacc.py -> build/lib/pycparser/ply 2025-09-19 13:08:03,755 root INFO copying pycparser/ply/__init__.py -> build/lib/pycparser/ply 2025-09-19 13:08:03,755 root INFO copying pycparser/ply/lex.py -> build/lib/pycparser/ply 2025-09-19 13:08:03,755 root INFO copying pycparser/ply/cpp.py -> build/lib/pycparser/ply 2025-09-19 13:08:03,755 root INFO copying pycparser/_c_ast.cfg -> build/lib/pycparser 2025-09-19 13:08:03,757 root INFO installing to build/bdist.linux-x86_64/wheel 2025-09-19 13:08:03,757 root INFO running install 2025-09-19 13:08:03,761 root INFO running install_lib 2025-09-19 13:08:03,763 root INFO creating build/bdist.linux-x86_64/wheel 2025-09-19 13:08:03,763 root INFO creating build/bdist.linux-x86_64/wheel/pycparser 2025-09-19 13:08:03,763 root INFO copying build/lib/pycparser/plyparser.py -> build/bdist.linux-x86_64/wheel/./pycparser 2025-09-19 13:08:03,763 root INFO copying build/lib/pycparser/ast_transforms.py -> build/bdist.linux-x86_64/wheel/./pycparser 2025-09-19 13:08:03,763 root INFO copying build/lib/pycparser/yacctab.py -> build/bdist.linux-x86_64/wheel/./pycparser 2025-09-19 13:08:03,764 root INFO copying build/lib/pycparser/c_lexer.py -> build/bdist.linux-x86_64/wheel/./pycparser 2025-09-19 13:08:03,764 root INFO copying build/lib/pycparser/c_ast.py -> build/bdist.linux-x86_64/wheel/./pycparser 2025-09-19 13:08:03,764 root INFO copying build/lib/pycparser/c_parser.py -> build/bdist.linux-x86_64/wheel/./pycparser 2025-09-19 13:08:03,764 root INFO creating build/bdist.linux-x86_64/wheel/pycparser/ply 2025-09-19 13:08:03,764 root INFO copying build/lib/pycparser/ply/ctokens.py -> build/bdist.linux-x86_64/wheel/./pycparser/ply 2025-09-19 13:08:03,764 root INFO copying build/lib/pycparser/ply/ygen.py -> build/bdist.linux-x86_64/wheel/./pycparser/ply 2025-09-19 13:08:03,764 root INFO copying build/lib/pycparser/ply/yacc.py -> build/bdist.linux-x86_64/wheel/./pycparser/ply 2025-09-19 13:08:03,764 root INFO copying build/lib/pycparser/ply/__init__.py -> build/bdist.linux-x86_64/wheel/./pycparser/ply 2025-09-19 13:08:03,764 root INFO copying build/lib/pycparser/ply/lex.py -> build/bdist.linux-x86_64/wheel/./pycparser/ply 2025-09-19 13:08:03,764 root INFO copying build/lib/pycparser/ply/cpp.py -> build/bdist.linux-x86_64/wheel/./pycparser/ply 2025-09-19 13:08:03,764 root INFO copying build/lib/pycparser/c_generator.py -> build/bdist.linux-x86_64/wheel/./pycparser 2025-09-19 13:08:03,765 root INFO copying build/lib/pycparser/lextab.py -> build/bdist.linux-x86_64/wheel/./pycparser 2025-09-19 13:08:03,765 root INFO copying build/lib/pycparser/_ast_gen.py -> build/bdist.linux-x86_64/wheel/./pycparser 2025-09-19 13:08:03,765 root INFO copying build/lib/pycparser/_c_ast.cfg -> build/bdist.linux-x86_64/wheel/./pycparser 2025-09-19 13:08:03,765 root INFO copying build/lib/pycparser/__init__.py -> build/bdist.linux-x86_64/wheel/./pycparser 2025-09-19 13:08:03,765 root INFO copying build/lib/pycparser/_build_tables.py -> build/bdist.linux-x86_64/wheel/./pycparser 2025-09-19 13:08:03,765 root INFO running install_egg_info 2025-09-19 13:08:03,766 root INFO running egg_info 2025-09-19 13:08:03,768 root INFO writing pycparser.egg-info/PKG-INFO 2025-09-19 13:08:03,768 root INFO writing dependency_links to pycparser.egg-info/dependency_links.txt 2025-09-19 13:08:03,768 root INFO writing top-level names to pycparser.egg-info/top_level.txt 2025-09-19 13:08:03,770 root INFO reading manifest file 'pycparser.egg-info/SOURCES.txt' 2025-09-19 13:08:03,771 root INFO reading manifest template 'MANIFEST.in' 2025-09-19 13:08:03,774 root WARNING warning: no previously-included files found matching 'setup.pyc' 2025-09-19 13:08:03,775 root WARNING warning: no previously-included files matching 'yacctab.*' found under directory 'tests' 2025-09-19 13:08:03,775 root WARNING warning: no previously-included files matching 'lextab.*' found under directory 'tests' 2025-09-19 13:08:03,775 root WARNING warning: no previously-included files matching 'yacctab.*' found under directory 'examples' 2025-09-19 13:08:03,775 root WARNING warning: no previously-included files matching 'lextab.*' found under directory 'examples' 2025-09-19 13:08:03,775 root INFO adding license file 'LICENSE' 2025-09-19 13:08:03,777 root INFO writing manifest file 'pycparser.egg-info/SOURCES.txt' 2025-09-19 13:08:03,777 root INFO Copying pycparser.egg-info to build/bdist.linux-x86_64/wheel/./pycparser-2.22-py3.12.egg-info 2025-09-19 13:08:03,777 root INFO running install_scripts 2025-09-19 13:08:03,778 root INFO Build the lexing/parsing tables 2025-09-19 13:08:03,992 root INFO creating build/bdist.linux-x86_64/wheel/pycparser-2.22.dist-info/WHEEL 2025-09-19 13:08:03,993 wheel INFO creating '/home/udu/aports/main/py3-cparser/src/pycparser-2.22/.dist/.tmp-_9pfxc0t/pycparser-2.22-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2025-09-19 13:08:03,993 wheel INFO adding 'pycparser/__init__.py' 2025-09-19 13:08:03,993 wheel INFO adding 'pycparser/_ast_gen.py' 2025-09-19 13:08:03,993 wheel INFO adding 'pycparser/_build_tables.py' 2025-09-19 13:08:03,993 wheel INFO adding 'pycparser/_c_ast.cfg' 2025-09-19 13:08:03,993 wheel INFO adding 'pycparser/ast_transforms.py' 2025-09-19 13:08:03,993 wheel INFO adding 'pycparser/c_ast.py' 2025-09-19 13:08:03,994 wheel INFO adding 'pycparser/c_generator.py' 2025-09-19 13:08:03,994 wheel INFO adding 'pycparser/c_lexer.py' 2025-09-19 13:08:03,994 wheel INFO adding 'pycparser/c_parser.py' 2025-09-19 13:08:03,994 wheel INFO adding 'pycparser/lextab.py' 2025-09-19 13:08:03,994 wheel INFO adding 'pycparser/plyparser.py' 2025-09-19 13:08:03,994 wheel INFO adding 'pycparser/yacctab.py' 2025-09-19 13:08:03,994 wheel INFO adding 'pycparser/ply/__init__.py' 2025-09-19 13:08:03,995 wheel INFO adding 'pycparser/ply/cpp.py' 2025-09-19 13:08:03,995 wheel INFO adding 'pycparser/ply/ctokens.py' 2025-09-19 13:08:03,995 wheel INFO adding 'pycparser/ply/lex.py' 2025-09-19 13:08:03,995 wheel INFO adding 'pycparser/ply/yacc.py' 2025-09-19 13:08:03,995 wheel INFO adding 'pycparser/ply/ygen.py' 2025-09-19 13:08:03,995 wheel INFO adding 'pycparser-2.22.dist-info/licenses/LICENSE' 2025-09-19 13:08:03,995 wheel INFO adding 'pycparser-2.22.dist-info/METADATA' 2025-09-19 13:08:03,995 wheel INFO adding 'pycparser-2.22.dist-info/WHEEL' 2025-09-19 13:08:03,995 wheel INFO adding 'pycparser-2.22.dist-info/top_level.txt' 2025-09-19 13:08:03,995 wheel INFO adding 'pycparser-2.22.dist-info/RECORD' 2025-09-19 13:08:03,996 root INFO removing build/bdist.linux-x86_64/wheel 2025-09-19 13:08:03,996 gpep517 INFO The backend produced .dist/pycparser-2.22-py3-none-any.whl pycparser-2.22-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/main/py3-cparser/src/pycparser-2.22 collected 130 items tests/test_c_ast.py ...... [ 4%] tests/test_c_generator.py ......................................... [ 36%] tests/test_c_lexer.py ..................... [ 52%] tests/test_c_parser.py ................................................. [ 90%] ....... [ 95%] tests/test_examples.py . [ 96%] tests/test_general.py ..... [100%] ============================= 130 passed in 1.42s ============================== >>> py3-cparser: Entering fakeroot... >>> py3-cparser-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/pycparser/ply/__pycache__' -> '/home/udu/aports/main/py3-cparser/pkg/py3-cparser-pyc/usr/lib/python3.12/site-packages/pycparser/ply/__pycache__' 'usr/lib/python3.12/site-packages/pycparser/__pycache__' -> '/home/udu/aports/main/py3-cparser/pkg/py3-cparser-pyc/usr/lib/python3.12/site-packages/pycparser/__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 python3~3.12 >>> py3-cparser-pyc*: Package size: 573.8 KB >>> py3-cparser-pyc*: Compressing data... >>> py3-cparser-pyc*: Create checksum... >>> py3-cparser-pyc*: Create py3-cparser-pyc-2.22-r1.apk >>> py3-cparser*: Tracing dependencies... python3 python3~3.12 >>> py3-cparser*: Package size: 597.7 KB >>> py3-cparser*: Compressing data... >>> py3-cparser*: Create checksum... >>> py3-cparser*: Create py3-cparser-2.22-r1.apk >>> py3-cparser: Build complete at Fri, 19 Sep 2025 13:08:06 +0000 elapsed time 0h 0m 4s >>> py3-cparser: Cleaning up srcdir >>> py3-cparser: Cleaning up pkgdir >>> py3-cparser: Uninstalling dependencies... (1/21) Purging .makedepends-py3-cparser (20250919.130803) (2/21) Purging py3-gpep517-pyc (19-r0) (3/21) Purging py3-gpep517 (19-r0) (4/21) Purging py3-installer-pyc (0.7.0-r2) (5/21) Purging py3-installer (0.7.0-r2) (6/21) Purging py3-setuptools-pyc (80.9.0-r0) (7/21) Purging py3-setuptools (80.9.0-r0) (8/21) Purging py3-wheel-pyc (0.46.1-r0) (9/21) Purging py3-wheel (0.46.1-r0) (10/21) Purging py3-pytest-pyc (8.3.5-r0) (11/21) Purging py3-pytest (8.3.5-r0) (12/21) Purging py3-iniconfig-pyc (2.1.0-r0) (13/21) Purging py3-iniconfig (2.1.0-r0) (14/21) Purging py3-packaging-pyc (25.0-r0) (15/21) Purging py3-packaging (25.0-r0) (16/21) Purging py3-parsing-pyc (3.2.3-r0) (17/21) Purging py3-parsing (3.2.3-r0) (18/21) Purging py3-pluggy-pyc (1.5.0-r0) (19/21) Purging py3-pluggy (1.5.0-r0) (20/21) Purging py3-py-pyc (1.11.0-r4) (21/21) Purging py3-py (1.11.0-r4) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-cparser: Updating the main/x86_64 repository index... >>> py3-cparser: Signing the index...