Your message dated Sun, 12 Jul 2026 14:35:19 +0000
with message-id <[email protected]>
and subject line Bug#1139507: fixed in iminuit 2.30.1-4
has caused the Debian Bug report #1139507,
regarding iminuit: FTBFS: FAILED tests/test_tabulate.py::test_params - 
AssertionError
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.)


-- 
1139507: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1139507
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:iminuit
Version: 2.30.1-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

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

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

Thanks.

--------------------------------------------------------------------------------
[...]
SKIPPED [1] tests/test_describe.py:252: could not import 'annotated_types': No 
module named 'annotated_types'
SKIPPED [1] tests/test_draw.py:140: could not import 'ipywidgets': No module 
named 'ipywidgets'
SKIPPED [1] tests/test_draw.py:228: could not import 'ipywidgets': No module 
named 'ipywidgets'
SKIPPED [1] tests/test_draw.py:244: could not import 'ipywidgets': No module 
named 'ipywidgets'
SKIPPED [1] tests/test_minuit.py:1490: could not import 'numba': No module 
named 'numba'
SKIPPED [1] tests/test_repr.py:347: could not import 'unicodeitplus': No module 
named 'unicodeitplus'
SKIPPED [1] tests/test_util.py:415: could not import 'numba': No module named 
'numba'
SKIPPED [1] tests/test_util.py:441: could not import 'numba': No module named 
'numba'
FAILED tests/test_tabulate.py::test_params - AssertionError: assert '\n  pos ...
1 failed, 598 passed, 73 skipped in 10.47s
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_iminuit/build; python3.14 -m pytest -W 
ignore::DeprecationWarning
I: pybuild base:385: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_iminuit/build; 
python3.13 -m pytest -W ignore::DeprecationWarning
.....s.............sssssssss...ssss.......ssssssss.sss......ssss.ssss... [ 10%]
.......ss.s.........ssss.ssss.ss.s.....ssssssssss.ss...........s....s... [ 21%]
...................................s...................................s [ 32%]
s..........................sss.......................................... [ 42%]
........................................................................ [ 53%]
......................................................................s. [ 64%]
...........................................................s............ [ 75%]
........................................................................ [ 85%]
.........................................F...............ss............. [ 96%]
......................                                                   [100%]
=================================== FAILURES ===================================
_________________________________ test_params __________________________________

    def test_params():
        m = Minuit(lambda x, y: x**2 + (y / 2) ** 2 + 1, x=0, y=0)
        m.limits["y"] = (-1, 1)
        m.fixed["x"] = True
        m.migrad()
        m.minos()
>       assert (
            framed(tab.tabulate(*m.params.to_table()))
            == """
      pos  name      value    error  error-    error+    limit-    limit+    
fixed
    -----  ------  -------  -------  --------  --------  --------  --------  
-------
        0  x             0      0.1                                          yes
        1  y             0      1.5  -1.0      1.0       -1.0      1.0
    """
        )
E       AssertionError: assert '\n  pos  nam...1         1\n' == '\n  pos  
nam....0      1.0\n'
E         
E           
E         -   pos  name      value    error  error-    error+    limit-    
limit+    fixed
E         ?                                                                     
   --
E         +   pos  name      value    error    error-    error+    limit-    
limit+  fixed
E         ?                                ++
E           -----  ------  -------  -------  --------  --------  --------  
--------  -------...
E         
E         ...Full output truncated (5 lines hidden), use '-vv' to show

tests/test_tabulate.py:17: AssertionError
=========================== short test summary info ============================
SKIPPED [1] tests/test_without_ipywidgets.py:5: could not import 'ipywidgets': 
No module named 'ipywidgets'
SKIPPED [1] tests/test_without_numba.py:6: could not import 'numba': No module 
named 'numba'
SKIPPED [1] tests/test_core.py:124: could not import 'numba': No module named 
'numba'
SKIPPED [5] tests/test_cost.py:63: could not import 'jacobi': No module named 
'jacobi'
SKIPPED [44] tests/test_cost.py:68: could not import 'jacobi': No module named 
'jacobi'
SKIPPED [11] tests/test_cost.py:73: could not import 'jacobi': No module named 
'jacobi'
SKIPPED [1] tests/test_cost.py:2055: fails in some AWS instances
SKIPPED [1] tests/test_describe.py:229: could not import 'pydantic.types': No 
module named 'pydantic'
SKIPPED [1] tests/test_describe.py:252: could not import 'annotated_types': No 
module named 'annotated_types'
SKIPPED [1] tests/test_draw.py:140: could not import 'ipywidgets': No module 
named 'ipywidgets'
SKIPPED [1] tests/test_draw.py:228: could not import 'ipywidgets': No module 
named 'ipywidgets'
SKIPPED [1] tests/test_draw.py:244: could not import 'ipywidgets': No module 
named 'ipywidgets'
SKIPPED [1] tests/test_minuit.py:1490: could not import 'numba': No module 
named 'numba'
SKIPPED [1] tests/test_repr.py:347: could not import 'unicodeitplus': No module 
named 'unicodeitplus'
SKIPPED [1] tests/test_util.py:415: could not import 'numba': No module named 
'numba'
SKIPPED [1] tests/test_util.py:441: could not import 'numba': No module named 
'numba'
FAILED tests/test_tabulate.py::test_params - AssertionError: assert '\n  pos ...
1 failed, 598 passed, 73 skipped in 10.49s
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_iminuit/build; python3.13 -m pytest -W 
ignore::DeprecationWarning
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" --parallel=2 returned exit code 13
make: *** [debian/rules:17: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: iminuit
Source-Version: 2.30.1-4
Done: Alexandre Detiste <[email protected]>

We believe that the bug you reported is fixed in the latest version of
iminuit, 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.
Alexandre Detiste <[email protected]> (supplier of updated iminuit 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: Sun, 12 Jul 2026 16:05:07 +0200
Source: iminuit
Architecture: source
Version: 2.30.1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1139507
Changes:
 iminuit (2.30.1-4) unstable; urgency=medium
 .
   * Team upload.
   * Temporiarly skip one broken test (Closes: #1139507)
   * Disable useless Salsa CI jobs
   * Drop "Rules-Requires-Root: no": it is the default now
   * Bump Standards-Version to 4.7.4, drop Priority: tag
   * Rewrite d/watch in v5 format
Checksums-Sha1:
 8821dee6892e0c6ea93220d14352850e11c5d27c 2461 iminuit_2.30.1-4.dsc
 bd31f0198f30c7eb0d939547dc01e9ca5eca1733 5140 iminuit_2.30.1-4.debian.tar.xz
 cd0a69c5251a32c7fbe0b99e1bdd915fc0f0da33 13484 
iminuit_2.30.1-4_source.buildinfo
Checksums-Sha256:
 ecfd32d34044a8a5af199829d9972d26d0c851f6303b8a4ffec5c916fd9cae38 2461 
iminuit_2.30.1-4.dsc
 9e3cd090248b91df4ad46edf6a826cbf2ef202dcd0c2620d6fb83da9304d408b 5140 
iminuit_2.30.1-4.debian.tar.xz
 64c7352ffc3a24c249b116835f5ed89b455d7e5aafd6b51207887cdbc7ac427e 13484 
iminuit_2.30.1-4_source.buildinfo
Files:
 3faa60486553d31eaafc22fa18247fa2 2461 science optional iminuit_2.30.1-4.dsc
 425340ea9be67b78d5d0e37241b43001 5140 science optional 
iminuit_2.30.1-4.debian.tar.xz
 e83357f7b7e57caddec185a7de903eec 13484 science optional 
iminuit_2.30.1-4_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmpToZ4RHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBpRUBAAqbCNCFq+8M9auQGI2BllQjx/3gceJwE7
b5kWHe+JFHyIqJw7XNQRRCv2cuR1TZd1kXmj8HEx8m3pLaYZeIrP0pszQjeR4svp
lwbwA6c+32UDBCxJzzL3P+3FMBkdXVv3tUapGQz4WxG4px4pY/to+EsYaLpA/T8R
XYHm7TVp1QL+YVwtE16pS0p0cBdwJlN7p80V3O5o7cBXc8b0emGqs7ezq1vrwCVf
ldWzXqgntlOvebYpo4M073xXCjVA1+B1dl7jFZkO5Zl62lAhzHwdJv65v/7HZ6QD
qbqOfAD/4Xx++WXVKOSLPxO7B9mQPQZ4rjYizy7WHCEzG7exXoKMQnaks0chRXSl
I/ycktUhM0m7YUlBdV7Le1B2gTA2gZVa3uuNrhOin2Fn9mNPcfx83yH3n3vpdlQk
MOeYcKKoqF5KuHib/mRbk9b8LlO/5tKiDB+iyp0vZKsN1vnT0922dt3shfxoAKdC
kkL3KsrlVJP9XHXMz+DSpSbiK+tjBKcfSdTyIgpG6C25SZd4ZrI9cJoiGS9MNZoj
WBe6NA1nb5x6gtlCUhLzEFKAnpE1YBAlqWe5XgD2cEXc7hUksmj9+Dju/8DjJS7m
AslHb1bP00QGmuH3HgmWkPj+s9xSqMvZXk4LwSCy4zk551ljGtxBj3R5fOoyMK73
ODshwTTaHok=
=ek/O
-----END PGP SIGNATURE-----

Attachment: pgpUeJ12t_qN_.pgp
Description: PGP signature


--- End Message ---

Reply via email to