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

2019-07-12 Thread Emmanuel Charpentier
On another similar machine (corei7 + 16 GB RAM, Debian testing), 8.9.beta2 
+ #28151 gets me FOUR failures, all permanent :

--
sage -t --long --warn-long 155.4 src/sage/coding/linear_code.py  # 4 
doctests failed
sage -t --long --warn-long 155.4 
src/sage/rings/polynomial/polynomial_rational_flint.pyx  # 1 doctest failed
sage -t --long --warn-long 155.4 
src/sage/algebras/quantum_groups/quantum_group_gap.py  # 6 doctests failed
sage -t --long --warn-long 155.4 
src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx  # 1 doctest 
failed
--

Details :

charpent@zen-book-flip:/usr/local/sage-P3$ sage -t --long --warn-long 155.4 
src/sage/coding/linear_code.py
Running doctests with ID 2019-07-12-12-13-35-7197a0e7.
Git branch: t/28151/upgrade_r_to_3_6_1
Using 
--optional=build,dochtml,dot2tex,fricas,gap_packages,giacpy_sage,memlimit,mpir,python2,sage
Doctesting 1 file.
sage -t --long --warn-long 155.4 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:

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

2019-07-11 Thread Emmanuel Charpentier
FWIW, same setup + 8.9.beta2 + Python 3 + Trac#28151 
  behaves exactly as 
already reported for 8.9.beta2 + Python 3.

HTH,


Le jeudi 11 juillet 2019 16:11:39 UTC+2, Emmanuel Charpentier a écrit :
>
> (Side effect of an attempt to fix a git trac problem 
> ) : FWIW, 
> on Debian testing running on core i5 + 8 GB RAM + Python 2, 8.9.beta2 + 
> Trac#28151   builds and 
> passes ptestlong without any error whatsoever.
>
> Le mercredi 10 juillet 2019 18:08:09 UTC+2, Emmanuel Charpentier a écrit :
>>
>> On Debian testing running on core i5 + 8 GB RAM, an accidental rebuild (I 
>> stumbled on 8.9 beta2 before its announcement and managed to hose it 
>> seriously) builds OK with Python3, but ptest-python3 gives two permanent 
>> errors :
>>
>> --
>> sage -t --long --warn-long 53.1 
>> src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx  # 1 doctest 
>> failed
>> sage -t --long --warn-long 53.1 
>> src/sage/rings/polynomial/polynomial_rational_flint.pyx  # 1 doctest failed
>> --
>>
>> which are :
>>
>> charpent@p-202-021:/usr/local/sage-python3$ sage -t --long --warn-long 
>> 53.1 src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx
>> Running doctests with ID 2019-07-10-18-03-23-6497ca01.
>> Git branch: develop
>> Using 
>> --optional=build,dochtml,dot2tex,fricas,giacpy_sage,memlimit,python2,sage
>> Doctesting 1 file.
>> sage -t --long --warn-long 53.1 
>> src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx
>> **
>> File "src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx", 
>> line 937, in 
>> sage.geometry.polyhedron.combinatorial_polyhedron.base.CombinatorialPolyhedron.edge_graph
>> Failed example:
>> G.degree()
>> Expected:
>> [4, 3, 4, 3, 4]
>> Got:
>> [3, 4, 4, 3, 4]
>> **
>> 1 item had failures:
>>1 of   6 in 
>> sage.geometry.polyhedron.combinatorial_polyhedron.base.CombinatorialPolyhedron.edge_graph
>> [324 tests, 1 failure, 4.11 s]
>> --
>> sage -t --long --warn-long 53.1 
>> src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx  # 1 doctest 
>> failed
>> --
>> Total time for all tests: 4.2 seconds
>> cpu time: 4.1 seconds
>> cumulative wall time: 4.1 seconds
>> charpent@p-202-021:/usr/local/sage-python3$ sage -t --long --warn-long 
>> 53.1 src/sage/rings/polynomial/polynomial_rational_flint.pyx
>> Running doctests with ID 2019-07-10-18-03-39-ec544ce9.
>> Git branch: develop
>> Using 
>> --optional=build,dochtml,dot2tex,fricas,giacpy_sage,memlimit,python2,sage
>> Doctesting 1 file.
>> sage -t --long --warn-long 53.1 
>> src/sage/rings/polynomial/polynomial_rational_flint.pyx
>> **
>> File "src/sage/rings/polynomial/polynomial_rational_flint.pyx", line 
>> 2055, in 
>> sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint.galois_group
>> Failed example:
>> G = f.galois_group(); G
>> Expected:
>> Transitive group number 5 of degree 4
>> Got:
>> Exception (FLINT memory_manager). Unable to allocate memory.
>> Transitive group number 5 of degree 4
>> **
>> 1 item had failures:
>>1 of  16 in 
>> sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint.galois_group
>> [397 tests, 1 failure, 3.54 s]
>> --
>> sage -t --long --warn-long 53.1 
>> src/sage/rings/polynomial/polynomial_rational_flint.pyx  # 1 doctest failed
>> --
>> Total time for all tests: 3.6 seconds
>> cpu time: 3.4 seconds
>> cumulative wall time: 3.5 seconds
>>
>> HTH,
>>
>> Le mercredi 10 juillet 2019 16:28:35 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 
>>>
>>>
>>> 95ea5f39d9 (HEAD -> develop, tag: 8.9.beta2, trac/develop) Updated 
>>> SageMath version to 8.9.beta2
>>> cd18186c46 Trac #28125: Fix typo in formatted string
>>> b31a5b3fc2 Trac #28124: Breadth typo
>>> d6fdb18bf4 Trac #28122: Fix a docstring in free_module in orders of 
>>> number fields
>>> a1792759ba Trac #28115: Add .vscode to gitignore
>>> 488c0e9f0f Trac #28111: Insert missing newline in Morphism_abstract class
>>> 

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

