So apparently my system python3 is used which is Python 3.6.9. The option
capture_output has been introduced in python 3.7. The change introducing
capture_output might have been introduced in Trac #30606.
On Debian testing runninng on core i7 + 16 GB RAM, after upgrading 0.2.beta14
to 9.2.rc0 configured to use all available system packages, ptestlong
results in one transient and five permanent failures, identical to those obtained on the same machine with 9.2.beta14
:
File | Result | P/T |
---|---|---|
src/sage/schemes/hyperelliptic_curves/monsky_washnitzer.py | Killed due to abort | P |
src/sage/tests/parigp.py | Timed out | T |
src/sage/modules/fg_pid/fgp_module.py | 3 doctests failed | P |
src/doc/en/constructions/algebraic_geometry.rst | 1 doctest failed | P |
src/doc/en/developer/coding_in_other.rst | 1 doctest failed | P |
src/sage/modules/free_module_morphism.py | 3 doctests failed | P |
Of note :
./configure --enable-download-from-upstream-url
still suggested the installation of libnauty-dev
notwithstanding the presence oflibnauty2-dev
(already reported).HTH,
> to sage-r...@googlegroups.com
> <mailto:sage-release+unsub...@googlegroups.com>.
On Ubuntu 20.04 running on Intel Core i7-8665U + 32 GB RAM:- incremental build (-j8) from 9.2.beta14 with system Python (=3.8.2): OK- all tests from ptestlong passed, except forsage -t --long --warn-long 74.5 --random-seed=0 src/sage/quadratic_forms/quadratic_form__equivalence_testing.py
**********************************************************************
File "src/sage/quadratic_forms/quadratic_form__equivalence_testing.py", line 90, in sage.quadratic_forms.quadratic_form__equivalence_testing.is_globally_equivalent_to
Failed example:
Q.is_globally_equivalent_to(P)
Expected:
False
Got:
True
**********************************************************************
1 item had failures:
1 of 21 in sage.quadratic_forms.quadratic_form__equivalence_testing.is_globally_equivalent_to
[69 tests, 1 failure, 0.27 s]This error is persistent (i.e. still occurs when the test is run standalone) and was not there in 9.2.beta14.It has also been reported for this release with Ubuntu 20.04 in