Your message dated Wed, 02 Nov 2022 22:20:59 +0000
with message-id <[email protected]>
and subject line Bug#1020456: fixed in cypari2 2.1.2-3
has caused the Debian Bug report #1020456,
regarding cypari2 FTBFS with PARI 2.15.0
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.)


-- 
1020456: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020456
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cypari2
Version: 2.1.2-2
Severity: serious
Tags: ftbfs bookworm sid

https://buildd.debian.org/status/logs.php?pkg=cypari2&ver=2.1.2-2%2Bb3

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
python3 tests/rundoctest.py
  ***   user warning: test
/usr/lib/python3.10/doctest.py:1350: RuntimeWarning: cypari2 leaked 197450664 
bytes on the PARI stack
  exec(compile(example.source, filename, "single",
/usr/lib/python3.10/doctest.py:1350: RuntimeWarning: cypari2 leaked 241740752 
bytes on the PARI stack
  exec(compile(example.source, filename, "single",
/usr/lib/python3.10/doctest.py:1350: RuntimeWarning: cypari2 leaked 248010168 
bytes on the PARI stack
  exec(compile(example.source, filename, "single",
/usr/lib/python3.10/doctest.py:1350: RuntimeWarning: cypari2 leaked 252956360 
bytes on the PARI stack
  exec(compile(example.source, filename, "single",
/usr/lib/python3.10/doctest.py:1350: RuntimeWarning: cypari2 leaked 258607552 
bytes on the PARI stack
  exec(compile(example.source, filename, "single",
/usr/lib/python3.10/doctest.py:1350: RuntimeWarning: cypari2 leaked 209447264 
bytes on the PARI stack
  exec(compile(example.source, filename, "single",
/usr/lib/python3.10/doctest.py:1350: RuntimeWarning: cypari2 leaked 215847936 
bytes on the PARI stack
  exec(compile(example.source, filename, "single",
/usr/lib/python3.10/doctest.py:1350: RuntimeWarning: cypari2 leaked 190613912 
bytes on the PARI stack
  exec(compile(example.source, filename, "single",
/usr/lib/python3.10/doctest.py:1350: RuntimeWarning: cypari2 leaked 178484864 
bytes on the PARI stack
  exec(compile(example.source, filename, "single",
/usr/lib/python3.10/doctest.py:1350: RuntimeWarning: cypari2 leaked 180449432 
bytes on the PARI stack
  exec(compile(example.source, filename, "single",
================================================================================
Testing cypari2.closure
**********************************************************************
File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cypari2/build/cypari2/closure.cpython-310-x86_64-linux-gnu.so",
 line ?, in cypari2.closure.__test__.objtoclosure (line 145)
Failed example:
    mul([1], [2])
Differences (ndiff with -expected +actual):
      Traceback (most recent call last):
    - ...
    - PariError: call_python: forbidden multiplication t_VEC (1 elts) * t_VEC 
(1 elts)
    +   File "/usr/lib/python3.10/doctest.py", line 1350, in __run
    +     exec(compile(example.source, filename, "single",
    +   File "<doctest cypari2.closure.__test__.objtoclosure (line 145)[18]>", 
line 1, in <module>
    +     mul([1], [2])
    +   File "cypari2/gen.pyx", line 4107, in cypari2.gen.Gen.__call__
    +     sig_on()
    +   File "cypari2/handle_error.pyx", line 213, in 
cypari2.handle_error._pari_err_handle
    +     raise PariError(errnum, pari_error_string, clone_gen_noclear(E))
    + PariError: call_python: incorrect type in qfbcomp (t_VEC)
**********************************************************************
File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cypari2/build/cypari2/closure.cpython-310-x86_64-linux-gnu.so",
 line ?, in cypari2.closure.objtoclosure
Failed example:
    mul([1], [2])
Differences (ndiff with -expected +actual):
      Traceback (most recent call last):
    - ...
    - PariError: call_python: forbidden multiplication t_VEC (1 elts) * t_VEC 
(1 elts)
    +   File "/usr/lib/python3.10/doctest.py", line 1350, in __run
    +     exec(compile(example.source, filename, "single",
    +   File "<doctest cypari2.closure.objtoclosure[18]>", line 1, in <module>
    +     mul([1], [2])
    +   File "cypari2/gen.pyx", line 4107, in cypari2.gen.Gen.__call__
    +     sig_on()
    +   File "cypari2/handle_error.pyx", line 213, in 
cypari2.handle_error._pari_err_handle
    +     raise PariError(errnum, pari_error_string, clone_gen_noclear(E))
    + PariError: call_python: incorrect type in qfbcomp (t_VEC)
**********************************************************************
2 items had failures:
   1 of  19 in cypari2.closure.__test__.objtoclosure (line 145)
   1 of  19 in cypari2.closure.objtoclosure
***Test Failed*** 2 failures.
================================================================================
Testing cypari2.convert
================================================================================
Testing cypari2.gen
**********************************************************************
File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cypari2/build/cypari2/gen.cpython-310-x86_64-linux-gnu.so",
 line ?, in cypari2.gen.Gen.__complex__
Failed example:
    complex(g)
Differences (ndiff with -expected +actual):
    - (2.2847006554165614+0j)
    + (1.118033988749895+0j)
**********************************************************************
File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cypari2/build/cypari2/gen.cpython-310-x86_64-linux-gnu.so",
 line ?, in cypari2.gen.__test__.Gen.__complex__ (line 2006)
Failed example:
    complex(g)
Differences (ndiff with -expected +actual):
    - (2.2847006554165614+0j)
    + (1.118033988749895+0j)
**********************************************************************
2 items had failures:
   1 of  13 in cypari2.gen.Gen.__complex__
   1 of  13 in cypari2.gen.__test__.Gen.__complex__ (line 2006)
***Test Failed*** 2 failures.
================================================================================
Testing cypari2.handle_error
**********************************************************************
File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cypari2/build/cypari2/handle_error.cpython-310-x86_64-linux-gnu.so",
 line ?, in cypari2.handle_error.__test__.PariError.__str__ (line 104)
Failed example:
    pari('!@#$%^&*()')
Differences (ndiff with -expected +actual):
      Traceback (most recent call last):
    - ...
    +   File "/usr/lib/python3.10/doctest.py", line 1350, in __run
    +     exec(compile(example.source, filename, "single",
    +   File "<doctest cypari2.handle_error.__test__.PariError.__str__ (line 
104)[3]>", line 1, in <module>
    +     pari('!@#$%^&*()')
    +   File "cypari2/pari_instance.pyx", line 832, in 
cypari2.pari_instance.Pari.__call__
    +     cdef Gen g = objtogen(s)
    +   File "cypari2/gen.pyx", line 4810, in cypari2.gen.objtogen
    +     cdef GEN g = PyObject_AsGEN(s)
    +   File "cypari2/convert.pyx", line 557, in cypari2.convert.PyObject_AsGEN
    +     sig_on()
    +   File "cypari2/handle_error.pyx", line 213, in 
cypari2.handle_error._pari_err_handle
    +     raise PariError(errnum, pari_error_string, clone_gen_noclear(E))
    - PariError: syntax error, unexpected $undefined
    ?                                     ------   ^
    + PariError: syntax error, unexpected invalid token
    ?                                       +++++++++ ^
**********************************************************************
1 items had failures:
   1 of   4 in cypari2.handle_error.__test__.PariError.__str__ (line 104)
***Test Failed*** 1 failures.
================================================================================
Testing cypari2.pari_instance
**********************************************************************
File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cypari2/build/cypari2/pari_instance.cpython-310-x86_64-linux-gnu.so",
 line ?, in cypari2.pari_instance.Pari.genus2red
Failed example:
    pari.genus2red([-5*x**5, x**3 - 2*x**2 - 2*x + 1])
Differences (ndiff with -expected +actual):
    - [1416875, [2, -1; 5, 4; 2267, 1], x^6 - 240*x^4 - 2550*x^3 - 11400*x^2 - 
24100*x - 19855, [[2, [2, [Mod(1, 2)]], []], [5, [1, []], ["[V] page 156", 
[3]]], [2267, [2, [Mod(432, 2267)]], ["[I{1-0-0}] page 170", []]]]]
    ?                                   ^^ ------   ^^^  ---       ^^^^^^  
^^^^^^ ^^^^^^^^^^^^
    + [1416875, [2, -1; 5, 4; 2267, 1], [-6*x^5 + 2*x^3 - x, x^3 + 1], [[2, [2, 
[Mod(1, 2)]], []], [5, [1, []], ["[V] page 156", [3]]], [2267, [2, [Mod(432, 
2267)]], ["[I{1-0-0}] page 170", []]]]]
    ?                                   ^^    ^^^         ^^^  ^^^^ ^
**********************************************************************
File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cypari2/build/cypari2/pari_instance.cpython-310-x86_64-linux-gnu.so",
 line ?, in cypari2.pari_instance.Pari.genus2red
Failed example:
    pari.genus2red([-5*x**5, x**3 - 2*x**2 - 2*x + 1],2267)
Differences (ndiff with -expected +actual):
    - [2267, Mat([2267, 1]), x^6 - 24*x^5 + 10*x^3 - 4*x + 1, [2267, [2, 
[Mod(432, 2267)]], ["[I{1-0-0}] page 170", []]]]
    ?                        ^^ -----       ^^       --
    + [2267, Mat([2267, 1]), [-6*x^5 + 2*x^3 - x, x^3 + 1], [2267, [2, 
[Mod(432, 2267)]], ["[I{1-0-0}] page 170", []]]]
    ?                        ^^        ^        +++++    +
**********************************************************************
File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cypari2/build/cypari2/pari_instance.cpython-310-x86_64-linux-gnu.so",
 line ?, in cypari2.pari_instance.__test__.Pari.genus2red (line 1310)
Failed example:
    pari.genus2red([-5*x**5, x**3 - 2*x**2 - 2*x + 1])
Differences (ndiff with -expected +actual):
    - [1416875, [2, -1; 5, 4; 2267, 1], x^6 - 240*x^4 - 2550*x^3 - 11400*x^2 - 
24100*x - 19855, [[2, [2, [Mod(1, 2)]], []], [5, [1, []], ["[V] page 156", 
[3]]], [2267, [2, [Mod(432, 2267)]], ["[I{1-0-0}] page 170", []]]]]
    ?                                   ^^ ------   ^^^  ---       ^^^^^^  
^^^^^^ ^^^^^^^^^^^^
    + [1416875, [2, -1; 5, 4; 2267, 1], [-6*x^5 + 2*x^3 - x, x^3 + 1], [[2, [2, 
[Mod(1, 2)]], []], [5, [1, []], ["[V] page 156", [3]]], [2267, [2, [Mod(432, 
2267)]], ["[I{1-0-0}] page 170", []]]]]
    ?                                   ^^    ^^^         ^^^  ^^^^ ^
**********************************************************************
File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cypari2/build/cypari2/pari_instance.cpython-310-x86_64-linux-gnu.so",
 line ?, in cypari2.pari_instance.__test__.Pari.genus2red (line 1310)
Failed example:
    pari.genus2red([-5*x**5, x**3 - 2*x**2 - 2*x + 1],2267)
Differences (ndiff with -expected +actual):
    - [2267, Mat([2267, 1]), x^6 - 24*x^5 + 10*x^3 - 4*x + 1, [2267, [2, 
[Mod(432, 2267)]], ["[I{1-0-0}] page 170", []]]]
    ?                        ^^ -----       ^^       --
    + [2267, Mat([2267, 1]), [-6*x^5 + 2*x^3 - x, x^3 + 1], [2267, [2, 
[Mod(432, 2267)]], ["[I{1-0-0}] page 170", []]]]
    ?                        ^^        ^        +++++    +
**********************************************************************
2 items had failures:
   2 of   5 in cypari2.pari_instance.Pari.genus2red
   2 of   5 in cypari2.pari_instance.__test__.Pari.genus2red (line 1310)
***Test Failed*** 4 failures.
================================================================================
Testing cypari2.stack
================================================================================
Testing cypari2.string_utils
================================================================================
Testing autogen.doc
================================================================================
Testing autogen.generator
================================================================================
Testing autogen.parser
================================================================================
Testing autogen.paths
================================================================================
Summary result for cypari2:
   attempted = 2533
   failed = 9
make[1]: *** [debian/rules:15: override_dh_auto_test] Error 1

--- End Message ---
--- Begin Message ---
Source: cypari2
Source-Version: 2.1.2-3
Done: Tobias Hansen <[email protected]>

We believe that the bug you reported is fixed in the latest version of
cypari2, 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.
Tobias Hansen <[email protected]> (supplier of updated cypari2 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: SHA256

Format: 1.8
Date: Wed, 02 Nov 2022 21:33:40 +0000
Source: cypari2
Architecture: source
Version: 2.1.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Tobias Hansen <[email protected]>
Closes: 1020456
Changes:
 cypari2 (2.1.2-3) unstable; urgency=medium
 .
   * Apply pari-2.15.patch to fix doctests with pari 2.15. (Closes: #1020456)
   * Build-Depend on pari 2.15.1~pre1.
Checksums-Sha1:
 785ec214027c3c96329d60b6f0795d0cedd075c3 2320 cypari2_2.1.2-3.dsc
 041f45c886dc1266ed0c38c7889062374d07377b 5604 cypari2_2.1.2-3.debian.tar.xz
 14013a0f72000411d44c838b940d97bd6d3792a5 7212 cypari2_2.1.2-3_source.buildinfo
Checksums-Sha256:
 f77a309d294ba2fa0396912fadc8c5a8099ed4c20446ba0321a349404ee56444 2320 
cypari2_2.1.2-3.dsc
 50908f3a6877146bda01abfd14a6aae513230d23788c278aa18e275363a0cff1 5604 
cypari2_2.1.2-3.debian.tar.xz
 475d46712c3b85b5d62f0096cc914b0289385516f1a0c9c36b92cbacd188906d 7212 
cypari2_2.1.2-3_source.buildinfo
Files:
 8e98844307fc7b566671ffc27dacb491 2320 python optional cypari2_2.1.2-3.dsc
 372a441f93ae6bf0f8c712fce0b9e0eb 5604 python optional 
cypari2_2.1.2-3.debian.tar.xz
 55f0f7ac10c763bc198bf144618053d9 7212 python optional 
cypari2_2.1.2-3_source.buildinfo

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

iQIzBAEBCAAdFiEEoH46ol3M2u2mYo0kjIIWnY7OzSoFAmNi5bUACgkQjIIWnY7O
zSrlkhAAh46kyi0YnuqOg+CSUbRr7NH+x4dyj6qUV3aQEDk748pdQocLIJXCLA3/
NCqrvFkMcfXSXs4ocUnQ4W/x7AI714GLaJNbBNSGSZAz2aY+bopKKQaBwomeb7A6
5j8MFGPI9Ry8uCRvn0zCJ8AUgWVAg+vMTMXZMtHRG6IRyu8AEuvfvBOsoZCfEXHr
BUI/wfDW2+a9WIpgxxIVsC/KgB7XggYvxogJTZ0kh9KIh/nqxWp5Ub2TZEgrllLd
xZeVMcz954EzhLA4Ag9Z3aad3OoNpTpiTSpNSPY6ULl57l3vBWy9vevCM0PWwgqn
iYmyErTbSMTWrcheiq4DZg9emH2lx5A+iZyiyEofvuV3/SoVduVbTZ+bBKQpIh9N
P5jQm9QNJXr/Tbdyfke8QEfQVwIsnmoHcFpTaDenM3rWNiLQjWRROVHV6TIUIFL9
8tJAQxcjIHOom1PAIA68qExj4rcUWrKK+7iFcd6zcoNPyKXD6hFE3uctO75ZcTkG
QdhFFn9aR7Vtzv32lg147P/B/U6D1xyaFcvaNz/pPUtB3/a9JJfowWWeA9P8x2Wu
zoxYN4x9vrN34wt3L5DElBgqu4zRd7QZ8vgUkydtKIV3JdWbIzgUE6DQ2UGIDPVp
63kQoBuB12gCmZqzF6aTAWRpDwx5i4qu1BDlOtTWIgQYRQ6tXrg=
=cPK7
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to