I interact with Google groups via a website, not email, and I don't know how to attach files. As I said in the earlier thread:
----------------------------------------------------------------------
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/env.py # 1 doctest failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/misc/sagedoc.py # 1 doctest failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/schemes/generic/algebraic_scheme.py # 1 doctest failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/schemes/curves/affine_curve.py # 2 doctests failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/plot/plot.py # 1 doctest failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/sandpiles/sandpile.py # 9 doctests failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/doctest/test.py # 24 doctests failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/tests/cmdline.py # 8 doctests failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/repl/interpreter.py # 1 doctest failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/libs/singular/function.pyx # 2 doctests failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/rings/polynomial/polynomial_singular_interface.py # 1 doctest failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/rings/polynomial/multi_polynomial_ideal.py # 1 doctest failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/geometry/hyperplane_arrangement/arrangement.py # 1 doctest failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/geometry/hyperplane_arrangement/library.py # 1 doctest failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/interfaces/singular.py # 2 doctests failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/interfaces/maxima_lib.py # 1 doctest failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/sage/interfaces/gap_workspace.py # 2 doctests failed
sage-runtests --long --warn-long 30.0 --random-seed=219488733301821063797821471529988077079 src/doc/en/thematic_tutorials/sandpile.rst # 6 doctests failed
----------------------------------------------------------------------
Here are some examples:
**********************************************************************
File "src/sage/env.py", line 22, in sage.env
Failed example:
out = check_output([sys.executable, "-c", cmd], env=env).decode().strip() # long time
Expected nothing
Got:
ninja: warning: Ignoring jobserver: Pipe-based protocol is not supported! [ --jobserver-fds=3,4 -j -- TEST_FLAGS=--long TEST_TARGET=testlong]
**********************************************************************
**********************************************************************
File "src/sage/schemes/generic/algebraic_scheme.py", line 1200, in sage.schemes.generic.algebraic_scheme.AlgebraicScheme_subscheme.irreducible_components
Failed example:
V.irreducible_components() # needs sage.libs.singular
Expected:
[Closed subscheme of Projective Space of dimension 4 over Rational Field defined by:
w,
Closed subscheme of Projective Space of dimension 4 over Rational Field defined by:
x^2 - y^2 - z^2,
Closed subscheme of Projective Space of dimension 4 over Rational Field defined by:
x^2*z - v^3,
Closed subscheme of Projective Space of dimension 4 over Rational Field defined by:
w^5 - 2*z^3*v^2]
Got:
[Closed subscheme of Projective Space of dimension 4 over Rational Field defined by:
-w^5 + 2*z^3*v^2,
Closed subscheme of Projective Space of dimension 4 over Rational Field defined by:
-x^2*z + v^3,
Closed subscheme of Projective Space of dimension 4 over Rational Field defined by:
-x^2 + y^2 + z^2,
Closed subscheme of Projective Space of dimension 4 over Rational Field defined by:
w]
**********************************************************************
**********************************************************************
File "src/sage/sandpiles/sandpile.py", line 215, in sage.sandpiles.sandpile
Failed example:
S.resolution() # needs sage.libs.singular
Expected:
'R^1 <-- R^7 <-- R^15 <-- R^13 <-- R^4'
Got:
'R^1 <-- R^7 <-- R^15 <-- R^13 <-- R^4 <-- R^0'
**********************************************************************
File "src/sage/sandpiles/sandpile.py", line 2367, in sage.sandpiles.sandpile.Sandpile.betti_complexes
Failed example:
S.resolution() # needs sage.libs.singular
Expected:
'R^1 <-- R^5 <-- R^5 <-- R^1'
Got:
'R^1 <-- R^5 <-- R^5 <-- R^1 <-- R^0'
**********************************************************************
File "src/sage/sandpiles/sandpile.py", line 2575, in sage.sandpiles.sandpile.Sandpile.resolution
Failed example:
S.resolution() # a Gorenstein sandpile graph
Expected:
'R^1 <-- R^5 <-- R^5 <-- R^1'
Got:
'R^1 <-- R^5 <-- R^5 <-- R^1 <-- R^0'
**********************************************************************
File "src/sage/sandpiles/sandpile.py", line 2577, in sage.sandpiles.sandpile.Sandpile.resolution
Failed example:
S.resolution(True)
Expected:
[
[ x1^2 - x3*x0 x3*x1 - x2*x0 x3^2 - x2*x1 x2*x3 - x0^2 x2^2 - x1*x0],
<BLANKLINE>
[ x3 x2 0 x0 0] [ x2^2 - x1*x0]
[-x1 -x3 x2 0 -x0] [-x2*x3 + x0^2]
[ x0 x1 0 x2 0] [-x3^2 + x2*x1]
[ 0 0 -x1 -x3 x2] [x3*x1 - x2*x0]
[ 0 0 x0 x1 -x3], [ x1^2 - x3*x0]
]
Got:
[
[ x1^2 - x3*x0 x3*x1 - x2*x0 x3^2 - x2*x1 x2*x3 - x0^2 x2^2 - x1*x0],
<BLANKLINE>
[ x3 x2 0 x0 0] [ x2^2 - x1*x0]
[-x1 -x3 x2 0 -x0] [-x2*x3 + x0^2]
[ x0 x1 0 x2 0] [-x3^2 + x2*x1]
[ 0 0 -x1 -x3 x2] [x3*x1 - x2*x0]
[ 0 0 x0 x1 -x3], [ x1^2 - x3*x0], []
]
**********************************************************************
File "src/sage/sandpiles/sandpile.py", line 2656, in sage.sandpiles.sandpile.Sandpile.betti
Failed example:
S.betti(False) # needs sage.libs.singular
Expected:
[1, 6, 9, 4]
Got:
[1, 6, 9, 4, 0]
**********************************************************************
File "src/sage/sandpiles/sandpile.py", line 5882, in sage.sandpiles.sandpile.sandlib
Failed example:
S.resolution() # needs sage.libs.singular
Expected:
'R^1 <-- R^5 <-- R^5 <-- R^1'
Got:
'R^1 <-- R^5 <-- R^5 <-- R^1 <-- R^0'
**********************************************************************
File "src/sage/sandpiles/sandpile.py", line 6067, in sage.sandpiles.sandpile.glue_graphs
Failed example:
S.resolution() # needs sage.libs.singular
Expected:
'R^1 <-- R^7 <-- R^21 <-- R^35 <-- R^35 <-- R^21 <-- R^7 <-- R^1'
Got:
'R^1 <-- R^7 <-- R^21 <-- R^35 <-- R^35 <-- R^21 <-- R^7 <-- R^1 <-- R^0'
**********************************************************************
File "src/sage/sandpiles/sandpile.py", line 6223, in sage.sandpiles.sandpile.admissible_partitions
Failed example:
for p in P: # needs sage.combinat
sum([partition_sandpile(S, i).betti(verbose=False)[-1] for i in p])
Expected:
6
8
3
Got:
0
0
0
**********************************************************************
File "src/sage/sandpiles/sandpile.py", line 6262, in sage.sandpiles.sandpile.Sandpile
Failed example:
for p in P: # needs sage.combinat
sum([partition_sandpile(S, i).betti(verbose=False)[-1] for i in p])
Expected:
6
8
3
Got:
0
0
0
**********************************************************************