[sage-release] Re: Sage 9.8.beta1 released

2022-10-06 Thread 'tsc...@ucdavis.edu' via sage-release
This is https://trac.sagemath.org/ticket/34635.

Best,
Travis


On Friday, September 30, 2022 at 8:15:55 PM UTC+9 emanuel.c...@gmail.com 
wrote:

> On Debian testing running non core i5 + 8 GB RAM, upgrading 9.7 to 
> 9.8.beta1 leads to one permanent failure :
>
> charpent@p-202-021:/usr/local/sage-9$ sage -t --long --warn-long 71.5 
> --random-seed=235639103432015518813565380515311711383 
> src/sage/algebras/quantum_groups/quantum_group_gap.py
> Running doctests with ID 2022-09-30-13-01-03-1822d6c3.
> Git branch: develop
> Git ref: 9.8.beta1
> Running with SAGE_LOCAL='/usr/local/sage-9/local' and 
> SAGE_VENV='/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5'
> Using 
> --optional=debian,dot2tex,fricas,gap_packages,libsemigroups,pip,sage,sage_spkg
> Features to be detected: 
> 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,gfan,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,msolve,nauty,palp,pandoc,pdf2svg,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib
> Doctesting 1 file.
> sage -t --long --warn-long 71.5 
> --random-seed=235639103432015518813565380515311711383 
> src/sage/algebras/quantum_groups/quantum_group_gap.py
> **
> File "src/sage/algebras/quantum_groups/quantum_group_gap.py", line 1812, in 
> sage.algebras.quantum_groups.quantum_group_gap.TensorProductOfHighestWeightModules.__init__
> Failed example:
> TestSuite(T).run()  # optional - gap_packages
> Expected nothing
> Got:
> doctest:warning
>   File "/usr/local/sage-9/src/bin/sage-runtests", line 154, in 
> err = DC.run()
>   File "/usr/local/sage-9/src/sage/doctest/control.py", line 1384, in run
> self.run_doctests()
>   File "/usr/local/sage-9/src/sage/doctest/control.py", line 1059, in 
> run_doctests
> self.dispatcher.dispatch()
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2021, in 
> dispatch
> self.parallel_dispatch()
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 1916, in 
> parallel_dispatch
> w.start()  # This might take some time
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2190, in start
> super().start()
>   File 
> "/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/process.py",
>  line 121, in start
> self._popen = self._Popen(self)
>   File 
> "/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/context.py",
>  line 224, in _Popen
> return _default_context.get_context().Process._Popen(process_obj)
>   File 
> "/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/context.py",
>  line 277, in _Popen
> return Popen(process_obj)
>   File 
> "/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/popen_fork.py",
>  line 19, in __init__
> self._launch(process_obj)
>   File 
> "/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/popen_fork.py",
>  line 71, in _launch
> code = process_obj._bootstrap(parent_sentinel=child_r)
>   File 
> "/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/process.py",
>  line 315, in _bootstrap
> self.run()
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2162, in run
> task(self.options, self.outtmpfile, msgpipe, self.result_queue)
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2492, in 
> __call__
> doctests, extras = self._run(runner, options, results)
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2544, in _run
> result = runner.run(test)
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 866, in run
> return self._run(test, compileflags, out)
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 695, in _run
> self.compile_and_execute(example, compiler, test.globs)
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 1093, in 
> compile_and_execute
> exec(compiled, globs)
>   File " sage.algebras.quantum_groups.quantum_group_gap.TensorProductOfHighestWeightModules.__init__[3]>",
>  line 1, in 
> TestSuite(T).run()  # optional - gap_packages
>   File "/usr/local/sage-9/src/sage/misc/sage_unittest.py", line 297, in 
> run
> test_method(tester=tester)
>   File "/usr/local/sage-9/src/sage/categories/sets_cat.py", line 1527, in 
> _test_construction
>   

Re: [sage-release] Re: Sage 9.8.beta1 released

