Your message dated Mon, 06 Oct 2025 11:34:13 +0000
with message-id <[email protected]>
and subject line Bug#1110792: fixed in python-es-client 9.0.1-1
has caused the Debian Bug report #1110792,
regarding python-es-client: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 3.13 returned exit code 13
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.)


-- 
1110792: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110792
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-es-client
Version: 8.17.4-2
Severity: serious
Justification: FTBFS
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-20250809 ftbfs-forky

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

The full build log is available from:
http://qa-logs.debian.net/2025/08/09/python-es-client_8.17.4-2_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20250809;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20250809&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

-- 
Relevant part of the build log (hopefully):
>  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 
> /build/reproducible-path/python-es-client-8.17.4/.pybuild/cpython3_3.13_es-client
>   
> * Building wheel...
> Successfully built es_client-8.17.4-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 
> /build/reproducible-path/python-es-client-8.17.4/.pybuild/cpython3_3.13_es-client/build;
>  python3.13 -m pytest --ignore=tests/integration -k 'not test_format '
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.13.5, pytest-8.3.5, pluggy-1.5.0
> rootdir: 
> /build/reproducible-path/python-es-client-8.17.4/.pybuild/cpython3_3.13_es-client/build
> configfile: pytest.ini
> plugins: cov-5.0.0
> collected 0 items / 7 errors
> 
> ==================================== ERRORS 
> ====================================
> _________________ ERROR collecting tests/unit/test_builder.py 
> __________________
> ImportError while importing test module 
> '/build/reproducible-path/python-es-client-8.17.4/.pybuild/cpython3_3.13_es-client/build/tests/unit/test_builder.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.13/importlib/__init__.py:88: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/unit/__init__.py:9: in <module>
>     from es_client.defaults import LOGGING_SETTINGS
> es_client/__init__.py:3: in <module>
>     from .builder import Builder
> es_client/builder.py:7: in <module>
>     import elasticsearch8
> /usr/lib/python3/dist-packages/elasticsearch8/__init__.py:32: in <module>
>     raise ImportError(
> E   ImportError: An incompatible version of elastic-transport is installed. 
> Must be between v8.0.0 and v9.0.0. Install the correct version with the 
> following command: $ python -m pip install 'elastic-transport>=8, <9'
> _________________ ERROR collecting tests/unit/test_defaults.py 
> _________________
> ImportError while importing test module 
> '/build/reproducible-path/python-es-client-8.17.4/.pybuild/cpython3_3.13_es-client/build/tests/unit/test_defaults.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.13/importlib/__init__.py:88: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/unit/__init__.py:9: in <module>
>     from es_client.defaults import LOGGING_SETTINGS
> es_client/__init__.py:3: in <module>
>     from .builder import Builder
> es_client/builder.py:7: in <module>
>     import elasticsearch8
> /usr/lib/python3/dist-packages/elasticsearch8/__init__.py:32: in <module>
>     raise ImportError(
> E   ImportError: An incompatible version of elastic-transport is installed. 
> Must be between v8.0.0 and v9.0.0. Install the correct version with the 
> following command: $ python -m pip install 'elastic-transport>=8, <9'
> ______________ ERROR collecting tests/unit/test_helpers_config.py 
> ______________
> ImportError while importing test module 
> '/build/reproducible-path/python-es-client-8.17.4/.pybuild/cpython3_3.13_es-client/build/tests/unit/test_helpers_config.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.13/importlib/__init__.py:88: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/unit/__init__.py:9: in <module>
>     from es_client.defaults import LOGGING_SETTINGS
> es_client/__init__.py:3: in <module>
>     from .builder import Builder
> es_client/builder.py:7: in <module>
>     import elasticsearch8
> /usr/lib/python3/dist-packages/elasticsearch8/__init__.py:32: in <module>
>     raise ImportError(
> E   ImportError: An incompatible version of elastic-transport is installed. 
> Must be between v8.0.0 and v9.0.0. Install the correct version with the 
> following command: $ python -m pip install 'elastic-transport>=8, <9'
> _____________ ERROR collecting tests/unit/test_helpers_logging.py 
> ______________
> ImportError while importing test module 
> '/build/reproducible-path/python-es-client-8.17.4/.pybuild/cpython3_3.13_es-client/build/tests/unit/test_helpers_logging.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.13/importlib/__init__.py:88: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/unit/__init__.py:9: in <module>
>     from es_client.defaults import LOGGING_SETTINGS
> es_client/__init__.py:3: in <module>
>     from .builder import Builder
> es_client/builder.py:7: in <module>
>     import elasticsearch8
> /usr/lib/python3/dist-packages/elasticsearch8/__init__.py:32: in <module>
>     raise ImportError(
> E   ImportError: An incompatible version of elastic-transport is installed. 
> Must be between v8.0.0 and v9.0.0. Install the correct version with the 
> following command: $ python -m pip install 'elastic-transport>=8, <9'
> ___________ ERROR collecting tests/unit/test_helpers_logging_new.py 
> ____________
> ImportError while importing test module 
> '/build/reproducible-path/python-es-client-8.17.4/.pybuild/cpython3_3.13_es-client/build/tests/unit/test_helpers_logging_new.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.13/importlib/__init__.py:88: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/unit/__init__.py:9: in <module>
>     from es_client.defaults import LOGGING_SETTINGS
> es_client/__init__.py:3: in <module>
>     from .builder import Builder
> es_client/builder.py:7: in <module>
>     import elasticsearch8
> /usr/lib/python3/dist-packages/elasticsearch8/__init__.py:32: in <module>
>     raise ImportError(
> E   ImportError: An incompatible version of elastic-transport is installed. 
> Must be between v8.0.0 and v9.0.0. Install the correct version with the 
> following command: $ python -m pip install 'elastic-transport>=8, <9'
> ___________ ERROR collecting tests/unit/test_helpers_schemacheck.py 
> ____________
> ImportError while importing test module 
> '/build/reproducible-path/python-es-client-8.17.4/.pybuild/cpython3_3.13_es-client/build/tests/unit/test_helpers_schemacheck.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.13/importlib/__init__.py:88: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/unit/__init__.py:9: in <module>
>     from es_client.defaults import LOGGING_SETTINGS
> es_client/__init__.py:3: in <module>
>     from .builder import Builder
> es_client/builder.py:7: in <module>
>     import elasticsearch8
> /usr/lib/python3/dist-packages/elasticsearch8/__init__.py:32: in <module>
>     raise ImportError(
> E   ImportError: An incompatible version of elastic-transport is installed. 
> Must be between v8.0.0 and v9.0.0. Install the correct version with the 
> following command: $ python -m pip install 'elastic-transport>=8, <9'
> ______________ ERROR collecting tests/unit/test_helpers_utils.py 
> _______________
> ImportError while importing test module 
> '/build/reproducible-path/python-es-client-8.17.4/.pybuild/cpython3_3.13_es-client/build/tests/unit/test_helpers_utils.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.13/importlib/__init__.py:88: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> tests/unit/__init__.py:9: in <module>
>     from es_client.defaults import LOGGING_SETTINGS
> es_client/__init__.py:3: in <module>
>     from .builder import Builder
> es_client/builder.py:7: in <module>
>     import elasticsearch8
> /usr/lib/python3/dist-packages/elasticsearch8/__init__.py:32: in <module>
>     raise ImportError(
> E   ImportError: An incompatible version of elastic-transport is installed. 
> Must be between v8.0.0 and v9.0.0. Install the correct version with the 
> following command: $ python -m pip install 'elastic-transport>=8, <9'
> =============================== warnings summary 
> ===============================
> ../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:1441
>   /usr/lib/python3/dist-packages/_pytest/config/__init__.py:1441: 
> PytestConfigWarning: Unknown config option: env_files
>   
>     self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> ERROR tests/unit/test_builder.py
> ERROR tests/unit/test_defaults.py
> ERROR tests/unit/test_helpers_config.py
> ERROR tests/unit/test_helpers_logging.py
> ERROR tests/unit/test_helpers_logging_new.py
> ERROR tests/unit/test_helpers_schemacheck.py
> ERROR tests/unit/test_helpers_utils.py
> !!!!!!!!!!!!!!!!!!! Interrupted: 7 errors during collection 
> !!!!!!!!!!!!!!!!!!!!
> ========================= 1 warning, 7 errors in 0.42s 
> =========================
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
> /build/reproducible-path/python-es-client-8.17.4/.pybuild/cpython3_3.13_es-client/build;
>  python3.13 -m pytest --ignore=tests/integration -k 'not test_format '
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
> returned exit code 13

--- End Message ---
--- Begin Message ---
Source: python-es-client
Source-Version: 9.0.1-1
Done: Karsten Schöke <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-es-client, 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.
Karsten Schöke <[email protected]> (supplier of updated 
python-es-client 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: Mon, 06 Oct 2025 12:57:06 +0200
Source: python-es-client
Built-For-Profiles: nocheck
Architecture: source
Version: 9.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Karsten Schöke <[email protected]>
Closes: 1110792 1115782
Changes:
 python-es-client (9.0.1-1) unstable; urgency=medium
 .
   * [015034e] New upstream version 9.0.1
   * [8975223] fix debian/py3dist-overrides to es9
               (Closes: #1115782, #1110792)
Checksums-Sha1:
 f3e2dd45f4f086f90e5130a97c44f0e588c7f221 2447 python-es-client_9.0.1-1.dsc
 9881c97663d7d93ad4c95df0fc5ab4c53cf4920c 91957 
python-es-client_9.0.1.orig.tar.gz
 9733f2711037729e8ff3b55e20600cbf768298bb 2472 
python-es-client_9.0.1-1.debian.tar.xz
 d06159c831992dedc5d6321676103d6232494040 8010 
python-es-client_9.0.1-1_amd64.buildinfo
Checksums-Sha256:
 be0d99aba8f79b9e1bfc5970fc8b224c7421d2239482c66a8f384966887807cb 2447 
python-es-client_9.0.1-1.dsc
 f8c251a93a8473ad6530ffaf2d8923f7896496f27214eb7b2361a765ef3ff61c 91957 
python-es-client_9.0.1.orig.tar.gz
 279e352b8a092fa71317d9f639f9249119ae95162cde96944307a40944424126 2472 
python-es-client_9.0.1-1.debian.tar.xz
 d8f5cc4426947847d10763445ca26c7eee8dd27dfaffd83475970ed59a4e9854 8010 
python-es-client_9.0.1-1_amd64.buildinfo
Files:
 15a70799e9218f03c2887c322fcbde22 2447 python optional 
python-es-client_9.0.1-1.dsc
 4f56fc11e0b05f000fda6d688eeb79dd 91957 python optional 
python-es-client_9.0.1.orig.tar.gz
 eee32b57e6198f1116da238b9c1fdbcb 2472 python optional 
python-es-client_9.0.1-1.debian.tar.xz
 09565f0701638d1e36742c2c4268b841 8010 python optional 
python-es-client_9.0.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEESJcY4TbXsC5S1RQ8jT4KJgRDZUgFAmjjpHYACgkQjT4KJgRD
ZUhTRBAAsnkIp4U5Q0rVqgTjIb/bdrg4gBbR6wYASuWDK+7ZgnuHON8o6BAdTezI
4NiTrL6sQYRNr6k8eMHdDvbmj43QmiR4yKaEF8rdkA6vNBRcH7hadBTiB25EIu2w
tTNY3XiAlFC0Z5elEG3GVDBeIa4aQMWcF2NAygUWjo+cJSJdK6XdsRl/n/4Fu/NP
0WDxT/BigK/JkiFRFru1iantpcyOv3heS+InUa5o9m+OPZtneFvvLhS31pLM+IMB
+yUdaOm/G+yWpED38p5NRy23DwjbcpJu9z88HsKSQIU3ATmuNFqBcJTPd3m9xdRE
o6wkXiSR4v7Qsu3YODkDoDXasY2wt8z9Fmarl9H/1Oq4z3emsHwd8BuUvpqg3rGk
9YJJEWhHMiNgIpEYlyAqXZst6iud5yce3++rXLuS3HFtmNL/SN9D+n3LIGuXQkIz
5Iy+MNpSCZI3mvAAU0a6JshxopzxA23RVZQdnJuP5jSpSztx03D9hq+Pd0s3kpLt
kVHmHEMdPGV+icNYWDJIriD2lYrNvQboWXizK4LKQT3M6DeuGYCF+9DuPp0VtBbG
fXWK4nkwxDIpTDu5oh0/G1q7MrXpz1CL5IXdyCES7WJ9unVCBFFwTlegu1sdPw91
eagZHAKtyjse2pWPstBsN4/6MbjEuPvH8p2MiaauJ3q+kJB+WW0=
=LSvo
-----END PGP SIGNATURE-----

Attachment: pgpzo8p_XJ7iP.pgp
Description: PGP signature


--- End Message ---

Reply via email to