>>> py3-pydantic-settings: Building community/py3-pydantic-settings 2.7.0-r0 (using abuild 3.15.0_rc3-r3) started Sat, 10 May 2025 20:24:16 +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/54) Installing libbz2 (1.0.8-r6) (2/54) Installing libffi (3.4.8-r0) (3/54) Installing gdbm (1.24-r0) (4/54) Installing xz-libs (5.8.1-r0) (5/54) Installing mpdecimal (4.0.0-r0) (6/54) Installing libpanelw (6.5_p20250503-r0) (7/54) Installing sqlite-libs (3.49.2-r0) (8/54) Installing python3 (3.12.10-r0) (9/54) Installing python3-pycache-pyc0 (3.12.10-r0) (10/54) Installing pyc (3.12.10-r0) (11/54) Installing python3-pyc (3.12.10-r0) (12/54) Installing py3-dotenv (1.0.1-r1) (13/54) Installing py3-dotenv-pyc (1.0.1-r1) (14/54) Installing py3-annotated-types (0.7.0-r0) (15/54) Installing py3-annotated-types-pyc (0.7.0-r0) (16/54) Installing py3-typing-extensions (4.13.2-r0) (17/54) Installing py3-typing-extensions-pyc (4.13.2-r0) (18/54) Installing py3-pydantic-core (2.27.2-r0) (19/54) Installing py3-pydantic-core-pyc (2.27.2-r0) (20/54) Installing py3-pydantic (2.10.4-r0) (21/54) Installing py3-pydantic-pyc (2.10.4-r0) (22/54) Installing py3-installer (0.7.0-r2) (23/54) Installing py3-installer-pyc (0.7.0-r2) (24/54) Installing py3-gpep517 (19-r0) (25/54) Installing py3-gpep517-pyc (19-r0) (26/54) Installing py3-editables (0.5-r2) (27/54) Installing py3-editables-pyc (0.5-r2) (28/54) Installing py3-parsing (3.2.3-r0) (29/54) Installing py3-parsing-pyc (3.2.3-r0) (30/54) Installing py3-packaging (25.0-r0) (31/54) Installing py3-packaging-pyc (25.0-r0) (32/54) Installing py3-pathspec (0.12.1-r2) (33/54) Installing py3-pathspec-pyc (0.12.1-r2) (34/54) Installing py3-pluggy (1.5.0-r0) (35/54) Installing py3-pluggy-pyc (1.5.0-r0) (36/54) Installing py3-trove-classifiers (2025.1.15.22-r0) (37/54) Installing py3-trove-classifiers-pyc (2025.1.15.22-r0) (38/54) Installing py3-hatchling (1.27.0-r0) (39/54) Installing py3-hatchling-pyc (1.27.0-r0) (40/54) Installing py3-setuptools (80.4.0-r0) (41/54) Installing py3-setuptools-pyc (80.4.0-r0) (42/54) Installing py3-wheel (0.46.1-r0) (43/54) Installing py3-wheel-pyc (0.46.1-r0) (44/54) Installing py3-iniconfig (2.1.0-r0) (45/54) Installing py3-iniconfig-pyc (2.1.0-r0) (46/54) Installing py3-py (1.11.0-r4) (47/54) Installing py3-py-pyc (1.11.0-r4) (48/54) Installing py3-pytest (8.3.5-r0) (49/54) Installing py3-pytest-pyc (8.3.5-r0) (50/54) Installing py3-mock (5.2.0-r0) (51/54) Installing py3-mock-pyc (5.2.0-r0) (52/54) Installing py3-pytest-mock (3.10.0-r3) (53/54) Installing py3-pytest-mock-pyc (3.10.0-r3) (54/54) Installing .makedepends-py3-pydantic-settings (20250510.202424) Executing busybox-1.37.0-r17.trigger OK: 419 MiB in 158 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-10 20:24:25,506 gpep517 INFO Building wheel via backend hatchling.build 2025-05-10 20:24:25,575 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 1.55s =================== >>> ERROR: py3-pydantic-settings: check failed >>> py3-pydantic-settings: Uninstalling dependencies... (1/54) Purging .makedepends-py3-pydantic-settings (20250510.202424) (2/54) Purging py3-dotenv-pyc (1.0.1-r1) (3/54) Purging py3-dotenv (1.0.1-r1) (4/54) Purging py3-pydantic-pyc (2.10.4-r0) (5/54) Purging py3-pydantic (2.10.4-r0) (6/54) Purging py3-annotated-types-pyc (0.7.0-r0) (7/54) Purging py3-annotated-types (0.7.0-r0) (8/54) Purging py3-pydantic-core-pyc (2.27.2-r0) (9/54) Purging py3-pydantic-core (2.27.2-r0) (10/54) Purging py3-typing-extensions-pyc (4.13.2-r0) (11/54) Purging py3-typing-extensions (4.13.2-r0) (12/54) Purging py3-gpep517-pyc (19-r0) (13/54) Purging py3-gpep517 (19-r0) (14/54) Purging py3-installer-pyc (0.7.0-r2) (15/54) Purging py3-installer (0.7.0-r2) (16/54) Purging py3-hatchling-pyc (1.27.0-r0) (17/54) Purging py3-hatchling (1.27.0-r0) (18/54) Purging py3-editables-pyc (0.5-r2) (19/54) Purging py3-editables (0.5-r2) (20/54) Purging py3-pathspec-pyc (0.12.1-r2) (21/54) Purging py3-pathspec (0.12.1-r2) (22/54) Purging py3-trove-classifiers-pyc (2025.1.15.22-r0) (23/54) Purging py3-trove-classifiers (2025.1.15.22-r0) (24/54) Purging py3-setuptools-pyc (80.4.0-r0) (25/54) Purging py3-setuptools (80.4.0-r0) (26/54) Purging py3-wheel-pyc (0.46.1-r0) (27/54) Purging py3-wheel (0.46.1-r0) (28/54) Purging py3-pytest-mock-pyc (3.10.0-r3) (29/54) Purging py3-pytest-mock (3.10.0-r3) (30/54) Purging py3-mock-pyc (5.2.0-r0) (31/54) Purging py3-mock (5.2.0-r0) (32/54) Purging py3-pytest-pyc (8.3.5-r0) (33/54) Purging py3-pytest (8.3.5-r0) (34/54) Purging py3-iniconfig-pyc (2.1.0-r0) (35/54) Purging py3-iniconfig (2.1.0-r0) (36/54) Purging py3-packaging-pyc (25.0-r0) (37/54) Purging py3-packaging (25.0-r0) (38/54) Purging py3-parsing-pyc (3.2.3-r0) (39/54) Purging py3-parsing (3.2.3-r0) (40/54) Purging py3-pluggy-pyc (1.5.0-r0) (41/54) Purging py3-pluggy (1.5.0-r0) (42/54) Purging py3-py-pyc (1.11.0-r4) (43/54) Purging py3-py (1.11.0-r4) (44/54) Purging python3-pyc (3.12.10-r0) (45/54) Purging python3-pycache-pyc0 (3.12.10-r0) (46/54) Purging pyc (3.12.10-r0) (47/54) Purging python3 (3.12.10-r0) (48/54) Purging gdbm (1.24-r0) (49/54) Purging libbz2 (1.0.8-r6) (50/54) Purging libffi (3.4.8-r0) (51/54) Purging libpanelw (6.5_p20250503-r0) (52/54) Purging mpdecimal (4.0.0-r0) (53/54) Purging sqlite-libs (3.49.2-r0) (54/54) Purging xz-libs (5.8.1-r0) Executing busybox-1.37.0-r17.trigger OK: 359 MiB in 104 packages