2019-07-11 Thread Emmanuel Charpentier
(Side effect of an attempt to fix a git trac problem 
) : FWIW, 
on Debian testing running on core i5 + 8 GB RAM + Python 2, 8.9.beta2 + 
Trac#28151   builds and 
passes ptestlong without any error whatsoever.

Le mercredi 10 juillet 2019 18:08:09 UTC+2, Emmanuel Charpentier a écrit :
>
> On Debian testing running on core i5 + 8 GB RAM, an accidental rebuild (I 
> stumbled on 8.9 beta2 before its announcement and managed to hose it 
> seriously) builds OK with Python3, but ptest-python3 gives two permanent 
> errors :
>
> --
> sage -t --long --warn-long 53.1 
> src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx  # 1 doctest 
> failed
> sage -t --long --warn-long 53.1 
> src/sage/rings/polynomial/polynomial_rational_flint.pyx  # 1 doctest failed
> --
>
> which are :
>
> charpent@p-202-021:/usr/local/sage-python3$ sage -t --long --warn-long 
> 53.1 src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx
> Running doctests with ID 2019-07-10-18-03-23-6497ca01.
> Git branch: develop
> Using 
> --optional=build,dochtml,dot2tex,fricas,giacpy_sage,memlimit,python2,sage
> Doctesting 1 file.
> sage -t --long --warn-long 53.1 
> src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx
> **
> File "src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx", 
> line 937, in 
> sage.geometry.polyhedron.combinatorial_polyhedron.base.CombinatorialPolyhedron.edge_graph
> Failed example:
> G.degree()
> Expected:
> [4, 3, 4, 3, 4]
> Got:
> [3, 4, 4, 3, 4]
> **
> 1 item had failures:
>1 of   6 in 
> sage.geometry.polyhedron.combinatorial_polyhedron.base.CombinatorialPolyhedron.edge_graph
> [324 tests, 1 failure, 4.11 s]
> --
> sage -t --long --warn-long 53.1 
> src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx  # 1 doctest 
> failed
> --
> Total time for all tests: 4.2 seconds
> cpu time: 4.1 seconds
> cumulative wall time: 4.1 seconds
> charpent@p-202-021:/usr/local/sage-python3$ sage -t --long --warn-long 
> 53.1 src/sage/rings/polynomial/polynomial_rational_flint.pyx
> Running doctests with ID 2019-07-10-18-03-39-ec544ce9.
> Git branch: develop
> Using 
> --optional=build,dochtml,dot2tex,fricas,giacpy_sage,memlimit,python2,sage
> Doctesting 1 file.
> sage -t --long --warn-long 53.1 
> src/sage/rings/polynomial/polynomial_rational_flint.pyx
> **
> File "src/sage/rings/polynomial/polynomial_rational_flint.pyx", line 2055, 
> in 
> sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint.galois_group
> Failed example:
> G = f.galois_group(); G
> Expected:
> Transitive group number 5 of degree 4
> Got:
> Exception (FLINT memory_manager). Unable to allocate memory.
> Transitive group number 5 of degree 4
> **
> 1 item had failures:
>1 of  16 in 
> sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint.galois_group
> [397 tests, 1 failure, 3.54 s]
> --
> sage -t --long --warn-long 53.1 
> src/sage/rings/polynomial/polynomial_rational_flint.pyx  # 1 doctest failed
> --
> Total time for all tests: 3.6 seconds
> cpu time: 3.4 seconds
> cumulative wall time: 3.5 seconds
>
> HTH,
>
> Le mercredi 10 juillet 2019 16:28:35 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 
>>
>>
>> 95ea5f39d9 (HEAD -> develop, tag: 8.9.beta2, trac/develop) Updated 
>> SageMath version to 8.9.beta2
>> cd18186c46 Trac #28125: Fix typo in formatted string
>> b31a5b3fc2 Trac #28124: Breadth typo
>> d6fdb18bf4 Trac #28122: Fix a docstring in free_module in orders of 
>> number fields
>> a1792759ba Trac #28115: Add .vscode to gitignore
>> 488c0e9f0f Trac #28111: Insert missing newline in Morphism_abstract class
>> 6b42a45dbf Trac #28079: Py3: Fix doctest in 
>> multiset_partition_into_sets_ordered
>> 11cacd9b43 Trac #28051: removing .keys in modular
>> f4e62a66d4 Trac #28139: py3 failure in rings/morphism.pyx
>> 0102074a7a Trac #28133: small cleanup in modular miscellany
>> 7f49b94616 Trac #28087: use "with open" in docbuild init
>> 37d296d368 Trac #28081: Figure/command 

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

