On Debian running on core i7 + 16 GB RAM, upgrading 9.4.beta2 to 9.4.beta3
and wotkinh around the `scm_setuptools` quandary, `ptestlong` gives two
permanent failures, reported below.
ISTR to have reported the same results for the previous beta.
HTH,
```
charpent@zen-book-flip:/usr/local/sage-9$ sage -t --long --warn-long 204.6
--random-seed=0 src/sage/tests/cmdline.py # 2 doctests failed
Running doctests with ID 2021-06-27-16-06-03-8f2c5a0d.
Git branch: develop
Using
--optional=build,debian,dochtml,dot2tex,gap_jupyter,pip,pysingular,saclib,sage,sage_spkg,singular_jupyter
Doctesting 1 file.
sage -t --long --warn-long 204.6 --random-seed=0 src/sage/tests/cmdline.py
**********************************************************************
File "src/sage/tests/cmdline.py", line 326, in
sage.tests.cmdline.test_executable
Failed example:
ret
Expected:
0
Got:
4
**********************************************************************
File "src/sage/tests/cmdline.py", line 331, in
sage.tests.cmdline.test_executable
Failed example:
ret
Expected:
0
Got:
2
**********************************************************************
1 item had failures:
2 of 228 in sage.tests.cmdline.test_executable
[227 tests, 2 failures, 33.40 s]
----------------------------------------------------------------------
sage -t --long --warn-long 204.6 --random-seed=0 src/sage/tests/cmdline.py
# 2 doctests failed
----------------------------------------------------------------------
Total time for all tests: 33.4 seconds
cpu time: 0.3 seconds
cumulative wall time: 33.4 seconds
============================= test session starts
==============================
platform linux -- Python 3.9.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
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 62
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:62
=========================== short test summary info
============================
ERROR src/sage/tests/cmdline.py::test_executable
=============================== 1 error in 0.02s
===============================
charpent@zen-book-flip:/usr/local/sage-9$ sage -t --long --warn-long 204.6
--random-seed=0 src/sage/doctest/test.py # 7 doctests failed
Running doctests with ID 2021-06-27-16-07-33-66e0a842.
Git branch: develop
Using
--optional=build,debian,dochtml,dot2tex,gap_jupyter,pip,pysingular,saclib,sage,sage_spkg,singular_jupyter
Doctesting 1 file.
sage -t --long --warn-long 204.6 --random-seed=0 src/sage/doctest/test.py
**********************************************************************
File "src/sage/doctest/test.py", line 26, in sage.doctest.test
Failed example:
subprocess.call(["sage", "-t", "--warn-long", "0", "--random-seed=0",
"longtime.rst"], **kwds) # long time
Expected:
Running doctests...
Doctesting 1 file.
sage -t --warn-long 0.0 --random-seed=0 longtime.rst
[0 tests, ...s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
...
0
Got:
Running doctests with ID 2021-06-27-16-07-35-109138d1.
Git branch: develop
Using
--optional=build,debian,dochtml,dot2tex,gap_jupyter,pip,pysingular,saclib,sage,sage_spkg,singular_jupyter
Doctesting 1 file.
sage -t --warn-long 0.0 --random-seed=0 longtime.rst
[0 tests, 0.00 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 0.0 seconds
cpu time: 0.0 seconds
cumulative wall time: 0.0 seconds
============================= test session starts
==============================
platform linux -- Python 3.9.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /usr/local/sage-9/src, configfile: tox.ini
collected 0 items
<BLANKLINE>
============================ no tests ran in 0.00s
=============================
5
**********************************************************************
File "src/sage/doctest/test.py", line 36, in sage.doctest.test
Failed example:
subprocess.call(["sage", "-t", "--warn-long", "0", "--random-seed=0",
"-l", "longtime.rst"], **kwds) # long time
Expected:
Running doctests...
Doctesting 1 file.
sage -t --long --warn-long 0.0 --random-seed=0 longtime.rst
[1 test, ...s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
...
0
Got:
Running doctests with ID 2021-06-27-16-07-37-951ab451.
Git branch: develop
Using
--optional=build,debian,dochtml,dot2tex,gap_jupyter,pip,pysingular,saclib,sage,sage_spkg,singular_jupyter
Doctesting 1 file.
sage -t --long --warn-long 0.0 --random-seed=0 longtime.rst
[1 test, 0.00 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 0.0 seconds
cpu time: 0.0 seconds
cumulative wall time: 0.0 seconds
============================= test session starts
==============================
platform linux -- Python 3.9.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /usr/local/sage-9/src, configfile: tox.ini
collected 0 items
<BLANKLINE>
============================ no tests ran in 0.00s
=============================
5
**********************************************************************
File "src/sage/doctest/test.py", line 433, in sage.doctest.test
Failed example:
subprocess.call(["sage", "-t", "--warn-long", "0", "--random-seed=0",
"--show-skipped", "show_skipped.rst"], **kwds) # long time
Expected:
Running doctests ...
Doctesting 1 file.
sage -t --warn-long 0.0 --random-seed=0 show_skipped.rst
1 unlabeled test not run
2 tests not run due to known bugs
1 gap test not run
1 long test not run
1 not tested test not run
0 tests not run because we ran out of time
[1 test, ... s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
...
0
Got:
Running doctests with ID 2021-06-27-16-09-21-3a95ae65.
Git branch: develop
Using
--optional=build,debian,dochtml,dot2tex,gap_jupyter,pip,pysingular,saclib,sage,sage_spkg,singular_jupyter
Doctesting 1 file.
sage -t --warn-long 0.0 --random-seed=0 show_skipped.rst
1 unlabeled test not run
2 tests not run due to known bugs
1 gap test not run
1 long test not run
1 not tested test not run
0 tests not run because we ran out of time
[1 test, 0.00 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 0.0 seconds
cpu time: 0.0 seconds
cumulative wall time: 0.0 seconds
============================= test session starts
==============================
platform linux -- Python 3.9.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /usr/local/sage-9/src, configfile: tox.ini
collected 0 items
<BLANKLINE>
============================ no tests ran in 0.00s
=============================
5
**********************************************************************
File "src/sage/doctest/test.py", line 452, in sage.doctest.test
Failed example:
subprocess.call(["sage", "-t", "--warn-long", "0", "--long",
"--random-seed=0", "--show-skipped", "--optional=sage,gap",
"show_skipped.rst"], **kwds) # long time
Expected:
Running doctests ...
Doctesting 1 file.
sage -t --long --warn-long 0.0 --random-seed=0 show_skipped.rst
1 unlabeled test not run
2 tests not run due to known bugs
1 not tested test not run
0 tests not run because we ran out of time
[3 tests, ... s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
...
0
Got:
Running doctests with ID 2021-06-27-16-09-24-dcb808f6.
Git branch: develop
Using --optional=gap,sage
Doctesting 1 file.
sage -t --long --warn-long 0.0 --random-seed=0 show_skipped.rst
1 unlabeled test not run
2 tests not run due to known bugs
1 not tested test not run
0 tests not run because we ran out of time
[3 tests, 0.00 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 0.0 seconds
cpu time: 0.0 seconds
cumulative wall time: 0.0 seconds
============================= test session starts
==============================
platform linux -- Python 3.9.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /usr/local/sage-9/src, configfile: tox.ini
collected 0 items
<BLANKLINE>
============================ no tests ran in 0.00s
=============================
5
**********************************************************************
File "src/sage/doctest/test.py", line 467, in sage.doctest.test
Failed example:
subprocess.call(["sage", "-t", "--warn-long", "0", "--long",
"--random-seed=0", "--show-skipped", "--optional=gAp", "show_skipped.rst"],
**kwds) # long time
Expected:
Running doctests ...
Doctesting 1 file.
sage -t --long --warn-long 0.0 --random-seed=0 show_skipped.rst
1 unlabeled test not run
2 tests not run due to known bugs
1 not tested test not run
1 sage test not run
0 tests not run because we ran out of time
[2 tests, ... s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
...
0
Got:
Running doctests with ID 2021-06-27-16-09-26-d8127c89.
Git branch: develop
Using --optional=gap
Doctesting 1 file.
sage -t --long --warn-long 0.0 --random-seed=0 show_skipped.rst
1 unlabeled test not run
2 tests not run due to known bugs
1 not tested test not run
1 sage test not run
0 tests not run because we ran out of time
[2 tests, 0.00 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 0.0 seconds
cpu time: 0.0 seconds
cumulative wall time: 0.0 seconds
============================= test session starts
==============================
platform linux -- Python 3.9.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /usr/local/sage-9/src, configfile: tox.ini
collected 0 items
<BLANKLINE>
============================ no tests ran in 0.00s
=============================
5
**********************************************************************
File "src/sage/doctest/test.py", line 499, in sage.doctest.test
Failed example:
subprocess.call(["sage", "-t", "--warn-long", "0", "--random-seed=0",
"atexit.rst"], **kwds2) # long time
Expected:
Running doctests...
Doctesting 1 file.
sage -t --warn-long 0.0 --random-seed=0 atexit.rst
[3 tests, ... s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
...
0
Got:
Running doctests with ID 2021-06-27-16-09-30-739c908b.
Git branch: develop
Using
--optional=build,debian,dochtml,dot2tex,gap_jupyter,pip,pysingular,saclib,sage,sage_spkg,singular_jupyter
Doctesting 1 file.
sage -t --warn-long 0.0 --random-seed=0 atexit.rst
[3 tests, 0.00 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 0.0 seconds
cpu time: 0.0 seconds
cumulative wall time: 0.0 seconds
============================= test session starts
==============================
platform linux -- Python 3.9.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /usr/local/sage-9/src, configfile: tox.ini
collected 0 items
<BLANKLINE>
============================ no tests ran in 0.00s
=============================
5
**********************************************************************
File "src/sage/doctest/test.py", line 539, in sage.doctest.test
Failed example:
subprocess.call(["sage", "-t", "--warn-long", "0", "--random-seed=1",
"random_seed.rst"], **kwds) # long time
Expected:
Running doctests...
Doctesting 1 file.
sage -t --warn-long 0.0 --random-seed=1 random_seed.rst
[1 test, ...s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
...
0
Got:
Running doctests with ID 2021-06-27-16-09-36-f6c07205.
Git branch: develop
Using
—optional=build,debian,dochtml,dot2tex,gap_jupyter,pip,pysingular,saclib,sage,sage_spkg,singular_jupyter
Doctesting 1 file.
sage -t —warn-long 0.0 —random-seed=1 random_seed.rst
[1 test, 0.00 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 0.0 seconds
cpu time: 0.0 seconds
cumulative wall time: 0.0 seconds
============================= test session starts ==============================
platform linux -- Python 3.9.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /usr/local/sage-9/src, configfile: tox.ini
collected 0 items
<BLANKLINE>
============================ no tests ran in 0.00s =============================
5
------------------------------
1 item had failures:
7 of 53 in sage.doctest.test
[52 tests, 7 failures, 123.94 s]
------------------------------
sage -t —long —warn-long 204.6 —random-seed=0 src/sage/doctest/test.py # 7
doctests failed
Total time for all tests: 124.0 seconds
cpu time: 0.1 seconds
cumulative wall time: 123.9 seconds
============================= test session starts
==============================
platform linux — Python 3.9.2, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /usr/local/sage-9/src, configfile: tox.ini
collected 0 items
============================ no tests ran in 0.01s
=============================
```
Le mardi 22 juin 2021 à 00:44:27 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
>
> a60179ab6b (tag: 9.4.beta3, trac/develop) Updated SageMath version to
> 9.4.beta3
> fcefe99320 Trac #31879: Disable libavif in libgd
> b6b31952ae Trac #31876: Update maxima to 5.45.0
> 64dda5c489 Trac #31875: Exponentiation of p-adics fails when exponent is
> exact zero
> e8c028a40e Trac #31871: replace boost by boost_cropped in m4 files
> 26ae1a47e1 Trac #31866: 3 internet doctests failing in oeis.py
> 2d1c698830 Trac #31865: 1 internet doctests failing in
> symbolic/integration/external.py
> 80e2fd0bbe Trac #31863: Fricas doesn't build on OS X Big Sur/Xcode 12
> 383f9639f5 Trac #31858: Fix translation of univariate Gamma from FriCAS
> ba66064dff Trac #31856: pyzmq: Update to 22.0.3; babel: Update to 2.9.1
> 85dfc14e88 Trac #31854: Pass name and latex_name to copy method in
> set_restriction
> a03a8c49fe Trac #31853: conversion of polygamma to fricas
> 00820ead6f Trac #31845: Error when computing norm or trace of inexact zero
> in Z_q
> 78c482bc6b Trac #31843: a few details in affine permutations
> 6e34acfc16 Trac #31841: Improve performance of function fields
> 390bddf581 Trac #31840: perl_mongodb: Split out from
> perl_cpan_polymake_prereq
> 508c6139a4 Trac #31836: CDF() should return CDF.zero()
> 3ec012aef2 Trac #31827: Fix deprecation warnings with matplotlib 3.4
> 8928c0ab22 Trac #31818: Creating a module homomorphism with a matrix may
> build the wrong codomain
> e34dc0a1eb Trac #31798: ManifoldSubset.difference, complement
> 88f8ede13b Trac #31775: Construction of interface wrapper elements does
> not support python type complex
> dcb35a3274 Trac #31764: ManifoldSubset: union, intersection,
> declare_{union,intersection} with arbitrary number of arguments
> 674a9ef41c Trac #31763: ManifoldSubset: New methods declare_subset,
> declare_superset
> 88b652e7b2 Trac #31736: ManifoldSubset: New methods declare_equal,
> equal_subsets, equal_subset_family
> 3a36b12e13 Trac #31732: ManifoldSubset: New methods declare_empty,
> declare_nonempty, is_empty, has_defined_points, open_cover_family
> fad657640d Trac #31727: ManifoldSubset: Add methods subset_family,
> superset_family, open_superset_family; deprecate method list_of_subsets
> a4cb623f69 Trac #31718: ManifoldSubset: Change some methods to generators
> 4560786194 Trac #31702: Extend PolyhedronRepresentation richcmp to a
> linear order, defining comparisons of representation objects of different
> types
> ad65dc8f77 Trac #31701: Bug in Polyhedron._richcmp_
> 1516c7a535 Trac #31680: Poset of manifold subsets
> b128083497 Trac #31659: Polyhedron.affine_hull_manifold
> 8370714079 Trac #31642: Next singular update: 4.2.0p3
> 2e800ee227 Trac #31564: update mpmath to 1.2.1
> 05de38954a Trac #31498: upgrade GAP to 4.11.1 or newer
> e308f75036 Trac #31338: sage_setup: Use paths within SAGE_LOCAL when
> provided via sage_conf
> a1177b75a6 Trac #30469: Implement `as_combinatorial_polyhedron` for
> combinatorial faces of polyhedra
> f8e8755f7e Trac #30416: Make tox a standard package
> 26a9d1509f Trac #30133: Giac mixes variables and constants of the same
> name such as I, e, π
> db82dcf894 Trac #29982: Make dynamics doctests ready for random seeds
> 517b59b001 Trac #29976: Make matrix doctests ready for random seeds
> 3fe58be464 Trac #28261: provide better labels for intersection poset of a
> hyperplane arrangement
> f25cec1ce7 Trac #31888: Fixes to src/setup.py (used when configure
> --enable-editable is used)
> a01a0e8b68 Trac #31286: fixes for flake8 E70*
> b334f3434c Trac #29617: Support system installations of ECL and fix the
> kenzo SPKG build
> 4795abb8cf Trac #31948: Reimplement parallel docbuild using make
> ab69ab3313 Trac #30801: Upgrade: pari 2.13
> 46c5c53b4d (tag: 9.4.beta2) Updated SageMath version to 9.4.beta2
>
>
--
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/45b0d847-a45b-482b-aeeb-10d10925f6a0n%40googlegroups.com.