Package: src:fastkml Version: 1.1.0-1 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/202608/ 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:fastkml, 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:142: Building wheel for python3.14 with "build" module I: pybuild base:385: python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14 * Building wheel... /usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/lib/python3/dist-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/fastkml copying fastkml/links.py -> build/lib/fastkml copying fastkml/registry.py -> build/lib/fastkml copying fastkml/gx.py -> build/lib/fastkml copying fastkml/views.py -> build/lib/fastkml copying fastkml/exceptions.py -> build/lib/fastkml copying fastkml/types.py -> build/lib/fastkml copying fastkml/utils.py -> build/lib/fastkml copying fastkml/mixins.py -> build/lib/fastkml copying fastkml/overlays.py -> build/lib/fastkml copying fastkml/model.py -> build/lib/fastkml copying fastkml/times.py -> build/lib/fastkml copying fastkml/atom.py -> build/lib/fastkml copying fastkml/network_link_control.py -> build/lib/fastkml copying fastkml/enums.py -> build/lib/fastkml copying fastkml/features.py -> build/lib/fastkml copying fastkml/data.py -> build/lib/fastkml copying fastkml/__init__.py -> build/lib/fastkml copying fastkml/base.py -> build/lib/fastkml copying fastkml/about.py -> build/lib/fastkml copying fastkml/config.py -> build/lib/fastkml copying fastkml/styles.py -> build/lib/fastkml copying fastkml/containers.py -> build/lib/fastkml copying fastkml/kml_base.py -> build/lib/fastkml copying fastkml/kml.py -> build/lib/fastkml copying fastkml/helpers.py -> build/lib/fastkml copying fastkml/validator.py -> build/lib/fastkml copying fastkml/geometry.py -> build/lib/fastkml running egg_info creating fastkml.egg-info writing fastkml.egg-info/PKG-INFO writing dependency_links to fastkml.egg-info/dependency_links.txt writing requirements to fastkml.egg-info/requires.txt writing top-level names to fastkml.egg-info/top_level.txt writing manifest file 'fastkml.egg-info/SOURCES.txt' reading manifest file 'fastkml.egg-info/SOURCES.txt' writing manifest file 'fastkml.egg-info/SOURCES.txt' /usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'fastkml.schema' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'fastkml.schema' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'fastkml.schema' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'fastkml.schema' to be distributed and are already explicitly excluding 'fastkml.schema' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying fastkml/py.typed -> build/lib/fastkml creating build/lib/fastkml/schema copying fastkml/schema/atom-author-link.xsd -> build/lib/fastkml/schema copying fastkml/schema/kml22gx.xsd -> build/lib/fastkml/schema copying fastkml/schema/ogckml22.xsd -> build/lib/fastkml/schema copying fastkml/schema/xAL.xsd -> build/lib/fastkml/schema installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/fastkml copying build/lib/fastkml/links.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/registry.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/gx.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/views.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/exceptions.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/types.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/utils.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/mixins.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/overlays.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/model.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/times.py -> build/bdist.linux-x86_64/wheel/./fastkml creating build/bdist.linux-x86_64/wheel/fastkml/schema copying build/lib/fastkml/schema/xAL.xsd -> build/bdist.linux-x86_64/wheel/./fastkml/schema copying build/lib/fastkml/schema/ogckml22.xsd -> build/bdist.linux-x86_64/wheel/./fastkml/schema copying build/lib/fastkml/schema/atom-author-link.xsd -> build/bdist.linux-x86_64/wheel/./fastkml/schema copying build/lib/fastkml/schema/kml22gx.xsd -> build/bdist.linux-x86_64/wheel/./fastkml/schema copying build/lib/fastkml/atom.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/network_link_control.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/enums.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/features.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/data.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/__init__.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/base.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/about.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/py.typed -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/config.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/styles.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/containers.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/kml_base.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/kml.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/helpers.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/validator.py -> build/bdist.linux-x86_64/wheel/./fastkml copying build/lib/fastkml/geometry.py -> build/bdist.linux-x86_64/wheel/./fastkml running install_egg_info Copying fastkml.egg-info to build/bdist.linux-x86_64/wheel/./fastkml-1.1.0.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/fastkml-1.1.0.dist-info/WHEEL creating '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/.tmp-p_ozmwir/fastkml-1.1.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'fastkml/__init__.py' adding 'fastkml/about.py' adding 'fastkml/atom.py' adding 'fastkml/base.py' adding 'fastkml/config.py' adding 'fastkml/containers.py' adding 'fastkml/data.py' adding 'fastkml/enums.py' adding 'fastkml/exceptions.py' adding 'fastkml/features.py' adding 'fastkml/geometry.py' adding 'fastkml/gx.py' adding 'fastkml/helpers.py' adding 'fastkml/kml.py' adding 'fastkml/kml_base.py' adding 'fastkml/links.py' adding 'fastkml/mixins.py' adding 'fastkml/model.py' adding 'fastkml/network_link_control.py' adding 'fastkml/overlays.py' adding 'fastkml/py.typed' adding 'fastkml/registry.py' adding 'fastkml/styles.py' adding 'fastkml/times.py' adding 'fastkml/types.py' adding 'fastkml/utils.py' adding 'fastkml/validator.py' adding 'fastkml/views.py' adding 'fastkml/schema/atom-author-link.xsd' adding 'fastkml/schema/kml22gx.xsd' adding 'fastkml/schema/ogckml22.xsd' adding 'fastkml/schema/xAL.xsd' adding 'fastkml-1.1.0.dist-info/METADATA' adding 'fastkml-1.1.0.dist-info/WHEEL' adding 'fastkml-1.1.0.dist-info/top_level.txt' adding 'fastkml-1.1.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built fastkml-1.1.0-py3-none-any.whl I: pybuild plugin_pyproject:168: Unpacking wheel built for python3.14 with "installer" module dh_auto_test -O--buildsystem=pybuild I: pybuild base:385: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest -k 'not test_from_string_invalid_coordinates_nan' ============================= test session starts ============================== platform linux -- Python 3.14.6, pytest-9.1.1, pluggy-1.6.0 rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build configfile: pyproject.toml plugins: hypothesis-6.152.4, typeguard-4.4.4 collected 728 items / 2 deselected / 726 selected tests/atom_test.py ............ssssssssssss [ 3%] tests/base_test.py ...............sssssssssssssss [ 7%] tests/config_test.py .s... [ 8%] tests/containers_test.py ........ssssssss [ 10%] tests/data_test.py ..........ssssssssss [ 13%] tests/features_test.py ...........sssssssssss [ 16%] tests/geometries/boundaries_test.py .......sssssss [ 18%] tests/geometries/coordinates_test.py ....ssss [ 19%] tests/geometries/functions_test.py ... [ 19%] tests/geometries/geometry_test.py ...............................sssssss [ 24%] ssssssssssssssssssssssss [ 28%] tests/geometries/linearring_test.py .......sssssss [ 30%] tests/geometries/linestring_test.py .................sssssssssssssssss [ 34%] tests/geometries/multigeometry_test.py .................ssssssssssssssss [ 39%] s [ 39%] tests/geometries/point_test.py ...........................ssssssssssssss [ 45%] sssssssssssss [ 46%] tests/geometries/polygon_test.py ..................ssssssssssssssssss [ 51%] tests/gx_test.py ...........sssssssssss [ 54%] tests/helper_test.py ...... [ 55%] tests/hypothesis/atom_test.py ss [ 55%] tests/hypothesis/container_test.py ss [ 56%] tests/hypothesis/data_test.py ssssss [ 57%] tests/hypothesis/feature_test.py ssssssssss [ 58%] tests/hypothesis/geometry_test.py ssssssssssssss [ 60%] tests/hypothesis/gx_test.py ss [ 60%] tests/hypothesis/kml_test.py s [ 60%] tests/hypothesis/links_test.py ss [ 61%] tests/hypothesis/model_test.py ssssss [ 61%] tests/hypothesis/multi_geometry_test.py ssssssssssssssss [ 64%] tests/hypothesis/network_link_control_test.py s [ 64%] tests/hypothesis/overlay_test.py ssssssssss [ 65%] tests/hypothesis/style_test.py ssssssssssss [ 67%] tests/hypothesis/times_test.py ss [ 67%] tests/hypothesis/views_test.py sssss [ 68%] tests/kml_test.py ..................sssssssssssssssssssss [ 73%] tests/links_test.py ..ss [ 74%] tests/model_test.py ....ssss [ 75%] tests/network_link_control_test.py .. [ 75%] tests/overlays_test.py ......................ssssssssssssssssssssss [ 81%] tests/registry_test.py .... [ 82%] tests/repr_eq_test.py ...sss [ 82%] tests/styles_test.py ........................ssssssssssssssssssssss [ 89%] tests/times_test.py ...............F....................ssssssssssssss [ 96%] tests/utils_test.py ...... [ 96%] tests/validator_test.py ...sssss [ 98%] tests/views_test.py .......sssssss [100%] =================================== FAILURES =================================== ___________________ TestDateTime.test_parse_year_month_day_0 ___________________ self = <tests.times_test.TestDateTime object at 0x7ff85cbc3590> def test_parse_year_month_day_0(self) -> None: > with pytest.raises( ValueError, match="^day is out of range for month$|day must be in 1..31", ): E AssertionError: Regex pattern did not match. E Expected regex: '^day is out of range for month$|day must be in 1..31' E Actual message: 'day 0 must be in range 1..31 for month 5 in year 2000' tests/times_test.py:152: AssertionError =============================== warnings summary =============================== fastkml/config.py:39 /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/fastkml/config.py:39: UserWarning: Package `lxml` missing. Pretty print will be disabled warnings.warn("Package `lxml` missing. Pretty print will be disabled") # noqa: B028 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/times_test.py::TestDateTime::test_parse_year_month_day_0 - Asser... ===== 1 failed, 338 passed, 387 skipped, 2 deselected, 1 warning in 1.06s ====== E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest -k 'not test_from_string_invalid_coordinates_nan' dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.14 --parallel=2 returned exit code 13 make: *** [debian/rules:6: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