2022-10-06 Thread John Cremona
On a machine recently updated to ubuntu 20.04 where I had built 9.7
before, I had to install the package cpre before R would build (I had
done bootstrap and configure after make distclean).

John

On Thu, 6 Oct 2022 at 09:01, Sébastien Labbé  wrote:
>
> On a machine running Ubuntu 20.04 + some optional and external packages, I 
> obtain:
>
> Using 
> --optional=4ti2,build,ccache,cryptominisat,debian,dot2tex,e_antic,external,fricas,glucose,latte_int,lidia,lrslib,normaliz,notedown,pandoc_attributes,pip,pycosat,pynormaliz,rst2ipynb,sage,sage_numerical_backends_coin,sage_spkg
> Features to be detected: 
> 4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,gfan,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,msolve,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,sphinx,tdlib,xelatex
>
> --
> sage -t --long --random-seed=276071973458067655692766081187494729143 
> src/sage/combinat/designs/incidence_structures.py  # 1 doctest failed
> sage -t --long --random-seed=276071973458067655692766081187494729143 
> src/sage/databases/oeis.py  # 5 doctests failed
> sage -t --long --random-seed=276071973458067655692766081187494729143 
> src/sage/graphs/generic_graph.py  # 2 doctests failed
> sage -t --long --random-seed=276071973458067655692766081187494729143 
> src/sage/graphs/graph.py  # 3 doctests failed
> sage -t --long --random-seed=276071973458067655692766081187494729143 
> src/sage/graphs/isgci.py  # 1 doctest failed
> sage -t --long --random-seed=276071973458067655692766081187494729143 
> src/sage/misc/latex.py  # 1 doctest failed
> sage -t --long --random-seed=276071973458067655692766081187494729143 
> src/sage/tests/cmdline.py  # 1 doctest failed
> --
> Features detected for doctesting: 
> dvipng,ffmpeg,gfan,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx,xelatex
>
>
> Rerunning tests gives the same list:
>
> --
> sage -t --long --random-seed=25515968256561782002704643376722830 
> src/sage/combinat/designs/incidence_structures.py  # 1 doctest failed
> sage -t --long --random-seed=25515968256561782002704643376722830 
> src/sage/databases/oeis.py  # 5 doctests failed
> sage -t --long --random-seed=25515968256561782002704643376722830 
> src/sage/graphs/generic_graph.py  # 2 doctests failed
> sage -t --long --random-seed=25515968256561782002704643376722830 
> src/sage/graphs/graph.py  # 3 doctests failed
> sage -t --long --random-seed=25515968256561782002704643376722830 
> src/sage/graphs/isgci.py  # 1 doctest failed
> sage -t --long --random-seed=25515968256561782002704643376722830 
> src/sage/misc/latex.py  # 1 doctest failed
> sage -t --long --random-seed=25515968256561782002704643376722830 
> src/sage/tests/cmdline.py  # 1 doctest failed
> --
> Features detected for doctesting: 
> graphviz,imagemagick,internet,latex,latex_package_tkz_graph,pandoc,sage.groups,sage.symbolic
>
>
> These issues were already listed in the beta0 thread. Some already have a 
> fix. Follow-up at https://trac.sagemath.org/ticket/25536
>
> --
> 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 sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/41f243d0-e3e1-42fb-a370-5d4f87f17452n%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAD0p0K45tYeXwDDc5J7Nwfj%3DR6b6wTv53Z57aOCuctBv3dY%3DuA%40mail.gmail.com.


[sage-release] Re: Sage 9.8.beta1 released

2022-10-06 Thread Sébastien Labbé
On a machine running Ubuntu 20.04 + some optional and external packages, I 
obtain:

Using 
--optional=4ti2,build,ccache,cryptominisat,debian,dot2tex,e_antic,external,fricas,glucose,latte_int,lidia,lrslib,normaliz,notedown,pandoc_attributes,pip,pycosat,pynormaliz,rst2ipynb,sage,sage_numerical_backends_coin,sage_spkg
Features to be detected: 
4ti2,benzene,bliss,buckygen,conway_polynomials,cplex,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,ffmpeg,gfan,graphviz,gurobi,imagemagick,internet,jupymake,kenzo,latex,latex_package_tkz_graph,latte_int,lrslib,lualatex,macaulay2,magma,maple,mathematica,matlab,mcqd,meataxe,msolve,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scilab,sphinx,tdlib,xelatex

--
sage -t --long --random-seed=276071973458067655692766081187494729143 
src/sage/combinat/designs/incidence_structures.py  # 1 doctest failed
sage -t --long --random-seed=276071973458067655692766081187494729143 
src/sage/databases/oeis.py  # 5 doctests failed
sage -t --long --random-seed=276071973458067655692766081187494729143 
src/sage/graphs/generic_graph.py  # 2 doctests failed
sage -t --long --random-seed=276071973458067655692766081187494729143 
src/sage/graphs/graph.py  # 3 doctests failed
sage -t --long --random-seed=276071973458067655692766081187494729143 
src/sage/graphs/isgci.py  # 1 doctest failed
sage -t --long --random-seed=276071973458067655692766081187494729143 
src/sage/misc/latex.py  # 1 doctest failed
sage -t --long --random-seed=276071973458067655692766081187494729143 
src/sage/tests/cmdline.py  # 1 doctest failed
--
Features detected for doctesting: 
dvipng,ffmpeg,gfan,graphviz,imagemagick,internet,latex,latex_package_tkz_graph,lualatex,nauty,octave,palp,pandoc,pdf2svg,pdflatex,pdftocairo,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx,xelatex


Rerunning tests gives the same list:

--
sage -t --long --random-seed=25515968256561782002704643376722830 
src/sage/combinat/designs/incidence_structures.py  # 1 doctest failed
sage -t --long --random-seed=25515968256561782002704643376722830 
src/sage/databases/oeis.py  # 5 doctests failed
sage -t --long --random-seed=25515968256561782002704643376722830 
src/sage/graphs/generic_graph.py  # 2 doctests failed
sage -t --long --random-seed=25515968256561782002704643376722830 
src/sage/graphs/graph.py  # 3 doctests failed
sage -t --long --random-seed=25515968256561782002704643376722830 
src/sage/graphs/isgci.py  # 1 doctest failed
sage -t --long --random-seed=25515968256561782002704643376722830 
src/sage/misc/latex.py  # 1 doctest failed
sage -t --long --random-seed=25515968256561782002704643376722830 
src/sage/tests/cmdline.py  # 1 doctest failed
--
Features detected for doctesting: 
graphviz,imagemagick,internet,latex,latex_package_tkz_graph,pandoc,sage.groups,sage.symbolic


These issues were already listed in the beta0 thread. Some already have a 
fix. Follow-up at https://trac.sagemath.org/ticket/25536

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/41f243d0-e3e1-42fb-a370-5d4f87f17452n%40googlegroups.com.


[sage-release] Re: Sage 9.8.beta1 released

2022-10-02 Thread Emmanuel Charpentier
Same results on another Debian testing machine.

Le vendredi 30 septembre 2022 à 13:15:55 UTC+2, Emmanuel Charpentier a 
écrit :

