Your message dated Thu, 13 Mar 2025 13:06:50 +0000
with message-id <e1tsigw-00eq2m...@fasolo.debian.org>
and subject line Bug#1100296: fixed in regenmaschine 2024.3.0-2.1
has caused the Debian Bug report #1100296,
regarding regenmaschine: FTBFS: E   ModuleNotFoundError: No module named 
'typing_extensions'
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 ow...@bugs.debian.org
immediately.)


-- 
1100296: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100296
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:regenmaschine
Version: 2024.3.0-2
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
rm -rf regenmaschine.egg-info/
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_regenmaschine  
* Building wheel...
Successfully built regenmaschine-2024.3.0-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 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build; python3.13 -m 
pytest --no-cov
/usr/lib/python3/dist-packages/pytest_asyncio/plugin.py:207: 
PytestDeprecationWarning: The configuration option 
"asyncio_default_fixture_loop_scope" is unset.
The event loop scope for asynchronous fixtures will default to the fixture 
caching scope. Future versions of pytest-asyncio will default the loop scope 
for asynchronous fixtures to function scope. Set the default fixture loop scope 
explicitly in order to avoid unexpected behavior in the future. Valid fixture 
loop scopes are: "function", "class", "module", "package", "session"

  warnings.warn(PytestDeprecationWarning(_DEFAULT_FIXTURE_LOOP_SCOPE_UNSET))
============================= test session starts ==============================
platform linux -- Python 3.13.2, pytest-8.3.5, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build
configfile: pyproject.toml
plugins: asyncio-0.25.1, aresponses-3.0.0, cov-5.0.0
asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=None
collected 0 items / 11 errors

==================================== ERRORS ====================================
_________________ ERROR collecting tests/endpoints/test_api.py _________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build/tests/endpoints/test_api.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/endpoints/test_api.py:9: in <module>
    from regenmaschine import Client
regenmaschine/__init__.py:3: in <module>
    from .client import Client  # noqa
regenmaschine/client.py:16: in <module>
    from .controller import Controller, LocalController, RemoteController
regenmaschine/controller.py:11: in <module>
    from regenmaschine.endpoints.api import API
regenmaschine/endpoints/__init__.py:8: in <module>
    from typing_extensions import ParamSpec
E   ModuleNotFoundError: No module named 'typing_extensions'
_____________ ERROR collecting tests/endpoints/test_diagnostics.py _____________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build/tests/endpoints/test_diagnostics.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/endpoints/test_diagnostics.py:9: in <module>
    from regenmaschine import Client
regenmaschine/__init__.py:3: in <module>
    from .client import Client  # noqa
regenmaschine/client.py:16: in <module>
    from .controller import Controller, LocalController, RemoteController
regenmaschine/controller.py:11: in <module>
    from regenmaschine.endpoints.api import API
regenmaschine/endpoints/__init__.py:8: in <module>
    from typing_extensions import ParamSpec
E   ModuleNotFoundError: No module named 'typing_extensions'
_______________ ERROR collecting tests/endpoints/test_machine.py _______________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build/tests/endpoints/test_machine.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/endpoints/test_machine.py:10: in <module>
    from regenmaschine import Client
regenmaschine/__init__.py:3: in <module>
    from .client import Client  # noqa
regenmaschine/client.py:16: in <module>
    from .controller import Controller, LocalController, RemoteController
regenmaschine/controller.py:11: in <module>
    from regenmaschine.endpoints.api import API
regenmaschine/endpoints/__init__.py:8: in <module>
    from typing_extensions import ParamSpec
E   ModuleNotFoundError: No module named 'typing_extensions'
_______________ ERROR collecting tests/endpoints/test_parser.py ________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build/tests/endpoints/test_parser.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/endpoints/test_parser.py:9: in <module>
    from regenmaschine import Client
regenmaschine/__init__.py:3: in <module>
    from .client import Client  # noqa
regenmaschine/client.py:16: in <module>
    from .controller import Controller, LocalController, RemoteController
regenmaschine/controller.py:11: in <module>
    from regenmaschine.endpoints.api import API
regenmaschine/endpoints/__init__.py:8: in <module>
    from typing_extensions import ParamSpec
