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

2022-06-01 Thread 'Justin C. Walker' via sage-release



> On May 30, 2022, at 19:05 , John H Palmieri  wrote:
> 
> Could this be related to https://trac.sagemath.org/ticket/33877? What version 
> of `giac` are you using?

The giac package claims to be giac-1.6.0.47p3.  I am not familiar with the 
“giac” universe, but this only seems to happen on my macOS 10.14 laptop.

FWIW, this same version of giac on this system has been showing the same 
failure since “sage-9.4”.  Maybe something in the toolchain I have?

Justin

> 
> 
> On Monday, May 30, 2022 at 3:38:54 PM UTC-7 jus...@mac.com wrote:
> 
> 
> > On May 27, 2022, at 12:32 , 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 on two systems: 
> 
> 10.14.6 (2017 MBP, 4-core Core i7): Two tests showed failures: 
> sage -t --long --warn-long 112.7 
> --random-seed=172114300282344176032932270358590051664 
> src/sage/schemes/toric/sheaf/klyachko.py # 1 doctest failed 
> sage -t --long --warn-long 112.7 
> --random-seed=172114300282344176032932270358590051664 
> src/sage/symbolic/integration/external.py  # 1 doctest failed 
> 
> The first seemed persistent, when run several times with the same seed. When 
> run with no seed, the test passed. 
> The second seemed persistent (as with 9.7.b0; and in both cases, I ran with 
> the given seed and with no seed). 
> 
> Pieces of the log file attached. 
> 
> 10.15.7 (2019 MBP, 8-core Core i9): All tests passed! 
> 
> Justin 
> 
> 
> -- 
> 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/fd2f4f40-ab2a-48cb-bae3-c1bbcb1622e5n%40googlegroups.com.

--
Justin C. Walker
Director, Institute for the Absorption of Federal Funds
--
Taxes, n.:
   Of life's two certainties, the only one
   for which you can get an extension.
--


-- 
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/7DAF9304-4D17-4227-9C2E-583567076539%40mac.com.


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

2022-06-01 Thread Dima Pasechnik
I think there is a ticket to fix this, it's a Python 3.10 syntax that
was used at that place.

On Wed, Jun 1, 2022 at 5:53 AM Clemens Heuberger
 wrote:
>
> With a Python 3.8.10 installed as a system python, I get a persistent doctest
> failure (Linux Mint 20.2 uma):
>
> Running doctests with ID 2022-05-29-17-41-28-c07c4f34.
> Using --optional=ccache,debian,pip,sage,sage_spkg
> Features to be detected:
> 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_jones_numfield,database_knotinfo,dvipng,gfan,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,msolve,nauty,palp,pandoc,pdf2svg,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib
> Doctesting 1 file.
> sage -t --long --warn-long 164.1
> --random-seed=286393217015090953698065039142096748400 
> src/sage/doctest/forker.py
> **
> File "src/sage/doctest/forker.py", line 1708, in
> sage.doctest.forker.DocTestDispatcher.parallel_dispatch
> Failed example:
>  with ( NTF(suffix=".py", mode="w+t") as f1,
> NTF(suffix=".py", mode="w+t") as f2 ):
>  _ = f1.write("'''\nsage: import time; time.sleep(60)\n'''")
>  f1.flush()
>  _ = f2.write("'''\nsage: True\nFalse\n'''")
>  f2.flush()
>  DC = DocTestController(DocTestDefaults(exitfirst=True,
> nthreads=2),
> [f1.name, f2.name])
>  DC.expand_files_into_sources()
>  DD = DocTestDispatcher(DC)
>  DR = DocTestReporter(DC)
>  DC.reporter = DR
>  DC.dispatcher = DD
>  DC.timer = Timer().start()
>  DD.parallel_dispatch()
> Exception raised:
>  Traceback (most recent call last):
>File
> "/local/cheuberg/local/sage-9.7.beta1/local/var/lib/sage/venv-python3.8/lib/python3.8/site-packages/sage/doctest/forker.py",
> line 695, in _run
>  self.compile_and_execute(example, compiler, test.globs)
>File
> "/local/cheuberg/local/sage-9.7.beta1/local/var/lib/sage/venv-python3.8/lib/python3.8/site-packages/sage/doctest/forker.py",
> line 1091, in compile_and_execute
>  compiled = compiler(example)
>File
> "/local/cheuberg/local/sage-9.7.beta1/local/var/lib/sage/venv-python3.8/lib/python3.8/site-packages/sage/doctest/forker.py",
> line 662, in compiler
>  code = compile(example.source, filename, "single",
>File " sage.doctest.forker.DocTestDispatcher.parallel_dispatch[17]>", line 1
>  with ( NTF(suffix=".py", mode="w+t") as f1,
>   ^
>  SyntaxError: invalid syntax
> **
> 1 item had failures:
> 1 of  19 in sage.doctest.forker.DocTestDispatcher.parallel_dispatch
>  [441 tests, 1 failure, 7.40 s]
> --
> sage -t --long --warn-long 164.1
> --random-seed=286393217015090953698065039142096748400 
> src/sage/doctest/forker.py
>   # 1 doctest failed
> --
> Total time for all tests: 12.3 seconds
>  cpu time: 1.5 seconds
>  cumulative wall time: 7.4 seconds
> Features detected for doctesting:
> pytest is not installed in the venv, skip checking tests that rely on it
>
>
> Am 27.05.22 um 21:32 schrieb Volker Braun:
> > 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
> >
>
> --
> 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/d0afab93-1cf6-2379-dd47-43f33e75b6b8%40aau.at.

-- 
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/CAAWYfq2%3DJnCyUL%3D7SkV_x9rPZxWF94M%3DsBaU7seUGNRm0MLFJw%40mail.gmail.com.


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

2022-05-31 Thread Clemens Heuberger
With a Python 3.8.10 installed as a system python, I get a persistent doctest 
failure (Linux Mint 20.2 uma):


Running doctests with ID 2022-05-29-17-41-28-c07c4f34.
Using --optional=ccache,debian,pip,sage,sage_spkg
Features to be detected: 
4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_jones_numfield,database_knotinfo,dvipng,gfan,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,msolve,nauty,palp,pandoc,pdf2svg,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib

Doctesting 1 file.
sage -t --long --warn-long 164.1 
--random-seed=286393217015090953698065039142096748400 src/sage/doctest/forker.py

**
File "src/sage/doctest/forker.py", line 1708, in 
sage.doctest.forker.DocTestDispatcher.parallel_dispatch

Failed example:
with ( NTF(suffix=".py", mode="w+t") as f1,
   NTF(suffix=".py", mode="w+t") as f2 ):
_ = f1.write("'''\nsage: import time; time.sleep(60)\n'''")
f1.flush()
_ = f2.write("'''\nsage: True\nFalse\n'''")
f2.flush()
DC = DocTestController(DocTestDefaults(exitfirst=True,
   nthreads=2),
   [f1.name, f2.name])
DC.expand_files_into_sources()
DD = DocTestDispatcher(DC)
DR = DocTestReporter(DC)
DC.reporter = DR
DC.dispatcher = DD
DC.timer = Timer().start()
DD.parallel_dispatch()
Exception raised:
Traceback (most recent call last):
  File 
"/local/cheuberg/local/sage-9.7.beta1/local/var/lib/sage/venv-python3.8/lib/python3.8/site-packages/sage/doctest/forker.py", 
line 695, in _run

self.compile_and_execute(example, compiler, test.globs)
  File 
"/local/cheuberg/local/sage-9.7.beta1/local/var/lib/sage/venv-python3.8/lib/python3.8/site-packages/sage/doctest/forker.py", 
line 1091, in compile_and_execute

compiled = compiler(example)
  File 
"/local/cheuberg/local/sage-9.7.beta1/local/var/lib/sage/venv-python3.8/lib/python3.8/site-packages/sage/doctest/forker.py", 
line 662, in compiler

code = compile(example.source, filename, "single",
  File "sage.doctest.forker.DocTestDispatcher.parallel_dispatch[17]>", line 1

with ( NTF(suffix=".py", mode="w+t") as f1,
 ^
SyntaxError: invalid syntax
**
1 item had failures:
   1 of  19 in sage.doctest.forker.DocTestDispatcher.parallel_dispatch
[441 tests, 1 failure, 7.40 s]
--
sage -t --long --warn-long 164.1 
--random-seed=286393217015090953698065039142096748400 src/sage/doctest/forker.py 
 # 1 doctest failed

--
Total time for all tests: 12.3 seconds
cpu time: 1.5 seconds
cumulative wall time: 7.4 seconds
Features detected for doctesting:
pytest is not installed in the venv, skip checking tests that rely on it


Am 27.05.22 um 21:32 schrieb Volker Braun:
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




--
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/d0afab93-1cf6-2379-dd47-43f33e75b6b8%40aau.at.


smime.p7s
Description: S/MIME Cryptographic Signature


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

2022-05-30 Thread John H Palmieri
Could this be related to https://trac.sagemath.org/ticket/33877? What 
version of `giac` are you using?


On Monday, May 30, 2022 at 3:38:54 PM UTC-7 jus...@mac.com wrote:

>
>
> > On May 27, 2022, at 12:32 , 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 on two systems:
>
> 10.14.6 (2017 MBP, 4-core Core i7): Two tests showed failures:
> sage -t --long --warn-long 112.7 
> --random-seed=172114300282344176032932270358590051664 
> src/sage/schemes/toric/sheaf/klyachko.py # 1 doctest failed
> sage -t --long --warn-long 112.7 
> --random-seed=172114300282344176032932270358590051664 
> src/sage/symbolic/integration/external.py # 1 doctest failed
>
> The first seemed persistent, when run several times with the same seed. 
> When run with no seed, the test passed.
> The second seemed persistent (as with 9.7.b0; and in both cases, I ran 
> with the given seed and with no seed).
>
> Pieces of the log file attached.
>
> 10.15.7 (2019 MBP, 8-core Core i9): All tests passed!
>
> Justin
>
>

-- 
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/fd2f4f40-ab2a-48cb-bae3-c1bbcb1622e5n%40googlegroups.com.


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

2022-05-30 Thread 'Justin C. Walker' via sage-release


> On May 27, 2022, at 12:32 , 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 on two systems:

10.14.6 (2017 MBP, 4-core Core i7):  Two tests showed failures:
sage -t --long --warn-long 112.7 
--random-seed=172114300282344176032932270358590051664 
src/sage/schemes/toric/sheaf/klyachko.py  # 1 doctest failed
sage -t --long --warn-long 112.7 
--random-seed=172114300282344176032932270358590051664 
src/sage/symbolic/integration/external.py  # 1 doctest failed

The first seemed persistent, when run several times with the same seed.  When 
run with no seed, the test passed.
The second seemed persistent (as with 9.7.b0; and in both cases, I ran with the 
given seed and with no seed).

Pieces of the log file attached.

10.15.7 (2019 MBP, 8-core Core i9): All tests passed!

Justin

-- 
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/4C05901C-EA7A-4868-8D3D-87D12B1317FA%40mac.com.


ShortLog.log
Description: Binary data


--
Justin C. Walker, Curmudgeon-At-Large
Director
Institute for the Enhancement of the Director's Income

"Weaseling out of things is what separates us from the animals.
 Well, except the weasel."
  - Homer J Simpson



-- 
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/4C05901C-EA7A-4868-8D3D-87D12B1317FA%40mac.com.


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

2022-05-29 Thread Kenji Iohara
Thanks Volker for this version. 
On Mac OS 12.4 with Intel Core i5 using homebrew, 
Sage 9.7.beta1 compiled from the first built. For make ptestlong, I had the 
next result:

--
sage -t --long --warn-long 260.4 
--random-seed=303128340118690818320312396320921096202 
src/sage/combinat/tutorial.py  # Killed due to segmentation fault
--
Total time for all tests: 7003.9 seconds
cpu time: 17420.1 seconds
cumulative wall time: 26988.5 seconds
Features detected for doctesting: 
dvipng,gfan,graphviz,imagemagick,nauty,palp,pandoc,pdf2svg,pdftocairo,polytopes_db,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sagemath_doc_html,sphinx
= test session starts ==
platform darwin -- Python 3.10.4, pytest-7.1.2, pluggy-1.0.0
rootdir: /Users/iohara/Desktop/sage-9.7.beta1/src, configfile: tox.ini
collected 26 items / 104 skipped   

src/sage/manifolds/differentiable/symplectic_form_test.py .. [ 53%]
 [ 84%]
src/sage/manifolds/differentiable/examples/symplectic_space_test.py  [100%]

== 26 passed, 104 skipped in 87.75s (0:01:27) ==
make: *** [ptestlong] Error 16


> 27/05/2022 21:32、Volker Braun のメール:
> 
> 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
> 
> 5fb2a6ea44 (tag: 9.7.beta1, trac/develop) Updated SageMath version to 
> 9.7.beta1
> 8501c73982 Trac #33883: Typo in Steenrod module thematic tutorial
> 919368d3e3 Trac #33859: Remove sage/libs/gap/test from MANIFEST.in
> 78b89bf093 Trac #33736: Fix typo in `crypto/block_cipher` documentation
> 3f91eee72d Trac #33688: Correct the TODO in spanning_tree.pyx
> 87e0641db0 Trac #33591: Colormaps also possible with threejs
> 7088517d31 Trac #33845: pep cleanup for  multi_polynomial_ring_base.pyx
> 041f643967 Trac #33844: remove deprecation in matrix2
> e47906b325 Trac #33843: remove deprecated has_key
> 36286c8e10 Trac #33837: sage.{numerical,calculus,probability}: Remove use of 
> SAGE_TMP in doctests
> 028e704739 Trac #33801: sage.misc.sage_input: Remove import from sage.all
> 2649fa799b Trac #33764: suppress cache warnings from systemwide sympow on 
> Fedora
> 8bcb5164a7 Trac #33749: set positions in butterfly digraph generator
> 3a99a8f974 Trac #33886: fixing a few roles
> 67d1d1df08 Trac #33884: use a smaller random test in 
> edge_disjoint_spanning_trees
> 2f83c2e88e Trac #33864: Update cython to 0.29.30
> 517265e324 Trac #7989: Minpoly doesn't work for all matrices
> 7c5c452d36 Trac #33887: Fix map_reduce doctest, part 2
> 3666d4adee Trac #33792: documentation of save_session refers to the old sagenb
> bbe8511d7d Trac #33762: fine tuning details in Tamari interval posets
> 4018507826 Trac #33742: add see also blocks in orientation methods
> 18b7c88d09 Trac #33732: get rid of unused variables in algebra
> 1753073dd3 Trac #33726: get rid of some iteritems
> 3202aea219 Trac #33721: better boolean statements
> 22de1a0203 Trac #33715: various code formatting details in pyx files in 
> combinat
> f0d36a069c Trac #33714: clean group_semidirect_product.py (pep8 and doc)
> c775c27334 Trac #33712: adjust error messages in arith/
> fd6379fa9e Trac #33696: simplify some isinstance
> 7a8aa66385 Trac #33690: some details in symbolic
> cf7d8776f9 Trac #33669: pep cleanup for tableau_tuple
> 5d3168b747 Trac #33668: remove class inheritance of object in various places
> 6ef564d3cb Trac #33667: fix and activate pycodestyle E703 in pyx files
> 63db3114f3 Trac #33617: sage.modules.fg_pid.fgp_module: Rename a test_... 
> function to _test_... (with deprecation)
> b35733c36c Trac #33234: Fix randrange deprecation warning with python-3.10
> 3c6ce75e94 Trac #33124: Add pictures to point.py documentation
> 8c006115a1 Trac #33016: Fix global import of 
> sage.repl.rich_output.display_manager.get_display_manager
> 8a631eb377 Trac #28598: Documentation error for Stein-Watkins database
> f5c86b9df3 Trac #27522: implement Conway polynomial
> 98e21b8c89 Trac #25626: Add doctest for integrating exp(t)/(t + 1)^2 with giac
> 0039cce322 Trac #33867: tweak our .lgtm file, add documentation
> 7de926230c Trac #33858: Further parallelization  for fundamental group of 
> curves.
> a357cf7e22 Trac #33847: Bug in h_star_vector for polytopes with the normaliz 
> backend
> f69c9b88ad Trac #33838: Refactoring run_autogen [to generate wrappers] to 
> pkgs/sagemath-standard/setup.py
> 2bb3b14bc8 Trac #33831: deprecate unused PermutationGroup_generic.has_element
> c4f35cfd83 Trac #33786: Top-level sage script: