[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#999534: marked as done (python-bayespy: FTBFS with matplotlib 3.5 (in experimental): dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13)



Your message dated Tue, 23 Nov 2021 12:03:45 +0000
with message-id <E1mpUWX-000FL1-1f@fasolo.debian.org>
and subject line Bug#999534: fixed in python-bayespy 0.5.22-1
has caused the Debian Bug report #999534,
regarding python-bayespy: FTBFS with matplotlib 3.5 (in experimental): dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 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 owner@bugs.debian.org
immediately.)


-- 
999534: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999534
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: python-bayespy
Version: 0.5.18-3
Severity: important
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-matplotlib35

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64, using matplotlib 3.5 currently in experimental. This version
will soon be uploaded to unstable.

If you have questions about this, please contact Sandro Tosi
<morph@debian.org>.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> xvfb-run -a dh_auto_test
> I: pybuild base:232: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build; python3.9 -m pytest 
> ============================= test session starts ==============================
> platform linux -- Python 3.9.7, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
> rootdir: /<<PKGBUILDDIR>>
> collected 124 items / 1 error / 123 selected
> 
> ==================================== ERRORS ====================================
> _ ERROR collecting .pybuild/cpython3_3.9_bayespy/build/bayespy/tests/test_plot.py _
> ImportError while importing test module '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/tests/test_plot.py'.
> Hint: make sure your test modules/packages have valid Python names.
> Traceback:
> /usr/lib/python3.9/importlib/__init__.py:127: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> bayespy/tests/__init__.py:8: in <module>
>     import bayespy.plot as bpplt
> bayespy/plot.py:60: in <module>
>     import matplotlib.pyplot as plt
> /usr/lib/python3/dist-packages/matplotlib/pyplot.py:2226: in <module>
>     switch_backend(rcParams["backend"])
> /usr/lib/python3/dist-packages/matplotlib/pyplot.py:267: in switch_backend
>     class backend_mod(matplotlib.backend_bases._Backend):
> /usr/lib/python3/dist-packages/matplotlib/pyplot.py:268: in backend_mod
>     locals().update(vars(importlib.import_module(backend_name)))
> /usr/lib/python3.9/importlib/__init__.py:127: in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
> /usr/lib/python3/dist-packages/matplotlib/backends/backend_tkagg.py:1: in <module>
>     from . import _backend_tk
> /usr/lib/python3/dist-packages/matplotlib/backends/_backend_tk.py:14: in <module>
>     from PIL import Image, ImageTk
> E   ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib/python3/dist-packages/PIL/__init__.py)
> =============================== warnings summary ===============================
> bayespy/utils/misc.py:272
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/utils/misc.py:272: DeprecationWarning: invalid escape sequence \c
>     """
> 
> bayespy/inference/vmp/nodes/binomial.py:102
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/binomial.py:102: DeprecationWarning: invalid escape sequence \p
>     """
> 
> bayespy/inference/vmp/nodes/binomial.py:111
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/binomial.py:111: DeprecationWarning: invalid escape sequence \m
>     """
> 
> bayespy/inference/vmp/nodes/beta.py:74
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/beta.py:74: DeprecationWarning: invalid escape sequence \p
>     """
> 
> bayespy/inference/vmp/nodes/beta.py:81
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/beta.py:81: DeprecationWarning: invalid escape sequence \m
>     """
> 
> bayespy/inference/vmp/nodes/poisson.py:84
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/poisson.py:84: DeprecationWarning: invalid escape sequence \p
>     """
> 
> bayespy/inference/vmp/nodes/poisson.py:94
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/poisson.py:94: DeprecationWarning: invalid escape sequence \m
>     """
> 
> bayespy/inference/vmp/nodes/poisson.py:132
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/poisson.py:132: DeprecationWarning: invalid escape sequence \m
>     """
> 
> bayespy/inference/vmp/nodes/wishart.py:119
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/wishart.py:119: DeprecationWarning: invalid escape sequence \L
>     """
> 
> bayespy/inference/vmp/nodes/categorical_markov_chain.py:110
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/categorical_markov_chain.py:110: DeprecationWarning: invalid escape sequence \p
>     """
> 
> bayespy/inference/vmp/nodes/categorical_markov_chain.py:120
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/categorical_markov_chain.py:120: DeprecationWarning: invalid escape sequence \m
>     """
> 
> bayespy/inference/vmp/nodes/mixture.py:247
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/mixture.py:247: DeprecationWarning: invalid escape sequence \p
>     """
> 
> bayespy/inference/vmp/nodes/mixture.py:254
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/mixture.py:254: DeprecationWarning: invalid escape sequence \m
>     """
> 
> bayespy/inference/vmp/nodes/mixture.py:488
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/mixture.py:488: DeprecationWarning: invalid escape sequence \i
>     """ Approximates the posterior predictive pdf \int p(x|parents)
> 
> bayespy/inference/vmp/nodes/add.py:117
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/nodes/add.py:117: DeprecationWarning: invalid escape sequence \s
>     """
> 
> <unknown>:272: 18 warnings
>   <unknown>:272: DeprecationWarning: invalid escape sequence \c
> 
> bayespy/inference/vmp/transformations.py:62
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/transformations.py:62: DeprecationWarning: invalid escape sequence \m
>     """
> 
> bayespy/inference/vmp/transformations.py:257
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/transformations.py:257: DeprecationWarning: invalid escape sequence \m
>     """
> 
> bayespy/inference/vmp/transformations.py:1299
>   /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build/bayespy/inference/vmp/transformations.py:1299: DeprecationWarning: invalid escape sequence \m
>     """
> 
> -- Docs: https://docs.pytest.org/en/stable/warnings.html
> =========================== short test summary info ============================
> ERROR bayespy/tests/test_plot.py
> !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
> ======================== 36 warnings, 1 error in 1.75s =========================
> E: pybuild pybuild:354: test: plugin distutils failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_bayespy/build; python3.9 -m pytest 
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/http://qa-logs.debian.net/2021/11/numpy-matplotlib/matplotlib-exp/python-bayespy_0.5.18-3_unstable_matplotlib-exp.log

If you reassign this bug to another package, please marking 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.

--- End Message ---
--- Begin Message ---
Source: python-bayespy
Source-Version: 0.5.22-1
Done: Håvard Flaget Aasen <haavard_aasen@yahoo.no>

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

Debian distribution maintenance software
pp.
Håvard Flaget Aasen <haavard_aasen@yahoo.no> (supplier of updated python-bayespy 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Tue, 23 Nov 2021 07:38:14 +0100
Source: python-bayespy
Architecture: source
Version: 0.5.22-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Håvard Flaget Aasen <haavard_aasen@yahoo.no>
Closes: 999534
Changes:
 python-bayespy (0.5.22-1) unstable; urgency=medium
 .
   * QA upload.
   * New upstream version 0.5.22
   * Add build dependency python3-pil.imagetk Closes: #999534
   * Update Standards-Version to 4.6.0
   * autopkgtest: Add depends on python3-pil.imagetk.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse
Checksums-Sha1:
 796a0b60d160bec97b8851d1a83af5f734fa937f 2351 python-bayespy_0.5.22-1.dsc
 c4e939bf0c452caebaf88d308a12d116ebb0666d 490669 python-bayespy_0.5.22.orig.tar.gz
 5e605f5958322d549ea7af2158589f3623a6dc8f 6272 python-bayespy_0.5.22-1.debian.tar.xz
 95299471618ae377d798932173bfb45dad0c9172 10544 python-bayespy_0.5.22-1_source.buildinfo
Checksums-Sha256:
 7dab11863a7f0299b7940926230186f1240fea1486be9ec4794331961deb94e8 2351 python-bayespy_0.5.22-1.dsc
 ed0057dc22bd392df4b3bba23536117e1b2866e3201b12c5a37428d23421a5ba 490669 python-bayespy_0.5.22.orig.tar.gz
 80576c9cb73717f173caa63515a065c2bf59e5d9ee01a9d9797c8cb67cee2e99 6272 python-bayespy_0.5.22-1.debian.tar.xz
 dd19a782ea4a144b042a4148423d3e56cdf80e6f08b2a63132f524080040a423 10544 python-bayespy_0.5.22-1_source.buildinfo
Files:
 84d2bb7b6566ef087af4ca1cea99bcd6 2351 python optional python-bayespy_0.5.22-1.dsc
 873781556fd87ab3a655b1f3a931653b 490669 python optional python-bayespy_0.5.22.orig.tar.gz
 b1de616e1eafc6706f87cd4ab721e20a 6272 python optional python-bayespy_0.5.22-1.debian.tar.xz
 5797f75fbffe776814e55964b3efaad8 10544 python optional python-bayespy_0.5.22-1_source.buildinfo

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

iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAmGc1AUACgkQweDZLphv
fH5srhAAzXKAKdgwsjdhzf7Xa2mtTDjuTx0zhDmjsUFibVBZMvQoUVecbCFB3K96
EN8nQzc5H2bZgm+Ntix+kw6XV674nbsYH5QLp9QR3t6ZJlptBn9z8gqNBLQXoCNU
/k2UdgBZHoUpl0z5L9eR0s1gCYg5EYjSZEa27RZvtFqF+1HwZxFHZEsSGfDqW/QK
AKmJxrYrnkrl6n19kkTQczyytoKGTD4LvATDNnnSbDkcYtBDha8NR8hVHpVBRWBM
olWuxhrm3cuf57SMW87Zq1Wrd5y/vemmS9ie2iOzV8se/YibZEKbg5NaZKbuPo7j
rt5Wm3KA8D+lmmgp4iMvt8LKss0WczB3Fowem/t5LqtQ9bE2MZEZvnN30QcwUFUo
cGuveNjmfJAbZqoPvBYX4SAZnIbKfudXmdW3aZ4bad0EEN7jk5H1M523Tx2q+7Uj
oREJg6opbhrULOJggzvVzXqStJe9R9xAVzre9y87bX7HWolOL52vd5KNMbCt63Kh
SgQ+QCHMWhvhR9JJ6yDBLrDG5yyz15pXr47962eMC7oW4cCU2PklBq+uL6qMrG6f
OnszISyHlXuqj8K/btVXyVq8Ly2ozwjuPZnQsaDsXpoC+kvij/yLQmBRdAh+r5hC
2YwnG7eC5Cx9oxByMtv7UxlYDAFHT8eDyVDvsTOt5yCmLnwU3lg=
=A8IY
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: