On Fri, Sep 13, 2019 at 02:25:10PM -0700, Emmanuel Charpentier wrote: > On Debian testing running on core i7 + 16 GB RAM, ptestallong gets 12 > transient and 3 permanent faiures (one of the latter being related to the > optional gap-packages). > > Head of the log file: > > Git branch: develop > Using > --optional=build,dochtml,dot2tex,external,fricas,gap_packages,giacpy_sage,libsemigroups,memlimit,python2,sage > External software to be detected: > cplex,ffmpeg,graphviz,gurobi,imagemagick,internet,latex,macaulay2,magma,maple,mathematica,matlab,octave,pandoc,scilab > > Transient failures: > > | File | Result > | P/T | > |---------------------------------------------------------+--------------------+-----| > | src/sage/graphs/generators/smallgraphs.py | 6 doctests > failed | T | > | src/sage/combinat/posets/posets.py | 1 doctest > failed | T | > | src/sage/plot/animate.py | 7 doctests > failed | T | > | src/sage/combinat/matrices/hadamard_matrix.py | 2 doctests > failed | T | > | src/sage/coding/databases.py | 2 doctests > failed | T | > | src/sage/misc/latex.py | 1 doctest > failed | T | > | src/sage/misc/persist.pyx | 2 doctests > failed | T | > | src/sage/repl/load.py | 1 doctest > failed | T | > | src/sage/graphs/graph_latex.py | 2 doctests > failed | T | > | src/sage/combinat/designs/ext_rep.py | 2 doctests > failed | T | > | src/sage/misc/remote_file.py | 2 doctests > failed | T | > | src/sage/databases/findstat.py | 11 doctests > failed | T | > > Permanent failures: > > | File | Result > | P/T | > |---------------------------------------------------------+--------------------+-----| > | src/sage/libs/eclib/interface.py | 1 doctest > failed | P | > | src/sage/tests/gap_packages.py | 1 doctest > failed | P | > | src/sage/rings/polynomial/polynomial_rational_flint.pyx | 1 doctest > failed | P | > > Details for the permanent failures: > > charpent@zen-book-flip:/usr/local/sage-P3-2$ sage -t --long --warn-long > 177.6 src/sage/libs/eclib/interface.py > Running doctests with ID 2019-09-13-22-58-28-a45b380d. > Git branch: develop > Using > --optional=build,dochtml,dot2tex,fricas,gap_packages,giacpy_sage,libsemigroups,memlimit,python2,sage > Doctesting 1 file. > sage -t --long --warn-long 177.6 src/sage/libs/eclib/interface.py > ********************************************************************** > File "src/sage/libs/eclib/interface.py", line 597, in > sage.libs.eclib.interface.mwrank_EllipticCurve.saturate > Failed example: > E.saturation([Q1,Q2]) > Expected: > ([(1 : -27 : 1), (157 : 1950 : 1)], 3, 0.801588644684981) > Got: > Attempt to round -0.2617840677e25 to a long int fails, aborting! > ([(1 : -27 : 1), (157 : 1950 : 1)], 3, 0.801588644684981) > ********************************************************************** > 1 item had failures: > 1 of 9 in sage.libs.eclib.interface.mwrank_EllipticCurve.saturate > [192 tests, 1 failure, 3.82 s] > ---------------------------------------------------------------------- > sage -t --long --warn-long 177.6 src/sage/libs/eclib/interface.py # 1 > doctest failed > ---------------------------------------------------------------------- > Total time for all tests: 3.9 seconds > cpu time: 3.8 seconds > cumulative wall time: 3.8 seconds > > charpent@zen-book-flip:/usr/local/sage-P3-2$ sage -t --long --warn-long > 177.6 src/sage/tests/gap_packages.py > Running doctests with ID 2019-09-13-23-00-30-5c509c45. > Git branch: develop > Using > --optional=build,dochtml,dot2tex,fricas,gap_packages,giacpy_sage,libsemigroups,memlimit,python2,sage > Doctesting 1 file. > sage -t --long --warn-long 177.6 src/sage/tests/gap_packages.py > ********************************************************************** > File "src/sage/tests/gap_packages.py", line 8, in sage.tests.gap_packages > Failed example: > test_packages(pkgs, only_failures=True) # optional - gap_packages > Expected: > Status Package GAP Output > +--------+---------+------------+ > Got: > #I method installed for Matrix matches more than one declaration > Status Package GAP Output > +--------+---------+------------+
I am aware of this issue: it's something coming from GAP's package Semigroups. I'm in touch with GAP people to sort it out. Dima > ********************************************************************** > 1 item had failures: > 1 of 5 in sage.tests.gap_packages > [11 tests, 1 failure, 2.85 s] > ---------------------------------------------------------------------- > sage -t --long --warn-long 177.6 src/sage/tests/gap_packages.py # 1 > doctest failed > ---------------------------------------------------------------------- > Total time for all tests: 2.9 seconds > cpu time: 2.5 seconds > cumulative wall time: 2.8 seconds > > charpent@zen-book-flip:/usr/local/sage-P3-2$ sage -t --long --warn-long > 177.6 src/sage/rings/polynomial/polynomial_rational_flint.pyx > Running doctests with ID 2019-09-13-23-01-37-a90388a8. > Git branch: develop > Using > --optional=build,dochtml,dot2tex,fricas,gap_packages,giacpy_sage,libsemigroups,memlimit,python2,sage > Doctesting 1 file. > sage -t --long --warn-long 177.6 > src/sage/rings/polynomial/polynomial_rational_flint.pyx > ********************************************************************** > File "src/sage/rings/polynomial/polynomial_rational_flint.pyx", line 2055, > in > sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint.galois_group > Failed example: > G = f.galois_group(); G > Expected: > Transitive group number 5 of degree 4 > Got: > Exception (FLINT memory_manager). Unable to allocate memory. > Transitive group number 5 of degree 4 > ********************************************************************** > 1 item had failures: > 1 of 16 in > sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint.galois_group > [397 tests, 1 failure, 2.94 s] > ---------------------------------------------------------------------- > sage -t --long --warn-long 177.6 > src/sage/rings/polynomial/polynomial_rational_flint.pyx # 1 doctest failed > ---------------------------------------------------------------------- > Total time for all tests: 3.0 seconds > cpu time: 2.9 seconds > cumulative wall time: 2.9 seconds > > HTH, > > > Le jeudi 12 septembre 2019 01:36:46 UTC+2, Volker Braun a écrit : > > > > As always, you can get the latest beta version from the "develop" git > > branch. Alternatively, the self-contained source tarball is at > > http://www.sagemath.org/download-latest.html > > > > > > be66263728 (trac/develop, tag: 8.9.rc0) Updated SageMath version to 8.9.rc0 > > b15734bd3c Trac #28461: pep cleanup for the quivers folder > > 78fdc24ae0 Trac #28458: Housekeeping for hypergeometric motives > > c9df1eec1e Trac #28462: Bug in computing the second fundamental form of a > > Riemannian submanifold > > 4c8a1ec7ae Trac #28447: posets: introduce a boolean lequal_matrix > > b9d913a529 Trac #28456: py3: fix gapdir fallback > > 4a4e32914b Trac #28455: 1 doctest failing in src/sage/databases/oeis.py > > with tag internet > > d5dcbdec66 Trac #28450: networkx 2.3 compatibility > > c57d427c88 Trac #27974: Implement facets method for Polyhedron > > f0f114cbba Trac #27929: division/inversion of lazy power series > > f6d100d920 Trac #28453: Remove obsolete import > > f1acb56720 Trac #28325: Fix a regression in the coding package: add back > > "absolute_import" > > e36d588ea1 Trac #28451: eulerian_circuit broken for the graph with > > vertices but no edges > > dcc075502e Trac #28448: py3: add symbolic to known passing folders > > efbef23066 Trac #28439: Improve parsing in interact mode of interfaces > > 1f089b67d2 Trac #28430: Polyhedron: Preserve backend for barycentric > > subdivision > > 5a84efc939 Trac #28428: pyzmq 18.1.0 > > 1ad1ee62ac Trac #28427: Various improvements to Lie algebras > > 85b1873b8f Trac #28422: Change keyword argument 'verbose' to 'check' in > > CoordChange.set_inverse() and set the default to True > > 669f3a8500 Trac #28379: clean normaliz backend > > 7bbf9655b9 Trac #28356: Enhanced new build_many to use on all platforms > > 246658ef83 Trac #28317: Use -print-prog-name instead of -print-file-name > > in gcc spkg-configure.m4 > > 16c230b44a Trac #28224: spkg-configure.m4 for lcalc > > 842c9e0a8d Trac #28220: Cythonize all_simple_paths, all_paths_iterator and > > _all_paths_iterator > > 42d054f7b9 Trac #28219: add a doctest for pynac's rational hash function > > 50781e760b Trac #28084: move references from graphs/ to > > references/index.rst > > c3678ff546 Trac #28025: Cleanup and fix dict_del_by_value for Python 3.8 > > c04ab097b1 Trac #27973: Implement wedge over a face of Polyhedron > > 680f0c59fe Trac #27967: Py3: Fix RecursivelyEnumeratedSet BFS for python3. > > 9d8a9d0cbe Trac #25919: GelfandTsetlinPattern instances do not compare > > properly > > 5bc24b13b1 Trac #16605: Nonsymmetric Macdonald polynomials tests too slow > > 7b98f4739d Trac #28405: correct the test for galpol package in pari's > > spkg-configure.m4 > > ba9135fa0c Trac #28401: pass correct --with-flint to eclib's configure > > d2eae0752b Trac #28402: incorrect inverse of sparse matrix over inexact > > rings > > e049a0078e Trac #28446: pdf doc build is broken by #28271 > > bdf4b23d74 (tag: 8.9.beta9) Updated SageMath version to 8.9.beta9 > > > > > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-release/3d591fa9-18f3-4153-9655-bb560018a943%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/20190914085002.GA7164%40hilbert.lan.
