Re: [sage-release] Re: Sage 9.2.beta11 released

2020-09-06 Thread Steven Trogdon
See https://trac.sagemath.org/ticket/30517

On Sunday, September 6, 2020 at 1:54:03 AM UTC-6, Dima Pasechnik wrote:
>
> These tests work for me. However, they are a bit too memory-hungry and 
> slow, I agree. 
> Please open a ticket if you like. 
>
> On Sun, Sep 6, 2020 at 7:09 AM Steven Trogdon  > wrote: 
> > 
> > I have a new failure that no one seems to have reported: 
> > 
> > sage -t --long --warn-long 127.5 --random-seed=0 
> src/sage/combinat/designs/gen_quadrangles_with_spread.pyx  # Bad exit: 1 
> > 
> > There are numerous failures of the type 
> > 
> > File "src/sage/combinat/designs/gen_quadrangles_with_spread.pyx", line 
> 201, in sage.combinat.designs.gen_quadrangles_with_spread.dual_GQ_ovoid 
> > Failed example: 
> > t[0].is_generalized_quadrangle(parameters=True) 
> > Exception raised: 
> > Traceback (most recent call last): 
> >   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  
> line 715, in _run 
> > self.compile_and_execute(example, compiler, test.globs) 
> >   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  
> line 1139, in compile_and_execute 
> > exec(compiled, globs) 
> >   File " sage.combinat.designs.gen_quadrangles_with_spread.dual_GQ_ovoid[4]>", line 
> 1, in  
> > t[Integer(0)].is_generalized_quadrangle(parameters=True) 
> >   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/combinat/designs/incidence_structures.py",
>  
> line 1720, in is_generalized_quadrangle 
> >   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/combinat/designs/incidence_structures.py",
>  
> line 1201, in incidence_graph 
> > return BipartiteGraph(A) 
> >   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/graphs/bipartite_graph.py",
>  
> line 378, in __init__ 
> > if data[jj][ii]: 
> >   File "sage/matrix/matrix0.pyx", line 1035, in 
> sage.matrix.matrix0.Matrix.__getitem__ 
> (build/cythonized/sage/matrix/matrix0.c:8289) 
> >   File "sage/matrix/matrix1.pyx", line 1249, in 
> sage.matrix.matrix1.Matrix.row 
> (build/cythonized/sage/matrix/matrix1.c:12900) 
> > tmp = [self.get_unsafe(i,j) for j in range(self._ncols)] 
> > MemoryError 
> > 
> > Is this a legitimate failure or is a system component causing this? 
> > 
> > On Wednesday, September 2, 2020 at 3:30:04 PM UTC-6, Volker Braun wrote: 
> >> 
> >> 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 
> >> 
> >> It doesn't look like the current blocker tickets are going to move 
> forward, so unless something happens real soon this will be the last beta 
> >> 
> >> 
> >> c353bce995 (tag: 9.2.beta11, trac/develop) Updated SageMath version to 
> 9.2.beta11 
> >> 1b9d7cff30 Trac #30360: Fix multiplication of number field element * 
> ZZ-vector by handling latex names of number field generators 
> >> d88802929c Trac #30332: Merge sage_brial into sagelib 
> >> 1bb4fd5bf1 Trac #30220: Add mobile posets to Sage 
> >> a1e2c8a7df Trac #30049: Add sage.numerical.backends.matrix_sdp_backend 
> (dummy SDP solver) 
> >> 916440723f Trac #30043: Lie conformal algebra examples 
> >> 7fe518dc20 Trac #30031: sage.numerical.backends.generic_sdp_backend: 
> Allow solver = a user-defined subclass of GenericSDPBackend 
> >> 40f2a9d1ec Trac #29844: Berkovich Space Over Cp 
> >> 6cec7e3b03 Trac #29681: Small improvements for `FaceIterator_base` 
> >> 0fbb133029 Trac #29676: Make a nogil version of the most important 
> methods of FaceIterator. 
> >> 5ec4f2df66 Trac #29651: sage -docbuild: error building docs of single 
> file 
> >> 90f48b81e6 Trac #23002: Make bridges method for graphs an iterator 
> >> 90ace85377 Trac #30358: Update matplotlib to 3.3.1, certifi to 
> 2020.6.20 
> >> d88320813a Trac #30246: Add optional packages jupyterlab, 
> jupyterlab_widgets to support interacts in JupyterLab 
> >> 23518a38e4 Trac #28538: Segfault for boolean evaluation of expression 
> with assumptions 
> >> 84493a1fca Trac #30417: preparsing multi-line strings is broken 
> >> fd2a5d7516 Trac #30436: some fixes suggested by lgtm 
> >> 2b280d13dc Trac #30435: Improve count vertices of combinatorial faces 
> >> 4ef181c47e Trac #30429: Standardize `intersection` in 
> `combinatorial_polyhedron/bit_vector_operations.cc` 
> >> 1620e0ed64 Trac #30428: More direct check for simple/simplicial 
> polytopes 
> >> 3facf93834 Trac #30413: plot() fails for vertical or horizontal lines. 
> >> c5d90ba279 Trac #30323: Optimize degree_iterator and introduce other 
> degree functions 
> >> d0bf0ee16c Trac #28529: Some micro-optimizations related to univariate 
> polynomials 
> >> 5392617b40 Trac #30439: Graphs: fix bug in OrthogonalDualPolarGraph due 
> to pointless conversion to float 
> >> 5d773d6df5 Trac #30430: use libgap instead of 

Re: [sage-release] Re: Sage 9.2.beta11 released

2020-09-06 Thread Dima Pasechnik
These tests work for me. However, they are a bit too memory-hungry and
slow, I agree.
Please open a ticket if you like.

On Sun, Sep 6, 2020 at 7:09 AM Steven Trogdon  wrote:
>
> I have a new failure that no one seems to have reported:
>
> sage -t --long --warn-long 127.5 --random-seed=0 
> src/sage/combinat/designs/gen_quadrangles_with_spread.pyx  # Bad exit: 1
>
> There are numerous failures of the type
>
> File "src/sage/combinat/designs/gen_quadrangles_with_spread.pyx", line 201, 
> in sage.combinat.designs.gen_quadrangles_with_spread.dual_GQ_ovoid
> Failed example:
> t[0].is_generalized_quadrangle(parameters=True)
> Exception raised:
> Traceback (most recent call last):
>   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  line 715, in _run
> self.compile_and_execute(example, compiler, test.globs)
>   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/doctest/forker.py",
>  line 1139, in compile_and_execute
> exec(compiled, globs)
>   File " sage.combinat.designs.gen_quadrangles_with_spread.dual_GQ_ovoid[4]>", line 1, 
> in 
> t[Integer(0)].is_generalized_quadrangle(parameters=True)
>   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/combinat/designs/incidence_structures.py",
>  line 1720, in is_generalized_quadrangle
>   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/combinat/designs/incidence_structures.py",
>  line 1201, in incidence_graph
> return BipartiteGraph(A)
>   File 
> "/local/sage-git/sage/local/lib/python3.7/site-packages/sage/graphs/bipartite_graph.py",
>  line 378, in __init__
> if data[jj][ii]:
>   File "sage/matrix/matrix0.pyx", line 1035, in 
> sage.matrix.matrix0.Matrix.__getitem__ 
> (build/cythonized/sage/matrix/matrix0.c:8289)
>   File "sage/matrix/matrix1.pyx", line 1249, in 
> sage.matrix.matrix1.Matrix.row (build/cythonized/sage/matrix/matrix1.c:12900)
> tmp = [self.get_unsafe(i,j) for j in range(self._ncols)]
> MemoryError
>
> Is this a legitimate failure or is a system component causing this?
>
> On Wednesday, September 2, 2020 at 3:30:04 PM UTC-6, Volker Braun wrote:
>>
>> 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
>>
>> It doesn't look like the current blocker tickets are going to move forward, 
>> so unless something happens real soon this will be the last beta
>>
>>
>> c353bce995 (tag: 9.2.beta11, trac/develop) Updated SageMath version to 
>> 9.2.beta11
>> 1b9d7cff30 Trac #30360: Fix multiplication of number field element * 
>> ZZ-vector by handling latex names of number field generators
>> d88802929c Trac #30332: Merge sage_brial into sagelib
>> 1bb4fd5bf1 Trac #30220: Add mobile posets to Sage
>> a1e2c8a7df Trac #30049: Add sage.numerical.backends.matrix_sdp_backend 
>> (dummy SDP solver)
>> 916440723f Trac #30043: Lie conformal algebra examples
>> 7fe518dc20 Trac #30031: sage.numerical.backends.generic_sdp_backend: Allow 
>> solver = a user-defined subclass of GenericSDPBackend
>> 40f2a9d1ec Trac #29844: Berkovich Space Over Cp
>> 6cec7e3b03 Trac #29681: Small improvements for `FaceIterator_base`
>> 0fbb133029 Trac #29676: Make a nogil version of the most important methods 
>> of FaceIterator.
>> 5ec4f2df66 Trac #29651: sage -docbuild: error building docs of single file
>> 90f48b81e6 Trac #23002: Make bridges method for graphs an iterator
>> 90ace85377 Trac #30358: Update matplotlib to 3.3.1, certifi to 2020.6.20
>> d88320813a Trac #30246: Add optional packages jupyterlab, jupyterlab_widgets 
>> to support interacts in JupyterLab
>> 23518a38e4 Trac #28538: Segfault for boolean evaluation of expression with 
>> assumptions
>> 84493a1fca Trac #30417: preparsing multi-line strings is broken
>> fd2a5d7516 Trac #30436: some fixes suggested by lgtm
>> 2b280d13dc Trac #30435: Improve count vertices of combinatorial faces
>> 4ef181c47e Trac #30429: Standardize `intersection` in 
>> `combinatorial_polyhedron/bit_vector_operations.cc`
>> 1620e0ed64 Trac #30428: More direct check for simple/simplicial polytopes
>> 3facf93834 Trac #30413: plot() fails for vertical or horizontal lines.
>> c5d90ba279 Trac #30323: Optimize degree_iterator and introduce other degree 
>> functions
>> d0bf0ee16c Trac #28529: Some micro-optimizations related to univariate 
>> polynomials
>> 5392617b40 Trac #30439: Graphs: fix bug in OrthogonalDualPolarGraph due to 
>> pointless conversion to float
>> 5d773d6df5 Trac #30430: use libgap instead of gap in combinat/designs
>> df4dbdc32f Trac #30424: MR47: modernise FAQ
>> 766f974cf5 Trac #30412: Upgrade gf2x to 1.3
>> 855b7818ae Trac #30394: Graphs: add antipodal check and folding of graphs
>> f062f6e999 Trac #30393: eigenvalues and eigenvectors using arb
>> dd2cc04c30 Trac #30353: Stack overflow during symbolic 

[sage-release] Re: Sage 9.2.beta11 released

2020-09-06 Thread Steven Trogdon
I have a new failure that no one seems to have reported:

sage -t --long --warn-long 127.5 --random-seed=0 
src/sage/combinat/designs/gen_quadrangles_with_spread.pyx  # Bad exit: 1

There are numerous failures of the type

File "src/sage/combinat/designs/gen_quadrangles_with_spread.pyx", line 201, 
in sage.combinat.designs.gen_quadrangles_with_spread.dual_GQ_ovoid
Failed example:
t[0].is_generalized_quadrangle(parameters=True)
Exception raised:
Traceback (most recent call last):
  File 
"/local/sage-git/sage/local/lib/python3.7/site-packages/sage/doctest/forker.py",
 
line 715, in _run
self.compile_and_execute(example, compiler, test.globs)
  File 
"/local/sage-git/sage/local/lib/python3.7/site-packages/sage/doctest/forker.py",
 
line 1139, in compile_and_execute
exec(compiled, globs)
  File "", line 
1, in 
t[Integer(0)].is_generalized_quadrangle(parameters=True)
  File 
"/local/sage-git/sage/local/lib/python3.7/site-packages/sage/combinat/designs/incidence_structures.py",
 
line 1720, in is_generalized_quadrangle
  File 
"/local/sage-git/sage/local/lib/python3.7/site-packages/sage/combinat/designs/incidence_structures.py",
 
line 1201, in incidence_graph
return BipartiteGraph(A)
  File 
"/local/sage-git/sage/local/lib/python3.7/site-packages/sage/graphs/bipartite_graph.py",
 
line 378, in __init__
if data[jj][ii]:
  File "sage/matrix/matrix0.pyx", line 1035, in 
sage.matrix.matrix0.Matrix.__getitem__ 
(build/cythonized/sage/matrix/matrix0.c:8289)
  File "sage/matrix/matrix1.pyx", line 1249, in 
sage.matrix.matrix1.Matrix.row 
(build/cythonized/sage/matrix/matrix1.c:12900)
tmp = [self.get_unsafe(i,j) for j in range(self._ncols)]
MemoryError

Is this a legitimate failure or is a system component causing this?

On Wednesday, September 2, 2020 at 3:30:04 PM UTC-6, Volker Braun wrote:
>
> 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 
>
> It doesn't look like the current blocker tickets are going to move 
> forward, so unless something happens real soon this will be the last beta
>
>
> c353bce995 (tag: 9.2.beta11, trac/develop) Updated SageMath version to 
> 9.2.beta11
> 1b9d7cff30 Trac #30360: Fix multiplication of number field element * 
> ZZ-vector by handling latex names of number field generators
> d88802929c Trac #30332: Merge sage_brial into sagelib
> 1bb4fd5bf1 Trac #30220: Add mobile posets to Sage
> a1e2c8a7df Trac #30049: Add sage.numerical.backends.matrix_sdp_backend 
> (dummy SDP solver)
> 916440723f Trac #30043: Lie conformal algebra examples
> 7fe518dc20 Trac #30031: sage.numerical.backends.generic_sdp_backend: Allow 
> solver = a user-defined subclass of GenericSDPBackend
> 40f2a9d1ec Trac #29844: Berkovich Space Over Cp
> 6cec7e3b03 Trac #29681: Small improvements for `FaceIterator_base`
> 0fbb133029 Trac #29676: Make a nogil version of the most important methods 
> of FaceIterator.
> 5ec4f2df66 Trac #29651: sage -docbuild: error building docs of single file
> 90f48b81e6 Trac #23002: Make bridges method for graphs an iterator
> 90ace85377 Trac #30358: Update matplotlib to 3.3.1, certifi to 2020.6.20
> d88320813a Trac #30246: Add optional packages jupyterlab, 
> jupyterlab_widgets to support interacts in JupyterLab
> 23518a38e4 Trac #28538: Segfault for boolean evaluation of expression with 
> assumptions
> 84493a1fca Trac #30417: preparsing multi-line strings is broken
> fd2a5d7516 Trac #30436: some fixes suggested by lgtm
> 2b280d13dc Trac #30435: Improve count vertices of combinatorial faces
> 4ef181c47e Trac #30429: Standardize `intersection` in 
> `combinatorial_polyhedron/bit_vector_operations.cc`
> 1620e0ed64 Trac #30428: More direct check for simple/simplicial polytopes
> 3facf93834 Trac #30413: plot() fails for vertical or horizontal lines.
> c5d90ba279 Trac #30323: Optimize degree_iterator and introduce other 
> degree functions
> d0bf0ee16c Trac #28529: Some micro-optimizations related to univariate 
> polynomials
> 5392617b40 Trac #30439: Graphs: fix bug in OrthogonalDualPolarGraph due to 
> pointless conversion to float
> 5d773d6df5 Trac #30430: use libgap instead of gap in combinat/designs
> df4dbdc32f Trac #30424: MR47: modernise FAQ
> 766f974cf5 Trac #30412: Upgrade gf2x to 1.3
> 855b7818ae Trac #30394: Graphs: add antipodal check and folding of graphs
> f062f6e999 Trac #30393: eigenvalues and eigenvectors using arb
> dd2cc04c30 Trac #30353: Stack overflow during symbolic manipulations
> 9fe85345a9 Trac #30321: Improve tikz picture methods of Polyhedron
> c51b90b761 Trac #30236: Implement universal commutative algebra of a 
> finite-dimensional Lie algebra
> b1714abad3 Trac #30223: Combinatorial designs: generate GQ with spread
> c549fc2155 Trac #30188: Modify shortest_paths method in boost_graph.pyx to 
> take list of vertices as input
> b499f8c51a 

