On Ubuntu 18.04, running tests 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_numerical_backends_coin,sage_spkg ---------------------------------------------------------------------- sage -t --long --random-seed=0 src/sage/combinat/designs/incidence_structures.py # 1 doctest failed sage -t --long --random-seed=0 src/sage/databases/findstat.py # 4 doctests failed sage -t --long --random-seed=0 src/sage/databases/oeis.py # 2 doctests failed sage -t --long --random-seed=0 src/sage/graphs/generic_graph.py # 2 doctests failed sage -t --long --random-seed=0 src/sage/graphs/graph.py # 3 doctests failed sage -t --long --random-seed=0 src/sage/sat/boolean_polynomials.py # 1 doctest failed sage -t --long --random-seed=0 src/sage/tests/cmdline.py # 1 doctest failed ---------------------------------------------------------------------- External software detected for doctesting: ffmpeg,graphviz,imagemagick,internet,latex,octave,pandoc Rerunning failed tests I get (boolean_polynomials.py does not reproduce): ---------------------------------------------------------------------- sage -t --long --random-seed=0 src/sage/combinat/designs/incidence_structures.py # 1 doctest failed sage -t --long --random-seed=0 src/sage/databases/findstat.py # 11 doctests failed sage -t --long --random-seed=0 src/sage/databases/oeis.py # 2 doctests failed sage -t --long --random-seed=0 src/sage/graphs/generic_graph.py # 2 doctests failed sage -t --long --random-seed=0 src/sage/graphs/graph.py # 3 doctests failed sage -t --long --random-seed=0 src/sage/tests/cmdline.py # 1 doctest failed ---------------------------------------------------------------------- External software detected for doctesting: graphviz,internet,latex,pandoc Failures with boolean_polynomials.py is copied below. Failures with findstat.py are new and are copied below. Other failures are not new and are already tracked at https://trac.sagemath.org/ticket/25536 sage -t --long --random-seed=0 src/sage/sat/boolean_polynomials.py ********************************************************************** File "src/sage/sat/boolean_polynomials.py", line 86, in sage.sat.boolean_polynomials.solve Failed example: s = solve_sat(F, s_verbosity=1, c_max_vars_sparse=4, c_cutting_number=8) # optional - cryptominisat Expected: c ... ... Got: <BLANKLINE> ********************************************************************** 1 item had failures: 1 of 41 in sage.sat.boolean_polynomials.solve 0 tests not run because we ran out of time [46 tests, 1 failure, 223.75 s] sage -t --long --random-seed=0 src/sage/databases/findstat.py ********************************************************************** File "src/sage/databases/findstat.py", line 118, in sage.databases.findstat Failed example: r = findstat(Permutations, lambda pi: pi.saliances()[0], depth=2); r # optional -- internet Expected: 0: St000740oMp00066 with offset 1 (quality [100, 100]) ... 7: St000051oMp00061oMp00069 (quality [87, 86]) ... Got: 0: St000740oMp00087 with offset 1 (quality [100, 100]) 1: St000476oMp00099oMp00127 (quality [100, 100]) 2: St000147oMp00027oMp00127 (quality [96, 100]) 3: St000054oMp00064oMp00087 with offset 1 (quality [87, 100]) 4: St000141oMp00025oMp00127 (quality [87, 100]) 5: St001291oMp00127 with offset 1 (quality [87, 86]) 6: St000051oMp00061oMp00069 (quality [87, 86]) 7: St000316oMp00025oMp00127 (quality [87, 86]) 8: St000653oMp00129oMp00127 (quality [87, 86]) 9: St001184oMp00127oMp00064 with offset 1 (quality [87, 86]) 10: St001227oMp00028oMp00127 (quality [87, 86]) 11: St001480oMp00032oMp00127 (quality [87, 86]) 12: St000066oMp00063oMp00149 with offset 1 (quality [54, 86]) 13: St000840oMp00146oMp00127 (quality [18, 86]) 14: St000199oMp00063 with offset 1 (quality [15, 71]) 15: St000193oMp00004oMp00063 with offset 1 (quality [15, 71]) 16: St000200oMp00063oMp00062 with offset 1 (quality [15, 71]) ********************************************************************** File "src/sage/databases/findstat.py", line 127, in sage.databases.findstat Failed example: r[0].info() # optional -- internet Expected: after adding 1 to every value and applying Mp00066: inverse: Permutations -> Permutations to the objects (see `.compound_map()` for details) <BLANKLINE> your input matches St000740: The last entry of a permutation. <BLANKLINE> among the values you sent, 100 percent are actually in the database, among the distinct values you sent, 100 percent are actually in the database Got: after adding 1 to every value and applying Mp00087: inverse first fundamental transformation: Permutations -> Permutations to the objects (see `.compound_map()` for details) <BLANKLINE> your input matches St000740: The last entry of a permutation. <BLANKLINE> among the values you sent, 100 percent are actually in the database, among the distinct values you sent, 100 percent are actually in the database ********************************************************************** File "src/sage/databases/findstat.py", line 1231, in sage.databases.findstat.findmap Failed example: q = findmap([(pi, pi.complement().increasing_tree_shape()) for pi in l], depth=2); q # optional -- internet Expected: 0: Mp00061oMp00069 (quality [100]) Got: 0: Mp00061oMp00069 (quality [97]) ********************************************************************** File "src/sage/databases/findstat.py", line 1236, in sage.databases.findstat.findmap Failed example: p = findmap({pi: pi.complement().increasing_tree_shape() for pi in l}, depth=2); p # optional -- internet Expected: 0: Mp00061oMp00069 (quality [100]) Got: 0: Mp00061oMp00069 (quality [97]) ********************************************************************** 2 items had failures: 2 of 17 in sage.databases.findstat 2 of 12 in sage.databases.findstat.findmap 11 webbrowser tests not run 0 tests not run because we ran out of time [395 tests, 4 failures, 57.24 s] -- 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/7c62f1ba-49e3-48a3-b636-393bd99a42e5n%40googlegroups.com.