2019-07-10 Thread darwin doppelganger
On my Macbook Pro, 10.14.4:

> SageMath version 8.9.beta2, Release Date: 2019-07-10
> ...
> 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/3843dede-e4e7-40b7-b2a6-9690861630f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-07-10 Thread Vincent Delecroix

Le 10/07/2019 à 18:08, Emmanuel Charpentier a écrit :

sage -t --long --warn-long 53.1
src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx  # 1 doctest


This is https://trac.sagemath.org/ticket/28153

--
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/b411642d-48a0-a8eb-b26b-09da389a651a%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-07-10 Thread Emmanuel Charpentier
On Debian testing running on core i5 + 8 GB RAM, an accidental rebuild (I 
stumbled on 8.9 beta2 before its announcement and managed to hose it 
seriously) builds OK with Python3, but ptest-python3 gives two permanent 
errors :

--
sage -t --long --warn-long 53.1 
src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx  # 1 doctest 
failed
sage -t --long --warn-long 53.1 
src/sage/rings/polynomial/polynomial_rational_flint.pyx  # 1 doctest failed
--

which are :

charpent@p-202-021:/usr/local/sage-python3$ sage -t --long --warn-long 53.1 
src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx
Running doctests with ID 2019-07-10-18-03-23-6497ca01.
Git branch: develop
Using 
--optional=build,dochtml,dot2tex,fricas,giacpy_sage,memlimit,python2,sage
Doctesting 1 file.
sage -t --long --warn-long 53.1 
src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx
**
File "src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx", line 
937, in 
sage.geometry.polyhedron.combinatorial_polyhedron.base.CombinatorialPolyhedron.edge_graph
Failed example:
G.degree()
Expected:
[4, 3, 4, 3, 4]
Got:
[3, 4, 4, 3, 4]
**
1 item had failures:
   1 of   6 in 
