Sage 10.4.beta9 released

105 views
Skip to first unread message

Volker Braun

unread,
Jun 9, 2024, 8:45:00 AMJun 9
to sage-release
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

Its again time to make another release, if only to properly support gcc 14. If you have anything that you are desperate to merge in this cycle then get it ready!


31e216689af (tag: 10.4.beta9, github/develop) Updated SageMath version to 10.4.beta9
5c12765f7e5 gh-38157: `build/pkgs/openssl`: Update to 3.2.2
c452b9de59d gh-38156: just a few details in permutation.py
ec439123d54 gh-38152: Improve performance of computing columns of matrices over GF(2)
23d0e295703 gh-38149: many pep8 fixes in misc
dc0986e5168 gh-38148: Fix test failure on 32-bit where a different element is picked
229a3647b2e gh-38147: `build/pkgs/scip` 9.0.1, `soplex` 7.0.1, `papilo` 2.2.1, `onetbb` 2021.12.0
22061940636 gh-38146: src/sage/categories/hecke_modules.py: Fix `# needs`
dcc802bb6ec gh-38145: docstrings: INPUT formatting
cfb50659237 gh-38144: CI: Fix handling of deletions/renames; Build&Test: Uninstall/build changed packages; Linux Incremental: Update platforms
d5ba867123d gh-38143: `sage.monoids`: Modularization fixes, `# needs`
2b74a38f740 gh-38137: some care for blank lines in pyx in rings
0947a2510ac gh-38136: Fix building fflas, linbox on 32-bit by disabling SSE, AVX
7f900580dbe gh-38134: some care for blank lines in matrix/
962215d0320 gh-38133: some care for blank lines in coding and modules
961d06cbd09 gh-38132: some care for blank lines (pep E30) in groups/ and numerical/
5af73d3ee11 gh-38131: code polishing using list comprehension
901981fdbc8 gh-38127: Add links to the PR in doc preview
7f4fb998d43 gh-38126: Deprecate `is_Fan`, `is_NefPartition`, `is_PointCollection`, `is_ToricLattice`, `is_ToricLatticeElement`, `is_ToricLatticeQuotient`
59f3109f295 gh-38125: Deprecate `is_MutablePoset`
7b61cda0c20 gh-38124: Deprecate `is_NumberFieldOrder`, `is_AbsoluteNumberField`, `is_RelativeNumberField`, `is_NumberFieldIdeal`, `is_NumberFieldFractionalIdeal`, `is_NumberFieldFractionalIdeal_rel`
1f7efa0da4f gh-38122: `sage.doctest.control`: In doctests, use Python floats for stats
b80817e2dda gh-38119: Fix hashing for Weyl algebra elements
e6c4f20de56 gh-38117: Add small examples of common docstring styles
eac0fc52e32 gh-38114: Fixed bug in size labeler
d1036f5b90c gh-38103: Deprecate `is_Map`, `is_...Morphism`
7cfff49bd2f gh-38088: Add `# sage_setup: distribution` directives for the files of existing distributions sagemath-{categories,...,tdlib}
3dd37187752 gh-38077: Deprecate `is_Element`, ...
3f4c50fea2e gh-38057: `matroids`: Declare function input and return types
55dd5ed876a gh-38053: work on letterplace algebras
c9a3a79de18 gh-38034: `sage.libs.giac`: Compile with std=c++11
f2fb9610214 gh-37977: Add a method to enumerate cographs
87f76fee30a gh-37945: ⬆️ Bump dev-hanz-ops/install-gh-cli-action from 0.1.0 to 0.2.0
54b3e539d5e gh-37871: Construct the composition series of Garsia-Procesi modules
eb319c94427 gh-37850: Reverted changes from #36986
a09048c4c87 gh-37819: `igraph`: Update to 0.10.12, fix spkg-check; `python_igraph`: Update to 0.11.5, remove spkg-install workarounds
4d8d254eaec gh-37779: Implementing the faithful representation of a generic Lie algebra in positive characteristic
8daa182d663 gh-37697: Implement the solvable and nil radicals of a finite dimensional Lie algebra
ae87c7f0f24 gh-37669: update (py)cryptominisat to version 5.11.21, remove no longer needed cryptominisat spkg
2d12f022422 gh-37662: Add parameter `sort_neighbors` to method `init_short_digraph`
648e53a33df gh-37526: Fix `monomial_coefficients` for submodules of free modules from sage.modules
e5f42fac703 (tag: 10.4.beta8) Updated SageMath version to 10.4.beta8

Matthias Köppe

unread,
Jun 9, 2024, 3:07:06 PMJun 9
to sage-release
Thanks a lot, Volker, for preparing this beta.