E   ModuleNotFoundError: No module named 'typing_extensions'
_______________ ERROR collecting tests/endpoints/test_program.py _______________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build/tests/endpoints/test_program.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/endpoints/test_program.py:10: in <module>
    from regenmaschine import Client
regenmaschine/__init__.py:3: in <module>
    from .client import Client  # noqa
regenmaschine/client.py:16: in <module>
    from .controller import Controller, LocalController, RemoteController
regenmaschine/controller.py:11: in <module>
    from regenmaschine.endpoints.api import API
regenmaschine/endpoints/__init__.py:8: in <module>
    from typing_extensions import ParamSpec
E   ModuleNotFoundError: No module named 'typing_extensions'
______________ ERROR collecting tests/endpoints/test_provision.py ______________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build/tests/endpoints/test_provision.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/endpoints/test_provision.py:10: in <module>
    from regenmaschine import Client
regenmaschine/__init__.py:3: in <module>
    from .client import Client  # noqa
regenmaschine/client.py:16: in <module>
    from .controller import Controller, LocalController, RemoteController
regenmaschine/controller.py:11: in <module>
    from regenmaschine.endpoints.api import API
regenmaschine/endpoints/__init__.py:8: in <module>
    from typing_extensions import ParamSpec
E   ModuleNotFoundError: No module named 'typing_extensions'
____________ ERROR collecting tests/endpoints/test_restrictions.py _____________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build/tests/endpoints/test_restrictions.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/endpoints/test_restrictions.py:9: in <module>
    from regenmaschine import Client
regenmaschine/__init__.py:3: in <module>
    from .client import Client  # noqa
regenmaschine/client.py:16: in <module>
    from .controller import Controller, LocalController, RemoteController
regenmaschine/controller.py:11: in <module>
    from regenmaschine.endpoints.api import API
regenmaschine/endpoints/__init__.py:8: in <module>
    from typing_extensions import ParamSpec
E   ModuleNotFoundError: No module named 'typing_extensions'
________________ ERROR collecting tests/endpoints/test_stats.py ________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build/tests/endpoints/test_stats.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/endpoints/test_stats.py:10: in <module>
    from regenmaschine import Client
regenmaschine/__init__.py:3: in <module>
    from .client import Client  # noqa
regenmaschine/client.py:16: in <module>
    from .controller import Controller, LocalController, RemoteController
regenmaschine/controller.py:11: in <module>
    from regenmaschine.endpoints.api import API
regenmaschine/endpoints/__init__.py:8: in <module>
    from typing_extensions import ParamSpec
E   ModuleNotFoundError: No module named 'typing_extensions'
______________ ERROR collecting tests/endpoints/test_watering.py _______________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build/tests/endpoints/test_watering.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/endpoints/test_watering.py:11: in <module>
    from regenmaschine import Client
regenmaschine/__init__.py:3: in <module>
    from .client import Client  # noqa
regenmaschine/client.py:16: in <module>
    from .controller import Controller, LocalController, RemoteController
regenmaschine/controller.py:11: in <module>
    from regenmaschine.endpoints.api import API
regenmaschine/endpoints/__init__.py:8: in <module>
    from typing_extensions import ParamSpec
E   ModuleNotFoundError: No module named 'typing_extensions'
________________ ERROR collecting tests/endpoints/test_zone.py _________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build/tests/endpoints/test_zone.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/endpoints/test_zone.py:10: in <module>
    from regenmaschine import Client
regenmaschine/__init__.py:3: in <module>
    from .client import Client  # noqa
regenmaschine/client.py:16: in <module>
    from .controller import Controller, LocalController, RemoteController
regenmaschine/controller.py:11: in <module>
    from regenmaschine.endpoints.api import API
regenmaschine/endpoints/__init__.py:8: in <module>
    from typing_extensions import ParamSpec
E   ModuleNotFoundError: No module named 'typing_extensions'
____________________ ERROR collecting tests/test_client.py _____________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build/tests/test_client.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/test_client.py:14: in <module>
    from regenmaschine import Client
regenmaschine/__init__.py:3: in <module>
    from .client import Client  # noqa
regenmaschine/client.py:16: in <module>
    from .controller import Controller, LocalController, RemoteController
regenmaschine/controller.py:11: in <module>
    from regenmaschine.endpoints.api import API
regenmaschine/endpoints/__init__.py:8: in <module>
    from typing_extensions import ParamSpec