[sage-release] Re: Sage 9.2.beta11 released

2020-09-04 Thread Emmanuel Charpentier
Dear release maintainer, dear all,

Le mercredi 2 septembre 2020 23:30:04 UTC+2, Volker Braun a écrit :
>
> 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 
>
> It doesn't look like the current blocker tickets are going to move 
> forward, so unless something happens real soon this will be the last beta
>

IMNSHO, Trac#27754  may be ready 
for inclusion, and is certainly worth another beta...

HTH,

-- 
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/d1ee9938-e148-4eea-bcc9-ba55a2c9fb3eo%40googlegroups.com.


[sage-release] Re: Sage 9.2.beta11 released

2020-09-04 Thread Emmanuel Charpentier


FWIW : rebuilding 2.9.beta11+Trac#27754 
 on Debian Testing running on core 
i7 + 16 GB RAM gives results identical to those obtained on the same 
machine without Trac#27754 …
​
HTH,


Le jeudi 3 septembre 2020 22:19:08 UTC+2, Emmanuel Charpentier a écrit :
>
> Very similar (but not identical !) results on a slightly different machine 
> :
>
> On Debian testing running on core i7 + 16 GB RAM, upgrading 9.2.beta10 to 
> 9.10.beta11 and running ptestlong gets 7 permanent and 1 transient 
> failures :
> File Result P/T 
> src/sage/tests/parigp.py Timed out T 
> src/sage/schemes/hyperelliptic_curves/monsky_washnitzer.py Killed due to 
> abort P 
> src/sage/rings/complex_arb.pyx 6 doctests failed P 
> src/sage/modules/fg_pid/fgp_module.py 3 doctests failed P 
> src/doc/en/developer/coding_in_other.rst 1 doctest failed P 
> src/doc/en/constructions/algebraic_geometry.rst 1 doctest failed P 
> src/sage/modules/free_module_morphism.py 3 doctests failed P 
> src/sage/rings/real_arb.pyx 2 doctests failed P 
>
> Of note : gap-packages no longer onstalls on this machine ; similarly, 
> ./configure recommends the installation of packets already present but 
> does not recognizes/use them.
> ​
> HTH,
>
> Le jeudi 3 septembre 2020 17:07:38 UTC+2, Emmanuel Charpentier a écrit :
>>
>> On Debian testing running on core i5 + 8 GB RAM, rebuilding 9.2.beta11
>> using all system packages and running ptestlong gives one transient
>> and 6 permanent failures :
>> File Result P/T 
>> src/sage/schemes/hyperelliptic_curves/monsky_washnitzer.py Killed due to 
>> abort P 
>> src/sage/rings/complex_arb.pyx 6 doctests failed P 
>> src/sage/modules/fg_pid/fgp_module.py 3 doctests failed P 
>> src/doc/en/developer/coding_in_other.rst 1 doctest failed T 
>> src/doc/en/constructions/algebraic_geometry.rst 1 doctest failed P 
>> src/sage/modules/free_module_morphism.py 3 doctests failed P 
>> src/sage/rings/real_arb.pyx 2 doctests failed P 
>>
>> The failures related to arb (complex and real) have been reported
>> since at least 9.2.beta5 IIRC ; the others are brand new…
>>
>> Of note :
>>
>>- 
>>
>>gap-packages no longer installs (complains about multiply-defined
>>symbols).
>>- 
>>
>>./configure insists on the instalation of various Python 3.7 and
>>cddb system packages, which *are* installed, but can’t use/recognise
>>them…
>>
>> Enclosed files : config.log, chkerrs.txt (= log of re-running
>> initial failures), gap_packages.log.
>>
>> HTH,
>> ​
>>
>>
>> Le mercredi 2 septembre 2020 23:30:04 UTC+2, Volker Braun a écrit :
>>>
>>> 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 
>>>
>>> It doesn't look like the current blocker tickets are going to move 
>>> forward, so unless something happens real soon this will be the last beta
>>>
>>>
>>> c353bce995 (tag: 9.2.beta11, trac/develop) Updated SageMath version to 
>>> 9.2.beta11
>>> 1b9d7cff30 Trac #30360: Fix multiplication of number field element * 
>>> ZZ-vector by handling latex names of number field generators
>>> d88802929c Trac #30332: Merge sage_brial into sagelib
>>> 1bb4fd5bf1 Trac #30220: Add mobile posets to Sage
>>> a1e2c8a7df Trac #30049: Add sage.numerical.backends.matrix_sdp_backend 
>>> (dummy SDP solver)
>>> 916440723f Trac #30043: Lie conformal algebra examples
>>> 7fe518dc20 Trac #30031: sage.numerical.backends.generic_sdp_backend: 
>>> Allow solver = a user-defined subclass of GenericSDPBackend
>>> 40f2a9d1ec Trac #29844: Berkovich Space Over Cp
>>> 6cec7e3b03 Trac #29681: Small improvements for `FaceIterator_base`
>>> 0fbb133029 Trac #29676: Make a nogil version of the most important 
>>> methods of FaceIterator.
>>> 5ec4f2df66 Trac #29651: sage -docbuild: error building docs of single 
>>> file
>>> 90f48b81e6 Trac #23002: Make bridges method for graphs an iterator
>>> 90ace85377 Trac #30358: Update matplotlib to 3.3.1, certifi to 2020.6.20
>>> d88320813a Trac #30246: Add optional packages jupyterlab, 
>>> jupyterlab_widgets to support interacts in JupyterLab
>>> 23518a38e4 Trac #28538: Segfault for boolean evaluation of expression 
>>> with assumptions
>>> 84493a1fca Trac #30417: preparsing multi-line strings is broken
>>> fd2a5d7516 Trac #30436: some fixes suggested by lgtm
>>> 2b280d13dc Trac #30435: Improve count vertices of combinatorial faces
>>> 4ef181c47e Trac #30429: Standardize `intersection` in 
>>> `combinatorial_polyhedron/bit_vector_operations.cc`
>>> 1620e0ed64 Trac #30428: More direct check for simple/simplicial polytopes
>>> 3facf93834 Trac #30413: plot() fails for vertical or horizontal lines.
>>> c5d90ba279 Trac #30323: Optimize degree_iterator and introduce other 
>>> degree functions
>>> d0bf0ee16c Trac #28529: Some micro-optimizations related to univariate 
>>> polynomials
>>> 5392617b40 

[sage-release] Re: Sage 9.2.beta11 released

2020-09-03 Thread Kwankyu Lee

>
> Looks like the command line tools might actually be Xcode 12 beta. This is 
>> not supported yet -- see https://trac.sagemath.org/ticket/30494 (which 
>> needs help)
>>
>
Solved by downgrading to Xcode 11.5. Thank you!

