>>> py3-pykwalify: Building community/py3-pykwalify 1.8.0-r6 (using abuild 3.15.0-r0) started Mon, 13 Oct 2025 02:17:17 +0000 >>> py3-pykwalify: Validating /home/udu/aports/community/py3-pykwalify/APKBUILD... >>> py3-pykwalify: Analyzing dependencies... >>> py3-pykwalify: Installing for build: build-base python3 py3-docopt py3-ruamel.yaml py3-dateutil py3-setuptools py3-pytest py3-testfixtures 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/26) Installing py3-docopt (0.6.2-r11) (2/26) Installing py3-docopt-pyc (0.6.2-r11) (3/26) Installing py3-ruamel.yaml.clib (0.2.8-r2) (4/26) Installing py3-ruamel.yaml (0.17.28-r1) (5/26) Installing py3-ruamel.yaml-pyc (0.17.28-r1) (6/26) Installing py3-six (1.17.0-r0) (7/26) Installing py3-six-pyc (1.17.0-r0) (8/26) Installing py3-dateutil (2.9.0-r1) (9/26) Installing py3-dateutil-pyc (2.9.0-r1) (10/26) Installing py3-parsing (3.2.3-r0) (11/26) Installing py3-parsing-pyc (3.2.3-r0) (12/26) Installing py3-packaging (25.0-r0) (13/26) Installing py3-packaging-pyc (25.0-r0) (14/26) Installing py3-setuptools (80.9.0-r0) (15/26) Installing py3-setuptools-pyc (80.9.0-r0) (16/26) Installing py3-iniconfig (2.1.0-r0) (17/26) Installing py3-iniconfig-pyc (2.1.0-r0) (18/26) Installing py3-pluggy (1.5.0-r0) (19/26) Installing py3-pluggy-pyc (1.5.0-r0) (20/26) Installing py3-py (1.11.0-r4) (21/26) Installing py3-py-pyc (1.11.0-r4) (22/26) Installing py3-pytest (8.3.5-r0) (23/26) Installing py3-pytest-pyc (8.3.5-r0) (24/26) Installing py3-testfixtures (7.2.2-r1) (25/26) Installing py3-testfixtures-pyc (7.2.2-r1) (26/26) Installing .makedepends-py3-pykwalify (20251013.021717) Executing busybox-1.37.0-r19.trigger OK: 312 MiB in 115 packages >>> py3-pykwalify: Cleaning up srcdir >>> py3-pykwalify: Cleaning up pkgdir >>> py3-pykwalify: Cleaning up tmpdir >>> py3-pykwalify: Fetching https://github.com/Grokzen/pykwalify/archive/1.8.0/pykwalify-1.8.0.tar.gz >>> py3-pykwalify: Fetching https://github.com/Grokzen/pykwalify/archive/1.8.0/pykwalify-1.8.0.tar.gz >>> py3-pykwalify: Checking sha512sums... pykwalify-1.8.0.tar.gz: OK >>> py3-pykwalify: Unpacking /var/cache/distfiles/pykwalify-1.8.0.tar.gz... /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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build running build_py creating build/lib/pykwalify copying pykwalify/types.py -> build/lib/pykwalify copying pykwalify/rule.py -> build/lib/pykwalify copying pykwalify/core.py -> build/lib/pykwalify copying pykwalify/compat.py -> build/lib/pykwalify copying pykwalify/errors.py -> build/lib/pykwalify copying pykwalify/__init__.py -> build/lib/pykwalify copying pykwalify/cli.py -> build/lib/pykwalify ============================================================================================================================================ test session starts ============================================================================================================================================= platform linux -- Python 3.12.11, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/udu/aports/community/py3-pykwalify/src/pykwalify-1.8.0 configfile: pytest.ini collected 48 items tests/test_cli.py .. [ 4%] tests/test_core.py .............. [ 33%] tests/test_core_methods.py .... [ 41%] tests/test_exceptions.py .. [ 45%] tests/test_rule.py ....................... [ 93%] tests/test_types.py . [ 95%] tests/test_unicode.py .. [100%] ============================================================================================================================================== warnings summary ============================================================================================================================================== tests/test_core.py: 41 warnings /home/udu/aports/community/py3-pykwalify/src/pykwalify-1.8.0/tests/test_core.py:570: PendingDeprecationWarning: safe_load_all will be removed, use yaml=YAML(typ='safe', pure=True) yaml.load_all(...) instead yaml_data = yaml.safe_load_all(stream) tests/test_core.py: 41 warnings /home/udu/aports/community/py3-pykwalify/src/pykwalify-1.8.0/tests/test_core.py:572: PendingDeprecationWarning: load_all will be removed, use yaml=YAML(typ='unsafe', pure=True) yaml.load_all(...) instead for document_index, document in enumerate(yaml_data): tests/test_core.py: 40 warnings /home/udu/aports/community/py3-pykwalify/src/pykwalify-1.8.0/tests/test_core.py:591: PendingDeprecationWarning: safe_load_all will be removed, use yaml=YAML(typ='safe', pure=True) yaml.load_all(...) instead yaml_data = yaml.safe_load_all(stream) tests/test_core.py: 40 warnings /home/udu/aports/community/py3-pykwalify/src/pykwalify-1.8.0/tests/test_core.py:593: PendingDeprecationWarning: load_all will be removed, use yaml=YAML(typ='unsafe', pure=True) yaml.load_all(...) instead for document_index, document in enumerate(yaml_data): tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_success /home/udu/aports/community/py3-pykwalify/src/pykwalify-1.8.0/tests/test_unicode.py:50: PendingDeprecationWarning: safe_dump will be removed, use yaml=YAML(typ='safe', pure=True) yaml.dump(...) instead source_f.write(yaml.safe_dump(fail_data_2s_yaml, allow_unicode=True)) tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_success tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_failing /usr/lib/python3.12/site-packages/ruamel/yaml/main.py:1390: PendingDeprecationWarning: dump_all will be removed, use yaml=YAML(typ='unsafe', pure=True) yaml.dump_all(...) instead return dump_all([data], stream, Dumper=SafeDumper, **kwds) tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_success tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_success tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_success /home/udu/aports/community/py3-pykwalify/src/pykwalify-1.8.0/tests/test_unicode.py:68: PendingDeprecationWarning: safe_load will be removed, use yaml=YAML(typ='safe', pure=True) yaml.load(...) instead yaml_data = yaml.safe_load(stream) tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_success tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_success tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_success tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_failing tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_failing tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_failing /usr/lib/python3.12/site-packages/ruamel/yaml/main.py:1111: PendingDeprecationWarning: load will be removed, use yaml=YAML(typ='unsafe', pure=True) yaml.load(...) instead return load(stream, SafeLoader, version) tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_failing /home/udu/aports/community/py3-pykwalify/src/pykwalify-1.8.0/tests/test_unicode.py:105: PendingDeprecationWarning: safe_dump will be removed, use yaml=YAML(typ='safe', pure=True) yaml.dump(...) instead source_f.write(yaml.safe_dump(fail_data_2f_yaml, allow_unicode=True)) tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_failing tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_failing tests/test_unicode.py::TestUnicode::test_files_with_unicode_content_failing /home/udu/aports/community/py3-pykwalify/src/pykwalify-1.8.0/tests/test_unicode.py:123: PendingDeprecationWarning: safe_load will be removed, use yaml=YAML(typ='safe', pure=True) yaml.load(...) instead yaml_data = yaml.safe_load(stream) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ====================================================================================================================================== 48 passed, 178 warnings in 0.44s ====================================================================================================================================== >>> py3-pykwalify: Entering fakeroot... /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 :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. By 2025-Oct-31, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages creating /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify copying build/lib/pykwalify/types.py -> /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify copying build/lib/pykwalify/rule.py -> /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify copying build/lib/pykwalify/core.py -> /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify copying build/lib/pykwalify/compat.py -> /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify copying build/lib/pykwalify/errors.py -> /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify copying build/lib/pykwalify/__init__.py -> /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify copying build/lib/pykwalify/cli.py -> /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify byte-compiling /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify/types.py to types.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify/rule.py to rule.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify/core.py to core.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify/compat.py to compat.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify/errors.py to errors.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify/__init__.py to __init__.cpython-312.pyc byte-compiling /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify/cli.py to cli.cpython-312.pyc running install_egg_info running egg_info creating pykwalify.egg-info writing pykwalify.egg-info/PKG-INFO writing dependency_links to pykwalify.egg-info/dependency_links.txt writing entry points to pykwalify.egg-info/entry_points.txt writing requirements to pykwalify.egg-info/requires.txt writing top-level names to pykwalify.egg-info/top_level.txt writing manifest file 'pykwalify.egg-info/SOURCES.txt' reading manifest file 'pykwalify.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__/*' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'pykwalify.egg-info/SOURCES.txt' Copying pykwalify.egg-info to /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/lib/python3.12/site-packages/pykwalify-1.8.0-py3.12.egg-info running install_scripts Installing pykwalify script to /home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify/usr/bin >>> py3-pykwalify-pyc*: Running split function pyc... 'usr/lib/python3.12/site-packages/pykwalify/__pycache__' -> '/home/udu/aports/community/py3-pykwalify/pkg/py3-pykwalify-pyc/usr/lib/python3.12/site-packages/pykwalify/__pycache__' >>> py3-pykwalify-pyc*: Preparing subpackage py3-pykwalify-pyc... >>> py3-pykwalify-pyc*: Running postcheck for py3-pykwalify-pyc >>> py3-pykwalify*: Running postcheck for py3-pykwalify >>> py3-pykwalify*: Preparing package py3-pykwalify... >>> py3-pykwalify-pyc*: Tracing dependencies... python3 py3-docopt py3-ruamel.yaml py3-dateutil python3~3.12 >>> py3-pykwalify-pyc*: Package size: 112.0 KB >>> py3-pykwalify-pyc*: Compressing data... >>> py3-pykwalify-pyc*: Create checksum... >>> py3-pykwalify-pyc*: Create py3-pykwalify-pyc-1.8.0-r6.apk >>> py3-pykwalify*: Tracing dependencies... python3 py3-docopt py3-ruamel.yaml py3-dateutil python3~3.12 >>> py3-pykwalify*: Package size: 110.7 KB >>> py3-pykwalify*: Compressing data... >>> py3-pykwalify*: Create checksum... >>> py3-pykwalify*: Create py3-pykwalify-1.8.0-r6.apk >>> py3-pykwalify: Build complete at Mon, 13 Oct 2025 02:17:19 +0000 elapsed time 0h 0m 2s >>> py3-pykwalify: Cleaning up srcdir >>> py3-pykwalify: Cleaning up pkgdir >>> py3-pykwalify: Uninstalling dependencies... (1/26) Purging .makedepends-py3-pykwalify (20251013.021717) (2/26) Purging py3-docopt-pyc (0.6.2-r11) (3/26) Purging py3-docopt (0.6.2-r11) (4/26) Purging py3-ruamel.yaml-pyc (0.17.28-r1) (5/26) Purging py3-ruamel.yaml (0.17.28-r1) (6/26) Purging py3-ruamel.yaml.clib (0.2.8-r2) (7/26) Purging py3-dateutil-pyc (2.9.0-r1) (8/26) Purging py3-dateutil (2.9.0-r1) (9/26) Purging py3-six-pyc (1.17.0-r0) (10/26) Purging py3-six (1.17.0-r0) (11/26) Purging py3-setuptools-pyc (80.9.0-r0) (12/26) Purging py3-setuptools (80.9.0-r0) (13/26) Purging py3-pytest-pyc (8.3.5-r0) (14/26) Purging py3-pytest (8.3.5-r0) (15/26) Purging py3-iniconfig-pyc (2.1.0-r0) (16/26) Purging py3-iniconfig (2.1.0-r0) (17/26) Purging py3-packaging-pyc (25.0-r0) (18/26) Purging py3-packaging (25.0-r0) (19/26) Purging py3-parsing-pyc (3.2.3-r0) (20/26) Purging py3-parsing (3.2.3-r0) (21/26) Purging py3-pluggy-pyc (1.5.0-r0) (22/26) Purging py3-pluggy (1.5.0-r0) (23/26) Purging py3-py-pyc (1.11.0-r4) (24/26) Purging py3-py (1.11.0-r4) (25/26) Purging py3-testfixtures-pyc (7.2.2-r1) (26/26) Purging py3-testfixtures (7.2.2-r1) Executing busybox-1.37.0-r19.trigger OK: 296 MiB in 89 packages >>> py3-pykwalify: Updating the community/x86_64 repository index... >>> py3-pykwalify: Signing the index...