Package: src:app-model
Version: 0.4.0-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202511/

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 cannot 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:app-model, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 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_app-model  
* Building wheel...
Successfully built app_model-0.4.0-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_app-model/build; python3.13 -m pytest 
--verbosity=2 -m 'not needs_network'
ImportError while loading conftest 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_app-model/build/tests/conftest.py'.
tests/conftest.py:10: in <module>
    from app_model import Action, Application
app_model/__init__.py:10: in <module>
    from ._app import Application
app_model/_app.py:21: in <module>
    from .registries import (
app_model/registries/__init__.py:4: in <module>
    from ._keybindings_reg import KeyBindingsRegistry
app_model/registries/_keybindings_reg.py:9: in <module>
    from app_model.types import KeyBinding
app_model/types/__init__.py:5: in <module>
    from ._action import Action
app_model/types/_action.py:6: in <module>
    from ._keybinding_rule import KeyBindingRule
app_model/types/_keybinding_rule.py:9: in <module>
    from ._keys import StandardKeyBinding
app_model/types/_keys/__init__.py:2: in <module>
    from ._keybindings import KeyBinding, SimpleKeyBinding
app_model/types/_keys/_keybindings.py:15: in <module>
    class SimpleKeyBinding(BaseModel):
app_model/types/_keys/_keybindings.py:162: in SimpleKeyBinding
    @model_validator(mode="after")  # type: ignore
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/pydantic/functional_validators.py:725: in dec
    warnings.warn(
E   pydantic.warnings.PydanticDeprecatedSince212: Using `@model_validator` with 
mode='after' on a classmethod is deprecated. Instead, use an instance method. 
See the documentation at 
https://docs.pydantic.dev/2.12/concepts/validators/#model-after-validator. 
Deprecated in Pydantic V2.12 to be removed in V3.0.
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=4: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_app-model/build; python3.13 -m pytest 
--verbosity=2 -m 'not needs_network'
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to