Your message dated Fri, 16 May 2025 19:49:00 +0000
with message-id <e1ug13e-008xtt...@fasolo.debian.org>
and subject line Bug#1104831: fixed in bthome-ble 3.12.5-2
has caused the Debian Bug report #1104831,
regarding bthome-ble: FTBFS: E   ModuleNotFoundError: No module named 
'home_assistant_bluetooth'
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.)


-- 
1104831: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104831
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bthome-ble
Version: 3.12.5-1
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
   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
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build override_dh_auto_build --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  
* Building wheel...
Successfully built bthome_ble-3.12.5-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
cd docs; PYTHONPATH=/<<PKGBUILDDIR>>/src LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 
sphinx-build -bhtml -d _build/doctrees source _build/html
Running Sphinx v8.1.3
loading translations [en]... done
making output directory... done
Converting `source_suffix = ['.rst', '.md']` to `source_suffix = {'.rst': 
'restructuredtext', '.md': 'restructuredtext'}`.
myst v4.0.1: MdParserConfig(commonmark_only=False, gfm_only=False, 
enable_extensions=set(), disable_syntax=[], all_links_external=False, 
links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), 
ref_domains=None, fence_as_directive=set(), number_code_blocks=[], 
title_to_header=False, heading_anchors=0, heading_slug_func=None, html_meta={}, 
footnote_sort=True, footnote_transition=True, words_per_minute=200, 
substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, 
dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, 
update_mathjax=True, 
mathjax_classes='tex2jax_process|mathjax_process|math|output_area', 
enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
building [mo]: targets for 0 po files that are out of date
writing output... 
building [html]: targets for 5 source files that are out of date
updating environment: [new config] 5 added, 0 changed, 0 removed
reading sources... [ 20%] changelog
reading sources... [ 40%] contributing
reading sources... [ 60%] index
reading sources... [ 80%] installation
reading sources... [100%] usage

looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets... 
copying static files... 
Writing evaluated template result to 
/<<PKGBUILDDIR>>/docs/_build/html/_static/language_data.js
Writing evaluated template result to 
/<<PKGBUILDDIR>>/docs/_build/html/_static/documentation_options.js
Writing evaluated template result to 
/<<PKGBUILDDIR>>/docs/_build/html/_static/basic.css
Writing evaluated template result to 
/<<PKGBUILDDIR>>/docs/_build/html/_static/js/versions.js
copying static files: done
copying extra files... 
copying extra files: done
copying assets: done
writing output... [ 20%] changelog
writing output... [ 40%] contributing
writing output... [ 60%] index
writing output... [ 80%] installation
writing output... [100%] usage

generating indices... genindex done
writing additional pages... search done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded.

The HTML pages are in _build/html.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m pytest --no-cov
============================= test session starts ==============================
platform linux -- Python 3.13.3, pytest-8.3.5, pluggy-1.5.0 -- 
/usr/bin/python3.13
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build
configfile: pyproject.toml
plugins: cov-5.0.0
collecting ... collected 0 items / 4 errors

==================================== ERRORS ====================================
___________________ ERROR collecting tests/test_parser_v1.py ___________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_parser_v1.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_parser_v1.py:9: in <module>
    from home_assistant_bluetooth import BluetoothServiceInfoBleak
E   ModuleNotFoundError: No module named 'home_assistant_bluetooth'
___________________ ERROR collecting tests/test_parser_v2.py ___________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_parser_v2.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_parser_v2.py:9: in <module>
    from home_assistant_bluetooth import BluetoothServiceInfoBleak
E   ModuleNotFoundError: No module named 'home_assistant_bluetooth'
_________________ ERROR collecting tests/test_v1_encryption.py _________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_v1_encryption.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_v1_encryption.py:5: in <module>
    from bthome_ble.bthome_v1_encryption import decrypt_aes_ccm, encrypt_payload
bthome_ble/__init__.py:17: in <module>
    from .parser import BTHomeBluetoothDeviceData
bthome_ble/parser.py:24: in <module>
    from home_assistant_bluetooth import BluetoothServiceInfoBleak
E   ModuleNotFoundError: No module named 'home_assistant_bluetooth'
_________________ ERROR collecting tests/test_v2_encryption.py _________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_v2_encryption.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_v2_encryption.py:5: in <module>
    from bthome_ble.bthome_v2_encryption import decrypt_aes_ccm, encrypt_payload
bthome_ble/__init__.py:17: in <module>
    from .parser import BTHomeBluetoothDeviceData
bthome_ble/parser.py:24: in <module>
    from home_assistant_bluetooth import BluetoothServiceInfoBleak
