I upgraded from a previous beta and there were no problems with make,
just two failures with make ptestlong:
sage -t --long --warn-long 133.0
--random-seed=133126240855796926255098246501347092842
src/sage/tests/cmdline.py # 3 doctests failed
sage -t --long --warn-long 133.0
--random-seed=133126240855796926255098246501347092842
src/sage/dynamics/arithmetic_dynamics/projective_ds.py # 1 doctest
failed
>From the log file:
sage -t --long --warn-long 106.3 --random-seed=0 src/sage/tests/cmdline.py
**********************************************************************
File "src/sage/tests/cmdline.py", line 587, in
sage.tests.cmdline.test_executable
Failed example:
out.startswith("3.")
Expected:
True
Got:
False
**********************************************************************
File "src/sage/tests/cmdline.py", line 589, in
sage.tests.cmdline.test_executable
Failed example:
err
Expected:
''
Got:
'/home/john/sage/src/bin/sage: line 669: exec: sqlite3: not found\n'
**********************************************************************
File "src/sage/tests/cmdline.py", line 591, in
sage.tests.cmdline.test_executable
Failed example:
ret
Expected:
0
Got:
127
and
sage -t --long --warn-long 133.0
--random-seed=133126240855796926255098246501347092842
src/sage/dynamics/arithmetic_dynamics/projective_ds.py
**********************************************************************
File "src/sage/dynamics/arithmetic_dynamics/projective_ds.py", line
6943, in sage.dynamics.arithmetic_dynamics.projective_ds.?.conjugating_set
Failed example:
D6.conjugating_set(D6)
Expected:
[
[1 0] [0 1] [0 2] [4 0] [2 0] [0 4]
[0 1], [1 0], [1 0], [0 1], [0 1], [1 0]
]
Got:
[
[4 0] [2 0] [0 4] [1 0] [0 1] [0 2]
[0 1], [0 1], [1 0], [0 1], [1 0], [1 0]
]
In the second case it looks to me as if it is only that the list has
the same matrices in a different order.
Ubuntu 20.04.3 LTS, more details on request.
John
On Thu, 4 Nov 2021 at 14:54, Sébastien Labbé <[email protected]> wrote:
>
> On Ubuntu 18.04 with few optional and external packages, I get:
>
> Using
> --optional=4ti2,build,ccache,cryptominisat,debian,dot2tex,e_antic,external,fricas,glucose,latte_int,lidia,normaliz,notedown,pandoc_attributes,pip,pycosat,pynormaliz,rst2ipynb,sage,sage.geometry.polyhedron,sage.rings.real_double,sage_numerical_backends_coin,sage_spkg
>
> ----------------------------------------------------------------------
> sage -t --long --random-seed=170457515151866577504556719043729955415
> src/sage/combinat/designs/incidence_structures.py # 1 doctest failed
> sage -t --long --random-seed=170457515151866577504556719043729955415
> src/sage/databases/findstat.py # 9 doctests failed
> sage -t --long --random-seed=170457515151866577504556719043729955415
> src/sage/dynamics/arithmetic_dynamics/projective_ds.py # 1 doctest failed
> sage -t --long --random-seed=170457515151866577504556719043729955415
> src/sage/finance/stock.py # 1 doctest failed
> sage -t --long --random-seed=170457515151866577504556719043729955415
> src/sage/graphs/generic_graph.py # 2 doctests failed
> sage -t --long --random-seed=170457515151866577504556719043729955415
> src/sage/graphs/graph.py # 3 doctests failed
> sage -t --long --random-seed=170457515151866577504556719043729955415
> src/sage/interfaces/fricas.py # 1 doctest failed
> sage -t --long --random-seed=170457515151866577504556719043729955415
> src/sage/sat/solvers/dimacs.py # 2 doctests failed
> sage -t --long --random-seed=170457515151866577504556719043729955415
> src/sage/tests/cmdline.py # 2 doctests failed
> ----------------------------------------------------------------------
> External software detected for doctesting:
> ffmpeg,graphviz,imagemagick,internet,latex,octave,pandoc
>
> These failures are already listed in:
> https://trac.sagemath.org/ticket/25536
>
>
> On Friday, October 29, 2021 at 11:42:11 PM UTC+2 Volker Braun wrote:
>>
>> 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
>>
>> f716a0b366 (tag: 9.5.beta5, trac/develop) Updated SageMath version to
>> 9.5.beta5
>> c5a87834e7 Trac #32758: fix E713 and E714 in schemes
>> 50776daec4 Trac #32757: last fixes for relint linter
>> d95005e277 Trac #32756: fix E713 and E714 in combinat
>> 60c6b1911d Trac #32755: fix E713 and E714 in rings
>> 8a27526e7c Trac #32722: argcomplete should be a standard package
>> bac0d56c89 Trac #32660: Add
>> sage.rings.abc.{AlgebraicField,...,NumberField_quadratic}, deprecate
>> is_AlgebraicField, ..., is_CyclotomicField, is_QuadraticField
>> 7dd78eff36 Trac #2877: security risk -- restrict the input of eval in CC
>> constructor
>> cf1a7a533d Trac #32205: Removing deprecated parameters and methods in
>> projective_ds
>> 0574dae5f9 Trac #32635: sage.matrix.matrix_space: Import element classes on
>> demand, fall back to generic on ImportError
>> 61d9294bcd Trac #32743: use .pair() for quaternions instead of inlining the
>> definition
>> bf65712f5f Trac #32739: change order of indices in doc test of quantum
>> determinant
>> cd3aa6fbac Trac #32555: Typo in doc/en/developer/portability_testing.rst
>> 72e76991cd Trac #32446: fix doctest formatting in
>> schemes/elliptic_curves/ell_curve_isogeny.py
>> 363c071d57 Trac #32632: computing elliptic-curve isomorphisms in
>> characteristic 2 sometimes fails
>> 9fdf3832f9 Trac #32630: Fix docstring in Polyhedron method
>> representative_point
>> a15c58c9d6 Trac #32582: Add colored Jones polynomial
>> f35c2c81c3 Trac #17442: Italian translation of tutorial
>> c1a55a62d1 Trac #32729: working on annotations in combinat
>> 37afc35b18 Trac #32728: Get rid of <type in doctests and the mechanism that
>> allows this
>> d8e6aed16d Trac #32717: Move sage.functions.other.sqrt to
>> sage.misc.functional
>> 5ddfc23e0a Trac #32695: 5 internet doctests failing in
>> src/sage/databases/oeis.py
>> 753406109a Trac #32656: Eliminate psutil (memory management) dependency
>> 04a39c6e1b Trac #29024: spkg-configure.m4 for singular
>> 8ba7c02710 Trac #28207: Derivative of piecewise function returns junk
>> b970bc92d1 Trac #32737: Fix doctest in src/sage/rings/integer.pyx
>> ec536c7872 Trac #32495: EllipticCurveIsogeny._richcmp_ does not use the
>> kernel polynomial
>> 9750b0ef92 Trac #32490: multiplication_by_m_isogeny is only correct up to
>> automorphism
>> b6b1b25e77 Trac #32469: Improve ecl interface
>> 7407db130b Trac #32445: Do not access M4RI internals
>> 5e674821ad Trac #32440: shifting power series doesn't keep track of
>> precision correctly
>> bc6791f518 Trac #32430: remove obsolete code in
>> EllipticCurveIsogeny.is_normalized()
>> 225ac125f8 Trac #32723: Helper function to avoid duplicated code when using
>> weights
>> 1a9bb6d29d Trac #32680: more pycodestyle checks again
>> 3c6a07afc9 Trac #32727: complete mpir deletion
>> 56ec53a51b Trac #32712: sage.tensor.modules: make doctests involving SR
>> optional
>> 11684c278f Trac #32708: sage.tensor.modules: remove dependency on
>> sage.manifolds
>> a8e7da2709 Trac #32691: setuptools: Upgrade to 58.2.0, remove old
>> easy_install patch
>> 4e42232b97 Trac #32690: add factor method to interval-posets
>> e87eb57a8e Trac #32685: Ill-placed y label in
>> sage.manifolds.utilities.set_axes_labels
>> 20e5ed68cc Trac #32684: various details in combinat and functions
>> e75948b94e Trac #32637: Add sage.geometry.abc; remove uses of is_Polyhedron,
>> is_LatticePolytope, is_Cone outside of sage.geometry
>> 08d189cd3a Trac #32607: compatibility with gsl 2.7
>> fa012254ac Trac #32665: Deprecate is_[Callable]SymbolicExpressionRing,
>> remove use of is_Symbolic{Equation,Variable}, is_CallableSymbolicExpression
>> e7f6b13107 Trac #32649: Replace sage.doctest.external.has_* functions by
>> Features
>> aac663be0d Trac #32659: sdh_pip_install: Force reinstallation of built
>> wheels; add sage_setup source deps
>> 056b8d4e7b (tag: 9.5.beta4) Updated SageMath version to 9.5.beta4
>>
> --
> 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/75953c6a-2d5e-43e3-b2a5-7f7c08505426n%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/CAD0p0K4hR%2BXA3nfVjk1Ew3w9RH%2BY7KkVZ-c1gxTY2oVip1QO_Q%40mail.gmail.com.