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]

-- 
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/bcef7ec9-5843-4feb-85cb-05136bbe566dn%40googlegroups.com.

Reply via email to