-- 
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/e5ff5c7e-4e1f-48ff-9284-8333090a1ebfn%40googlegroups.com.


[sage-release] Re: Sage 9.2.beta11 released

2020-09-03 Thread Matthias Köppe
On Thursday, September 3, 2020 at 7:07:44 PM UTC-7, Kwankyu Lee wrote:
>
> Hi,
>
> I am failing to build from scratch Sage 9.2 beta11 since beta10 or perhaps 
> even earlier beta. My system is macOS 10.15.6 with Xcode 11.7. ...
> $ gcc --version
> Configured with: --prefix=/Library/Developer/CommandLineTools/usr 
> --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/c++/4.2.1
> Apple clang version 12.0.0 (clang-1200.0.31.1)
> Target: x86_64-apple-darwin19.6.0
>
>
Looks like the command line tools might actually be Xcode 12 beta. This is 
not supported yet -- see https://trac.sagemath.org/ticket/30494 (which 
needs help)



 

-- 
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/da4451af-878a-410b-8d72-2c0431fbc791o%40googlegroups.com.


[sage-release] Re: Sage 9.2.beta11 released

2020-09-03 Thread Kwankyu Lee
Hi,

I am failing to build from scratch Sage 9.2 beta11 since beta10 or perhaps 
even earlier beta. My system is macOS 10.15.6 with Xcode 11.7. The log 
follows:
...
...
[gf2x-1.3.0] /Users/kwankyu/GitHub/sage/build/bin/sage-spkg: line 73: 
warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or 
directory
[gf2x-1.3.0] Found local metadata for gf2x-1.3.0
[gf2x-1.3.0] Using cached file 
/Users/kwankyu/GitHub/sage/upstream/gf2x-1.3.0.tar.gz
[gf2x-1.3.0] gf2x-1.3.0
[gf2x-1.3.0] 
[gf2x-1.3.0] Setting up build directory for gf2x-1.3.0
[gf2x-1.3.0] Finished extraction
[gf2x-1.3.0] bash: warning: setlocale: LC_ALL: cannot change locale 
(C.UTF-8): No such file or directory
[gf2x-1.3.0] Applying patches from ../patches...
[gf2x-1.3.0] Applying 
../patches/0001-src-tunetoom.c-delete-duplicate-definition-of-rp.patch
[gf2x-1.3.0] patching file src/tunetoom.c
[gf2x-1.3.0] 
[gf2x-1.3.0] Host system:
[gf2x-1.3.0] Darwin Hera.local 19.6.0 Darwin Kernel Version 19.6.0: Thu Jun 
18 20:49:00 PDT 2020; root:xnu-6153.141.1~1/RELEASE_X86_64 x86_64
[gf2x-1.3.0] 
[gf2x-1.3.0] C compiler: gcc
[gf2x-1.3.0] C compiler version:
[gf2x-1.3.0] Configured with: 
--prefix=/Library/Developer/CommandLineTools/usr 
--with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/c++/4.2.1
[gf2x-1.3.0] Apple clang version 12.0.0 (clang-1200.0.31.1)
[gf2x-1.3.0] Target: x86_64-apple-darwin19.6.0
[gf2x-1.3.0] Thread model: posix
[gf2x-1.3.0] InstalledDir: /Library/Developer/CommandLineTools/usr/bin
[gf2x-1.3.0] 
[gf2x-1.3.0] Package 'gf2x' is currently not installed
[gf2x-1.3.0] No legacy uninstaller found for 'gf2x'; nothing to do
[gf2x-1.3.0] bash: warning: setlocale: LC_ALL: cannot change locale 
(C.UTF-8): No such file or directory
[gf2x-1.3.0] Deleting old gf2x files.
[gf2x-1.3.0] Configuring gf2x-1.3.0
[gf2x-1.3.0] checking build system type... x86_64-apple-darwin19.6.0
[gf2x-1.3.0] checking host system type... x86_64-apple-darwin19.6.0
[gf2x-1.3.0] checking target system type... x86_64-apple-darwin19.6.0
[gf2x-1.3.0] checking for gcc... gcc
[gf2x-1.3.0] checking whether the C compiler works... yes
[gf2x-1.3.0] checking for C compiler default output file name... a.out
[gf2x-1.3.0] checking for suffix of executables... 
[gf2x-1.3.0] checking whether we are cross compiling... no
[gf2x-1.3.0] checking for suffix of object files... o
[gf2x-1.3.0] checking whether we are using the GNU C compiler... yes
[gf2x-1.3.0] checking whether gcc accepts -g... yes
[gf2x-1.3.0] checking for gcc option to accept ISO C89... none needed
[gf2x-1.3.0] checking whether gcc understands -c and -o together... rm: 
conftest.dSYM: is a directory
[gf2x-1.3.0] yes
[gf2x-1.3.0] checking how to run the C preprocessor... gcc -E
[gf2x-1.3.0] checking for grep that handles long lines and -e... 
/usr/bin/grep
[gf2x-1.3.0] checking for egrep... /usr/bin/grep -E
[gf2x-1.3.0] checking for ANSI C header files... rm: conftest.dSYM: is a 
directory
[gf2x-1.3.0] rm: conftest.dSYM: is a directory
[gf2x-1.3.0] yes
[gf2x-1.3.0] checking for sys/types.h... yes
[gf2x-1.3.0] checking for sys/stat.h... yes
[gf2x-1.3.0] checking for stdlib.h... yes
[gf2x-1.3.0] checking for string.h... yes
[gf2x-1.3.0] checking for memory.h... yes
[gf2x-1.3.0] checking for strings.h... yes
[gf2x-1.3.0] checking for inttypes.h... yes
[gf2x-1.3.0] checking for stdint.h... yes
[gf2x-1.3.0] checking for unistd.h... yes
[gf2x-1.3.0] checking for size_t... yes
[gf2x-1.3.0] checking for working alloca.h... yes
[gf2x-1.3.0] checking for alloca... yes
[gf2x-1.3.0] checking for a BSD-compatible install... /usr/bin/install -c
[gf2x-1.3.0] checking whether build environment is sane... yes
[gf2x-1.3.0] checking for a thread-safe mkdir -p... config/install-sh -c -d
[gf2x-1.3.0] checking for gawk... no
[gf2x-1.3.0] checking for mawk... no
[gf2x-1.3.0] checking for nawk... no
[gf2x-1.3.0] checking for awk... awk
[gf2x-1.3.0] checking whether make sets $(MAKE)... yes
[gf2x-1.3.0] checking whether make supports the include directive... yes 
(GNU style)
[gf2x-1.3.0] checking whether make supports nested variables... yes
[gf2x-1.3.0] checking dependency style of gcc... none
[gf2x-1.3.0] checking whether to enable maintainer-specific portions of 
Makefiles... no
[gf2x-1.3.0] checking how to print strings... printf
[gf2x-1.3.0] checking for a sed that does not truncate output... 
/usr/bin/sed
[gf2x-1.3.0] checking for fgrep... /usr/bin/grep -F
[gf2x-1.3.0] checking for ld used by gcc... 
/Library/Developer/CommandLineTools/usr/bin/ld
[gf2x-1.3.0] checking if the linker 
(/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
[gf2x-1.3.0] checking for BSD- or MS-compatible name lister (nm)... 
/usr/bin/nm -B
[gf2x-1.3.0] checking the name 

[sage-release] Re: Sage 9.2.beta11 released

2020-09-03 Thread Thierry Dumont
Ubuntu 20-04, transition from beta 10 to beta 11 :
-no compilation problem:
-make ptestlong: All tests passed!

t.d.

-- 
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/c198d895-d284-8bbe-d7fa-98f87cadc602%40math.univ-lyon1.fr.
<>

Re: [sage-release] Re: Sage 9.2.beta11 released

2020-09-03 Thread Kenji Iohara
I could compile it on Mas OS 10.15.6 but failed make ptestlong.

2020年9月3日(木) 12:30 Jaap Spies :

> This is a new result. Yesterday I installed the experimental 64 bit
> Raspberry Pi OS on a RPi4 8 GB.
>
>
>
>
> pi@rasp8G64bit:~ $ uname -a
> Linux rasp8G64bit 5.4.51-v8+ #1333 SMP PREEMPT Mon Aug 10 16:58:35 BST
> 2020 aarch64 GNU/Linux
>
> Testing that Sage starts...
> [2020-09-03 03:21:25] SageMath version 9.2.beta11, Release Date: 2020-09-01
> This looks like the first time you are running Sage.
> Cleaning up, do not interrupt this.
> Done cleaning.
> Yes, Sage starts.
> make[2]: Leaving directory '/home/pi/sagemath/sage-9.2.beta11/build/make'
>
> real 317m22.542s
> user 1075m46.821s
> sys 53m45.215s
> Sage build/upgrade complete!
> make[1]: Leaving directory '/home/pi/sagemath/sage-9.2.beta11'
>
> make ptestlong:
> **
> --
> sage -t --long --random-seed=0 src/sage/calculus/riemann.pyx  # Killed due
> to segmentation fault
> sage -t --long --random-seed=0 src/sage/geometry/polyhedron/library.py  #
> Timed out
> sage -t --long --random-seed=0
> src/sage/rings/function_field/function_field.py  # Timed out
> sage -t --long --random-seed=0 src/sage/tests/parigp.py  # Timed out
> --
> Total time for all tests: 19479.7 seconds
> cpu time: 54173.4 seconds
> cumulative wall time: 65566.1 seconds
> make: *** [Makefile:190: ptestlong] Error 20
> pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $
>
>
> ]
>
>
>
>
> On Wednesday, September 2, 2020 at 11:30:04 PM UTC+2 Volker Braun wrote:
>
>> 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
>>
>> It doesn't look like the current blocker tickets are going to move
>> forward, so unless something happens real soon this will be the last beta
>>
>>
>> c353bce995 (tag: 9.2.beta11, trac/develop) Updated SageMath version to
>> 9.2.beta11
>> 1b9d7cff30 Trac #30360: Fix multiplication of number field element *
>> ZZ-vector by handling latex names of number field generators
>> d88802929c Trac #30332: Merge sage_brial into sagelib
>> 1bb4fd5bf1 Trac #30220: Add mobile posets to Sage
>> a1e2c8a7df Trac #30049: Add sage.numerical.backends.matrix_sdp_backend
>> (dummy SDP solver)
>> 916440723f Trac #30043: Lie conformal algebra examples
>> 7fe518dc20 Trac #30031: sage.numerical.backends.generic_sdp_backend:
>> Allow solver = a user-defined subclass of GenericSDPBackend
>> 40f2a9d1ec Trac #29844: Berkovich Space Over Cp
>> 6cec7e3b03 Trac #29681: Small improvements for `FaceIterator_base`
>> 0fbb133029 Trac #29676: Make a nogil version of the most important
>> methods of FaceIterator.
>> 5ec4f2df66 Trac #29651: sage -docbuild: error building docs of single file
>> 90f48b81e6 Trac #23002: Make bridges method for graphs an iterator
>> 90ace85377 Trac #30358: Update matplotlib to 3.3.1, certifi to 2020.6.20
>> d88320813a Trac #30246: Add optional packages jupyterlab,
>> jupyterlab_widgets to support interacts in JupyterLab
>> 23518a38e4 Trac #28538: Segfault for boolean evaluation of expression
>> with assumptions
>> 84493a1fca Trac #30417: preparsing multi-line strings is broken
>> fd2a5d7516 Trac #30436: some fixes suggested by lgtm
>> 2b280d13dc Trac #30435: Improve count vertices of combinatorial faces
>> 4ef181c47e Trac #30429: Standardize `intersection` in
>> `combinatorial_polyhedron/bit_vector_operations.cc`
>> 1620e0ed64 Trac #30428: More direct check for simple/simplicial polytopes
>> 3facf93834 Trac #30413: plot() fails for vertical or horizontal lines.
>> c5d90ba279 Trac #30323: Optimize degree_iterator and introduce other
>> degree functions
>> d0bf0ee16c Trac #28529: Some micro-optimizations related to univariate
>> polynomials
>> 5392617b40 Trac #30439: Graphs: fix bug in OrthogonalDualPolarGraph due
>> to pointless conversion to float
>> 5d773d6df5 Trac #30430: use libgap instead of gap in combinat/designs
>> df4dbdc32f Trac #30424: MR47: modernise FAQ
>> 766f974cf5 Trac #30412: Upgrade gf2x to 1.3
>> 855b7818ae Trac #30394: Graphs: add antipodal check and folding of graphs
>> f062f6e999 Trac #30393: eigenvalues and eigenvectors using arb
>> dd2cc04c30 Trac #30353: Stack overflow during symbolic manipulations
>> 9fe85345a9 Trac #30321: Improve tikz picture methods of Polyhedron
>> c51b90b761 Trac #30236: Implement universal commutative algebra of a
>> finite-dimensional Lie algebra
>> b1714abad3 Trac #30223: Combinatorial designs: generate GQ with spread
>> c549fc2155 Trac #30188: Modify shortest_paths method in boost_graph.pyx
>> to take list of vertices as input
>> b499f8c51a Trac #30150: Upgrade cmake to 3.18.2
>> 8ce9dbe985 Trac #30032: Implement Lie conformal Algebras
>> 7824057583 <(782)%20405-7583> Trac #29945: Make coding 