E   ModuleNotFoundError: No module named 'home_assistant_bluetooth'
=========================== short test summary info ============================
ERROR tests/test_parser_v1.py
ERROR tests/test_parser_v2.py
ERROR tests/test_v1_encryption.py
ERROR tests/test_v2_encryption.py
!!!!!!!!!!!!!!!!!!! Interrupted: 4 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 4 errors in 0.26s ===============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest --no-cov
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:5: 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/202505/

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

Thanks.

--- End Message ---
--- Begin Message ---
Source: bthome-ble
Source-Version: 3.12.5-2
Done: Ananthu C V <weepingcl...@debian.org>

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

Debian distribution maintenance software
pp.
Ananthu C V <weepingcl...@debian.org> (supplier of updated bthome-ble 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: Sat, 17 May 2025 00:42:11 +0530
Source: bthome-ble
Architecture: source
Version: 3.12.5-2
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <team+homeassist...@tracker.debian.org>
Changed-By: Ananthu C V <weepingcl...@debian.org>
Closes: 1104831
Changes:
 bthome-ble (3.12.5-2) unstable; urgency=medium
 .
   * Team upload.
   * Add python3-home-assistant-bluetooth to build-deps and deps
     (Closes: #1104831)
Checksums-Sha1:
 26e9c83722a84b2270c5ca31cbed6df3a19c3053 2496 bthome-ble_3.12.5-2.dsc
 9fb3a4d321f3d1a33868c230627cb94ee6c660e6 4480 bthome-ble_3.12.5-2.debian.tar.xz
 9b92c261cfa3af4c22d42698829a836f63c9da60 7610 
bthome-ble_3.12.5-2_source.buildinfo
Checksums-Sha256:
 afdc7a0fd51d0a20703ef2a748a1f05bcb646b9c0ae64ba9149057d65a37b614 2496 
bthome-ble_3.12.5-2.dsc
 0c3f384e28ab287955689e56b51319ed107e237ce4e2ed8a5948f5a4f571234f 4480 
bthome-ble_3.12.5-2.debian.tar.xz
 44f07e709ba29d853fe9308517ca776280a19e62f7b65f40556a98a78a7dfdf3 7610 
bthome-ble_3.12.5-2_source.buildinfo
Files:
 d1675f8ace3ec49ffbc74dc98e84b3a6 2496 python optional bthome-ble_3.12.5-2.dsc
 329dba45f2a40cdfdbe541f8fabcb1c2 4480 python optional 
bthome-ble_3.12.5-2.debian.tar.xz
 9861e6bdf9754dfc7947509bf70a497d 7610 python optional 
bthome-ble_3.12.5-2_source.buildinfo

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

iQIzBAEBCgAdFiEEUtW9Dn1NsITjS1hl1KQc+t2yDbUFAmgnkOYACgkQ1KQc+t2y
DbWk3RAA0fctQp49IMGSUxf/UBky+2DvfBoGE/tby7eY6jrB6gdYZk4gkIhoyEpg
TfxaGH7njPa3tiLAU0zx3qpatoQtuX3M3qZoRLy3AlPmxkRgmhN2QXoiSVYp57jS
8csV3nAw14TjvzjylkiKiwn7qefFwgLp4CPsFDkYybB9wljSgHXADw6pDHZDR3Iv
fIBVvB87y9Pc3nFeik7g2NzmpXYL5CIV9jjGpzFu0l66IxqTSW4V5YkC4Q+g/oGB
DB5h9L/8zAqA7ayKC/6Z66GjEha4rZjC7OPFRXdQ/BpEmlokN/vH4ZHf2aZKAF+8
flMcm6now/iq4xSYrdNyuKSFZs9HNd9RHqGDhyCNiYeeRQKfSZMsXpzTtjwxmDa5
Pt6npQanubE1Oopp2uIjI51al1NcB1eJBTfi+L/0JnsrG6IXp9gVXH9UyAUM9QXP
WamXrtg7IQOcJhfPTA0x5m++bGG6bPiJl2nM0tEU1kEFcWd7tn6jKJIVmwm9irL1
d90x7lnKGm8jygI47vBUPgvY6y8UccA2svQnqztxiyspMI7W0aP/K3+5laZztSMo
2ZDWf6GHV1eI0afYarrXxaPLnpukVvgKv2FaZKN1N+3LXpmVVKZ80mtbCeBDl10d
kaJuqI1CZZ/ccJMMTsXnwVuluEmZkGkeBjGHwuq2M7EmnN21r38=
=0shp
-----END PGP SIGNATURE-----

Attachment: pgpRsevsAq0TY.pgp
Description: PGP signature


--- End Message ---

Reply via email to