--
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 sage-release...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CANnG188raJGaSu4TaRcjC6MQrHz5mwSxoE0BzTkE955AG2_deQ%40mail.gmail.com.
On a slightly different machine (Debian testing, core i5, 8 GB RAM), upgrading 9.6.beta6 to 9.6.rc0 and running ptestlong results in two permanent failures :
charpent@p-202-021:/usr/local/sage-9$ sage -t --long --warn-long 70.1 --random-seed=62867196139132857283074260869997056483 src/sage/tests/cmdline.py # 1 doctest failed
Running doctests with ID 2022-04-12-13-02-32-c78224ed.
Git branch: develop
Using --optional=debian,dot2tex,fricas,gap_packages,libsemigroups,pip,sage,sage_spkg
Features to be detected: 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_jones_numfield,database_knotinfo,dvipng,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,nauty,palp,pandoc,pdf2svg,pdftocairo,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib
Doctesting 1 file.
sage -t --long --warn-long 70.1 --random-seed=62867196139132857283074260869997056483 src/sage/tests/cmdline.py
**********************************************************************
File "src/sage/tests/cmdline.py", line 312, in sage.tests.cmdline.test_executable
Failed example:
ret
Expected:
0
Got:
4
**********************************************************************
1 item had failures:
1 of 218 in sage.tests.cmdline.test_executable
[217 tests, 1 failure, 44.78 s]
----------------------------------------------------------------------
sage -t --long --warn-long 70.1 --random-seed=62867196139132857283074260869997056483 src/sage/tests/cmdline.py # 1 doctest failed
----------------------------------------------------------------------
Total time for all tests: 44.8 seconds
cpu time: 0.3 seconds
cumulative wall time: 44.8 seconds
Features detected for doctesting: pandoc
============================= test session starts ==============================
platform linux -- Python 3.9.12, pytest-7.1.1, pluggy-1.0.0
rootdir: /usr/local/sage-9/src, configfile: tox.ini
collected 1 item
src/sage/tests/cmdline.py E [100%]
==================================== ERRORS ====================================
______________________ ERROR at setup of test_executable _______________________
file /usr/local/sage-9/src/sage/tests/cmdline.py, line 61
def test_executable(args, input="", timeout=100.0, pydebug_ignore_warnings=False, **kwds):
E fixture 'args' not found
> available fixtures: add_imports, cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory
> use 'pytest --fixtures [testpath]' for help on them.
/usr/local/sage-9/src/sage/tests/cmdline.py:61
=========================== short test summary info ============================
ERROR src/sage/tests/cmdline.py::test_executable
=============================== 1 error in 0.04s ===============================
charpent@p-202-021:/usr/local/sage-9$ sage -t --long --warn-long 70.1 --random-seed=62867196139132857283074260869997056483 src/sage/libs/pari/tests.py # 1 doctest failed
Running doctests with ID 2022-04-12-13-04-32-d13a4e1d.
Git branch: develop
Using --optional=debian,dot2tex,fricas,gap_packages,libsemigroups,pip,sage,sage_spkg
Features to be detected: 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_jones_numfield,database_knotinfo,dvipng,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,nauty,palp,pandoc,pdf2svg,pdftocairo,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib
Doctesting 1 file.
sage -t --long --warn-long 70.1 --random-seed=62867196139132857283074260869997056483 src/sage/libs/pari/tests.py
**********************************************************************
File "src/sage/libs/pari/tests.py", line 786, in sage.libs.pari.tests
Failed example:
pari('x+O(x^8)').cosh()
Expected:
1 + 1/2*x^2 + 1/24*x^4 + 1/720*x^6 + O(x^8)
Got:
1 + 1/2*x^2 + 1/24*x^4 + 1/720*x^6 + 1/40320*x^8 + O(x^9)
**********************************************************************
1 item had failures:
1 of 869 in sage.libs.pari.tests
[868 tests, 1 failure, 1.55 s]
----------------------------------------------------------------------
sage -t --long --warn-long 70.1 --random-seed=62867196139132857283074260869997056483 src/sage/libs/pari/tests.py # 1 doctest failed
----------------------------------------------------------------------
Total time for all tests: 1.7 seconds
cpu time: 1.5 seconds
cumulative wall time: 1.5 seconds
Features detected for doctesting:
============================= test session starts ==============================
platform linux -- Python 3.9.12, pytest-7.1.1, pluggy-1.0.0
rootdir: /usr/local/sage-9/src, configfile: tox.ini
collected 0 items
============================ no tests ran in 0.00s =============================
HTH,