Re: [sage-release] Re: Sage 9.2.beta11 released

2020-09-03 Thread Jaap Spies
Some more:

pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $ ./sage -t --long 
--random-seed=0 src/sage/rings/function_field/function_field.py
Running doctests with ID 2020-09-03-13-30-50-48621f78.
Git branch: develop
Using --optional=build,dochtml,memlimit,sage
Doctesting 1 file.
sage -t --long --warn-long 304.9 --random-seed=0 
src/sage/rings/function_field/function_field.py
**
File "src/sage/rings/function_field/function_field.py", line 1205, in 
sage.rings.function_field.function_field.FunctionField_polymod.__init__
Warning, slow doctest:
TestSuite(L).run()  # long time
Test ran for 377.35 s
[881 tests, 1064.69 s]
--
All tests passed!
--
Total time for all tests: 1065.4 seconds
cpu time: 1063.4 seconds
cumulative wall time: 1064.7 seconds


pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $ ./sage -t --long 
--random-seed=0 src/sage/geometry/polyhedron/library.py
Running doctests with ID 2020-09-03-14-08-40-2a59a3a5.
Git branch: develop
Using --optional=build,dochtml,memlimit,sage
Doctesting 1 file.
sage -t --long --warn-long 309.9 --random-seed=0 
src/sage/geometry/polyhedron/library.py
**
File "src/sage/geometry/polyhedron/library.py", line 553, in 
sage.geometry.polyhedron.library.Polytopes.regular_polygon
Warning, slow doctest:
TestSuite(octagon).run()# long time
Test ran for 594.28 s
[305 tests, 848.56 s]
--
All tests passed!
--
Total time for all tests: 849.1 seconds
cpu time: 832.3 seconds
cumulative wall time: 848.6 seconds

On Thursday, September 3, 2020 at 1:28:57 PM UTC+2 Jaap Spies wrote:

