Your message dated Sun, 06 Apr 2025 12:52:20 +0000
with message-id <[email protected]>
and subject line Bug#1101859: fixed in pydantic-settings 2.8.1-2
has caused the Debian Bug report #1101859,
regarding pydantic-settings: FTBFS: test_cli_metavar_format_type_alias_312 fails
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1101859: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101859
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:pydantic-settings
Version: 2.8.1-1
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --buildsystem=pybuild
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
dh binary --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pydantic-settings
* Building wheel...
Successfully built pydantic_settings-2.8.1-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pydantic-settings/build; python3.13 -m
pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.2, pytest-8.3.5, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pydantic-settings/build
configfile: pyproject.toml
plugins: typeguard-4.4.2, mock-3.14.0
collected 347 items / 1 skipped
tests/test_settings.py ................................................. [ 14%]
........................................................................ [ 34%]
................................................. [ 48%]
tests/test_source_azure_key_vault.py ... [ 49%]
tests/test_source_cli.py ............................................... [ 63%]
................s......ss............................................... [ 84%]
.............F.......... [ 91%]
tests/test_source_json.py .... [ 92%]
tests/test_source_pyproject_toml.py ................ [ 96%]
tests/test_source_toml.py .... [ 97%]
tests/test_source_yaml.py .s.... [ 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:2068:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E AssertionError
<string>:3: AssertionError
=========================== short test summary info ============================
FAILED tests/test_source_cli.py::test_cli_metavar_format_type_alias_312 - Ass...
=================== 1 failed, 342 passed, 5 skipped in 1.08s ===================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pydantic-settings/build; python3.13 -m
pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13
returned exit code 13
make: *** [debian/rules:15: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202504/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:pydantic-settings, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: pydantic-settings
Source-Version: 2.8.1-2
Done: Colin Watson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
pydantic-settings, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated pydantic-settings
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 06 Apr 2025 13:28:16 +0100
Source: pydantic-settings
Architecture: source
Version: 2.8.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1101859
Changes:
pydantic-settings (2.8.1-2) unstable; urgency=medium
.
* Handle typing_extensions.TypeAliasType != typing.TypeAliasType (closes:
#1101859).
Checksums-Sha1:
ce7b5cbc46bfb44c424b51548e9174b3ced88188 2607 pydantic-settings_2.8.1-2.dsc
cf75134651ac845c6fed70e3718e0f044566a0fa 3668
pydantic-settings_2.8.1-2.debian.tar.xz
Checksums-Sha256:
c68861323eac78fa507f1aeeacd1d15a80b5f9d6615dba478f35265aeaa03382 2607
pydantic-settings_2.8.1-2.dsc
043ace90e4b2db4985efc52e3b8bb53052c23d034cd8c4066527e6135f267f3b 3668
pydantic-settings_2.8.1-2.debian.tar.xz
Files:
ba3d1a016c368cff9330e2f47bbb0ffe 2607 python optional
pydantic-settings_2.8.1-2.dsc
a666e822fde391657da185fb80a9f8bc 3668 python optional
pydantic-settings_2.8.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAmfyc3oACgkQOTWH2X2G
UAvb2A/+PZkVgAPjxFDIaYNQxODVeRgXOLQP0KKSLeSyOo9kitLGujbf6y1kTbHD
DuOyMjZkjbnnG7T3pgONGERnysYKGPAsz3z9JokMSYCRMP7BTR3YQqhQyHTxqdSO
IyW8GdKe+hZsB6gijWNMaf/zC9hg4EzoNzfjat42LL+8G3ChtpDcGZVNgbsald2U
rLFYTI/EqH9MoPGBGF42miejdtHmQ7hhShMGltnln2zuEspC6jJrg74d2vt8Fieb
LSIG6jYOLZaM8XrbLWaV7dfK/AZj2uDW1KYQEzCh+lkswLY+qsFOfGoFTwaDfvCi
ySnL1RtC+5vpnuRRGcNrGuAzytDsUN/2BnzkGD9NenI4DMeVoHtyUstrgqcbRRD0
134do6rreB0t6Z4IYrk5Gna8nvRFBaghemrNJHez6r0jK3bR6Uyaimjn6Zy0PPfr
FnOeWrUwNcr8bT2mBvNYVn836NBzd38MqWUnO1pl84kMQxh7QQ2gw4kkvzAKa19g
spgwcsuLd5fIWK0+PCPo9Hi/wftnGYUMyV3ldq73iG4PrBZ5YSv6FP6Kfy51oTnD
YTVtJLJYfoL3AVaHAuk86CThe0THVDakxi3l12eOyKxUMG6XxgT3ozNqqMOuHsyL
ive9l9XyMYIyNAtvkVdNLflz7Nn1OjyAvOnXmvr2EzURhCQsHK8=
=tylp
-----END PGP SIGNATURE-----
pgpTszTW_sS9y.pgp
Description: PGP signature
--- End Message ---