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

2020-04-24 Thread 'Justin C. Walker' via sage-release



> On Apr 22, 2020, at 15:41 , 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 from fresh clones of the develop branch, on three different macOS 
systems: 10.13.6 (2017 iMac Pro, 18-core Xeon W), 10.14.6 (2017 MBP Quad-core 
Core i7), 10.15.4 (2019 MBP, 9-core Core i9).

No build problems, and all tests (‘ptestlong’) passed on all systems!

Justin

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Absorption of Federal Funds

Men are from Earth.
Women are from Earth.
   Deal with it.




-- 
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/21F1F270-23B2-4CE7-BEF7-274D8D7FC809%40mac.com.


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

2020-04-24 Thread Matthias Köppe
On Wednesday, April 22, 2020 at 3:41:50 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 
>
> Due to the blocker ticket bonanza we aren't stabilizing yet, so expect 
> more rc versions...
>
>
> 249fc90389 (tag: 9.1.rc1, trac/develop) Updated SageMath version to 9.1.rc1
>
>
*Tests on macOS* from https://github.com/mkoeppe/sage/actions/runs/85931516:

*homebrew-macos-python2, standard* (
https://github.com/mkoeppe/sage/runs/612692798)

sage -t src/sage/categories/finite_semigroups.py  # 1 doctest failed
sage -t src/sage/combinat/cluster_algebra_quiver/cluster_seed.py  # 5 
doctests failed
sage -t src/sage/combinat/finite_state_machine.py  # 3 doctests failed
sage -t src/sage/combinat/root_system/integrable_representations.py  # 1 
doctest failed
sage -t src/sage/doctest/util.py  # 4 doctests failed
sage -t src/sage/graphs/base/c_graph.pyx  # 1 doctest failed
sage -t src/sage/graphs/generic_graph.py  # 5 doctests failed
sage -t src/sage/graphs/graph_decompositions/vertex_separation.pyx  # 1 
doctest failed
sage -t src/sage/graphs/traversals.pyx  # 4 doctests failed
sage -t src/sage/graphs/graph.py  # 1 doctest failed
sage -t src/sage/graphs/path_enumeration.pyx  # 1 doctest failed
sage -t src/sage/groups/perm_gps/symgp_conjugacy_class.py  # 1 doctest 
failed
sage -t src/sage/groups/perm_gps/permgroup.py  # 1 doctest failed
sage -t src/sage/dynamics/arithmetic_dynamics/projective_ds.py  # Timed out
sage -t src/sage/matroids/constructor.py  # 1 doctest failed
sage -t src/sage/matroids/minor_matroid.py  # 1 doctest failed
sage -t src/sage/misc/sage_input.py  # 1 doctest failed
sage -t src/sage/manifolds/differentiable/tensorfield.py  # Timed out
sage -t src/sage/numerical/backends/logging_backend.py  # 4 doctests failed
sage -t src/sage/numerical/interactive_simplex_method.py  # 1 doctest failed
sage -t src/sage/plot/plot3d/base.pyx  # Timed out
sage -t src/sage/plot/plot3d/implicit_plot3d.py  # Timed out
sage -t src/sage/repl/ipython_kernel/widgets_sagenb.py  # 2 doctests failed
sage -t src/sage/plot/plot3d/parametric_plot3d.py  # Timed out
sage -t src/sage/plot/plot3d/plot3d.py  # Timed out
sage -t src/sage/plot/plot3d/shapes2.py  # Timed out
sage -t src/sage/rings/polynomial/multi_polynomial_ideal.py  # 11 doctests 
failed
sage -t src/sage/sets/recursively_enumerated_set.pyx  # 2 doctests failed
sage -t 
src/sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py  
# 5 doctests failed
sage -t 
src/sage/tests/books/computational-mathematics-with-sagemath/sol/mpoly_doctest.py
  
# 3 doctests failed
sage -t src/sage/schemes/elliptic_curves/ell_number_field.py  # Timed out

Many of these seem to come from an *unexpected sorting order in printing 
dictionaries*, like this one:

File 
"src/sage/tests/books/computational-mathematics-with-sagemath/mpoly_doctest.py",
 
line 112, in 
sage.tests.books.computational-mathematics-with-sagemath.mpoly_doctest
Failed example:
J.variety() # py2
Expected:
[{y: 2, z: 1, x: 3}]
Got:
[{x: 3, z: 1, y: 2}]

This seems to be specific to this platform; python2 tests on Linux do not 
have this problem.

*homebrew-macos-python3_pythonorg, minimal* (
https://github.com/mkoeppe/sage/runs/612692911), 
*homebrew-macos-python3_xcode, standard* (
https://github.com/mkoeppe/sage/runs/612692857), 
and other tests with python3 have one consistent doctest failure:

File "*src/sage/interfaces/gap.py*", line 485, in 
sage.interfaces.gap.Gap_generic._read_in_file_command
Failed example:
gap.read(filename)
Exception raised:
Traceback (most recent call last):
  File 
"/Users/runner/runners/2.169.1/work/sage/sage/.tox/local-homebrew-macos-python3_pythonorg-minimal/local/lib/python3.7/site-packages/sage/interfaces/gap.py",
 
line 768, in _eval_line
raise RuntimeError("%s produced error output\n%s\n   executing 
%s"%(self, error,line))
RuntimeError: Gap produced error output
Error, Function call:  must return a value

   executing 
Read("/Users/runner/runners/2.169.1/work/sage/sage/.tox/local-homebrew-macos-python3_pythonorg-minimal/.sage/temp/Mac-1762.local/29176/interface/tmp29179");

During handling of the above exception, another exception occurred:


*conda-forge-macos, minimal* (https://github.com/mkoeppe/sage/runs/612692956) 
has a number of *doctest failures due to warnings emitted during Cython 
runs*, like the following:

File "src/sage/graphs/connectivity.pyx", line 2671, in 
sage.graphs.connectivity._Component.__init__
Failed example:
cython(os.linesep.join(cython_code))
Expected:
Polygon: 2 3 4
Got:
ld: warning: -pie being ignored. It is only used when linking a main 
executable
Polygon: 2 3 4



If anyone is interested in these failures, please open Trac tickets.









-- 
You received this message because you are subscribed to the Google