>>> py3-pydantic-settings: Building community/py3-pydantic-settings 2.7.0-r0 (using abuild 3.15.0_rc3-r1) started Thu, 08 May 2025 09:48:46 +0000 >>> py3-pydantic-settings: Validating /home/buildozer/aports/community/py3-pydantic-settings/APKBUILD... >>> py3-pydantic-settings: Analyzing dependencies... >>> py3-pydantic-settings: Installing for build: build-base python3 py3-dotenv py3-pydantic py3-typing-extensions py3-gpep517 py3-hatchling py3-setuptools py3-wheel py3-pytest py3-pytest-mock (1/52) Installing libbz2 (1.0.8-r6) (2/52) Installing gdbm (1.24-r0) (3/52) Installing mpdecimal (4.0.0-r0) (4/52) Installing libpanelw (6.5_p20250503-r0) (5/52) Installing sqlite-libs (3.49.2-r0) (6/52) Installing python3 (3.12.10-r0) (7/52) Installing python3-pycache-pyc0 (3.12.10-r0) (8/52) Installing pyc (3.12.10-r0) (9/52) Installing python3-pyc (3.12.10-r0) (10/52) Installing py3-dotenv (1.0.1-r1) (11/52) Installing py3-dotenv-pyc (1.0.1-r1) (12/52) Installing py3-annotated-types (0.7.0-r0) (13/52) Installing py3-annotated-types-pyc (0.7.0-r0) (14/52) Installing py3-typing-extensions (4.13.2-r0) (15/52) Installing py3-typing-extensions-pyc (4.13.2-r0) (16/52) Installing py3-pydantic-core (2.27.2-r0) (17/52) Installing py3-pydantic-core-pyc (2.27.2-r0) (18/52) Installing py3-pydantic (2.10.4-r0) (19/52) Installing py3-pydantic-pyc (2.10.4-r0) (20/52) Installing py3-installer (0.7.0-r2) (21/52) Installing py3-installer-pyc (0.7.0-r2) (22/52) Installing py3-gpep517 (19-r0) (23/52) Installing py3-gpep517-pyc (19-r0) (24/52) Installing py3-editables (0.5-r2) (25/52) Installing py3-editables-pyc (0.5-r2) (26/52) Installing py3-parsing (3.2.3-r0) (27/52) Installing py3-parsing-pyc (3.2.3-r0) (28/52) Installing py3-packaging (25.0-r0) (29/52) Installing py3-packaging-pyc (25.0-r0) (30/52) Installing py3-pathspec (0.12.1-r2) (31/52) Installing py3-pathspec-pyc (0.12.1-r2) (32/52) Installing py3-pluggy (1.5.0-r0) (33/52) Installing py3-pluggy-pyc (1.5.0-r0) (34/52) Installing py3-trove-classifiers (2025.1.15.22-r0) (35/52) Installing py3-trove-classifiers-pyc (2025.1.15.22-r0) (36/52) Installing py3-hatchling (1.27.0-r0) (37/52) Installing py3-hatchling-pyc (1.27.0-r0) (38/52) Installing py3-setuptools (80.3.1-r0) (39/52) Installing py3-setuptools-pyc (80.3.1-r0) (40/52) Installing py3-wheel (0.46.1-r0) (41/52) Installing py3-wheel-pyc (0.46.1-r0) (42/52) Installing py3-iniconfig (2.1.0-r0) (43/52) Installing py3-iniconfig-pyc (2.1.0-r0) (44/52) Installing py3-py (1.11.0-r4) (45/52) Installing py3-py-pyc (1.11.0-r4) (46/52) Installing py3-pytest (8.3.5-r0) (47/52) Installing py3-pytest-pyc (8.3.5-r0) (48/52) Installing py3-mock (5.2.0-r0) (49/52) Installing py3-mock-pyc (5.2.0-r0) (50/52) Installing py3-pytest-mock (3.10.0-r3) (51/52) Installing py3-pytest-mock-pyc (3.10.0-r3) (52/52) Installing .makedepends-py3-pydantic-settings (20250508.094856) Executing busybox-1.37.0-r17.trigger OK: 656 MiB in 163 packages >>> py3-pydantic-settings: Cleaning up srcdir >>> py3-pydantic-settings: Cleaning up pkgdir >>> py3-pydantic-settings: Cleaning up tmpdir >>> py3-pydantic-settings: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-pydantic-settings-2.7.0.tar.gz >>> py3-pydantic-settings: Fetching https://distfiles.alpinelinux.org/distfiles/v3.22/py3-pydantic-settings-2.7.0.tar.gz >>> py3-pydantic-settings: Checking sha512sums... py3-pydantic-settings-2.7.0.tar.gz: OK >>> py3-pydantic-settings: Unpacking /var/cache/distfiles/v3.22/py3-pydantic-settings-2.7.0.tar.gz... 2025-05-08 09:48:57,277 gpep517 INFO Building wheel via backend hatchling.build 2025-05-08 09:48:57,389 gpep517 INFO The backend produced dist/pydantic_settings-2.7.0-py3-none-any.whl pydantic_settings-2.7.0-py3-none-any.whl ============================= test session starts ============================== platform linux -- Python 3.12.10, pytest-8.3.5, pluggy-1.5.0 rootdir: /home/buildozer/aports/community/py3-pydantic-settings/src/pydantic-settings-2.7.0 configfile: pyproject.toml testpaths: tests plugins: mock-3.10.0 collected 334 items tests/test_settings.py ................................................. [ 14%] ........................................................................ [ 36%] ........................................... [ 49%] tests/test_source_cli.py ............................................... [ 63%] ..............s......ss................................................. [ 84%] ...........F........ [ 90%] tests/test_source_json.py .... [ 91%] tests/test_source_pyproject_toml.py ................ [ 96%] tests/test_source_toml.py .... [ 97%] tests/test_source_yaml.py ..ssss [ 99%] tests/test_utils.py . [100%] =================================== FAILURES =================================== ____________________ test_cli_metavar_format_type_alias_312 ____________________ @pytest.mark.skipif(sys.version_info < (3, 12), reason='requires python 3.12 or higher') def test_cli_metavar_format_type_alias_312(): > exec( """ type TypeAliasInt = int assert CliSettingsSource(SimpleSettings)._metavar_format(TypeAliasInt) == 'TypeAliasInt' """ ) tests/test_source_cli.py:2015: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > ??? E AssertionError :3: AssertionError =========================== short test summary info ============================ FAILED tests/test_source_cli.py::test_cli_metavar_format_type_alias_312 - Ass... =================== 1 failed, 326 passed, 7 skipped in 2.21s =================== >>> ERROR: py3-pydantic-settings: check failed >>> py3-pydantic-settings: Uninstalling dependencies... (1/52) Purging .makedepends-py3-pydantic-settings (20250508.094856) (2/52) Purging py3-dotenv-pyc (1.0.1-r1) (3/52) Purging py3-dotenv (1.0.1-r1) (4/52) Purging py3-pydantic-pyc (2.10.4-r0) (5/52) Purging py3-pydantic (2.10.4-r0) (6/52) Purging py3-annotated-types-pyc (0.7.0-r0) (7/52) Purging py3-annotated-types (0.7.0-r0) (8/52) Purging py3-pydantic-core-pyc (2.27.2-r0) (9/52) Purging py3-pydantic-core (2.27.2-r0) (10/52) Purging py3-typing-extensions-pyc (4.13.2-r0) (11/52) Purging py3-typing-extensions (4.13.2-r0) (12/52) Purging py3-gpep517-pyc (19-r0) (13/52) Purging py3-gpep517 (19-r0) (14/52) Purging py3-installer-pyc (0.7.0-r2) (15/52) Purging py3-installer (0.7.0-r2) (16/52) Purging py3-hatchling-pyc (1.27.0-r0) (17/52) Purging py3-hatchling (1.27.0-r0) (18/52) Purging py3-editables-pyc (0.5-r2) (19/52) Purging py3-editables (0.5-r2) (20/52) Purging py3-pathspec-pyc (0.12.1-r2) (21/52) Purging py3-pathspec (0.12.1-r2) (22/52) Purging py3-trove-classifiers-pyc (2025.1.15.22-r0) (23/52) Purging py3-trove-classifiers (2025.1.15.22-r0) (24/52) Purging py3-setuptools-pyc (80.3.1-r0) (25/52) Purging py3-setuptools (80.3.1-r0) (26/52) Purging py3-wheel-pyc (0.46.1-r0) (27/52) Purging py3-wheel (0.46.1-r0) (28/52) Purging py3-pytest-mock-pyc (3.10.0-r3) (29/52) Purging py3-pytest-mock (3.10.0-r3) (30/52) Purging py3-mock-pyc (5.2.0-r0) (31/52) Purging py3-mock (5.2.0-r0) (32/52) Purging py3-pytest-pyc (8.3.5-r0) (33/52) Purging py3-pytest (8.3.5-r0) (34/52) Purging py3-iniconfig-pyc (2.1.0-r0) (35/52) Purging py3-iniconfig (2.1.0-r0) (36/52) Purging py3-packaging-pyc (25.0-r0) (37/52) Purging py3-packaging (25.0-r0) (38/52) Purging py3-parsing-pyc (3.2.3-r0) (39/52) Purging py3-parsing (3.2.3-r0) (40/52) Purging py3-pluggy-pyc (1.5.0-r0) (41/52) Purging py3-pluggy (1.5.0-r0) (42/52) Purging py3-py-pyc (1.11.0-r4) (43/52) Purging py3-py (1.11.0-r4) (44/52) Purging python3-pyc (3.12.10-r0) (45/52) Purging python3-pycache-pyc0 (3.12.10-r0) (46/52) Purging pyc (3.12.10-r0) (47/52) Purging python3 (3.12.10-r0) (48/52) Purging gdbm (1.24-r0) (49/52) Purging libbz2 (1.0.8-r6) (50/52) Purging libpanelw (6.5_p20250503-r0) (51/52) Purging mpdecimal (4.0.0-r0) (52/52) Purging sqlite-libs (3.49.2-r0) Executing busybox-1.37.0-r17.trigger OK: 601 MiB in 111 packages