For the 10.4 release, I'd still like to see the following PRs merged:
- build/pkgs/python3: Update to 3.12.3; declare support of Python 3.12.x stable (https://github.com/sagemath/sage/pull/37834, needs review)
- build/pkgs/gap: Update to 4.13.0, require >= 4.13 (https://github.com/sagemath/sage/pull/38169, needs review)
- e_antic 2.0.2, normaliz 3.10.3, pynormaliz 2.20, polymake 4.12 (https://github.com/sagemath/sage/pull/38140, needs review)
- Update conda-lock files, rename macOS conda-lock files to match CI Conda, remove unexplained duplicate lock files (https://github.com/sagemath/sage/pull/37998, needs review)
- build/pkgs/tdlib: Update to 0.9.3 (https://github.com/sagemath/sage/pull/38163)

Kwankyu Lee

unread,
Jun 9, 2024, 10:18:05 PMJun 9
to sage-release
In general, I wish that some labels weigh in the release process:

- p: blocker -- added in release candidate stage; should be merged before the stable release 
- p: critical -- added in beta stage; best to be merged before the next beta release

Emmanuel Charpentier

unread,
Jun 12, 2024, 12:19:08 PMJun 12
to sage-release

On Debian testing running on core i7 + 16 GB Ram, opgrading 10.4.beta8 to 10.4.beta9 andrunning ptestlong returns one permanent failure :

---------------------------------------------------------------------- sage -t --long --warn-long 237.5 --random-seed=77490887220742187450748251931007409634 src/sage/misc/cython.py # 3 doctests failed ----------------------------------------------------------------------

already reported for a couple of brevious betas.

HTH,

G. M.-S.

unread,
Jun 12, 2024, 3:05:09 PMJun 12
to sage-r...@googlegroups.com

This is on an Apple Silicon Mac M1 Pro with Homebrew up to date, on macOS 12.7.5 (Xcode 14.2).

There is one problem: ./configure picks /usr/bin/python3
which is the old Python 3.9.6 (Oct 18 2022, 12:41:40) from macOS.
This leads to many
urllib3.exceptions.NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020

Doing instead
./configure --without-system-python3
and merging
one has that
make
make pytest
succeed and
make ptestlong
gives
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------

HTH,

Guillermo

Emmanuel Charpentier

unread,
Jun 13, 2024, 4:27:46 AMJun 13
to sage-release

On Ubuntu 24-04 running under WSL2 on core i7 + 32 GB RAM, upgrading 10.4.beta7 to 10.4.beta9 and running ptestlong gives one transient failure (succeeds when running standalone) :

sage -t --long --warn-long 86.5 --random-seed=243166338554774216379729945104943256431 src/sage/combinat/tiling.py # 1 doctest failed

and two permanent failures :

charpent@SAP5342949:/usr/local/sage-10$ sage -t --long --warn-long 86.5 --random-seed=243166338554774216379729945104943256431 src/sage/plot/plot.py # 1 doctest failed Running doctests with ID 2024-06-13-10-13-16-65ddf01d. Git branch: develop Git ref: 31e216689a Running with SAGE_LOCAL='/usr/local/sage-10/local' and SAGE_VENV='/usr/local/sage-10/local/var/lib/sage/venv-python3.12' Using --optional=debian,dot2tex,fricas,gap_jupyter,gap_packages,libsemigroups,msolve,pip,pysingular,sage,sage_spkg,singular_jupyter Features to be detected: 4ti2,SAGE_SRC,benzene,bliss,buckygen,conway_polynomials,coxeter3,csdp,cvxopt,cvxopt,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_ellcurves,database_graphs,database_jones_numfield,database_knotinfo,dvipng,ecm,fpylll,fricas,gap_package_atlasrep,gap_package_design,gap_package_grape,gap_package_guava,gap_package_hap,gap_package_polycyclic,gap_package_qpa,gap_package_quagroup,gfan,graphviz,imagemagick,ipython,jmol,jupymake,kenzo,latte_int,lrcalc_python,lrslib,matroid_database,mcqd,meataxe,mpmath,msolve,nauty,networkx,numpy,palp,pandoc,pdf2svg,pdftocairo,pexpect,phitigra,pillow,plantri,polytopes_db,polytopes_db_4d,pplpy,primecountpy,ptyprocess,pynormaliz,pyparsing,python_igraph,requests,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.libs.braiding,sage.libs.ecl,sage.libs.flint,sage.libs.gap,sage.libs.linbox,sage.libs.m4ri,sage.libs.ntl,sage.libs.pari,sage.libs.singular,sage.misc.cython,sage.modular,sage.modules,sage.numerical.mip,sage.plot,sage.rings.complex_double,sage.rings.finite_rings,sage.rings.function_field,sage.rings.number_field,sage.rings.padics,sage.rings.polynomial.pbori,sage.rings.real_double,sage.rings.real_mpfr,sage.sat,sage.schemes,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scipy,singular,sirocco,sphinx,symengine_py,sympy,tdlib,threejs Doctesting 1 file. sage -t --long --warn-long 86.5 --random-seed=243166338554774216379729945104943256431 src/sage/plot/plot.py ********************************************************************** File "src/sage/plot/plot.py", line 1858, in sage.plot.plot.plot Failed example: plot(f, (x, -3.5, 3.5), detect_poles='show', exclude=[-3..3], ymin=-5, ymax=5) Expected: Graphics object consisting of 12 graphics primitives Got: Graphics object consisting of 13 graphics primitives ********************************************************************** 1 item had failures: 1 of 157 in sage.plot.plot.plot [470 tests, 1 failure, 32.74 s] ---------------------------------------------------------------------- sage -t --long --warn-long 86.5 --random-seed=243166338554774216379729945104943256431 src/sage/plot/plot.py # 1 doctest failed ---------------------------------------------------------------------- Total time for all tests: 33.4 seconds cpu time: 29.9 seconds cumulative wall time: 32.7 seconds Features detected for doctesting: numpy,sage.schemes,sage.symbolic

Seems cosmetic, but check is needed.

charpent@SAP5342949:/usr/local/sage-10$ sage -t --long --warn-long 86.5 --random-seed=243166338554774216379729945104943256431 src/sage/rings/real_mpfr.pyx # 1 doctest failed Running doctests with ID 2024-06-13-10-14-16-b906e409. Git branch: develop Git ref: 31e216689a Running with SAGE_LOCAL='/usr/local/sage-10/local' and SAGE_VENV='/usr/local/sage-10/local/var/lib/sage/venv-python3.12' Using --optional=debian,dot2tex,fricas,gap_jupyter,gap_packages,libsemigroups,msolve,pip,pysingular,sage,sage_spkg,singular_jupyter Features to be detected: 4ti2,SAGE_SRC,benzene,bliss,buckygen,conway_polynomials,coxeter3,csdp,cvxopt,cvxopt,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_ellcurves,database_graphs,database_jones_numfield,database_knotinfo,dvipng,ecm,fpylll,fricas,gap_package_atlasrep,gap_package_design,gap_package_grape,gap_package_guava,gap_package_hap,gap_package_polycyclic,gap_package_qpa,gap_package_quagroup,gfan,graphviz,imagemagick,ipython,jmol,jupymake,kenzo,latte_int,lrcalc_python,lrslib,matroid_database,mcqd,meataxe,mpmath,msolve,nauty,networkx,numpy,palp,pandoc,pdf2svg,pdftocairo,pexpect,phitigra,pillow,plantri,polytopes_db,polytopes_db_4d,pplpy,primecountpy,ptyprocess,pynormaliz,pyparsing,python_igraph,requests,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.libs.braiding,sage.libs.ecl,sage.libs.flint,sage.libs.gap,sage.libs.linbox,sage.libs.m4ri,sage.libs.ntl,sage.libs.pari,sage.libs.singular,sage.misc.cython,sage.modular,sage.modules,sage.numerical.mip,sage.plot,sage.rings.complex_double,sage.rings.finite_rings,sage.rings.function_field,sage.rings.number_field,sage.rings.padics,sage.rings.polynomial.pbori,sage.rings.real_double,sage.rings.real_mpfr,sage.sat,sage.schemes,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scipy,singular,sirocco,sphinx,symengine_py,sympy,tdlib,threejs Doctesting 1 file. sage -t --long --warn-long 86.5 --random-seed=243166338554774216379729945104943256431 src/sage/rings/real_mpfr.pyx ********************************************************************** File "src/sage/rings/real_mpfr.pyx", line 3287, in sage.rings.real_mpfr.RealNumber._axiom_ Failed example: fricas(R(pi)) # optional - fricas Expected: 3.1415926535_8979323846_26433833 Got: doctest:warning File "<doctest sage.rings.real_mpfr.RealNumber._axiom_[2]>", line 1, in <module> fricas(R(pi)) # optional - fricas File "/usr/local/sage-10/src/sage/interfaces/interface.py", line 306, in __call__ result = self._coerce_from_special_method(x) File "/usr/local/sage-10/src/sage/interfaces/interface.py", line 334, in _coerce_from_special_method return (x.__getattribute__(s))(self) File "/usr/local/sage-10/src/sage/interfaces/interface.py", line 299, in __call__ return cls(self, x, name=name) File "/usr/local/sage-10/src/sage/interfaces/expect.py", line 1518, in __init__ self._name = parent._create(value, name=name) File "/usr/local/sage-10/src/sage/interfaces/interface.py", line 517, in _create self.set(name, value) File "/usr/local/sage-10/src/sage/interfaces/fricas.py", line 672, in set output = self.eval(cmd, reformat=False) File "/usr/local/sage-10/src/sage/interfaces/fricas.py", line 930, in eval output = Expect.eval(self, code, strip=strip, File "/usr/local/sage-10/src/sage/interfaces/expect.py", line 1412, in eval return '\n'.join(self._eval_line(L, allow_use_file=allow_use_file, **kwds) File "/usr/local/sage-10/src/sage/interfaces/expect.py", line 1412, in <genexpr> return '\n'.join(self._eval_line(L, allow_use_file=allow_use_file, **kwds) File "/usr/local/sage-10/src/sage/interfaces/expect.py", line 990, in _eval_line self._start() File "/usr/local/sage-10/src/sage/interfaces/fricas.py", line 330, in _start Expect._start(self) File "/usr/local/sage-10/src/sage/interfaces/expect.py", line 513, in _start self._expect = SageSpawn(cmd, File "/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pexpect/pty_spawn.py", line 205, in __init__ self._spawn(command, args, preexec_fn, dimensions) File "/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/pexpect/pty_spawn.py", line 303, in _spawn self.ptyproc = self._spawnpty(self.args, env=self.env, File "/usr/local/sage-10/local/var/lib/sage/venv-python3.12/lib/python3.12/site-packages/ptyprocess/ptyprocess.py", line 230, in spawn pid, fd = pty.fork() File "/usr/lib/python3.12/pty.py", line 95, in fork pid, fd = os.forkpty() File "/usr/lib/python3.12/warnings.py", line 110, in _showwarnmsg sw(msg.message, msg.category, msg.filename, msg.lineno, : DeprecationWarning: This process (pid=186570) is multi-threaded, use of forkpty() may lead to deadlocks in the child. doctest:warning File "<doctest sage.rings.real_mpfr.RealNumber._axiom_[2]>", line 1, in <module> fricas(R(pi)) # optional - fricas File "/usr/local/sage-10/src/sage/interfaces/interface.py", line 306, in __call__ result = self._coerce_from_special_method(x) File "/usr/local/sage-10/src/sage/interfaces/interface.py", line 334, in _coerce_from_special_method return (x.__getattribute__(s))(self) File "/usr/local/sage-10/src/sage/interfaces/interface.py", line 299, in __call__ return cls(self, x, name=name) File "/usr/local/sage-10/src/sage/interfaces/expect.py", line 1518, in __init__ self._name = parent._create(value, name=name) File "/usr/local/sage-10/src/sage/interfaces/interface.py", line 517, in _create self.set(name, value) File "/usr/local/sage-10/src/sage/interfaces/fricas.py", line 672, in set output = self.eval(cmd, reformat=False) File "/usr/local/sage-10/src/sage/interfaces/fricas.py", line 930, in eval output = Expect.eval(self, code, strip=strip, File "/usr/local/sage-10/src/sage/interfaces/expect.py", line 1412, in eval return '\n'.join(self._eval_line(L, allow_use_file=allow_use_file, **kwds) File "/usr/local/sage-10/src/sage/interfaces/expect.py", line 1412, in <genexpr> return '\n'.join(self._eval_line(L, allow_use_file=allow_use_file, **kwds) File "/usr/local/sage-10/src/sage/interfaces/expect.py", line 990, in _eval_line self._start() File "/usr/local/sage-10/src/sage/interfaces/fricas.py", line 330, in _start Expect._start(self) File "/usr/local/sage-10/src/sage/interfaces/expect.py", line 540, in _start quit.register_spawned_process(self._expect.pid, cmd) File "/usr/local/sage-10/src/sage/interfaces/quit.py", line 56, in register_spawned_process start_cleaner() File "/usr/local/sage-10/src/sage/interfaces/cleaner.py", line 29, in start_cleaner if not os.fork(): File "/usr/lib/python3.12/warnings.py", line 110, in _showwarnmsg sw(msg.message, msg.category, msg.filename, msg.lineno, : DeprecationWarning: This process (pid=186570) is multi-threaded, use of fork() may lead to deadlocks in the child. 3.1415926535_8979323846_26433833 ********************************************************************** 1 item had failures: 1 of 4 in sage.rings.real_mpfr.RealNumber._axiom_ [1046 tests, 1 failure, 1.38 s] ---------------------------------------------------------------------- sage -t --long --warn-long 86.5 --random-seed=243166338554774216379729945104943256431 src/sage/rings/real_mpfr.pyx # 1 doctest failed ---------------------------------------------------------------------- Total time for all tests: 7.2 seconds cpu time: 1.2 seconds cumulative wall time: 1.4 seconds Features detected for doctesting: numpy,sage.libs.pari,sage.rings.number_field,sage.symbolic,sympy

This might be related to the fricasinterface.

HTH,

Sébastien Labbé

unread,
Jun 13, 2024, 8:14:56 AMJun 13
to sage-release
On old Ubuntu 18.04, running tests with a bunch of optional/external packages installed + internet, here is what I get:


Running with SAGE_LOCAL='/home/slabbe/GitBox/sage/local' and SAGE_VENV='/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8'
Using --optional=4ti2,build,cbc,ccache,debian,e_antic,external,fricas,glucose,kissat,latte_int,lidia,normaliz,pip,sage,sage_spkg
Features to be detected: 4ti2,SAGE_SRC,benzene,bliss,buckygen,conway_polynomials,coxeter3,cplex,csdp,cvxopt,cvxopt,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_ellcurves,database_graphs,database_jones_numfield,database_knotinfo,dvipng,dvips,ecm,ffmpeg,fpylll,fricas,gap_package_atlasrep,gap_package_design,gap_package_grape,gap_package_guava,gap_package_hap,gap_package_polycyclic,gap_package_qpa,gap_package_quagroup,gfan,graphviz,gurobi,imagemagick,internet,ipython,jmol,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrcalc_python,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,matroid_database,mcqd,meataxe,mpmath,msolve,nauty,networkx,numpy,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,pexpect,phitigra,pillow,plantri,polytopes_db,polytopes_db_4d,pplpy,primecountpy,ptyprocess,pynormaliz,pyparsing,python_igraph,requests,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.libs.braiding,sage.libs.ecl,sage.libs.flint,sage.libs.gap,sage.libs.linbox,sage.libs.m4ri,sage.libs.ntl,sage.libs.pari,sage.libs.singular,sage.misc.cython,sage.modular,sage.modules,sage.numerical.mip,sage.plot,sage.rings.complex_double,sage.rings.finite_rings,sage.rings.function_field,sage.rings.number_field,sage.rings.padics,sage.rings.polynomial.pbori,sage.rings.real_double,sage.rings.real_mpfr,sage.sat,sage.schemes,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,scipy,singular,sirocco,sphinx,symengine_py,sympy,tdlib,threejs,xelatex
Doctesting entire Sage library.
Doctesting all documentation sources.
Sorting sources by runtime so that slower doctests are run first....
Doctesting 4636 files using 8 threads.
...
----------------------------------------------------------------------
sage -t --long --random-seed=42369182201553665583838766272881000863 src/sage/combinat/designs/covering_design.py  # 2 doctests failed
sage -t --long --random-seed=42369182201553665583838766272881000863 src/sage/combinat/designs/design_catalog.py  # 3 doctests failed
sage -t --long --random-seed=42369182201553665583838766272881000863 src/sage/combinat/designs/ext_rep.py  # 1 doctest failed
sage -t --long --random-seed=42369182201553665583838766272881000863 src/sage/graphs/generators/smallgraphs.py  # 8 doctests failed
sage -t --long --random-seed=42369182201553665583838766272881000863 src/sage/graphs/strongly_regular_db.pyx  # 4 doctests failed
sage -t --long --random-seed=42369182201553665583838766272881000863 src/sage/interfaces/octave.py  # 1 doctest failed
sage -t --long --random-seed=42369182201553665583838766272881000863 src/sage/misc/latex.py  # 1 doctest failed
sage -t --long --random-seed=42369182201553665583838766272881000863 src/sage/misc/package.py  # 2 doctests failed
sage -t --long --random-seed=42369182201553665583838766272881000863 src/sage/repl/interpreter.py  # 1 doctest failed
sage -t --long --random-seed=42369182201553665583838766272881000863 src/sage/rings/lazy_series.py  # 1 doctest failed
sage -t --long --random-seed=42369182201553665583838766272881000863 src/sage/tests/cmdline.py  # 1 doctest failed
----------------------------------------------------------------------
Total time for all tests: 2872.7 seconds
    cpu time: 15439.4 seconds
    cumulative wall time: 19400.5 seconds
Features detected for doctesting: conway_polynomials,cvxopt,database_cremona_mini_ellcurve,database_ellcurves,database_graphs,dvipng,dvips,ffmpeg,fpylll,gap_package_polycyclic,gfan,graphviz,imagemagick,internet,jmol,latex,latex_package_tkz_graph,lrcalc_python,lualatex,mpmath,nauty,networkx,numpy,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,pexpect,pillow,polytopes_db,pplpy,primecountpy,ptyprocess,pyparsing,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.libs.braiding,sage.libs.ecl,sage.libs.flint,sage.libs.gap,sage.libs.linbox,sage.libs.m4ri,sage.libs.ntl,sage.libs.pari,sage.libs.singular,sage.misc.cython,sage.modular,sage.modules,sage.numerical.mip,sage.plot,sage.rings.complex_double,sage.rings.finite_rings,sage.rings.function_field,sage.rings.number_field,sage.rings.padics,sage.rings.polynomial.pbori,sage.rings.real_double,sage.rings.real_mpfr,sage.schemes,sage.symbolic,sagemath_doc_html,scipy,singular,sphinx,sympy,threejs,xelatex


Rerunning failed tests, I get the same list:

----------------------------------------------------------------------
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/combinat/designs/covering_design.py  # 2 doctests failed
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/combinat/designs/design_catalog.py  # 3 doctests failed
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/combinat/designs/ext_rep.py  # 1 doctest failed
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/graphs/generators/smallgraphs.py  # 8 doctests failed
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/graphs/strongly_regular_db.pyx  # 4 doctests failed
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/interfaces/octave.py  # 1 doctest failed
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/misc/latex.py  # 1 doctest failed
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/misc/package.py  # 2 doctests failed
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/repl/interpreter.py  # 1 doctest failed
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/rings/lazy_series.py  # 1 doctest failed
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/tests/cmdline.py  # 1 doctest failed
----------------------------------------------------------------------


Failures are copied below.


sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/misc/package.py
**********************************************************************
File "src/sage/misc/package.py", line 100, in sage.misc.package.pip_remote_version
Failed example:
    pip_remote_version(nap, pypi_url=pypi, ignore_URLError=True) # optional - internet
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.misc.package.pip_remote_version[3]>", line 1, in <module>
        pip_remote_version(nap, pypi_url=pypi, ignore_URLError=True) # optional - internet
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/src/sage/misc/package.py", line 112, in pip_remote_version
        f = urlopen(url, context=default_context())
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 216, in urlopen
        return opener.open(url, data, timeout)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 519, in open
        response = self._open(req, data)
                   ^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 536, in _open
        result = self._call_chain(self.handle_open, protocol, protocol +
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 496, in _call_chain
        result = func(*args)
                 ^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 1377, in http_open
        return self.do_open(http.client.HTTPConnection, req)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 1352, in do_open
        r = h.getresponse()
            ^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/http/client.py", line 1390, in getresponse
        response.begin()
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/http/client.py", line 325, in begin
        version, status, reason = self._read_status()
                                  ^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/http/client.py", line 294, in _read_status
        raise RemoteDisconnected("Remote end closed connection without"
    http.client.RemoteDisconnected: Remote end closed connection without response
**********************************************************************
File "src/sage/misc/package.py", line 104, in sage.misc.package.pip_remote_version
Failed example:
    pip_remote_version(nap, pypi_url=pypi, ignore_URLError=False) # optional - internet
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 404: Not Found
Got:
    <BLANKLINE>
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.misc.package.pip_remote_version[4]>", line 1, in <module>
        pip_remote_version(nap, pypi_url=pypi, ignore_URLError=False) # optional - internet
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/src/sage/misc/package.py", line 112, in pip_remote_version
        f = urlopen(url, context=default_context())
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 216, in urlopen
        return opener.open(url, data, timeout)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 519, in open
        response = self._open(req, data)
                   ^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 536, in _open
        result = self._call_chain(self.handle_open, protocol, protocol +
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 496, in _call_chain
        result = func(*args)
                 ^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 1377, in http_open
        return self.do_open(http.client.HTTPConnection, req)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 1352, in do_open
        r = h.getresponse()
            ^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/http/client.py", line 1390, in getresponse
        response.begin()
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/http/client.py", line 325, in begin
        version, status, reason = self._read_status()
                                  ^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/http/client.py", line 294, in _read_status
        raise RemoteDisconnected("Remote end closed connection without"
    http.client.RemoteDisconnected: Remote end closed connection without response

**********************************************************************
1 item had failures:
   2 of   6 in sage.misc.package.pip_remote_version
    1 beautifulsoup4 test not run
    1 not tested test not run
    0 tests not run because we ran out of time
    [50 tests, 2 failures, 7.50 s]
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/misc/latex.py
**********************************************************************
File "src/sage/misc/latex.py", line 1030, in sage.misc.latex.Latex.?
Failed example:
    latex.eval(r"\ThisIsAnInvalidCommand", {}) # optional -- latex ImageMagick
Expected:
    An error occurred...
    No pages of output...
Got:
    An error occurred.
    This is LuaTeX, Version 1.0.4 (TeX Live 2017/Debian)  (format=lualatex 2023.6.1)  12 JUN 2024 03:24
     restricted system commands enabled.
    **\nonstopmode \input{sage98.tex}
    Lua module: luaotfload-main 2017/01/29 2.80001 OpenType layout system.
    Lua module: lualibs 2017-02-01 2.5 ConTeXt Lua standard libraries.
    Lua module: lualibs-extended 2017-02-01 2.5 ConTeXt Lua libraries -- extended collection.(using write cache: /home/slabbe/.texlive2017/texmf-var/luatex-cache/generic)(using read cache: /var/lib/texmf/luatex-cache/generic /home/slabbe/.texlive2017/texmf-var/luatex-cache/generic)
    luaotfload | conf : Root cache directory is /home/slabbe/.texlive2017/texmf-var/luatex-cache/generic/names.
    luaotfload | init : Loading fontloader “fontloader-2017-02-11.lua” from kpse-resolved path “/usr/share/texlive/texmf-dist/tex/luatex/luaotfload/fontloader-2017-02-11.lua”.
    Lua-only attribute luaotfload@state = 1
    Lua-only attribute luaotfload@noligature = 2
    Lua-only attribute luaotfload@syllabe = 3
    luaotfload | init : Context OpenType loader version “3.027”
    Inserting `luaotfload.node_processor' at position 1 in `pre_linebreak_filter'.
    Inserting `luaotfload.node_processor' at position 1 in `hpack_filter'.
    Inserting `luaotfload.define_font' at position 1 in `define_font'.
    Lua-only attribute luaotfload_color_attribute = 4
    luaotfload | conf : Root cache directory is /home/slabbe/.texlive2017/texmf-var/luatex-cache/generic/names.
    Inserting `luaotfload.aux.set_sscale_dimens' at position 1 in `luaotfload.patch_font'.
    Inserting `luaotfload.aux.patch_cambria_domh' at position 2 in `luaotfload.patch_font'.
    Inserting `luaotfload.aux.fixup_fontdata' at position 1 in `luaotfload.patch_font_unsafe'.
    Inserting `luaotfload.aux.set_capheight' at position 3 in `luaotfload.patch_font'.
    Inserting `luaotfload.rewrite_fontname' at position 4 in `luaotfload.patch_font'.
    luaotfload | main : initialization completed in 0.136 seconds
    (./sage98.tex (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
    Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
    (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo
    File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
    luaotfload | db : Font names database loaded from /home/slabbe/.texlive2017/texm
    f-var/luatex-cache/generic/names/luaotfload-names.luc(load luc: /home/slabbe/.te
    xlive2017/texmf-var/luatex-cache/generic/fonts/otl/lmroman10-regular.luc))
    \c@part=\count79
    \c@section=\count80
    \c@subsection=\count81
    \c@subsubsection=\count82
    \c@paragraph=\count83
    \c@subparagraph=\count84
    \c@figure=\count85
    \c@table=\count86
    \abovecaptionskip=\skip41
    \belowcaptionskip=\skip42
    \bibindent=\dimen102
    ) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
    Package: amsmath 2017/09/02 v2.17a AMS math features
    \@mathmargin=\skip43
    <BLANKLINE>
    For additional information on amsmath, use the `?' option.
    (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
    Package: amstext 2000/06/29 v2.01 AMS text
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty
    File: amsgen.sty 1999/11/30 v2.0 generic functions
    \@emptytoks=\toks14
    \ex@=\dimen103
    ))
    (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty
    Package: amsbsy 1999/11/29 v1.2d Bold Symbols
    \pmbraise@=\dimen104
    )
    (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty
    Package: amsopn 2016/03/08 v2.02 operator names
    )
    \inf@bad=\count87
    LaTeX Info: Redefining \frac on input line 213.
    \uproot@=\count88
    \leftroot@=\count89
    LaTeX Info: Redefining \overline on input line 375.
    \classnum@=\count90
    \DOTSCASE@=\count91
    LaTeX Info: Redefining \ldots on input line 472.
    LaTeX Info: Redefining \dots on input line 475.
    LaTeX Info: Redefining \cdots on input line 596.
    \Mathstrutbox@=\box26
    \strutbox@=\box27
    \big@size=\dimen105
    LaTeX Font Info:    Redeclaring font encoding OML on input line 712.
    LaTeX Font Info:    Redeclaring font encoding OMS on input line 713.
    \macc@depth=\count92
    \c@MaxMatrixCols=\count93
    \dotsspace@=\muskip10
    \c@parentequation=\count94
    \dspbrk@lvl=\count95
    \tag@help=\toks15
    \row@=\count96
    \column@=\count97
    \maxfields@=\count98
    \andhelp@=\toks16
    \eqnshift@=\dimen106
    \alignsep@=\dimen107
    \tagshift@=\dimen108
    \tagwidth@=\dimen109
    \totwidth@=\dimen110
    \lineht@=\dimen111
    \@envbody=\toks17
    \multlinegap=\skip44
    \multlinetaggap=\skip45
    \mathdisplay@stack=\toks18
    LaTeX Info: Redefining \[ on input line 2817.
    LaTeX Info: Redefining \] on input line 2818.
    )
    (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
    Package: amssymb 2013/01/14 v3.01 AMS font symbols
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty
    Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support
    \symAMSa=\mathgroup4
    \symAMSb=\mathgroup5
    LaTeX Font Info:    Overwriting math alphabet `\mathfrak' in version `bold'
    (Font)                  U/euf/m/n --> U/euf/b/n on input line 106.
    ))
    (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
    Package: graphicx 2017/06/01 v1.1a Enhanced LaTeX Graphics (DPC,SPQR)
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
    Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
    \KV@toks@=\toks19
    )
    (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
    Package: graphics 2017/06/25 v1.2c Standard LaTeX Graphics (DPC,SPQR)
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
    Package: trig 2016/01/03 v1.10 sin cos tan (DPC)
    )
    (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg
    File: graphics.cfg 2016/06/04 v1.11 sample graphics configuration
    )
    Package graphics Info: Driver file: luatex.def on input line 99.
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/luatex.def
    File: luatex.def 2018/01/08 v1.0l Graphics/color driver for luatex
    ))
    \Gin@req@height=\dimen112
    \Gin@req@width=\dimen113
    )
    (/usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathrsfs.sty
    Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk)
    \symrsfs=\mathgroup6
    )
    (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
    Package: inputenc 2015/03/17 v1.2c Input encoding file
    \inpenc@prehook=\toks20
    \inpenc@posthook=\toks21
    <BLANKLINE>
    <BLANKLINE>
    Package inputenc Warning: inputenc package ignored with utf8 based engines.
    <BLANKLINE>
    ) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
    Package: fontenc 2017/04/05 v2.0i Standard LaTeX package
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def
    File: t1enc.def 2017/04/05 v2.0i Standard LaTeX file
    LaTeX Font Info:    Redeclaring font encoding T1 on input line 48.
    )
    LaTeX Font Info:    Try loading font information for T1+lmr on input line 105.
    <BLANKLINE>
    (/usr/share/texmf/tex/latex/lm/t1lmr.fd
    File: t1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern
    ))
    No file sage98.aux.
    <BLANKLINE>
    \openout1 = sage98.aux
    LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 39.
    LaTeX Font Info:    ... okay on input line 39.
    LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 39.
    LaTeX Font Info:    ... okay on input line 39.
    LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 39.
    LaTeX Font Info:    ... okay on input line 39.
    LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 39.
    LaTeX Font Info:    ... okay on input line 39.
    LaTeX Font Info:    Checking defaults for TU/lmr/m/n on input line 39.
    LaTeX Font Info:    ... okay on input line 39.
    LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 39.
    LaTeX Font Info:    ... okay on input line 39.
    LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 39.
    LaTeX Font Info:    ... okay on input line 39.
    (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
    [Loading MPS to PDF converter (version 2006.09.02).]
    \scratchcounter=\count99
    \scratchdimen=\dimen114
    \scratchbox=\box28
    \nofMPsegments=\count100
    \nofMParguments=\count101
    \everyMPshowfont=\toks22
    \MPscratchCnt=\count102
    \MPscratchDim=\dimen115
    \MPnumerator=\count103
    \makeMPintoPDFobject=\count104
    \everyMPtoPDFconversion=\toks23
    ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
    Package: epstopdf-base 2016/05/15 v2.6 Base part for package epstopdf
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty
    Package: infwarerr 2016/05/16 v1.4 Providing info/warning/error messages (HO)
    )
    (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty
    Package: grfext 2016/05/16 v1.2 Manage graphics extensions (HO)
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty
    Package: kvdefinekeys 2016/05/16 v1.4 Define keys (HO)
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
    Package: ltxcmds 2016/05/16 v1.23 LaTeX kernel commands for general use (HO)
    )))
    (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty
    Package: kvoptions 2016/05/16 v3.12 Key value format for package options (HO)
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
    Package: kvsetkeys 2016/05/16 v1.17 Key value parser (HO)
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/etexcmds.sty
    Package: etexcmds 2016/05/16 v1.6 Avoid name clashes with e-TeX commands (HO)
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifluatex.sty
    Package: ifluatex 2016/05/16 v1.4 Provides the ifluatex switch (HO)
    Package ifluatex Info: LuaTeX detected.
    ))))
    (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
    Package: pdftexcmds 2018/01/21 v0.26 Utility functions of pdfTeX for LuaTeX (HO)
    <BLANKLINE>
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty
    Package: ifpdf 2017/03/15 v3.2 Provides the ifpdf switch
    )
    Package pdftexcmds Info: \pdf@primitive is available.
    Package pdftexcmds Info: \pdf@ifprimitive is available.
    Package pdftexcmds Info: \pdfdraftmode found.
    \pdftexcmds@toks=\toks24
    )
    Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 43
    8.
    Package grfext Info: Graphics extension search list:
    (grfext)             [.pdf,.png,.jpg,.mps,.jpeg,.jbig2,.jb2,.PDF,.PNG,.JPG,.JPEG
    ,.JBIG2,.JB2,.eps]
    (grfext)             \AppendGraphicsExtensions on input line 456.
    <BLANKLINE>
    (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
    File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
    <BLANKLINE>
    ))
    ! Undefined control sequence.
    l.40 \ThisIsAnInvalidCommand
    <BLANKLINE>
    The control sequence at the end of the top line
    of your error message was never \def'ed. If you have
    misspelled it (e.g., `\hobx'), type `I' and the correct
    spelling (e.g., `I\hbox'). Otherwise just continue,
    and I'll forget about whatever was undefined.
    <BLANKLINE>
    (./sage98.aux))
    <BLANKLINE>
    Here is how much of LuaTeX's memory you used:
     2719 strings out of 494480
     100000,106986 words of node,token memory allocated
     432 words of node memory still in use:
       5 hlist, 2 vlist, 2 rule, 2 glue, 1 kern, 6 attribute, 48 glue_spec, 6 attrib
    ute_list, 2 write nodes
       avail lists: 2:7,3:1,4:1,5:3,7:1,9:1
     6718 multiletter control sequences out of 65536+600000
     16 fonts using 806111 bytes
     42i,1n,26p,278b,68s stack positions out of 5000i,500n,10000p,200000b,100000s
    <BLANKLINE>
    warning  (pdf backend): no pages of output.
    <BLANKLINE>
    PDF statistics: 0 PDF objects out of 1000 (max. 8388607)
     0 named destinations out of 1000 (max. 131072)
     1 words of extra memory for PDF output out of 10000 (max. 100000000)
    <BLANKLINE>
    <BLANKLINE>

**********************************************************************
1 item had failures:
   1 of   3 in sage.misc.latex.Latex.?
    3 not tested tests not run
    0 tests not run because we ran out of time
    [251 tests, 1 failure, 4.16 s]
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/interfaces/octave.py
**********************************************************************
File "src/sage/interfaces/octave.py", line 99, in sage.interfaces.octave
Failed example:
    octave('date')
Expected:
    18-Oct-2007
Got:
     12-Jun-2024

**********************************************************************
1 item had failures:
   1 of  33 in sage.interfaces.octave
    3 not tested tests not run
    0 tests not run because we ran out of time
    [132 tests, 1 failure, 1.31 s]
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/combinat/designs/covering_design.py
**********************************************************************
File "src/sage/combinat/designs/covering_design.py", line 501, in sage.combinat.designs.covering_design.best_known_covering_design_www
Failed example:
    C = best_known_covering_design_www(7, 3, 2)  # optional - internet
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.combinat.designs.covering_design.best_known_covering_design_www[1]>", line 1, in <module>
        C = best_known_covering_design_www(Integer(7), Integer(3), Integer(2))  # optional - internet
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/src/sage/combinat/designs/covering_design.py", line 534, in best_known_covering_design_www
        return sage_eval(s)
               ^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/src/sage/misc/sage_eval.py", line 200, in sage_eval
        return eval(source, sage.all.__dict__, locals)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "<string>", line 3
        <html>
        ^
    SyntaxError: invalid syntax
**********************************************************************
File "src/sage/combinat/designs/covering_design.py", line 502, in sage.combinat.designs.covering_design.best_known_covering_design_www
Failed example:
    print(C)                                     # optional - internet
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.combinat.designs.covering_design.best_known_covering_design_www[2]>", line 1, in <module>
        print(C)                                     # optional - internet
              ^
    NameError: name 'C' is not defined

**********************************************************************
1 item had failures:
   2 of   4 in sage.combinat.designs.covering_design.best_known_covering_design_www
    0 tests not run because we ran out of time
    [49 tests, 2 failures, 0.76 s]
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/combinat/designs/ext_rep.py
**********************************************************************
File "src/sage/combinat/designs/ext_rep.py", line 554, in sage.combinat.designs.ext_rep.open_extrep_url
Failed example:
    s = ext_rep.designs_from_XML_url("http://designtheory.org/database/v-b-k/v3-b6-k2.icgsa.txt.bz2") # optional - internet
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.combinat.designs.ext_rep.open_extrep_url[7]>", line 1, in <module>
        s = ext_rep.designs_from_XML_url("http://designtheory.org/database/v-b-k/v3-b6-k2.icgsa.txt.bz2") # optional - internet
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/src/sage/combinat/designs/ext_rep.py", line 1058, in designs_from_XML_url
        s = open_extrep_url(url)
            ^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/src/sage/combinat/designs/ext_rep.py", line 557, in open_extrep_url
        f = urlopen(url)
            ^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 216, in urlopen
        return opener.open(url, data, timeout)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 525, in open
        response = meth(req, response)
                   ^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 634, in http_response
        response = self.parent.error(
                   ^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 557, in error
        result = self._call_chain(*args)
                 ^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 496, in _call_chain
        result = func(*args)
                 ^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 749, in http_error_302
        return self.parent.open(new, timeout=req.timeout)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 519, in open
        response = self._open(req, data)
                   ^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 536, in _open
        result = self._call_chain(self.handle_open, protocol, protocol +
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 496, in _call_chain
        result = func(*args)
                 ^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 1377, in http_open
        return self.do_open(http.client.HTTPConnection, req)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/urllib/request.py", line 1352, in do_open
        r = h.getresponse()
            ^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/http/client.py", line 1390, in getresponse
        response.begin()
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/http/client.py", line 325, in begin
        version, status, reason = self._read_status()
                                  ^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/http/client.py", line 286, in _read_status
        line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/local/var/lib/sage/venv-python3.11.8/lib/python3.11/socket.py", line 706, in readinto
        return self._sock.recv_into(b)
               ^^^^^^^^^^^^^^^^^^^^^^^
    ConnectionResetError: [Errno 104] Connection reset by peer

**********************************************************************
1 item had failures:
   1 of   9 in sage.combinat.designs.ext_rep.open_extrep_url
    0 tests not run because we ran out of time
    [102 tests, 1 failure, 6.23 s]
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/repl/interpreter.py
**********************************************************************
File "src/sage/repl/interpreter.py", line 734, in sage.repl.interpreter.get_test_shell
Failed example:
    out + err
Expected:
    ''
Got:
    '\x1b[0 q'

**********************************************************************
1 item had failures:
   1 of  10 in sage.repl.interpreter.get_test_shell
    3 macaulay2 tests not run
    7 not tested tests not run
    2 r tests not run
    0 tests not run because we ran out of time
    [139 tests, 1 failure, 4.14 s]
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/combinat/designs/design_catalog.py
**********************************************************************
File "src/sage/combinat/designs/design_catalog.py", line 22, in sage.combinat.designs.design_catalog
Failed example:
    C = designs.best_known_covering_design_from_LJCR(7, 3, 2)   # optional - internet
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.combinat.designs.design_catalog[1]>", line 1, in <module>
        C = designs.best_known_covering_design_from_LJCR(Integer(7), Integer(3), Integer(2))   # optional - internet
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "sage/misc/lazy_import.pyx", line 410, in sage.misc.lazy_import.LazyImport.__call__
        return self.get_object()(*args, **kwds)
      File "/home/slabbe/GitBox/sage/src/sage/combinat/designs/covering_design.py", line 534, in best_known_covering_design_www
        return sage_eval(s)
               ^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/src/sage/misc/sage_eval.py", line 200, in sage_eval
        return eval(source, sage.all.__dict__, locals)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "<string>", line 3
        <html>
        ^
    SyntaxError: invalid syntax
**********************************************************************
File "src/sage/combinat/designs/design_catalog.py", line 23, in sage.combinat.designs.design_catalog
Failed example:
    C                            # optional - internet
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.combinat.designs.design_catalog[2]>", line 1, in <module>
        C                            # optional - internet
        ^
    NameError: name 'C' is not defined
**********************************************************************
File "src/sage/combinat/designs/design_catalog.py", line 28, in sage.combinat.designs.design_catalog
Failed example:
    C.incidence_structure()      # optional - internet
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.combinat.designs.design_catalog[3]>", line 1, in <module>
        C.incidence_structure()      # optional - internet
        ^
    NameError: name 'C' is not defined

**********************************************************************
1 item had failures:
   3 of   5 in sage.combinat.designs.design_catalog
    1 gap_package_design test not run
    0 tests not run because we ran out of time
    [4 tests, 3 failures, 0.72 s]
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/graphs/strongly_regular_db.pyx
**********************************************************************
File "src/sage/graphs/strongly_regular_db.pyx", line 2303, in sage.graphs.strongly_regular_db.SRG_280_135_70_60
Failed example:
    g=SRG_280_135_70_60()                     # long time, optional - internet
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.graphs.strongly_regular_db.SRG_280_135_70_60[1]>", line 1, in <module>
        g=SRG_280_135_70_60()                     # long time, optional - internet
          ^^^^^^^^^^^^^^^^^^^
      File "sage/graphs/strongly_regular_db.pyx", line 2310, in sage.graphs.strongly_regular_db.SRG_280_135_70_60
        libgap.load_package("AtlasRep")
      File "sage/libs/gap/libgap.pyx", line 434, in sage.libs.gap.libgap.Gap.load_package
        raise RuntimeError(f"Error loading GAP package {pkg}.  "
    RuntimeError: Error loading GAP package AtlasRep.  You may want to install gap_packages SPKG.
**********************************************************************
File "src/sage/graphs/strongly_regular_db.pyx", line 2304, in sage.graphs.strongly_regular_db.SRG_280_135_70_60
Failed example:
    g.is_strongly_regular(parameters=True)    # long time, optional - internet
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.graphs.strongly_regular_db.SRG_280_135_70_60[2]>", line 1, in <module>
        g.is_strongly_regular(parameters=True)    # long time, optional - internet
        ^
    NameError: name 'g' is not defined
**********************************************************************
File "src/sage/graphs/strongly_regular_db.pyx", line 2411, in sage.graphs.strongly_regular_db.SRG_416_100_36_20
Failed example:
    g = SRG_416_100_36_20()                   # long time, optional - internet, needs sage.libs.gap
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.graphs.strongly_regular_db.SRG_416_100_36_20[1]>", line 1, in <module>
        g = SRG_416_100_36_20()                   # long time, optional - internet, needs sage.libs.gap
            ^^^^^^^^^^^^^^^^^^^
      File "sage/graphs/strongly_regular_db.pyx", line 2416, in sage.graphs.strongly_regular_db.SRG_416_100_36_20
        libgap.load_package("AtlasRep")
      File "sage/libs/gap/libgap.pyx", line 434, in sage.libs.gap.libgap.Gap.load_package
        raise RuntimeError(f"Error loading GAP package {pkg}.  "
    RuntimeError: Error loading GAP package AtlasRep.  You may want to install gap_packages SPKG.
**********************************************************************
File "src/sage/graphs/strongly_regular_db.pyx", line 2412, in sage.graphs.strongly_regular_db.SRG_416_100_36_20
Failed example:
    g.is_strongly_regular(parameters=True)    # long time, optional - internet, needs sage.libs.gap
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.graphs.strongly_regular_db.SRG_416_100_36_20[2]>", line 1, in <module>
        g.is_strongly_regular(parameters=True)    # long time, optional - internet, needs sage.libs.gap
        ^
    NameError: name 'g' is not defined
**********************************************************************
2 items had failures:
   2 of   4 in sage.graphs.strongly_regular_db.SRG_280_135_70_60
   2 of   4 in sage.graphs.strongly_regular_db.SRG_416_100_36_20
    14 gap_package_design tests not run
    18 not tested tests not run
    0 tests not run because we ran out of time
    [336 tests, 4 failures, 39.61 s]
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/rings/lazy_series.py
**********************************************************************
File "src/sage/rings/lazy_series.py", line 1485, in sage.rings.lazy_series.LazyModuleElement.define
Failed example:
    oeis(f[1:20])                                                 # optional - internet
Expected:
    0: A030266: Shifts left under COMPOSE transform with itself.
    1: A110447: Permutations containing 3241 patterns only as part of 35241 patterns.
Got:
    0: A030266: Shifts left under COMPOSE transform with itself.
    1: A110447: Number of permutations containing 3241 patterns only as part of 35241 patterns.

**********************************************************************
1 item had failures:
   1 of 129 in sage.rings.lazy_series.LazyModuleElement.define
    1 not tested test not run
    0 tests not run because we ran out of time
    [1837 tests, 1 failure, 23.17 s]
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/graphs/generators/smallgraphs.py
**********************************************************************
File "src/sage/graphs/generators/smallgraphs.py", line 713, in sage.graphs.generators.smallgraphs.HallJankoGraph
Failed example:
    gg = graphs.HallJankoGraph(from_string=False)  # long time # optional - internet
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.graphs.generators.smallgraphs.HallJankoGraph[8]>", line 1, in <module>
        gg = graphs.HallJankoGraph(from_string=False)  # long time # optional - internet
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/src/sage/graphs/generators/smallgraphs.py", line 767, in HallJankoGraph
        libgap.load_package("AtlasRep")  # representation of HJ on 100 points
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "sage/libs/gap/libgap.pyx", line 434, in sage.libs.gap.libgap.Gap.load_package
        raise RuntimeError(f"Error loading GAP package {pkg}.  "
    RuntimeError: Error loading GAP package AtlasRep.  You may want to install gap_packages SPKG.
**********************************************************************
File "src/sage/graphs/generators/smallgraphs.py", line 714, in sage.graphs.generators.smallgraphs.HallJankoGraph
Failed example:
    g.is_isomorphic(gg)  # long time # optional - internet
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.graphs.generators.smallgraphs.HallJankoGraph[9]>", line 1, in <module>
        g.is_isomorphic(gg)  # long time # optional - internet
                        ^^
    NameError: name 'gg' is not defined
**********************************************************************
File "src/sage/graphs/generators/smallgraphs.py", line 3502, in sage.graphs.generators.smallgraphs.LivingstoneGraph
Failed example:
    g = graphs.LivingstoneGraph()
Exception raised:
    Traceback (most recent call last):
      File "sage/misc/cachefunc.pyx", line 1008, in sage.misc.cachefunc.CachedFunction.__call__
        return self.cache[k]
      File "sage/misc/weak_dict.pyx", line 716, in sage.misc.weak_dict.WeakValueDictionary.__getitem__
        raise KeyError(k)
    KeyError: ((<class 'sage.groups.perm_gps.permgroup_named.JankoGroup'>, 1), ())

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "sage/misc/cachefunc.pyx", line 1008, in sage.misc.cachefunc.CachedFunction.__call__
        return self.cache[k]
      File "sage/misc/weak_dict.pyx", line 716, in sage.misc.weak_dict.WeakValueDictionary.__getitem__
        raise KeyError(k)
    KeyError: ((<class 'sage.groups.perm_gps.permgroup_named.JankoGroup'>, 1), ())

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.graphs.generators.smallgraphs.LivingstoneGraph[0]>", line 1, in <module>
        g = graphs.LivingstoneGraph()
            ^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/home/slabbe/GitBox/sage/src/sage/graphs/generators/smallgraphs.py", line 3516, in LivingstoneGraph
        G = JankoGroup(1)
            ^^^^^^^^^^^^^
      File "sage/misc/classcall_metaclass.pyx", line 321, in sage.misc.classcall_metaclass.ClasscallMetaclass.__call__
        return cls.classcall(cls, *args, **kwds)
      File "sage/misc/cachefunc.pyx", line 1013, in sage.misc.cachefunc.CachedFunction.__call__
        w = self.f(*args, **kwds)
      File "/home/slabbe/GitBox/sage/src/sage/groups/perm_gps/permgroup_named.py", line 144, in __classcall__
        return super().__classcall__(cls, *args, **kwds)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "sage/misc/cachefunc.pyx", line 1013, in sage.misc.cachefunc.CachedFunction.__call__
        w = self.f(*args, **kwds)
      File "/home/slabbe/GitBox/sage/src/sage/structure/unique_representation.py", line 1010, in __classcall__
        instance = typecall(cls, *args, **options)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "sage/misc/classcall_metaclass.pyx", line 472, in sage.misc.classcall_metaclass.typecall
        return (<PyTypeObject*>type).tp_call(cls, args, kwds)
      File "/home/slabbe/GitBox/sage/src/sage/groups/perm_gps/permgroup_named.py", line 1097, in __init__
        libgap.load_package("atlasrep")
      File "sage/libs/gap/libgap.pyx", line 434, in sage.libs.gap.libgap.Gap.load_package
        raise RuntimeError(f"Error loading GAP package {pkg}.  "
    RuntimeError: Error loading GAP package atlasrep.  You may want to install gap_packages SPKG.
**********************************************************************
File "src/sage/graphs/generators/smallgraphs.py", line 3503, in sage.graphs.generators.smallgraphs.LivingstoneGraph
Failed example:
    g.order()
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.graphs.generators.smallgraphs.LivingstoneGraph[1]>", line 1, in <module>
        g.order()
        ^
    NameError: name 'g' is not defined
**********************************************************************
File "src/sage/graphs/generators/smallgraphs.py", line 3505, in sage.graphs.generators.smallgraphs.LivingstoneGraph
Failed example:
    g.size()
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.graphs.generators.smallgraphs.LivingstoneGraph[2]>", line 1, in <module>
        g.size()
        ^
    NameError: name 'g' is not defined
**********************************************************************
File "src/sage/graphs/generators/smallgraphs.py", line 3507, in sage.graphs.generators.smallgraphs.LivingstoneGraph
Failed example:
    g.girth()
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.graphs.generators.smallgraphs.LivingstoneGraph[3]>", line 1, in <module>
        g.girth()
        ^
    NameError: name 'g' is not defined
**********************************************************************
File "src/sage/graphs/generators/smallgraphs.py", line 3509, in sage.graphs.generators.smallgraphs.LivingstoneGraph
Failed example:
    g.is_vertex_transitive()
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.graphs.generators.smallgraphs.LivingstoneGraph[4]>", line 1, in <module>
        g.is_vertex_transitive()
        ^
    NameError: name 'g' is not defined
**********************************************************************
File "src/sage/graphs/generators/smallgraphs.py", line 3511, in sage.graphs.generators.smallgraphs.LivingstoneGraph
Failed example:
    g.is_distance_regular()
Exception raised:
    Traceback (most recent call last):
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 715, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File "/home/slabbe/GitBox/sage/src/sage/doctest/forker.py", line 1147, in compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.graphs.generators.smallgraphs.LivingstoneGraph[5]>", line 1, in <module>
        g.is_distance_regular()
        ^
    NameError: name 'g' is not defined
**********************************************************************
2 items had failures:
   2 of  11 in sage.graphs.generators.smallgraphs.HallJankoGraph
   6 of   7 in sage.graphs.generators.smallgraphs.LivingstoneGraph
    5 gap_package_design tests not run
    4 gap_package_grape tests not run
    15 not tested tests not run
    3 sage.numerical_mip tests not run
    0 tests not run because we ran out of time
    [573 tests, 8 failures, 31.82 s]
sage -t --long --random-seed=305613770041734449447148258484878409061 src/sage/tests/cmdline.py
**********************************************************************
File "src/sage/tests/cmdline.py", line 596, in sage.tests.cmdline.test_executable
Failed example:
    err
Expected:
    ''
Got:
    '/home/slabbe/GitBox/sage/src/sage/misc/package.py:118: UserWarning: failed to fetch the version of pkg=\'ore_algebra\' at https://pypi.org/pypi/ore_algebra/json\n  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, url))\n/home/slabbe/GitBox/sage/src/sage/misc/package.py:118: UserWarning: failed to fetch the version of pkg=\'auditwheel_or_delocate\' at https://pypi.org/pypi/auditwheel_or_delocate/json\n  warnings.warn("failed to fetch the version of pkg={!r} at {}".format(pkg, url))\n'

**********************************************************************
1 item had failures:
   1 of 196 in sage.tests.cmdline.test_executable
    1 test not run due to known bugs
    3 gdb tests not run
    4 r tests not run
    15 rst2ipynb tests not run
    0 tests not run because we ran out of time
    [195 tests, 1 failure, 64.95 s]
Reply all
Reply to author
Forward
0 new messages