E   ModuleNotFoundError: No module named 'typing_extensions'
=========================== short test summary info ============================
ERROR tests/endpoints/test_api.py
ERROR tests/endpoints/test_diagnostics.py
ERROR tests/endpoints/test_machine.py
ERROR tests/endpoints/test_parser.py
ERROR tests/endpoints/test_program.py
ERROR tests/endpoints/test_provision.py
ERROR tests/endpoints/test_restrictions.py
ERROR tests/endpoints/test_stats.py
ERROR tests/endpoints/test_watering.py
ERROR tests/endpoints/test_zone.py
ERROR tests/test_client.py
!!!!!!!!!!!!!!!!!!! Interrupted: 11 errors during collection !!!!!!!!!!!!!!!!!!!
============================== 11 errors in 0.17s ==============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_regenmaschine/build; python3.13 -m 
pytest --no-cov
dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit 
code 13
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202503/

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:regenmaschine, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: regenmaschine
Source-Version: 2024.3.0-2.1
Done: Bastian Germann <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
regenmaschine, 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 1100...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated regenmaschine 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 13 Mar 2025 12:45:21 +0100
Source: regenmaschine
Architecture: source
Version: 2024.3.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <team+homeassist...@tracker.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1100296
Changes:
 regenmaschine (2024.3.0-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add B-D python3-typing-extensions. (Closes: #1100296)
Checksums-Sha1:
 485739339fa4fd451806e194ff0c45d3423860a3 2302 regenmaschine_2024.3.0-2.1.dsc
 59db968196cf946025139c266d6fb442694ffe39 2536 
regenmaschine_2024.3.0-2.1.debian.tar.xz
 6f35b7e8b7c00a2d896a1f357ad11a890edc93ce 6020 
regenmaschine_2024.3.0-2.1_source.buildinfo
Checksums-Sha256:
 3f22b026f9e845a1cc4b95aacfcb6120d87ecc1c71a4eeb0c175cc01cdf87207 2302 
regenmaschine_2024.3.0-2.1.dsc
 0aa1ea0c68780e2555fa9746f7a391fe064cb7763b3067bb3ddd021b7d510ffd 2536 
regenmaschine_2024.3.0-2.1.debian.tar.xz
 427478ca70c5e8f5b5c998fe3656a252f419de5f9def5252a73084ea130323ad 6020 
regenmaschine_2024.3.0-2.1_source.buildinfo
Files:
 59ed1ed52a398f1a34d9cc8d325dadd7 2302 python optional 
regenmaschine_2024.3.0-2.1.dsc
 5cc916742f1be152df5ab38c5f1ee36d 2536 python optional 
regenmaschine_2024.3.0-2.1.debian.tar.xz
 69d88ec5abe6d322cc02e5d36b7b1440 6020 python optional 
regenmaschine_2024.3.0-2.1_source.buildinfo


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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmfS06IQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFL6FC/42aw8KOgVoh3pbiwZkEgPRZDijmBoSGWWt
yiV7AKJcHB1AFUduPnEw7AXVUYdj/FLv2V732DmfuZBaSYWa5dEMcLyxlS2rAf+p
XGpFJX/9PLuqIRX+CHAAYToPt8dOiUMB6Ju2e/BUn0G5ysyRkSQw+cD8crqknGuy
0de9PHiOtibtI9nn4gmoELX2CS+HsyVhAfBOwDoaohcjO+E9l5HgAmBzxn93fPVH
S/s9RTbhSzxob+jn50r53aB+nj0enMUcjIN4f9oHrhtY3wJgjByuFqnHM0EtoTGs
9XKMXvfdTtec1xVEIiP0VCsl59vYt1GqbRwt9hfqnN//9V/HU+vey3OtXZmla4cn
38gi8CZTvb9LHBXmNhressLrr5Z1OgKT/LOqQRW7pjbyCXfKlgKVf8eaIW45+3T6
Mj/sow2F/e8P99HedSlGOvRrkWDP18dJoVNYUWES+WH3s6DrNK8qhtd56+GEUalz
u9Rres9nWbWe8n3zXMLPM1PtYHABpS8=
=NCQK
-----END PGP SIGNATURE-----

Attachment: pgp2arip0cOMz.pgp
Description: PGP signature


--- End Message ---

Reply via email to