sage.geometry.polyhedron.combinatorial_polyhedron.base.CombinatorialPolyhedron.edge_graph
[324 tests, 1 failure, 4.11 s]
--
sage -t --long --warn-long 53.1 
src/sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx  # 1 doctest 
failed
--
Total time for all tests: 4.2 seconds
cpu time: 4.1 seconds
cumulative wall time: 4.1 seconds
charpent@p-202-021:/usr/local/sage-python3$ sage -t --long --warn-long 53.1 
src/sage/rings/polynomial/polynomial_rational_flint.pyx
Running doctests with ID 2019-07-10-18-03-39-ec544ce9.
Git branch: develop
Using 
--optional=build,dochtml,dot2tex,fricas,giacpy_sage,memlimit,python2,sage
Doctesting 1 file.
sage -t --long --warn-long 53.1 
src/sage/rings/polynomial/polynomial_rational_flint.pyx
**
File "src/sage/rings/polynomial/polynomial_rational_flint.pyx", line 2055, 
in 
sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint.galois_group
Failed example:
G = f.galois_group(); G
Expected:
Transitive group number 5 of degree 4
Got:
Exception (FLINT memory_manager). Unable to allocate memory.
Transitive group number 5 of degree 4
**
1 item had failures:
   1 of  16 in 
sage.rings.polynomial.polynomial_rational_flint.Polynomial_rational_flint.galois_group
[397 tests, 1 failure, 3.54 s]
--
sage -t --long --warn-long 53.1 
src/sage/rings/polynomial/polynomial_rational_flint.pyx  # 1 doctest failed
--
Total time for all tests: 3.6 seconds
cpu time: 3.4 seconds
cumulative wall time: 3.5 seconds

HTH,

Le mercredi 10 juillet 2019 16:28:35 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 
>
>
> 95ea5f39d9 (HEAD -> develop, tag: 8.9.beta2, trac/develop) Updated 
> SageMath version to 8.9.beta2
> cd18186c46 Trac #28125: Fix typo in formatted string
> b31a5b3fc2 Trac #28124: Breadth typo
> d6fdb18bf4 Trac #28122: Fix a docstring in free_module in orders of number 
> fields
> a1792759ba Trac #28115: Add .vscode to gitignore
> 488c0e9f0f Trac #28111: Insert missing newline in Morphism_abstract class
> 6b42a45dbf Trac #28079: Py3: Fix doctest in 
> multiset_partition_into_sets_ordered
> 11cacd9b43 Trac #28051: removing .keys in modular
> f4e62a66d4 Trac #28139: py3 failure in rings/morphism.pyx
> 0102074a7a Trac #28133: small cleanup in modular miscellany
> 7f49b94616 Trac #28087: use "with open" in docbuild init
> 37d296d368 Trac #28081: Figure/command line does not display in the online 
> documentation
> ac200efaf9 Trac #28075: Set terminal_echo=False in Mathematica interface
> dab842919b Trac #28065: Rational Preimages of Non-endomorphisms
> 3361a618fc Trac #28055: faster random binary tree
> 1fa83ac52e Trac #28047: remove a bunch of useless final ; in code
> 19ae45625d Trac #28043: map_coefficients for power series
> c178d630e9 Trac #28032: Automorphism group for some degree 1 maps
> d9c25adb88 Trac #28031: implement Rees product of posets
> 4ddeccdee4 Trac #28028: Enhance change_ring method on morphisms to use 
> canonical