Your message dated Fri, 16 May 2025 20:34:05 +0000
with message-id <e1ug1kr-008uei...@fasolo.debian.org>
and subject line Bug#1104841: fixed in oralb-ble 0.18.0-3
has caused the Debian Bug report #1104841,
regarding oralb-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.)


-- 
1104841: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104841
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:oralb-ble
Version: 0.18.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
   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...
The "poetry.dev-dependencies" section is deprecated and will be removed in a 
future version. Use "poetry.group.dev.dependencies" instead.
Successfully built oralb_ble-0.18.0-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 -k "not test_async_poll"
/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.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, asyncio-0.25.1
asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=None
collecting ... collected 0 items / 1 error

==================================== ERRORS ====================================
____________________ ERROR collecting tests/test_parser.py _____________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/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/test_parser.py:17: in <module>
    from oralb_ble.parser import SMART_SERIES_MODES, OralBBluetoothDeviceData
oralb_ble/__init__.py:22: in <module>
    from .parser import OralBBinarySensor, OralBBluetoothDeviceData, OralBSensor
oralb_ble/parser.py:23: in <module>
    from home_assistant_bluetooth import BluetoothServiceInfo
E   ModuleNotFoundError: No module named 'home_assistant_bluetooth'
=========================== short test summary info ============================
ERROR tests/test_parser.py
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
=============================== 1 error in 0.17s ===============================
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 -k 
"not test_async_poll"
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:6: 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:oralb-ble, so that this is still
visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: oralb-ble
Source-Version: 0.18.0-3
Done: Ananthu C V <weepingcl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
oralb-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 oralb-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 01:15:50 +0530
Source: oralb-ble
Architecture: source
Version: 0.18.0-3
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <team+homeassist...@tracker.debian.org>
Changed-By: Ananthu C V <weepingcl...@debian.org>
Closes: 1104841
Changes:
 oralb-ble (0.18.0-3) unstable; urgency=medium
 .
   * Team upload.
   * Add home_assistant_bluetooth build-dep and dep (Closes: #1104841)
   * Bump standards version to 4.7.2 (no changes needed)
Checksums-Sha1:
 f4a8980867651cae00ab8ecb39daf4385249379d 2502 oralb-ble_0.18.0-3.dsc
 9679b335854d37734a4abfa71a540f9ea6a2a714 4304 oralb-ble_0.18.0-3.debian.tar.xz
 e32fbaf7e4f34a85d8176ffb3f9f12b072ee7ee3 7404 
oralb-ble_0.18.0-3_source.buildinfo
Checksums-Sha256:
 c79f317ffc46dd3dad5851eb0d7377d67348fe9a1d026545e08b4bdfda115946 2502 
oralb-ble_0.18.0-3.dsc
 2f55cea6299e4260194c2831fb5d1122da229164bd90104560e041ec6be182f0 4304 
oralb-ble_0.18.0-3.debian.tar.xz
 fca7eb2d9e371d2a5a87084cb27f59fdf22e7f8dd95310a5c84d5dcf6a61ad0c 7404 
oralb-ble_0.18.0-3_source.buildinfo
Files:
 d980c932deea8b9147f3a1e041456b05 2502 python optional oralb-ble_0.18.0-3.dsc
 bef012b4dfcc761cdd75d57cdc5e3273 4304 python optional 
oralb-ble_0.18.0-3.debian.tar.xz
 2e319cdf8d96aae97b72ef4976ad153e 7404 python optional 
oralb-ble_0.18.0-3_source.buildinfo

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

iQIzBAEBCgAdFiEEUtW9Dn1NsITjS1hl1KQc+t2yDbUFAmgnlmoACgkQ1KQc+t2y
DbVHdw//aFx8+WVZaHWNaoHbBm1baGuUUrOF4uYWNJ9caIVT5FHqAF2ePN5d5/Av
qkFuqPqxrroSqDHafM+ZAg9dbMD41Yz3ll+uYvDzkqv3BlczYDCMW5Ml1ETDXCFq
Df7Bbb2drHwxguFzyQH6fP3vzpfLE5XxNNG6ggc1abAaQj9UE8/ztok1msodzvRW
2x+ZCPudh4Q9YhcIXOEZYoQhmNqrqaxVKkf1yMUwWdHXdxhEl8bntHC0DGRxM7fi
OkzK123cWQLo4o6j0Wxpf4LQhrNI0l4pPCUOPt8cdqoFq+dN3AjrRQ7ejrGq2FlT
3Wlde2Pvi5XTiNYy4/RnbufqHm3UO1UNNNc7cLWLt9PLwOnohlZrDo3nFQ8wnj03
s3K5sj4dgIkQmX4C+KcCPcvmdJhqCyRqiEsOvstHsHM/hNnGHfgpZOj6JGprghtO
m62duIWRHlEhvBlLB4SRSd5/zh7bMmtNGS2SXydNhGL3Ba2PQXiV5CncNu0Z771C
nDCRgzxjwer0hj2RMhGVLLjm7qgBeIN6cMRi2aWj1mCSfnkX7j/xmCcNJnNOyR2P
WixizAMokIUgOs+DgJY3kI4OlwlnSayQrUuQCJRNicyWtHmx7dVZAV8SbA5Y5lWl
HF/HWlQZDc6jGELWgRxEruQItnAQz6VZqRHOJS1Dd+Khwd140Cw=
=ISqv
-----END PGP SIGNATURE-----

Attachment: pgpTr2xW9ItBy.pgp
Description: PGP signature


--- End Message ---

Reply via email to