> On Thursday, September 3, 2020 at 12:40:05 PM UTC+2 Dima Pasechnik wrote:
>
>> On Thu, Sep 3, 2020 at 11:30 AM Jaap Spies  wrote: 
>> > 
>> > This is a new result. Yesterday I installed the experimental 64 bit 
>> Raspberry Pi OS on a RPi4 8 GB. 
>> > 
>> > 
>> > 
>> > 
>> > pi@rasp8G64bit:~ $ uname -a 
>> > Linux rasp8G64bit 5.4.51-v8+ #1333 SMP PREEMPT Mon Aug 10 16:58:35 BST 
>> 2020 aarch64 GNU/Linux 
>> > 
>> > Testing that Sage starts... 
>> > [2020-09-03 03:21:25] SageMath version 9.2.beta11, Release Date: 
>> 2020-09-01 
>> > This looks like the first time you are running Sage. 
>> > Cleaning up, do not interrupt this. 
>> > Done cleaning. 
>> > Yes, Sage starts. 
>> > make[2]: Leaving directory 
>> '/home/pi/sagemath/sage-9.2.beta11/build/make' 
>> > 
>> > real 317m22.542s 
>> > user 1075m46.821s 
>> > sys 53m45.215s 
>> > Sage build/upgrade complete! 
>> > make[1]: Leaving directory '/home/pi/sagemath/sage-9.2.beta11' 
>> > 
>> > make ptestlong: 
>> > ** 
>> > -- 
>> > sage -t --long --random-seed=0 src/sage/calculus/riemann.pyx # Killed 
>> due to segmentation fault 
>> > sage -t --long --random-seed=0 src/sage/geometry/polyhedron/library.py 
>> # Timed out 
>> > sage -t --long --random-seed=0 
>> src/sage/rings/function_field/function_field.py # Timed out 
>> > sage -t --long --random-seed=0 src/sage/tests/parigp.py # Timed out 
>>
>> This looks good. Did you try running these failing tests separately? E.g. 
>>
>> ./sage -t --long --random-seed=0 src/sage/tests/parigp.py 
>>
>>
> ModuleNotFoundError: No module named 'Cython'
> Error while executing Python code.
> Saved trace to /home/pi/.sage/crash_logs/crash_4ym20sm2.log
> 
>
> **
> --
> sage -t --long --warn-long 304.9 --random-seed=0 src/sage/tests/parigp.py  
> # Timed out
> --
> Total time for all tests: 1819.1 seconds
> cpu time: 0.0 seconds
> cumulative wall time: 0.0 seconds
> pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $ 
>
>
> The riemann.pyx segfault is persistent.
>
>  
>
>> etc. 
>>
>> How precisely does one get the 64-version in? 
>>
>>
> https://www.raspberrypi.org/forums/viewtopic.php?t=275370
>
>
> https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2020-05-28/2020-05-27-raspios-buster-arm64.zip
>  
>
>> It seems that the standard, 32-bit, version, might need tricky work here: 
>> https://trac.sagemath.org/ticket/28941 
>>
>> Dima 
>>
>> > -- 
>> > Total time for all tests: 19479.7 seconds 
>> > cpu time: 54173.4 seconds 
>> > cumulative wall time: 65566.1 seconds 
>> > make: 

Re: [sage-release] Re: Sage 9.2.beta11 released

2020-09-03 Thread Jaap Spies


On Thursday, September 3, 2020 at 12:40:05 PM UTC+2 Dima Pasechnik wrote:

> On Thu, Sep 3, 2020 at 11:30 AM Jaap Spies  wrote: 
> > 
> > This is a new result. Yesterday I installed the experimental 64 bit 
> Raspberry Pi OS on a RPi4 8 GB. 
> > 
> > 
> > 
> > 
> > pi@rasp8G64bit:~ $ uname -a 
> > Linux rasp8G64bit 5.4.51-v8+ #1333 SMP PREEMPT Mon Aug 10 16:58:35 BST 
> 2020 aarch64 GNU/Linux 
> > 
> > Testing that Sage starts... 
> > [2020-09-03 03:21:25] SageMath version 9.2.beta11, Release Date: 
> 2020-09-01 
> > This looks like the first time you are running Sage. 
> > Cleaning up, do not interrupt this. 
> > Done cleaning. 
> > Yes, Sage starts. 
> > make[2]: Leaving directory 
> '/home/pi/sagemath/sage-9.2.beta11/build/make' 
> > 
> > real 317m22.542s 
> > user 1075m46.821s 
> > sys 53m45.215s 
> > Sage build/upgrade complete! 
> > make[1]: Leaving directory '/home/pi/sagemath/sage-9.2.beta11' 
> > 
> > make ptestlong: 
> > ** 
> > -- 
> > sage -t --long --random-seed=0 src/sage/calculus/riemann.pyx # Killed 
> due to segmentation fault 
> > sage -t --long --random-seed=0 src/sage/geometry/polyhedron/library.py # 
> Timed out 
> > sage -t --long --random-seed=0 
> src/sage/rings/function_field/function_field.py # Timed out 
> > sage -t --long --random-seed=0 src/sage/tests/parigp.py # Timed out 
>
> This looks good. Did you try running these failing tests separately? E.g. 
>
> ./sage -t --long --random-seed=0 src/sage/tests/parigp.py 
>
>
ModuleNotFoundError: No module named 'Cython'
Error while executing Python code.
Saved trace to /home/pi/.sage/crash_logs/crash_4ym20sm2.log


**
--
sage -t --long --warn-long 304.9 --random-seed=0 src/sage/tests/parigp.py  
# Timed out
--
Total time for all tests: 1819.1 seconds
cpu time: 0.0 seconds
cumulative wall time: 0.0 seconds
pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $ 


The riemann.pyx segfault is persistent.

 

> etc. 
>
> How precisely does one get the 64-version in? 
>
>
https://www.raspberrypi.org/forums/viewtopic.php?t=275370

https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2020-05-28/2020-05-27-raspios-buster-arm64.zip
 

> It seems that the standard, 32-bit, version, might need tricky work here: 
> https://trac.sagemath.org/ticket/28941 
>
> Dima 
>
> > -- 
> > Total time for all tests: 19479.7 seconds 
> > cpu time: 54173.4 seconds 
> > cumulative wall time: 65566.1 seconds 
> > make: *** [Makefile:190: ptestlong] Error 20 
> > pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $ 
> > 
> > 
> > ] 
> > 
> > 
> > 
> > 
>
>

-- 
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/7786ee41-6037-4bea-918a-40b61551510bn%40googlegroups.com.


[sage-release] Re: Sage 9.2.beta11 released

2020-09-03 Thread 'jonatha...@googlemail.com' via sage-release
I'm responsible for some ridiculous long doctests in 
`src/sage/geometry/polyhedron/library.py`.

https://trac.sagemath.org/ticket/30489 is a two line ticket (positive 
review), which should take care of the time out.

https://trac.sagemath.org/ticket/30490 reduces the doctesting time a bit 
more (also positive review).

jaap...@gmail.com schrieb am Donnerstag, 3. September 2020 um 12:30:27 
UTC+2:

> This is a new result. Yesterday I installed the experimental 64 bit 
> Raspberry Pi OS on a RPi4 8 GB.
>
>
>
>
> pi@rasp8G64bit:~ $ uname -a
> Linux rasp8G64bit 5.4.51-v8+ #1333 SMP PREEMPT Mon Aug 10 16:58:35 BST 
> 2020 aarch64 GNU/Linux
>
> Testing that Sage starts...
> [2020-09-03 03:21:25] SageMath version 9.2.beta11, Release Date: 2020-09-01
> This looks like the first time you are running Sage.
> Cleaning up, do not interrupt this.
> Done cleaning.
> Yes, Sage starts.
> make[2]: Leaving directory '/home/pi/sagemath/sage-9.2.beta11/build/make'
>
> real 317m22.542s
> user 1075m46.821s
> sys 53m45.215s
> Sage build/upgrade complete!
> make[1]: Leaving directory '/home/pi/sagemath/sage-9.2.beta11'
>
> make ptestlong:
> **
> --
> sage -t --long --random-seed=0 src/sage/calculus/riemann.pyx  # Killed due 
> to segmentation fault
> sage -t --long --random-seed=0 src/sage/geometry/polyhedron/library.py  # 
> Timed out
> sage -t --long --random-seed=0 
> src/sage/rings/function_field/function_field.py  # Timed out
> sage -t --long --random-seed=0 src/sage/tests/parigp.py  # Timed out
> --
> Total time for all tests: 19479.7 seconds
> cpu time: 54173.4 seconds
> cumulative wall time: 65566.1 seconds
> make: *** [Makefile:190: ptestlong] Error 20
> pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $ 
>
>
> ]
>  
>  
>
>
> On Wednesday, September 2, 2020 at 11:30:04 PM UTC+2 Volker Braun wrote:
>
>> 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 
>>
>> It doesn't look like the current blocker tickets are going to move 
>> forward, so unless something happens real soon this will be the last beta
>>
>>
>> c353bce995 (tag: 9.2.beta11, trac/develop) Updated SageMath version to 
>> 9.2.beta11
>> 1b9d7cff30 Trac #30360: Fix multiplication of number field element * 
>> ZZ-vector by handling latex names of number field generators
>> d88802929c Trac #30332: Merge sage_brial into sagelib
>> 1bb4fd5bf1 Trac #30220: Add mobile posets to Sage
>> a1e2c8a7df Trac #30049: Add sage.numerical.backends.matrix_sdp_backend 
>> (dummy SDP solver)
>> 916440723f Trac #30043: Lie conformal algebra examples
>> 7fe518dc20 Trac #30031: sage.numerical.backends.generic_sdp_backend: 
>> Allow solver = a user-defined subclass of GenericSDPBackend
>> 40f2a9d1ec Trac #29844: Berkovich Space Over Cp
>> 6cec7e3b03 Trac #29681: Small improvements for `FaceIterator_base`
>> 0fbb133029 Trac #29676: Make a nogil version of the most important 
>> methods of FaceIterator.
>> 5ec4f2df66 Trac #29651: sage -docbuild: error building docs of single file
>> 90f48b81e6 Trac #23002: Make bridges method for graphs an iterator
>> 90ace85377 Trac #30358: Update matplotlib to 3.3.1, certifi to 2020.6.20
>> d88320813a Trac #30246: Add optional packages jupyterlab, 
>> jupyterlab_widgets to support interacts in JupyterLab
>> 23518a38e4 Trac #28538: Segfault for boolean evaluation of expression 
>> with assumptions
>> 84493a1fca Trac #30417: preparsing multi-line strings is broken
>> fd2a5d7516 Trac #30436: some fixes suggested by lgtm
>> 2b280d13dc Trac #30435: Improve count vertices of combinatorial faces
>> 4ef181c47e Trac #30429: Standardize `intersection` in 
>> `combinatorial_polyhedron/bit_vector_operations.cc`
>> 1620e0ed64 Trac #30428: More direct check for simple/simplicial polytopes
>> 3facf93834 Trac #30413: plot() fails for vertical or horizontal lines.
>> c5d90ba279 Trac #30323: Optimize degree_iterator and introduce other 
>> degree functions
>> d0bf0ee16c Trac #28529: Some micro-optimizations related to univariate 
>> polynomials
>> 5392617b40 Trac #30439: Graphs: fix bug in OrthogonalDualPolarGraph due 
>> to pointless conversion to float
>> 5d773d6df5 Trac #30430: use libgap instead of gap in combinat/designs
>> df4dbdc32f Trac #30424: MR47: modernise FAQ
>> 766f974cf5 Trac #30412: Upgrade gf2x to 1.3
>> 855b7818ae Trac #30394: Graphs: add antipodal check and folding of graphs
>> f062f6e999 Trac #30393: eigenvalues and eigenvectors using arb
>> dd2cc04c30 Trac #30353: Stack overflow during symbolic manipulations
>> 9fe85345a9 Trac #30321: Improve tikz picture methods of Polyhedron
>> c51b90b761 Trac #30236: Implement universal commutative algebra of a 
>> finite-dimensional Lie algebra
>> b1714abad3 Trac #30223: 

Re: [sage-release] Re: Sage 9.2.beta11 released

2020-09-03 Thread Dima Pasechnik
On Thu, Sep 3, 2020 at 11:30 AM Jaap Spies  wrote:
>
> This is a new result. Yesterday I installed the experimental 64 bit Raspberry 
> Pi OS on a RPi4 8 GB.
>
>
>
>
> pi@rasp8G64bit:~ $ uname -a
> Linux rasp8G64bit 5.4.51-v8+ #1333 SMP PREEMPT Mon Aug 10 16:58:35 BST 2020 
> aarch64 GNU/Linux
>
> Testing that Sage starts...
> [2020-09-03 03:21:25] SageMath version 9.2.beta11, Release Date: 2020-09-01
> This looks like the first time you are running Sage.
> Cleaning up, do not interrupt this.
> Done cleaning.
> Yes, Sage starts.
> make[2]: Leaving directory '/home/pi/sagemath/sage-9.2.beta11/build/make'
>
> real 317m22.542s
> user 1075m46.821s
> sys 53m45.215s
> Sage build/upgrade complete!
> make[1]: Leaving directory '/home/pi/sagemath/sage-9.2.beta11'
>
> make ptestlong:
> **
> --
> sage -t --long --random-seed=0 src/sage/calculus/riemann.pyx  # Killed due to 
> segmentation fault
> sage -t --long --random-seed=0 src/sage/geometry/polyhedron/library.py  # 
> Timed out
> sage -t --long --random-seed=0 
> src/sage/rings/function_field/function_field.py  # Timed out
> sage -t --long --random-seed=0 src/sage/tests/parigp.py  # Timed out

This looks good. Did you try running these failing tests separately? E.g.

./sage -t --long --random-seed=0 src/sage/tests/parigp.py

etc.

How precisely  does one get the 64-version in?

It seems that the standard, 32-bit, version, might need tricky work here:
https://trac.sagemath.org/ticket/28941

Dima

