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

2019-07-07 Thread Sébastien Labbé
Testing with the following optional/external packages:

External software detected for doctesting: 
ffmpeg,graphviz,gurobi,imagemagick,internet,latex,pandoc
Using 
--optional=4ti2,awali,bliss,cbc,ccache,cmake,cryptominisat,dot2tex,e_antic,external,glucose,latte_int,lidia,lrslib,memlimit,mpir,ninja_build,normaliz,notedown,openssl,pandoc_attributes,pycosat,pynormaliz,python2,qhull,rst2ipynb,sage,topcom

I get

--
sage -t --long src/sage/sat/boolean_polynomials.py  # 1 doctest failed
sage -t --long src/sage/databases/oeis.py  # 1 doctest failed
sage -t --long src/sage/databases/findstat.py  # 8 doctests failed
sage -t --long src/sage/combinat/designs/ext_rep.py  # 1 doctest failed
--

Only the following ones are reproc**i**ble:

--
sage -t --long src/sage/databases/oeis.py  # 1 doctest failed
sage -t --long src/sage/databases/findstat.py  # 8 doctests failed
--

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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/9a8b8eb9-6270-480c-bc06-ac8b6a9779b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-07-04 Thread Emmanuel Charpentier
Upgrading from a Python 3-based Sage 8.8, builds OK, but make ptest-python3 
gives three failures:

--
sage -t --long --warn-long 151.2 src/sage/coding/linear_code.py  # 4 
doctests failed
sage -t --long --warn-long 151.2 
src/sage/algebras/quantum_groups/quantum_group_gap.py  # 6 doctests failed
sage -t --long --warn-long 151.2 src/sage/interfaces/psage.py  # 1 doctest 
failed
--

The last one is transient. as for the other two :

charpent@zen-book-flip:/usr/local/sage-P3$ sage -t --long --warn-long 151.2 
src/sage/coding/linear_code.py 
Running doctests with ID 2019-07-04-20-17-47-c7243cba.
Git branch: develop
Using 
--optional=build,dochtml,dot2tex,fricas,gap_packages,giacpy_sage,memlimit,mpir,python2,sage
Doctesting 1 file.
sage -t --long --warn-long 151.2 src/sage/coding/linear_code.py
**
File "src/sage/coding/linear_code.py", line 3303, in 
sage.coding.linear_code.AbstractLinearCode.weight_distribution
Failed example:
C.weight_distribution(algorithm="leon")   # optional - gap_packages 
(Guava package)
Exception raised:
Traceback (most recent call last):
  File "sage/misc/cachefunc.pyx", line 1944, in 
sage.misc.cachefunc.CachedMethodCaller.__call__ 
(build/cythonized/sage/misc/cachefunc.c:10139)
return cache[k]
KeyError: (('leon',), ())

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 681, in _run
self.compile_and_execute(example, compiler, test.globs)
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 1105, in compile_and_execute
exec(compiled, globs)
  File "", line 
1, in 
C.weight_distribution(algorithm="leon")   # optional - gap_packages 
(Guava package)
  File "sage/misc/cachefunc.pyx", line 1949, in 
sage.misc.cachefunc.CachedMethodCaller.__call__ 
(build/cythonized/sage/misc/cachefunc.c:10273)
w = self._instance_call(*args, **kwds)
  File "sage/misc/cachefunc.pyx", line 1825, in 
sage.misc.cachefunc.CachedMethodCaller._instance_call 
(build/cythonized/sage/misc/cachefunc.c:9758)
return self.f(self._instance, *args, **kwds)
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/coding/linear_code.py",
 
line 3358, in weight_distribution
for L in StringIO(lines).readlines():
TypeError: initial_value must be str or None, not bytes
**
File "src/sage/coding/linear_code.py", line 3311, in 
sage.coding.linear_code.AbstractLinearCode.weight_distribution
Failed example:
C.weight_distribution() == C.weight_distribution(algorithm="leon")   # 
optional - gap_packages (Guava package)
Exception raised:
Traceback (most recent call last):
  File "sage/misc/cachefunc.pyx", line 1944, in 
sage.misc.cachefunc.CachedMethodCaller.__call__ 
(build/cythonized/sage/misc/cachefunc.c:10139)
return cache[k]
KeyError: (('leon',), ())

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 681, in _run
self.compile_and_execute(example, compiler, test.globs)
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/doctest/forker.py", 
line 1105, in compile_and_execute
exec(compiled, globs)
  File "", line 
1, in 
C.weight_distribution() == C.weight_distribution(algorithm="leon")  
 # optional - gap_packages (Guava package)
  File "sage/misc/cachefunc.pyx", line 1949, in 
sage.misc.cachefunc.CachedMethodCaller.__call__ 
(build/cythonized/sage/misc/cachefunc.c:10273)
w = self._instance_call(*args, **kwds)
  File "sage/misc/cachefunc.pyx", line 1825, in 
sage.misc.cachefunc.CachedMethodCaller._instance_call 
(build/cythonized/sage/misc/cachefunc.c:9758)
return self.f(self._instance, *args, **kwds)
  File 
"/usr/local/sage-P3/local/lib/python3.7/site-packages/sage/coding/linear_code.py",
 
line 3358, in weight_distribution
for L in StringIO(lines).readlines():
TypeError: initial_value must be str or None, not bytes
**
File "src/sage/coding/linear_code.py", line 3315, in 
sage.coding.linear_code.AbstractLinearCode.weight_distribution
Failed example:
C.weight_distribution() == C.weight_distribution(algorithm="leon")   # 
optional - gap_packages (Guava package)
Exception raised:
Traceback (most recent call last):
  File "sage/misc/cachefunc.pyx", line 1944, in 
sage.misc.cachefunc.CachedMethodCaller.__call__ 
(build/cythoni

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

2019-07-03 Thread darwin doppelganger
Builds on mac Mojave, 10.14.4:

> SageMath version 8.9.beta1, Release Date: 2019-07-03
> ...
> Sage build/upgrade complete!

-- 
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/6f901191-1330-4eb7-9c61-52eba7b2e0e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-07-03 Thread Paul Masson
Builds on macOS Mojave 10.14.5

On Wednesday, July 3, 2019 at 5:29:01 AM 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 
>
> This should fix downloading the configure tarball if you don't have 
> autotools...
>
> d1d7948d09 (tag: 8.9.beta1, trac/develop) Updated SageMath version to 
> 8.9.beta1
> 906d1e540e (origin/develop) Trac #28099: bootstrap -d downloads wrong file
> bcc2e0d43e (tag: 8.9.beta0) Updated SageMath version to 8.9.beta0
>
>

-- 
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/f2ac5fae-6bf7-406a-950b-9b1fa67e6929%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.