Package: src:pyresample Version: 1.35.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/202603/ 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:pyresample, 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:384: python3.14 -m build --skip-dependency-check --no-isolation --wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_pyresample * Building wheel... running bdist_wheel [... snipped ...] pyresample/test/test_ewa_ll2cr.py: 1 warning pyresample/test/test_geometry_legacy.py: 10 warnings pyresample/test/test_grid.py: 9 warnings pyresample/test/test_image.py: 15 warnings pyresample/test/test_utils/test_cf.py: 7 warnings pyresample/test/test_utils/test_proj4.py: 2 warnings pyresample/test/test_utils/test_utils.py: 5 warnings /usr/lib/python3/dist-packages/pyproj/crs/crs.py:1295: UserWarning: You will likely lose important projection information when converting to a PROJ string from another format. See: https://proj.org/faq.html#what-is-the-best-format-for-describing-coordinate-reference-systems proj = self._crs.to_proj4(version=version) pyresample/test/test_area_config.py::TestLegacyAreaParser::test_commented pyresample/test/test_area_config.py::TestLegacyAreaParser::test_commented pyresample/test/test_area_config.py::TestLegacyAreaParser::test_commented pyresample/test/test_area_config.py::TestLegacyAreaParser::test_commented /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_area_config.py:98: PendingDeprecationWarning: 'name' is deprecated, use 'description' instead. self.assertNotIn('commented', [area.name for area in areas]) pyresample/test/test_area_config.py::TestYAMLAreaParser::test_area_parser_yaml /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_area_config.py:108: UserWarning: Unused/unexpected area definition parameter(s) for test_meters: params={'units': 'degrees'} test_areas = parse_area_file(test_area_file, 'ease_nh', 'ease_sh', 'test_meters', 'test_degrees', pyresample/test/test_bilinear.py: 6 warnings pyresample/test/test_geometry/test_area.py: 4 warnings pyresample/test/test_grid.py: 6 warnings pyresample/test/test_kd_tree.py: 4 warnings /usr/lib/python3.13/multiprocessing/popen_fork.py:67: DeprecationWarning: This process (pid=280) is multi-threaded, use of fork() may lead to deadlocks in the child. self.pid = os.fork() pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_bil_info /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:286: FutureWarning: Usage of get_bil_info() is deprecated, please use NumpyResamplerBilinear class instead t__, s__, _, _ = get_bil_info(self.source_def, pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_bil_info /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:293: FutureWarning: Usage of get_bil_info() is deprecated, please use NumpyResamplerBilinear class instead t__, s__, _, _ = get_bil_info(self.source_def, pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances_division_by_zero pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances_irregular pyresample/test/test_bilinear.py::TestXarrayBilinear::test_get_fractional_distances_division_by_zero /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:395: RuntimeWarning: invalid value encountered in divide x_1 = (-b__ + np.sqrt(discriminant)) / (2 * a__) pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances_division_by_zero pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances_irregular pyresample/test/test_bilinear.py::TestXarrayBilinear::test_get_fractional_distances_division_by_zero /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:396: RuntimeWarning: divide by zero encountered in divide x_2 = (-b__ - np.sqrt(discriminant)) / (2 * a__) pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances_irregular /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:462: RuntimeWarning: invalid value encountered in divide g__ = ((out_y - y_1 - y_21 * f__) / pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:395: RuntimeWarning: divide by zero encountered in divide x_1 = (-b__ + np.sqrt(discriminant)) / (2 * a__) pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_fractional_distances /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:396: RuntimeWarning: invalid value encountered in divide x_2 = (-b__ - np.sqrt(discriminant)) / (2 * a__) pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_sample_from_bil_info /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:304: FutureWarning: Usage of get_bil_info() is deprecated, please use NumpyResamplerBilinear class instead t__, s__, input_idxs, idx_arr = get_bil_info(self.source_def, pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_sample_from_bil_info /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:309: FutureWarning: Usage of get_sample_from_bil_info() is deprecated, please use NumpyResamplerBilinear class instead res = get_sample_from_bil_info(self.data1.ravel(), t__, s__, pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_sample_from_bil_info /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:313: FutureWarning: Usage of get_sample_from_bil_info() is deprecated, please use NumpyResamplerBilinear class instead res = get_sample_from_bil_info(self.data2.ravel(), t__, s__, pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_sample_from_bil_info /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:317: FutureWarning: Usage of get_sample_from_bil_info() is deprecated, please use NumpyResamplerBilinear class instead res = get_sample_from_bil_info(self.data2.ravel(), t__, s__, pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_sample_from_bil_info /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:325: FutureWarning: Usage of get_sample_from_bil_info() is deprecated, please use NumpyResamplerBilinear class instead res = get_sample_from_bil_info(self.data3.ravel(), t__, s__, pyresample/test/test_bilinear.py::TestNumpyBilinear::test_get_sample_from_bil_info /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:333: FutureWarning: Usage of get_sample_from_bil_info() is deprecated, please use NumpyResamplerBilinear class instead res = get_sample_from_bil_info(data.ravel(), t__, s__, pyresample/test/test_bilinear.py::TestNumpyBilinear::test_resample_bilinear /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:358: FutureWarning: Usage of resample_bilinear() is deprecated, please use NumpyResamplerBilinear class instead res = resample_bilinear(self.data1, pyresample/test/test_bilinear.py::TestNumpyBilinear::test_resample_bilinear /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:369: FutureWarning: Usage of resample_bilinear() is deprecated, please use NumpyResamplerBilinear class instead res = resample_bilinear(self.data1, pyresample/test/test_bilinear.py::TestNumpyBilinear::test_resample_bilinear /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_bilinear.py:380: FutureWarning: Usage of resample_bilinear() is deprecated, please use NumpyResamplerBilinear class instead res = resample_bilinear(data, pyresample/test/test_bilinear.py::TestNumpyBilinear::test_solve_quadratic pyresample/test/test_bilinear.py::TestXarrayBilinear::test_solve_quadratic /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:398: RuntimeWarning: invalid value encountered in divide x_3 = -c__ / b__ pyresample/test/test_bilinear.py::TestXarrayBilinear::test_get_fractional_distances_irregular pyresample/test/test_bilinear.py::TestXarrayBilinear::test_get_fractional_distances_irregular pyresample/test/test_bucket.py::test_resample_bucket_fractions pyresample/test/test_bucket.py::test_resample_bucket_fractions /usr/lib/python3/dist-packages/dask/_task_spec.py:745: RuntimeWarning: invalid value encountered in divide return self.func(*new_argspec) pyresample/test/test_bilinear.py::TestXarrayBilinear::test_get_fractional_distances_irregular pyresample/test/test_bilinear.py::TestXarrayBilinear::test_get_fractional_distances_irregular /usr/lib/python3/dist-packages/dask/_task_spec.py:745: RuntimeWarning: divide by zero encountered in divide return self.func(*new_argspec) pyresample/test/test_bilinear.py::test_target_has_invalid_coordinates /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:442: RuntimeWarning: invalid value encountered in subtract a__ = x_31 * y_42 - y_31 * x_42 pyresample/test/test_bilinear.py::test_target_has_invalid_coordinates /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:443: RuntimeWarning: invalid value encountered in subtract b__ = out_y * (x_42 - x_31) - out_x * (y_42 - y_31) + \ pyresample/test/test_bilinear.py::test_target_has_invalid_coordinates /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:446: RuntimeWarning: invalid value encountered in subtract c__ = out_y * x_21 - out_x * y_21 + pt_1[:, 0] * pt_2[:, 1] - \ pyresample/test/test_bilinear.py::test_target_has_invalid_coordinates /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:510: RuntimeWarning: invalid value encountered in subtract (x_21 * y_31 - y_21 * x_31) pyresample/test/test_bilinear.py::test_target_has_invalid_coordinates /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/bilinear/_base.py:509: RuntimeWarning: invalid value encountered in divide t__ = (x_21 * (out_y - pt_1[:, 1]) - y_21 * (out_x - pt_1[:, 0])) / \ pyresample/test/test_bucket.py: 4 warnings pyresample/test/test_geometry/test_area.py: 20 warnings pyresample/test/test_geometry/test_swath.py: 16 warnings pyresample/test/test_grid.py: 2 warnings pyresample/test/test_utils/test_proj4.py: 36 warnings /usr/lib/python3/dist-packages/pyproj/transformer.py:816: DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) return self._transformer._transform_point( pyresample/test/test_data_reduce.py::Test::test_reduce_north_pole /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_data_reduce.py:136: UserWarning: 'get_area_def' has moved, import it with 'from pyresample import get_area_def' area_def = utils.get_area_def(area_id, description, proj_id, pyresample/test/test_data_reduce.py::Test::test_reduce_north_pole /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_data_reduce.py:148: UserWarning: 'get_area_def' has moved, import it with 'from pyresample import get_area_def' smaller_area_def = utils.get_area_def(area_id, description, proj_id, pyresample/test/test_geometry/test_area.py: 30 warnings pyresample/test/test_utils/test_proj4.py: 1 warning /usr/lib/python3/dist-packages/pyproj/crs/crs.py:143: FutureWarning: '+init=<authority>:<code>' syntax is deprecated. '<authority>:<code>' is the preferred initialization method. When making the change, be mindful of axis order changes: https://pyproj4.github.io/pyproj/stable/gotchas.html#axis-order-changes-in-proj-6 in_crs_string = _prepare_from_proj_string(in_crs_string) pyresample/test/test_geometry/test_area.py::TestAreaDefinition::test_area_def_geocentric_resolution[AreaDefinition] pyresample/test/test_geometry/test_area.py::TestAreaDefinition::test_area_def_geocentric_resolution[LegacyAreaDefinition] /usr/lib/python3/dist-packages/numpy/lib/_function_base_impl.py:1518: RuntimeWarning: invalid value encountered in subtract a = op(a[slice1], a[slice2]) pyresample/test/test_geometry/test_area.py: 20 warnings /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/future/geometry/_subset.py:103: PendingDeprecationWarning: The `frequency` argument is pending deprecation, use `vertices_per_side` instead return area_to_cover.boundary(frequency=boundary_shape, force_clockwise=True) pyresample/test/test_geometry_legacy.py: 8 warnings pyresample/test/test_utils/test_proj4.py: 6 warnings /usr/lib/python3/dist-packages/dask/array/core.py:793: FutureWarning: The `token=` keyword to `map_blocks` has been moved to `name=`. Please use `name=` instead as the `token=` keyword will be removed in a future release. warnings.warn( pyresample/test/test_gradient.py: 5 warnings pyresample/test/test_resample_blocks.py: 65 warnings pyresample/test/test_slicer.py: 9 warnings /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/slicer.py:173: PendingDeprecationWarning: The `frequency` argument is pending deprecation, use `vertices_per_side` instead x, y = self.area_to_contain.get_edge_bbox_in_projection_coordinates(frequency=10) pyresample/test/test_gradient.py: 4 warnings pyresample/test/test_resample_blocks.py: 65 warnings pyresample/test/test_slicer.py: 7 warnings /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/slicer.py:205: PendingDeprecationWarning: The `frequency` argument is pending deprecation, use `vertices_per_side` instead *self.area_to_crop.get_edge_bbox_in_projection_coordinates(frequency=10), pyresample/test/test_image.py::Test::test_bilinear pyresample/test/test_image.py::Test::test_bilinear pyresample/test/test_image.py::Test::test_bilinear_multi pyresample/test/test_image.py::Test::test_bilinear_multi pyresample/test/test_image.py::Test::test_bilinear_swath pyresample/test/test_image.py::Test::test_bilinear_swath /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/image.py:349: FutureWarning: Usage of ImageContainer is deprecated, please use NumpyResamplerBilinear class instead super(ImageContainerBilinear, self).__init__(image_data, geo_def, pyresample/test/test_image.py::Test::test_bilinear pyresample/test/test_image.py::Test::test_bilinear_multi pyresample/test/test_image.py::Test::test_bilinear_swath /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/image.py:385: FutureWarning: Usage of resample_bilinear() is deprecated, please use NumpyResamplerBilinear class instead bilinear.resample_bilinear(image_data, pyresample/test/test_image.py::Test::test_bilinear pyresample/test/test_image.py::Test::test_bilinear_multi /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/future/resamplers/_transform_utils.py:26: RuntimeWarning: invalid value encountered in cos r_cos_lats = R * np.cos(lats) pyresample/test/test_image.py::Test::test_bilinear pyresample/test/test_image.py::Test::test_bilinear_multi /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/future/resamplers/_transform_utils.py:28: RuntimeWarning: invalid value encountered in cos x_coords = r_cos_lats * np.cos(lons) pyresample/test/test_image.py::Test::test_bilinear pyresample/test/test_image.py::Test::test_bilinear_multi /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/future/resamplers/_transform_utils.py:29: RuntimeWarning: invalid value encountered in sin y_coords = r_cos_lats * np.sin(lons) pyresample/test/test_image.py::Test::test_bilinear pyresample/test/test_image.py::Test::test_bilinear_multi /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/future/resamplers/_transform_utils.py:30: RuntimeWarning: invalid value encountered in sin z_coords = R * np.sin(lats) pyresample/test/test_image.py: 10 warnings /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/image.py:173: FutureWarning: Usage of ImageContainer is deprecated, please use NumpyResamplerBilinear class instead super(ImageContainerQuick, self).__init__(image_data, geo_def, pyresample/test/test_image.py::Test::test_nearest_neighbour pyresample/test/test_image.py::Test::test_nearest_neighbour_multi pyresample/test/test_image.py::Test::test_nearest_resize pyresample/test/test_image.py::Test::test_nearest_swath pyresample/test/test_image.py::Test::test_nearest_swath_segments /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/image.py:252: FutureWarning: Usage of ImageContainer is deprecated, please use NumpyResamplerBilinear class instead super(ImageContainerNearest, self).__init__(image_data, geo_def, pyresample/test/test_image.py::Test::test_nearest_neighbour_multi_preproc /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/test/test_image.py:172: FutureWarning: Usage of ImageContainer is deprecated, please use NumpyResamplerBilinear class instead msg_con = image.ImageContainer(data, self.msg_area) pyresample/test/test_kd_tree.py::TestXArrayResamplerNN::test_nearest_area_2d_to_area_1n_no_roi /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/kd_tree.py:962: RuntimeWarning: All-NaN axis encountered radius_of_influence = np.nanmax([src_res, dst_res]) pyresample/test/test_plot.py::Test::test_translate_coast_res /usr/lib/python3.13/unittest/case.py:606: UserWarning: 'coast_res' should be either '110m', '50m', '10m'. if method() is not None: pyresample/test/test_resamplers/test_nearest.py::TestNearestNeighborResampler::test_nearest_area_2d_to_area_1n_no_roi_no_geocentric /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/future/resamplers/nearest.py:147: RuntimeWarning: All-NaN axis encountered radius_of_influence = np.nanmax([src_res, dst_res]) pyresample/test/test_spherical.py::TestSphericalPolygon::test_intersection /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/spherical.py:300: RuntimeWarning: invalid value encountered in divide cart = self.cart / norm pyresample/test/test_utils/test_rasterio.py::TestFromRasterio::test_get_area_def_from_raster_extracts_proj_id /usr/lib/python3/dist-packages/rasterio/__init__.py:377: NotGeoreferencedWarning: Dataset has no geotransform, gcps, or rpcs. The identity matrix will be returned. dataset = writer( pyresample/test/test_utils/test_rasterio.py::TestFromRasterio::test_get_area_def_from_raster_extracts_proj_id /usr/lib/python3/dist-packages/rasterio/__init__.py:367: NotGeoreferencedWarning: Dataset has no geotransform, gcps, or rpcs. The identity matrix will be returned. dataset = DatasetReader(path, driver=driver, sharing=sharing, thread_safe=thread_safe, **kwargs) pyresample/test/test_utils/test_rasterio.py::TestFromRasterio::test_get_area_def_from_raster_non_georef_respects_proj_dict[True-False] /usr/lib/python3/dist-packages/osgeo/gdal.py:606: FutureWarning: Neither gdal.UseExceptions() nor gdal.DontUseExceptions() has been explicitly called. In GDAL 4.0, exceptions will be enabled by default. warnings.warn( pyresample/test/test_utils/test_utils.py::test_def2yaml_converter pyresample/test/test_utils/test_utils.py::test_def2yaml_converter pyresample/test/test_utils/test_utils.py::test_def2yaml_converter pyresample/test/test_utils/test_utils.py::test_def2yaml_converter /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build/pyresample/area_config.py:907: DeprecationWarning: 'create_areas_def' is deprecated. Please use `dump` instead, which also supports writing directly to a file. yaml_file.write(area.create_areas_def()) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED pyresample/test/test_geometry/test_area.py::TestAreaDefinition::test_from_epsg[AreaDefinition] FAILED pyresample/test/test_geometry/test_area.py::TestAreaDefinition::test_from_epsg[LegacyAreaDefinition] = 2 failed, 1120 passed, 25 skipped, 15 deselected, 485 warnings in 108.78s (0:01:48) = E: pybuild pybuild:483: test: plugin pyproject failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_pyresample/build; python3.13 -m pytest -k "not test_compare_to_legacy and not test_get_sample_from_bil_info_1d and not test_to_odc_geobox and not test_area_def_cartopy_installed and not test_area_repr_w_static_files and not test_area_repr_wo_static_files and not test_get_sample_from_cached_bil_info and not test_save_and_load_bil_info" --pyargs pyresample dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 3.13" returned exit code 13 make: *** [debian/rules:24: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

