Package: src:python-schema-salad Version: 8.9.20250408123006-1 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, your package failed to build. Below you will find how the build ends (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202509/ 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:python-schema-salad, 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 debian/rules execute_after_dh_auto_clean make[1]: Entering directory '/<<PKGBUILDDIR>>' rm -f debian/*.1 make[1]: Leaving directory '/<<PKGBUILDDIR>>' 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_schema-salad * Building wheel... schema_salad/schema.py: note: In function "make_valid_avro": schema_salad/schema.py:530:17: error: Unsupported target for indexed assignment ("Avro") [index] avro["name"] = avro_field_name(avro["name"]) ^~~~~~~~~~~~ schema_salad/schema.py:530:17: error: No overload variant of "__setitem__" of "MutableSequence" matches argument types "str", "str" [call-overload] avro["name"] = avro_field_name(avro["name"]) ^~~~~~~~~~~~ schema_salad/schema.py:530:17: note: Possible overload variants: schema_salad/schema.py:530:17: note: def __setitem__(self, int, Any, /) -> None schema_salad/schema.py:530:17: note: def __setitem__(self, slice[Any, Any, Any], Iterable[Any], /) -> None schema_salad/schema.py:530:48: error: No overload variant of "__getitem__" of "MutableSequence" matches argument type "str" [call-overload] avro["name"] = avro_field_name(avro["name"]) ^~~~~~~~~~~~ schema_salad/schema.py:530:48: note: def __getitem__(self, int, /) -> Any schema_salad/schema.py:530:48: note: def __getitem__(self, slice[Any, Any, Any], /) -> MutableSequence[Any] schema_salad/schema.py:530:53: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index] avro["name"] = avro_field_name(avro["name"]) ^~~~~~ schema_salad/schema.py:532:17: error: Unsupported target for indexed assignment ("Avro") [index] avro["name"] = validate.avro_type_name(avro["name"]) ^~~~~~~~~~~~ schema_salad/schema.py:532:17: error: No overload variant of "__setitem__" of "MutableSequence" matches argument types "str", "str" [call-overload] avro["name"] = validate.avro_type_name(avro["name"]) ^~~~~~~~~~~~ schema_salad/schema.py:532:17: note: Possible overload variants: schema_salad/schema.py:532:17: note: def __setitem__(self, int, Any, /) -> None schema_salad/schema.py:532:17: note: def __setitem__(self, slice[Any, Any, Any], Iterable[Any], /) -> None schema_salad/schema.py:532:56: error: No overload variant of "__getitem__" of "MutableSequence" matches argument type "str" [call-overload] avro["name"] = validate.avro_type_name(avro["name"]) ^~~~~~~~~~~~ schema_salad/schema.py:532:56: note: def __getitem__(self, int, /) -> Any schema_salad/schema.py:532:56: note: def __getitem__(self, slice[Any, Any, Any], /) -> MutableSequence[Any] schema_salad/schema.py:532:61: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index] avro["name"] = validate.avro_type_name(avro["name"]) ^~~~~~ schema_salad/schema.py:534:31: error: No overload variant of "__getitem__" of "MutableSequence" matches argument type "str" [call-overload] if "type" in avro and avro["type"] in ( ^~~~~~~~~~~~ schema_salad/schema.py:534:31: note: Possible overload variants: schema_salad/schema.py:534:31: note: def __getitem__(self, int, /) -> Any schema_salad/schema.py:534:31: note: def __getitem__(self, slice[Any, Any, Any], /) -> MutableSequence[Any] schema_salad/schema.py:534:36: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index] if "type" in avro and avro["type"] in ( ^~~~~~ schema_salad/schema.py:547:20: error: No overload variant of "__getitem__" of "MutableSequence" matches argument type "str" [call-overload] if avro["name"] in found: ^~~~~~~~~~~~ schema_salad/schema.py:547:20: note: Possible overload variants: schema_salad/schema.py:547:20: note: def __getitem__(self, int, /) -> Any schema_salad/schema.py:547:20: note: def __getitem__(self, slice[Any, Any, Any], /) -> MutableSequence[Any] schema_salad/schema.py:547:25: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index] if avro["name"] in found: ^~~~~~ schema_salad/schema.py:548:38: error: No overload variant of "__getitem__" of "MutableSequence" matches argument type "str" [call-overload] return cast(str, avro["name"]) ^~~~~~~~~~~~ schema_salad/schema.py:548:38: note: Possible overload variants: schema_salad/schema.py:548:38: note: def __getitem__(self, int, /) -> Any schema_salad/schema.py:548:38: note: def __getitem__(self, slice[Any, Any, Any], /) -> MutableSequence[Any] schema_salad/schema.py:548:43: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index] return cast(str, avro["name"]) ^~~~~~ schema_salad/schema.py:549:27: error: No overload variant of "__getitem__" of "MutableSequence" matches argument type "str" [call-overload] found.add(avro["name"]) ^~~~~~~~~~~~ schema_salad/schema.py:549:27: note: Possible overload variants: schema_salad/schema.py:549:27: note: def __getitem__(self, int, /) -> Any schema_salad/schema.py:549:27: note: def __getitem__(self, slice[Any, Any, Any], /) -> MutableSequence[Any] schema_salad/schema.py:549:32: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index] found.add(avro["name"]) ^~~~~~ schema_salad/schema.py:552:17: error: Unsupported target for indexed assignment ("Avro") [index] avro[field] = make_valid_avro( ^~~~~~~~~~~ schema_salad/schema.py:552:17: error: No overload variant of "__setitem__" of "MutableSequence" matches argument types "str", "str | MutableMapping[str, str] | list[Any | MutableMapping[str, str] | str]" [call-overload] avro[field] = make_valid_avro( ^~~~~~~~~~~ schema_salad/schema.py:552:17: note: Possible overload variants: schema_salad/schema.py:552:17: note: def __setitem__(self, int, Any, /) -> None schema_salad/schema.py:552:17: note: def __setitem__(self, slice[Any, Any, Any], Iterable[Any], /) -> None schema_salad/schema.py:553:21: error: No overload variant of "__getitem__" of "MutableSequence" matches argument type "str" [call-overload] avro[field], ^~~~~~~~~~~ schema_salad/schema.py:553:21: note: Possible overload variants: schema_salad/schema.py:553:21: note: def __getitem__(self, int, /) -> Any schema_salad/schema.py:553:21: note: def __getitem__(self, slice[Any, Any, Any], /) -> MutableSequence[Any] schema_salad/schema.py:553:26: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index] avro[field], ^~~~~ schema_salad/schema.py:561:13: error: Unsupported target for indexed assignment ("Avro") [index] avro["symbols"] = [avro_field_name(sym) for sym in avro["symbols"]] ^~~~~~~~~~~~~~~ schema_salad/schema.py:561:13: error: No overload variant of "__setitem__" of "MutableSequence" matches argument types "str", "list[str]" [call-overload] avro["symbols"] = [avro_field_name(sym) for sym in avro["symbols"]] ^~~~~~~~~~~~~~~ schema_salad/schema.py:561:13: note: Possible overload variants: schema_salad/schema.py:561:13: note: def __setitem__(self, int, Any, /) -> None schema_salad/schema.py:561:13: note: def __setitem__(self, slice[Any, Any, Any], Iterable[Any], /) -> None schema_salad/schema.py:561:64: error: No overload variant of "__getitem__" of "MutableSequence" matches argument type "str" [call-overload] avro["symbols"] = [avro_field_name(sym) for sym in avro["symbols"]] ^~~~~~~~~~~~~~~ schema_salad/schema.py:561:64: note: def __getitem__(self, int, /) -> Any schema_salad/schema.py:561:64: note: def __getitem__(self, slice[Any, Any, Any], /) -> MutableSequence[Any] schema_salad/schema.py:561:69: error: Invalid index type "str" for "str"; expected type "SupportsIndex | slice[Any, Any, Any]" [index] avro["symbols"] = [avro_field_name(sym) for sym in avro["symbols"]] ^~~~~~~~~ ERROR Backend subprocess exited when trying to invoke build_wheel E: pybuild pybuild:389: build: plugin pyproject failed with: exit code=1: python3.13 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_schema-salad dh_auto_build: error: pybuild --build -i python{version} -p 3.13 returned exit code 13 make: *** [debian/rules:13: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

