Your message dated Thu, 11 Dec 2025 12:34:07 +0000
with message-id <[email protected]>
and subject line Bug#1122409: fixed in eodag 3.10.0+ds-2
has caused the Debian Bug report #1122409,
regarding eodag: FTBFS: mv: cannot overwrite
'debian/tmp/usr/share/python3-eodag/resources': Directory not empty
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.)
--
1122409: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122409
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:eodag
Version: 3.10.0+ds-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/202512/
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:eodag, 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:131: Building wheel for python3.14 with "build"
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
[... snipped ...]
/usr/lib/python3.14/unittest/case.py:669: RuntimeWarning: coroutine
'TestStacCore.test_get_stac_collections' was never awaited
self._callTestMethod(testMethod)
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_get
/usr/lib/python3.14/unittest/case.py:725: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacCore.test_search_stac_items_get of
<tests.units.test_stac_core.TestStacCore
testMethod=test_search_stac_items_get>> returned 'coroutine'). Maybe you forgot
to use IsolatedAsyncioTestCase as the base class?
return self.run(*args, **kwds)
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_get
/usr/lib/python3.14/unittest/case.py:669: RuntimeWarning: coroutine
'TestStacCore.test_search_stac_items_get' was never awaited
self._callTestMethod(testMethod)
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_post
/usr/lib/python3.14/unittest/case.py:725: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacCore.test_search_stac_items_post of
<tests.units.test_stac_core.TestStacCore
testMethod=test_search_stac_items_post>> returned 'coroutine'). Maybe you
forgot to use IsolatedAsyncioTestCase as the base class?
return self.run(*args, **kwds)
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_post
/usr/lib/python3.14/unittest/case.py:669: RuntimeWarning: coroutine
'TestStacCore.test_search_stac_items_post' was never awaited
self._callTestMethod(testMethod)
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_non_stac_providers
/usr/lib/python3.14/unittest/case.py:725: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacCore.test_search_stac_items_with_non_stac_providers of
<tests.units.test_stac_core.TestStacCore
testMethod=test_search_stac_items_with_non_stac_providers>> returned
'coroutine'). Maybe you forgot to use IsolatedAsyncioTestCase as the base class?
return self.run(*args, **kwds)
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_non_stac_providers
/usr/lib/python3.14/unittest/case.py:669: RuntimeWarning: coroutine
'TestStacCore.test_search_stac_items_with_non_stac_providers' was never awaited
self._callTestMethod(testMethod)
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_stac_providers
/usr/lib/python3.14/unittest/case.py:725: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacCore.test_search_stac_items_with_stac_providers of
<tests.units.test_stac_core.TestStacCore
testMethod=test_search_stac_items_with_stac_providers>> returned 'coroutine').
Maybe you forgot to use IsolatedAsyncioTestCase as the base class?
return self.run(*args, **kwds)
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_stac_providers
/usr/lib/python3.14/unittest/case.py:669: RuntimeWarning: coroutine
'TestStacCore.test_search_stac_items_with_stac_providers' was never awaited
self._callTestMethod(testMethod)
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_utils.py::TestStacUtils::test_fetch_external_stac_collections
/usr/lib/python3.14/unittest/case.py:725: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacUtils.test_fetch_external_stac_collections of
<tests.units.test_stac_utils.TestStacUtils
testMethod=test_fetch_external_stac_collections>> returned 'coroutine'). Maybe
you forgot to use IsolatedAsyncioTestCase as the base class?
return self.run(*args, **kwds)
tests/units/test_stac_utils.py::TestStacUtils::test_fetch_external_stac_collections
/usr/lib/python3.14/unittest/case.py:669: RuntimeWarning: coroutine
'TestStacUtils.test_fetch_external_stac_collections' was never awaited
self._callTestMethod(testMethod)
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_utils.py::TestUtils::test_utils_get_timestamp
/<<PKGBUILDDIR>>/tests/units/test_utils.py:76: DeprecationWarning:
datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in
a future version. Use timezone-aware objects to represent datetimes in UTC:
datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
actual_utc_dt = datetime.utcfromtimestamp(ts_in_secs)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
========== 682 passed, 4 skipped, 8 deselected, 38 warnings in 23.40s ==========
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build;
python3.13 -m pytest -k "not test_core_search_auths_matching and not
test_fetch_json and not test_core_object_creates_config_standard_location and
not test_core_object_creates_index_if_not_exist and not
test_core_object_creates_locations_standard_location and not
test_read_only_home_dir and not test_eoproduct_download_progress_bar and not
test_all_requirements and not test_plugins_extras"
--ignore=/<<PKGBUILDDIR>>/tests/test_end_to_end.py /<<PKGBUILDDIR>>/tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-8.4.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: pytest.ini
plugins: instafail-0.5.0, Faker-33.3.1, typeguard-4.4.4, anyio-4.11.0,
socket-0.7.0, xdist-3.8.0
collected 694 items / 8 deselected / 686 selected
../../../tests/integration/test_config_ext_plugin.py . [ 0%]
../../../tests/integration/test_core_config.py ..... [ 0%]
../../../tests/integration/test_core_search.py .............. [ 2%]
../../../tests/integration/test_core_search_results.py ............ [ 4%]
../../../tests/integration/test_download_auth.py .. [ 4%]
../../../tests/integration/test_search_stac_static.py ..............s [ 7%]
../../../tests/test_cli.py ................................... [ 12%]
../../../tests/test_config.py .............. [ 14%]
../../../tests/units/test_apis_plugins.py ........... [ 15%]
../../../tests/units/test_auth_plugins.py ..............s............... [ 20%]
......................... [ 23%]
../../../tests/units/test_core.py ...................................... [ 29%]
..........................................s.......................... [ 39%]
../../../tests/units/test_download_plugins.py .......................... [ 43%]
............................. [ 47%]
../../../tests/units/test_eoproduct.py .................... [ 50%]
../../../tests/units/test_eoproduct_driver_generic.py .. [ 50%]
../../../tests/units/test_eoproduct_driver_sentinel1.py .. [ 51%]
../../../tests/units/test_eoproduct_driver_sentinel2.py .. [ 51%]
../../../tests/units/test_http_server.py ............................... [ 55%]
............. [ 57%]
../../../tests/units/test_metadata_mapping.py .......................... [ 61%]
......................................... [ 67%]
../../../tests/units/test_safe_build.py ..... [ 68%]
../../../tests/units/test_search_plugins.py ............................ [ 72%]
........................................................................ [ 82%]
......... [ 84%]
../../../tests/units/test_search_result.py ......... [ 85%]
../../../tests/units/test_search_types.py .. [ 85%]
../../../tests/units/test_stac_core.py ...................... [ 88%]
../../../tests/units/test_stac_reader.py ....s. [ 89%]
../../../tests/units/test_stac_types.py .................... [ 92%]
../../../tests/units/test_stac_utils.py ................... [ 95%]
../../../tests/units/test_utils.py ................ [ 97%]
../../../tests/units/test_utils_cache.py .. [ 98%]
../../../tests/units/test_utils_exceptions.py . [ 98%]
../../../tests/units/test_utils_s3.py ............ [100%]
=============================== warnings summary ===============================
../../../tests/units/test_stac_utils.py:30
/<<PKGBUILDDIR>>/tests/units/test_stac_utils.py:30: DeprecationWarning: The
module `eodag.rest.stac` is deprecated since v3.9.0 and will be removed in a
future version. The STAC server has moved to
https://github.com/CS-SI/stac-fastapi-eodag
from eodag.rest.stac import StacCollection
tests/units/test_http_server.py::RequestTestCase::test_assets_alt_url_blacklist
/<<PKGBUILDDIR>>/eodag/rest/core.py:55: DeprecationWarning: The module
`eodag.rest.errors` is deprecated since v3.9.0 and will be removed in a future
version. The STAC server has moved to
https://github.com/CS-SI/stac-fastapi-eodag
from eodag.rest.errors import ResponseSearchError
tests/units/test_http_server.py::RequestTestCase::test_assets_alt_url_blacklist
/<<PKGBUILDDIR>>/tests/units/test_http_server.py:90: DeprecationWarning: The
module `eodag.rest.core` is deprecated since v3.9.0 and will be removed in a
future version. The STAC server has moved to
https://github.com/CS-SI/stac-fastapi-eodag
import eodag.rest.core
tests/units/test_http_server.py::RequestTestCase::test_assets_alt_url_blacklist
tests/units/test_stac_core.py::TestStacCore::test_all_collections_with_various_params
tests/units/test_stac_utils.py::TestStacUtils::test_fetch_external_stac_collections
/usr/lib/python3.13/importlib/__init__.py:129: DeprecationWarning: The module
`eodag.rest.core` is deprecated since v3.9.0 and will be removed in a future
version. The STAC server has moved to
https://github.com/CS-SI/stac-fastapi-eodag
_bootstrap._exec(spec, module)
tests/units/test_http_server.py::RequestTestCase::test_assets_alt_url_blacklist
/<<PKGBUILDDIR>>/tests/units/test_http_server.py:93: DeprecationWarning: The
module `eodag.rest.server` is deprecated since v3.9.0 and will be removed in a
future version. The STAC server has moved to
https://github.com/CS-SI/stac-fastapi-eodag
from eodag.rest import server as eodag_http_server
tests/units/test_http_server.py::RequestTestCase::test_cql_post_search
tests/units/test_http_server.py::RequestTestCase::test_cql_post_search
tests/units/test_http_server.py::RequestTestCase::test_cql_post_search
tests/units/test_http_server.py::RequestTestCase::test_cql_post_search
/usr/lib/python3/dist-packages/dateparser/utils/strptime.py:94:
DeprecationWarning: Parsing dates involving a day of month without a year
specified is ambiguious
and fails to parse leap day. The default behavior will change in Python 3.15
to either always raise an exception or to use a different default year (TBD).
To avoid trouble, add a specific year to the input & format.
See https://github.com/python/cpython/issues/70647.
obj = datetime(*__strptime(date_string, format)[:-3])
tests/units/test_http_server.py::RequestTestCase::test_route
/usr/lib/python3/dist-packages/fastapi/openapi/utils.py:245: UserWarning:
Duplicate Operation ID catalogs_root__head for function catalogs_root at
/<<PKGBUILDDIR>>/eodag/rest/server.py
warnings.warn(message, stacklevel=1)
tests/units/test_http_server.py::RequestTestCase::test_route
/usr/lib/python3/dist-packages/fastapi/openapi/utils.py:245: UserWarning:
Duplicate Operation ID conformance_conformance_head for function conformance at
/<<PKGBUILDDIR>>/eodag/rest/server.py
warnings.warn(message, stacklevel=1)
tests/units/test_metadata_mapping.py::TestMetadataFormatter::test_convert_split_cop_dem_id
tests/units/test_metadata_mapping.py::TestMetadataFormatter::test_convert_split_cop_dem_id
/<<PKGBUILDDIR>>/eodag/api/product/metadata_mapping.py:221:
DeprecationWarning: Call to deprecated function/method convert_split_cop_dem_id
(Method that was used in previous wekeo provider configuration, but not used
anymore) -- Deprecated since v3.7.1
converted = self.custom_converter(value)
tests/units/test_metadata_mapping.py::TestMetadataFormatter::test_convert_split_id_into_s1_params
tests/units/test_metadata_mapping.py::TestMetadataFormatter::test_convert_split_id_into_s1_params_invalid_id
/<<PKGBUILDDIR>>/eodag/api/product/metadata_mapping.py:221:
DeprecationWarning: Call to deprecated function/method
convert_split_id_into_s1_params (Method that was used in previous wekeo
provider configuration, but not used anymore) -- Deprecated since v3.7.1
converted = self.custom_converter(value)
tests/units/test_metadata_mapping.py::TestMetadataFormatter::test_convert_split_id_into_s5p_params
/<<PKGBUILDDIR>>/eodag/api/product/metadata_mapping.py:221:
DeprecationWarning: Call to deprecated function/method
convert_split_id_into_s5p_params (Method that was used in previous wekeo
provider configuration, but not used anymore) -- Deprecated since v3.7.1
converted = self.custom_converter(value)
tests/units/test_search_plugins.py::TestSearchPluginStacSearch::test_plugins_search_stacsearch_discover_queryables
/usr/lib/python3/dist-packages/pydantic/_internal/_generate_schema.py:2249:
UnsupportedFieldAttributeWarning: The 'default' attribute with value None was
provided to the `Field()` function, which has no effect in the context it was
used. 'default' is field-specific metadata, and can only be attached to a model
field using `Annotated` metadata or by assignment. This may have happened
because an `Annotated` type alias using the `type` statement was used, or if
the `Field()` function was attached to a single member of a union type.
warnings.warn(
tests/units/test_stac_core.py::TestStacCore::test_all_collections_with_various_params
/usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine
'TestStacCore.test_all_collections_with_various_params' was never awaited
if method() is not None:
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_core.py::TestStacCore::test_all_collections_with_various_params
/usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacCore.test_all_collections_with_various_params of
<tests.units.test_stac_core.TestStacCore
testMethod=test_all_collections_with_various_params>>)
return self.run(*args, **kwds)
tests/units/test_stac_core.py::TestStacCore::test_get_stac_catalogs
/usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine
'TestStacCore.test_get_stac_catalogs' was never awaited
if method() is not None:
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_core.py::TestStacCore::test_get_stac_catalogs
/usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacCore.test_get_stac_catalogs of <tests.units.test_stac_core.TestStacCore
testMethod=test_get_stac_catalogs>>)
return self.run(*args, **kwds)
tests/units/test_stac_core.py::TestStacCore::test_get_stac_collection
/usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine
'TestStacCore.test_get_stac_collection' was never awaited
if method() is not None:
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_core.py::TestStacCore::test_get_stac_collection
/usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacCore.test_get_stac_collection of
<tests.units.test_stac_core.TestStacCore testMethod=test_get_stac_collection>>)
return self.run(*args, **kwds)
tests/units/test_stac_core.py::TestStacCore::test_get_stac_collections
/usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine
'TestStacCore.test_get_stac_collections' was never awaited
if method() is not None:
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_core.py::TestStacCore::test_get_stac_collections
/usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacCore.test_get_stac_collections of
<tests.units.test_stac_core.TestStacCore testMethod=test_get_stac_collections>>)
return self.run(*args, **kwds)
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_get
/usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine
'TestStacCore.test_search_stac_items_get' was never awaited
if method() is not None:
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_get
/usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacCore.test_search_stac_items_get of
<tests.units.test_stac_core.TestStacCore
testMethod=test_search_stac_items_get>>)
return self.run(*args, **kwds)
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_post
/usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine
'TestStacCore.test_search_stac_items_post' was never awaited
if method() is not None:
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_post
/usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacCore.test_search_stac_items_post of
<tests.units.test_stac_core.TestStacCore
testMethod=test_search_stac_items_post>>)
return self.run(*args, **kwds)
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_non_stac_providers
/usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine
'TestStacCore.test_search_stac_items_with_non_stac_providers' was never awaited
if method() is not None:
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_non_stac_providers
/usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacCore.test_search_stac_items_with_non_stac_providers of
<tests.units.test_stac_core.TestStacCore
testMethod=test_search_stac_items_with_non_stac_providers>>)
return self.run(*args, **kwds)
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_stac_providers
/usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine
'TestStacCore.test_search_stac_items_with_stac_providers' was never awaited
if method() is not None:
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_core.py::TestStacCore::test_search_stac_items_with_stac_providers
/usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacCore.test_search_stac_items_with_stac_providers of
<tests.units.test_stac_core.TestStacCore
testMethod=test_search_stac_items_with_stac_providers>>)
return self.run(*args, **kwds)
tests/units/test_stac_utils.py::TestStacUtils::test_fetch_external_stac_collections
/usr/lib/python3.13/unittest/case.py:606: RuntimeWarning: coroutine
'TestStacUtils.test_fetch_external_stac_collections' was never awaited
if method() is not None:
Enable tracemalloc to get traceback where the object was allocated.
See
https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings
for more info.
tests/units/test_stac_utils.py::TestStacUtils::test_fetch_external_stac_collections
/usr/lib/python3.13/unittest/case.py:707: DeprecationWarning: It is
deprecated to return a value that is not None from a test case (<bound method
TestStacUtils.test_fetch_external_stac_collections of
<tests.units.test_stac_utils.TestStacUtils
testMethod=test_fetch_external_stac_collections>>)
return self.run(*args, **kwds)
tests/units/test_utils.py::TestUtils::test_utils_get_timestamp
/<<PKGBUILDDIR>>/tests/units/test_utils.py:76: DeprecationWarning:
datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in
a future version. Use timezone-aware objects to represent datetimes in UTC:
datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
actual_utc_dt = datetime.utcfromtimestamp(ts_in_secs)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
========== 682 passed, 4 skipped, 8 deselected, 38 warnings in 24.98s ==========
create-stamp debian/debhelper-build-stamp
dh_testroot -O--buildsystem=pybuild
dh_prep -O--buildsystem=pybuild
dh_auto_install -O--buildsystem=pybuild
I: pybuild plugin_pyproject:186: Copying package built for python3.14 to destdir
I: pybuild plugin_pyproject:186: Copying package built for python3.13 to destdir
debian/rules execute_after_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p debian/tmp/usr/share/python3-eodag/
mv debian/tmp/usr/lib/python3*/*-packages/eodag/resources
debian/tmp/usr/share/python3-eodag/
mv: cannot overwrite 'debian/tmp/usr/share/python3-eodag/resources': Directory
not empty
make[1]: *** [debian/rules:23: execute_after_dh_auto_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:19: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: eodag
Source-Version: 3.10.0+ds-2
Done: Antonio Valentino <[email protected]>
We believe that the bug you reported is fixed in the latest version of
eodag, 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.
Antonio Valentino <[email protected]> (supplier of updated eodag
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: Thu, 11 Dec 2025 06:26:13 +0000
Source: eodag
Architecture: source
Version: 3.10.0+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <[email protected]>
Changed-By: Antonio Valentino <[email protected]>
Closes: 1122409
Changes:
eodag (3.10.0+ds-2) unstable; urgency=medium
.
[ Bas Couwenberg ]
* Use test-build-validate-cleanup instead of test-build-twice.
* Update watch file to ignore post, dev, and alpha releases.
* Don't move resources to /usr/share.
(closes: #1122409)
Checksums-Sha1:
e5ed264ca7b1fb48e263362889f27bb8a2288f45 4309 eodag_3.10.0+ds-2.dsc
b83cca7d81a70239d472b5dd8c897d57563ca318 9260 eodag_3.10.0+ds-2.debian.tar.xz
8faa39fbb2042ef20b4467e81f9036e46f005b11 12418
eodag_3.10.0+ds-2_amd64.buildinfo
Checksums-Sha256:
1ab59e59bc89d3b911177b8ffe98a063ae037f93905a1e860e3276ef2c2da51e 4309
eodag_3.10.0+ds-2.dsc
c790c77027f92e14c89c99aa8803cdb1208cd7fbab141958c679d1ff4f1aa81b 9260
eodag_3.10.0+ds-2.debian.tar.xz
e38c5c29631ac597e9c2b89a4049b9bccb5efa46ca63c3a146a892268be380d9 12418
eodag_3.10.0+ds-2_amd64.buildinfo
Files:
0924ed16984902dc4eecd15c3cc06904 4309 python optional eodag_3.10.0+ds-2.dsc
03ed2b39bf3017e11b7bb8ac865a123f 9260 python optional
eodag_3.10.0+ds-2.debian.tar.xz
f6afb5e717484a369c24df2c355aa37e 12418 python optional
eodag_3.10.0+ds-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJRBAEBCgA7FiEEO3DyCaX/1okDxHLF6/SKslePmBIFAmk6s1gdHGFudG9uaW8u
dmFsZW50aW5vQHRpc2NhbGkuaXQACgkQ6/SKslePmBInhA//QaGDJkVD5Si8L1hN
kb6I8plTBIAHieogdqB6/VadGvJqlz4U/PDPfeK034hzTWzH8q+Sas+nevAtZ+Rw
QGpci+KM4nG/pPBh27gOgqlkR3lord5NFcwHnT11m5eQbuNL58TH623DhpWoOEBB
aRzSvEFjHnagFoUUUwEV1MuedQcXQqk98PlyXTAYko5x8Ja5tClVvH2aTs/WVjpU
gj0d7hito4eG96fxOLiBvJMgwk4F4WO8EGC/+FUoI4vMZObcuqv1g8GxIKk9GtHb
iUnqP2l30MqHnhAPbu9ejm76Vh40O0d5zqpt+tIllUv4Oyz6LteiU5gVU1nPzq9M
3bay5m6ubb2nLBcB96k5ohUkLzvMZEfYwdmxOEicATmL3lanMNEmVktXT2gbnSm7
AisKrUfUoDQqmqNcLs7CFLkf3tBYaWGysIwPpLF7TX4HLnzHlW8DpzAGrnhUM+Qh
63jvhaaXdB5Ejx5f/npCKZ/vyDTp/OwVH/hIigFacC42HgI+q3PSGzA/HkPB8YLH
JuTbi1Z6onFtuHVTX9bvGd9d/0tXGbyaue+QagNKJ/iB2z0VqN983FH7I3sNNveA
ey4M0WgxG8zIqkxqyML6rV3PjnHxnzr4LT3J4j5VlPGNt+DClzqpy5S62u+9fQHl
Po+qenLrdhsxGP7f5BO8ut6Bdeg=
=EpsU
-----END PGP SIGNATURE-----
pgpcnt0MO_qkA.pgp
Description: PGP signature
--- End Message ---