Re: [sage-release] Sage 9.4.rc1 released

2021-08-10 Thread 'Justin C. Walker' via sage-release


> On Aug 8, 2021, at 15:06 , 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 

Built w/o problems on three macOS systems.  Testing with ‘ptestlong'

10.13.6 (2017 iMac Pro, 2.3 GHz Intel Xeon W).  Testing got one failure: the 
usual get_memory_usage() test, intermittent.

10.14.6 (2017 MBP, 3.1 GHz 4-core Core i7).  Testing got one failure: 
external.py (log attached as 10.14.txt).  Seems persistent.

10.15.7 (2019 MBP, 2.4 GHz 8-core Core i9).  All tests passed!

-- 
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/DB857F3C-C5D3-4E35-B296-90B61852E1AF%40mac.com.
sage -t --long --warn-long 132.0 --random-seed=0 
src/sage/symbolic/integration/external.py
**
File "src/sage/symbolic/integration/external.py", line 242, in 
sage.symbolic.integration.external.giac_integrator
Failed example:
giac_integrator(cos(y), y)
Exception raised:
Traceback (most recent call last):
  File "sage/misc/parser.pyx", line 1096, in 
sage.misc.parser.LookupNameMaker.__call__ 
(build/cythonized/sage/misc/parser.c:10621)
return self.names[name]
KeyError: 'sageVAR'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/Users/Sage/sage-9.4.rc1/local/lib/python3.9/site-packages/sage/interfaces/giac.py",
 line 1143, in _sage_
return symbolic_expression_from_string(result, lsymbols,
  File 
"/Users/Sage/sage-9.4.rc1/local/lib/python3.9/site-packages/sage/calculus/calculus.py",
 line 2537, in symbolic_expression_fro
m_string
return parse_func(s)
  File "sage/misc/parser.pyx", line 575, in 
sage.misc.parser.Parser.parse_sequence 
(build/cythonized/sage/misc/parser.c:5940)
cpdef parse_sequence(self, s):
  File "sage/misc/parser.pyx", line 591, in 
sage.misc.parser.Parser.parse_sequence 
(build/cythonized/sage/misc/parser.c:5805)
all = self.p_sequence(tokens)
  File "sage/misc/parser.pyx", line 664, in 
sage.misc.parser.Parser.p_sequence (build/cythonized/sage/misc/parser.c:6637)
obj = self.p_eqn(tokens)
  File "sage/misc/parser.pyx", line 754, in sage.misc.parser.Parser.p_eqn 
(build/cythonized/sage/misc/parser.c:7497)
lhs = self.p_expr(tokens)
  File "sage/misc/parser.pyx", line 794, in sage.misc.parser.Parser.p_expr 
(build/cythonized/sage/misc/parser.c:7849)
operand1 = self.p_term(tokens)
  File "sage/misc/parser.pyx", line 828, in sage.misc.parser.Parser.p_term 
(build/cythonized/sage/misc/parser.c:8123)
operand1 = self.p_factor(tokens)
  File "sage/misc/parser.pyx", line 871, in 
sage.misc.parser.Parser.p_factor (build/cythonized/sage/misc/parser.c:8564)
return self.p_power(tokens)
  File "sage/misc/parser.pyx", line 899, in sage.misc.parser.Parser.p_power 
(build/cythonized/sage/misc/parser.c:8721)
operand1 = self.p_atom(tokens)
  File "sage/misc/parser.pyx", line 954, in sage.misc.parser.Parser.p_atom 
(build/cythonized/sage/misc/parser.c:9244)
args, kwds = self.p_args(tokens)
  File "sage/misc/parser.pyx", line 991, in sage.misc.parser.Parser.p_args 
(build/cythonized/sage/misc/parser.c:9757)
arg = self.p_arg(tokens)
  File "sage/misc/parser.pyx", line 1041, in sage.misc.parser.Parser.p_arg 
(build/cythonized/sage/misc/parser.c:10184)
return self.p_expr(tokens)
  File "sage/misc/parser.pyx", line 794, in sage.misc.parser.Parser.p_expr 
(build/cythonized/sage/misc/parser.c:7849)
operand1 = self.p_term(tokens)
  File "sage/misc/parser.pyx", line 828, in sage.misc.parser.Parser.p_term 
(build/cythonized/sage/misc/parser.c:8123)
operand1 = self.p_factor(tokens)
  File "sage/misc/parser.pyx", line 871, in 
sage.misc.parser.Parser.p_factor (build/cythonized/sage/misc/parser.c:8564)
return self.p_power(tokens)
  File "sage/misc/parser.pyx", line 899, in sage.misc.parser.Parser.p_power 
(build/cythonized/sage/misc/parser.c:8721)
operand1 = self.p_atom(tokens)
  File "sage/misc/parser.pyx", line 961, in sage.misc.parser.Parser.p_atom 
(build/cythonized/sage/misc/parser.c:9407)
return self.variable_constructor(name)
  File "sage/misc/parser.pyx", line 1099, in 
sage.misc.parser.LookupNameMaker.__call__ 
(build/cythonized/sage/misc/parser.c:10685)
return self.fallback(name)
  File 
"/Users/Sage/sage-9.4.rc1/local/lib/python3.9/site-packages/sage/calculus/calculus.py",
 line 2549, in 
make_var  = LookupNameMaker({}, 

Re: [sage-release] Sage 9.4.rc1 released

2021-08-10 Thread Volker Braun
I also get the error in get_memory_usage, mostly on OSX. Definitely a 
flakey test!

On Tuesday, August 10, 2021 at 4:57:49 AM UTC+2 Samuel Lelievre wrote:

> Volker Braun:
> >
> > e0cbf2c965 (tag: 9.4.rc1, trac/develop) Updated SageMath version to 
> 9.4.rc1
> > 952f7f9006 Trac #31565: Build still non-portable despite 
> SAGE_FAT_BINARY=yes because of numpy
> > 5090d3dab1 Trac #32322: Random failure in projective_ds.py
> > a73ad2437f Trac #32142: Implement the alternating central extension of 
> the Onsager Lie algebra
> > d81cacb611 Trac #32006: Fix links in tutorial bibliography
> > bd073b49ba (tag: 9.4.rc0) Updated SageMath version to 9.4.rc0
>
> Thanks for this new release!
> I hope the last two positively reviewed
> "critical" tickets can make it in Sage 9.4.
>
> On macOS 10.14.6 "Mojave", with lots of homebrew packages,
> upgrading to Sage 9.4.rc1 from a working 9.4.rc0:
>
> ```
> $ source .homebrew-build-env
> $ ./bootstrap -q
> $ ./configure -q
> configure: WARNING: ".../build/pkgs/backports_ssl_match_hostname/type"
> is missing. Leftovers from another branch?
> $ make -s V=0
> ...
> Sage build/upgrade complete!
> ```
>
> ```
> $ make -s V=0 ptestlong
> ...
> --
> sage -t --long --warn-long 145.3 --random-seed=0
> src/sage/geometry/polyhedron/base.py # 1 doctest failed
> --
> Total time for all tests: 8335.9 seconds
> cpu time: 25308.4 seconds
> cumulative wall time: 32261.4 seconds
> Pytest is not installed, skip checking tests that rely on it.
> make: *** [ptestlong] Error 1
>
> $ ./sage -t --long --warn-long 145.3 --random-seed=0
> src/sage/geometry/polyhedron/base.py
> Running doctests with ID 2021-08-10-04-23-28-4a95405e.
> Git branch: develop
> Using --optional=build,dochtml,homebrew,pip,sage,sage_spkg
> Doctesting 1 file.
> sage -t --long --warn-long 145.3 --random-seed=0
> src/sage/geometry/polyhedron/base.py
> **
> File "src/sage/geometry/polyhedron/base.py", line 6653, in
> sage.geometry.polyhedron.base.Polyhedron_base.face_lattice
> Failed example:
> n == get_memory_usage()
> Expected:
> True
> Got:
> False
> **
> 1 item had failures:
> 1 of 42 in sage.geometry.polyhedron.base.Polyhedron_base.face_lattice
> [1758 tests, 1 failure, 98.31 s]
> --
> sage -t --long --warn-long 145.3 --random-seed=0
> src/sage/geometry/polyhedron/base.py # 1 doctest failed
> --
> Total time for all tests: 98.7 seconds
> cpu time: 54.0 seconds
> cumulative wall time: 98.3 seconds
> Pytest is not installed, skip checking tests that rely on it.
> ```
>
> Maybe related to
> https://trac.sagemath.org/ticket/31623
>

-- 
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/966a826e-3617-4b79-bb30-ef446e3bed2en%40googlegroups.com.


[sage-release] Re: Sage 9.4.rc1 released

2021-08-10 Thread Matthias Köppe
Thanks, Volker, for the latest release candidate.

We still have problems on the following platforms:

- *opensuse-tumbleweed (*https://github.com/sagemath/sage/runs/3274952722*): 
*Errors building *cypari, ecm, singular*
- *conda-forge*: Multiple problems, as noted earlier
- *fedora-34:* (fixed by https://trac.sagemath.org/ticket/32359, *needs 
review*)
- *centos-7-i386 (*https://github.com/sagemath/sage/runs/3274952890
*):  SIGFPE* while building dochtml

Also there remain *race conditions* in Python package installation - fixed 
in https://trac.sagemath.org/ticket/32361 (*needs review*)

As we are preparing notes on platform support for 
https://wiki.sagemath.org/ReleaseTours/sage-9.4, it would be good to know 
about the status of Apple Silicon (M1) support 
(https://trac.sagemath.org/ticket/30592).


On Sunday, August 8, 2021 at 3:06:04 PM UTC-7 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 
>
>
> e0cbf2c965 (tag: 9.4.rc1, trac/develop) Updated SageMath version to 9.4.rc1
> 952f7f9006 Trac #31565: Build still non-portable despite 
> SAGE_FAT_BINARY=yes because of numpy
> 5090d3dab1 Trac #32322: Random failure in projective_ds.py
> a73ad2437f Trac #32142: Implement the alternating central extension of the 
> Onsager Lie algebra
> d81cacb611 Trac #32006: Fix links in tutorial bibliography
> bd073b49ba (tag: 9.4.rc0) Updated SageMath version to 9.4.rc0
>
>

-- 
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/da66ed60-cc35-4d17-b25e-aa8d09974949n%40googlegroups.com.


[sage-release] Re: Sage 9.4.rc1 released

2021-08-10 Thread Matthias Köppe
I have opened https://trac.sagemath.org/ticket/32359 for this -- clearly a 
blocker for Sage 9.4

On Tuesday, August 10, 2021 at 5:32:26 AM UTC-7 enriqu...@gmail.com wrote:

> I have the develop version installed in two computers with Fedora 34. On 
> one of them, the update was successful, but in the second one, since it did 
> not start I erased the installation and clone the git repository again. 
> This is the result:
>
> Checking whether SageMath should install SPKG gp2c... 
> checking whether any of pari is installed as or will be installed as 
> SPKG... no 
> configure: gp prefix is /usr 
> configure: error: using system pari and unable to locate pari.cfg
>
> I have no clue why this happens. Thanks, Enrique.
>
>
> El lunes, 9 de agosto de 2021 a las 0:06:04 UTC+2, Volker Braun escribió:
>
>> 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 
>>
>>
>> e0cbf2c965 (tag: 9.4.rc1, trac/develop) Updated SageMath version to 
>> 9.4.rc1
>> 952f7f9006 Trac #31565: Build still non-portable despite 
>> SAGE_FAT_BINARY=yes because of numpy
>> 5090d3dab1 Trac #32322: Random failure in projective_ds.py
>> a73ad2437f Trac #32142: Implement the alternating central extension of 
>> the Onsager Lie algebra
>> d81cacb611 Trac #32006: Fix links in tutorial bibliography
>> bd073b49ba (tag: 9.4.rc0) Updated SageMath version to 9.4.rc0
>>
>>

-- 
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/c551d5a4-93c5-4808-a82e-898f684cbd0cn%40googlegroups.com.


[sage-release] Re: Sage 9.4.rc1 released

2021-08-10 Thread Enrique Artal
I have the develop version installed in two computers with Fedora 34. On 
one of them, the update was successful, but in the second one, since it did 
not start I erased the installation and clone the git repository again. 
This is the result:

Checking whether SageMath should install SPKG gp2c... 
checking whether any of pari is installed as or will be installed as 
SPKG... no 
configure: gp prefix is /usr 
configure: error: using system pari and unable to locate pari.cfg

I have no clue why this happens. Thanks, Enrique.


El lunes, 9 de agosto de 2021 a las 0:06:04 UTC+2, Volker Braun escribió:

> 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 
>
>
> e0cbf2c965 (tag: 9.4.rc1, trac/develop) Updated SageMath version to 9.4.rc1
> 952f7f9006 Trac #31565: Build still non-portable despite 
> SAGE_FAT_BINARY=yes because of numpy
> 5090d3dab1 Trac #32322: Random failure in projective_ds.py
> a73ad2437f Trac #32142: Implement the alternating central extension of the 
> Onsager Lie algebra
> d81cacb611 Trac #32006: Fix links in tutorial bibliography
> bd073b49ba (tag: 9.4.rc0) Updated SageMath version to 9.4.rc0
>
>

-- 
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/ffadeeb9-e44e-4ae8-8c9a-e6f7f5018db6n%40googlegroups.com.