> On Debian testing running non core i5 + 8 GB RAM, upgrading 9.7 to 
> 9.8.beta1 leads to one permanent failure :
>
> charpent@p-202-021:/usr/local/sage-9$ sage -t --long --warn-long 71.5 
> --random-seed=235639103432015518813565380515311711383 
> src/sage/algebras/quantum_groups/quantum_group_gap.py
> Running doctests with ID 2022-09-30-13-01-03-1822d6c3.
> Git branch: develop
> Git ref: 9.8.beta1
> Running with SAGE_LOCAL='/usr/local/sage-9/local' and 
> SAGE_VENV='/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5'
> Using 
> --optional=debian,dot2tex,fricas,gap_packages,libsemigroups,pip,sage,sage_spkg
> Features to be detected: 
> 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,gfan,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,msolve,nauty,palp,pandoc,pdf2svg,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib
> Doctesting 1 file.
> sage -t --long --warn-long 71.5 
> --random-seed=235639103432015518813565380515311711383 
> src/sage/algebras/quantum_groups/quantum_group_gap.py
> **
> File "src/sage/algebras/quantum_groups/quantum_group_gap.py", line 1812, in 
> sage.algebras.quantum_groups.quantum_group_gap.TensorProductOfHighestWeightModules.__init__
> Failed example:
> TestSuite(T).run()  # optional - gap_packages
> Expected nothing
> Got:
> doctest:warning
>   File "/usr/local/sage-9/src/bin/sage-runtests", line 154, in 
> err = DC.run()
>   File "/usr/local/sage-9/src/sage/doctest/control.py", line 1384, in run
> self.run_doctests()
>   File "/usr/local/sage-9/src/sage/doctest/control.py", line 1059, in 
> run_doctests
> self.dispatcher.dispatch()
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2021, in 
> dispatch
> self.parallel_dispatch()
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 1916, in 
> parallel_dispatch
> w.start()  # This might take some time
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2190, in start
> super().start()
>   File 
> "/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/process.py",
>  line 121, in start
> self._popen = self._Popen(self)
>   File 
> "/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/context.py",
>  line 224, in _Popen
> return _default_context.get_context().Process._Popen(process_obj)
>   File 
> "/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/context.py",
>  line 277, in _Popen
> return Popen(process_obj)
>   File 
> "/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/popen_fork.py",
>  line 19, in __init__
> self._launch(process_obj)
>   File 
> "/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/popen_fork.py",
>  line 71, in _launch
> code = process_obj._bootstrap(parent_sentinel=child_r)
>   File 
> "/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/process.py",
>  line 315, in _bootstrap
> self.run()
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2162, in run
> task(self.options, self.outtmpfile, msgpipe, self.result_queue)
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2492, in 
> __call__
> doctests, extras = self._run(runner, options, results)
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2544, in _run
> result = runner.run(test)
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 866, in run
> return self._run(test, compileflags, out)
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 695, in _run
> self.compile_and_execute(example, compiler, test.globs)
>   File "/usr/local/sage-9/src/sage/doctest/forker.py", line 1093, in 
> compile_and_execute
> exec(compiled, globs)
>   File " sage.algebras.quantum_groups.quantum_group_gap.TensorProductOfHighestWeightModules.__init__[3]>",
>  line 1, in 
> TestSuite(T).run()  # optional - gap_packages
>   File "/usr/local/sage-9/src/sage/misc/sage_unittest.py", line 297, in 
> run
> test_method(tester=tester)
>   File "/usr/local/sage-9/src/sage/categories/sets_cat.py", line 1527, in 
> _test_construction
> FO = 

[sage-release] Re: Sage 9.8.beta1 released

2022-09-30 Thread Matthias Köppe
On Friday, September 30, 2022 at 4:15:55 AM UTC-7 emanuel.c...@gmail.com 
wrote:

> DeprecationWarning: implementations of Modules().TensorProducts() now 
> must define the method tensor_factors
> See https://trac.sagemath.org/34393 for details.The ticket pointed to by 
> the error message is in an inconsistent state : it is noted as closed 
> (fixed), but the last message of the ticket is by F. Chapoton asking for 
> review.
>
> You may have to check the checkbox labeled "Show property changes" right 
under the ticket box to see what happened after comment:55.
 

 

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/ad059a41-a796-4b37-bd51-fc3ce8871598n%40googlegroups.com.


[sage-release] Re: Sage 9.8.beta1 released

2022-09-30 Thread Emmanuel Charpentier


On Debian testing running non core i5 + 8 GB RAM, upgrading 9.7 to 
9.8.beta1 leads to one permanent failure :