> --
> Total time for all tests: 19479.7 seconds
> cpu time: 54173.4 seconds
> cumulative wall time: 65566.1 seconds
> make: *** [Makefile:190: ptestlong] Error 20
> pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $
>
>
> ]
>
>
>
>
> On Wednesday, September 2, 2020 at 11:30:04 PM UTC+2 Volker Braun wrote:
>>
>> 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
>>
>> It doesn't look like the current blocker tickets are going to move forward, 
>> so unless something happens real soon this will be the last beta
>>
>>
>> c353bce995 (tag: 9.2.beta11, trac/develop) Updated SageMath version to 
>> 9.2.beta11
>> 1b9d7cff30 Trac #30360: Fix multiplication of number field element * 
>> ZZ-vector by handling latex names of number field generators
>> d88802929c Trac #30332: Merge sage_brial into sagelib
>> 1bb4fd5bf1 Trac #30220: Add mobile posets to Sage
>> a1e2c8a7df Trac #30049: Add sage.numerical.backends.matrix_sdp_backend 
>> (dummy SDP solver)
>> 916440723f Trac #30043: Lie conformal algebra examples
>> 7fe518dc20 Trac #30031: sage.numerical.backends.generic_sdp_backend: Allow 
>> solver = a user-defined subclass of GenericSDPBackend
>> 40f2a9d1ec Trac #29844: Berkovich Space Over Cp
>> 6cec7e3b03 Trac #29681: Small improvements for `FaceIterator_base`
>> 0fbb133029 Trac #29676: Make a nogil version of the most important methods 
>> of FaceIterator.
>> 5ec4f2df66 Trac #29651: sage -docbuild: error building docs of single file
>> 90f48b81e6 Trac #23002: Make bridges method for graphs an iterator
>> 90ace85377 Trac #30358: Update matplotlib to 3.3.1, certifi to 2020.6.20
>> d88320813a Trac #30246: Add optional packages jupyterlab, jupyterlab_widgets 
>> to support interacts in JupyterLab
>> 23518a38e4 Trac #28538: Segfault for boolean evaluation of expression with 
>> assumptions
>> 84493a1fca Trac #30417: preparsing multi-line strings is broken
>> fd2a5d7516 Trac #30436: some fixes suggested by lgtm
>> 2b280d13dc Trac #30435: Improve count vertices of combinatorial faces
>> 4ef181c47e Trac #30429: Standardize `intersection` in 
>> `combinatorial_polyhedron/bit_vector_operations.cc`
>> 1620e0ed64 Trac #30428: More direct check for simple/simplicial polytopes
>> 3facf93834 Trac #30413: plot() fails for vertical or horizontal lines.
>> c5d90ba279 Trac #30323: Optimize degree_iterator and introduce other degree 
>> functions
>> d0bf0ee16c Trac #28529: Some micro-optimizations related to univariate 
>> polynomials
>> 5392617b40 Trac #30439: Graphs: fix bug in OrthogonalDualPolarGraph due to 
>> pointless conversion to float
>> 5d773d6df5 Trac #30430: use libgap instead of gap in combinat/designs
>> df4dbdc32f Trac #30424: MR47: modernise FAQ
>> 766f974cf5 Trac #30412: Upgrade gf2x to 1.3
>> 855b7818ae Trac #30394: Graphs: add antipodal check and folding of graphs
>> f062f6e999 Trac #30393: eigenvalues and eigenvectors using arb
>> dd2cc04c30 Trac #30353: Stack overflow during symbolic manipulations
>> 9fe85345a9 Trac #30321: Improve tikz picture methods of Polyhedron
>> c51b90b761 Trac #30236: Implement universal commutative algebra of a 
>> finite-dimensional Lie algebra
>> b1714abad3 Trac #30223: Combinatorial designs: generate GQ with spread

[sage-release] Re: Sage 9.2.beta11 released

2020-09-03 Thread Jaap Spies
This is a new result. Yesterday I installed the experimental 64 bit 
Raspberry Pi OS on a RPi4 8 GB.




pi@rasp8G64bit:~ $ uname -a
Linux rasp8G64bit 5.4.51-v8+ #1333 SMP PREEMPT Mon Aug 10 16:58:35 BST 2020 
aarch64 GNU/Linux

Testing that Sage starts...
[2020-09-03 03:21:25] SageMath version 9.2.beta11, Release Date: 2020-09-01
This looks like the first time you are running Sage.
Cleaning up, do not interrupt this.
Done cleaning.
Yes, Sage starts.
make[2]: Leaving directory '/home/pi/sagemath/sage-9.2.beta11/build/make'

real 317m22.542s
user 1075m46.821s
sys 53m45.215s
Sage build/upgrade complete!
make[1]: Leaving directory '/home/pi/sagemath/sage-9.2.beta11'

make ptestlong:
**
--
sage -t --long --random-seed=0 src/sage/calculus/riemann.pyx  # Killed due 
to segmentation fault
sage -t --long --random-seed=0 src/sage/geometry/polyhedron/library.py  # 
Timed out
sage -t --long --random-seed=0 
src/sage/rings/function_field/function_field.py  # Timed out
sage -t --long --random-seed=0 src/sage/tests/parigp.py  # Timed out
--
Total time for all tests: 19479.7 seconds
cpu time: 54173.4 seconds
cumulative wall time: 65566.1 seconds
make: *** [Makefile:190: ptestlong] Error 20
pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $ 


]
 
 


On Wednesday, September 2, 2020 at 11:30:04 PM UTC+2 Volker Braun wrote:

> 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 
>
> It doesn't look like the current blocker tickets are going to move 
> forward, so unless something happens real soon this will be the last beta
>
>
> c353bce995 (tag: 9.2.beta11, trac/develop) Updated SageMath version to 
> 9.2.beta11
> 1b9d7cff30 Trac #30360: Fix multiplication of number field element * 
> ZZ-vector by handling latex names of number field generators
> d88802929c Trac #30332: Merge sage_brial into sagelib
> 1bb4fd5bf1 Trac #30220: Add mobile posets to Sage
> a1e2c8a7df Trac #30049: Add sage.numerical.backends.matrix_sdp_backend 
> (dummy SDP solver)
> 916440723f Trac #30043: Lie conformal algebra examples
> 7fe518dc20 Trac #30031: sage.numerical.backends.generic_sdp_backend: Allow 
> solver = a user-defined subclass of GenericSDPBackend
> 40f2a9d1ec Trac #29844: Berkovich Space Over Cp
> 6cec7e3b03 Trac #29681: Small improvements for `FaceIterator_base`
> 0fbb133029 Trac #29676: Make a nogil version of the most important methods 
> of FaceIterator.
> 5ec4f2df66 Trac #29651: sage -docbuild: error building docs of single file
> 90f48b81e6 Trac #23002: Make bridges method for graphs an iterator
> 90ace85377 Trac #30358: Update matplotlib to 3.3.1, certifi to 2020.6.20
> d88320813a Trac #30246: Add optional packages jupyterlab, 
> jupyterlab_widgets to support interacts in JupyterLab
> 23518a38e4 Trac #28538: Segfault for boolean evaluation of expression with 
> assumptions
> 84493a1fca Trac #30417: preparsing multi-line strings is broken
> fd2a5d7516 Trac #30436: some fixes suggested by lgtm
> 2b280d13dc Trac #30435: Improve count vertices of combinatorial faces
> 4ef181c47e Trac #30429: Standardize `intersection` in 
> `combinatorial_polyhedron/bit_vector_operations.cc`
> 1620e0ed64 Trac #30428: More direct check for simple/simplicial polytopes
> 3facf93834 Trac #30413: plot() fails for vertical or horizontal lines.
> c5d90ba279 Trac #30323: Optimize degree_iterator and introduce other 
> degree functions
> d0bf0ee16c Trac #28529: Some micro-optimizations related to univariate 
> polynomials
> 5392617b40 Trac #30439: Graphs: fix bug in OrthogonalDualPolarGraph due to 
> pointless conversion to float
> 5d773d6df5 Trac #30430: use libgap instead of gap in combinat/designs
> df4dbdc32f Trac #30424: MR47: modernise FAQ
> 766f974cf5 Trac #30412: Upgrade gf2x to 1.3
> 855b7818ae Trac #30394: Graphs: add antipodal check and folding of graphs
> f062f6e999 Trac #30393: eigenvalues and eigenvectors using arb
> dd2cc04c30 Trac #30353: Stack overflow during symbolic manipulations
> 9fe85345a9 Trac #30321: Improve tikz picture methods of Polyhedron
> c51b90b761 Trac #30236: Implement universal commutative algebra of a 
> finite-dimensional Lie algebra
> b1714abad3 Trac #30223: Combinatorial designs: generate GQ with spread
> c549fc2155 Trac #30188: Modify shortest_paths method in boost_graph.pyx to 
> take list of vertices as input
> b499f8c51a Trac #30150: Upgrade cmake to 3.18.2
> 8ce9dbe985 Trac #30032: Implement Lie conformal Algebras
> 7824057583 <(782)%20405-7583> Trac #29945: Make coding doctests ready for 
> random seeds
> 284c2bf32b Trac #29934: Run test suite for product
> 926050d1a6 Trac #29243: the generalized eigenvalue problem over RDF/CDF
> 43eb974b7e Trac #29130: Add nix package information,