charpent@p-202-021:/usr/local/sage-9$ sage -t --long --warn-long 71.5 
--random-seed=235639103432015518813565380515311711383 
src/sage/algebras/quantum_groups/quantum_group_gap.py
Running doctests with ID 2022-09-30-13-01-03-1822d6c3.
Git branch: develop
Git ref: 9.8.beta1
Running with SAGE_LOCAL='/usr/local/sage-9/local' and 
SAGE_VENV='/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5'
Using 
--optional=debian,dot2tex,fricas,gap_packages,libsemigroups,pip,sage,sage_spkg
Features to be detected: 
4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,gfan,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,msolve,nauty,palp,pandoc,pdf2svg,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.misc.cython,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib
Doctesting 1 file.
sage -t --long --warn-long 71.5 
--random-seed=235639103432015518813565380515311711383 
src/sage/algebras/quantum_groups/quantum_group_gap.py
**
File "src/sage/algebras/quantum_groups/quantum_group_gap.py", line 1812, in 
sage.algebras.quantum_groups.quantum_group_gap.TensorProductOfHighestWeightModules.__init__
Failed example:
TestSuite(T).run()  # optional - gap_packages
Expected nothing
Got:
doctest:warning
  File "/usr/local/sage-9/src/bin/sage-runtests", line 154, in 
err = DC.run()
  File "/usr/local/sage-9/src/sage/doctest/control.py", line 1384, in run
self.run_doctests()
  File "/usr/local/sage-9/src/sage/doctest/control.py", line 1059, in 
run_doctests
self.dispatcher.dispatch()
  File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2021, in 
dispatch
self.parallel_dispatch()
  File "/usr/local/sage-9/src/sage/doctest/forker.py", line 1916, in 
parallel_dispatch
w.start()  # This might take some time
  File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2190, in start
super().start()
  File 
"/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/process.py",
 line 121, in start
self._popen = self._Popen(self)
  File 
"/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/context.py",
 line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
  File 
"/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/context.py",
 line 277, in _Popen
return Popen(process_obj)
  File 
"/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/popen_fork.py",
 line 19, in __init__
self._launch(process_obj)
  File 
"/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/popen_fork.py",
 line 71, in _launch
code = process_obj._bootstrap(parent_sentinel=child_r)
  File 
"/usr/local/sage-9/local/var/lib/sage/venv-python3.10.5/lib/python3.10/multiprocessing/process.py",
 line 315, in _bootstrap
self.run()
  File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2162, in run
task(self.options, self.outtmpfile, msgpipe, self.result_queue)
  File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2492, in 
__call__
doctests, extras = self._run(runner, options, results)
  File "/usr/local/sage-9/src/sage/doctest/forker.py", line 2544, in _run
result = runner.run(test)
  File "/usr/local/sage-9/src/sage/doctest/forker.py", line 866, in run
return self._run(test, compileflags, out)
  File "/usr/local/sage-9/src/sage/doctest/forker.py", line 695, in _run
self.compile_and_execute(example, compiler, test.globs)
  File "/usr/local/sage-9/src/sage/doctest/forker.py", line 1093, in 
compile_and_execute
exec(compiled, globs)
  File "",
 line 1, in 
TestSuite(T).run()  # optional - gap_packages
  File "/usr/local/sage-9/src/sage/misc/sage_unittest.py", line 297, in run
test_method(tester=tester)
  File "/usr/local/sage-9/src/sage/categories/sets_cat.py", line 1527, in 
_test_construction
FO = self.construction()
  File "/usr/local/sage-9/src/sage/categories/modules.py", line 948, in 
construction
deprecation(34393, "implementations of Modules().TensorProducts() now 
must define the method tensor_factors")
  File "/usr/local/sage-9/src/sage/misc/superseded.py", line 99, in 
deprecation
warning(trac_number, message, DeprecationWarning, stacklevel)
  File