Re: [sage-release] Sage 8.3 released

2018-08-07 Thread John Cremona
I built 8.3 on about 8 machines running ubuntu 14.04 or 16.04 with no
problems. In each case I did "make distclean" first; I was building on top
of 8.1.

Running ptestlong on two of the machines resulted in

sage -t --long src/sage/game_theory/catalog_normal_form_games.py  # 15
doctests failed
sage -t --long src/sage/game_theory/normal_form_game.py  # 2 doctests failed
sage -t --long src/sage/libs/gap/assigned_names.py  # 1 doctest failed

For the first two the errors are all

PackageNotFoundError: the package 'lrslib' was not found. You can install
it by running 'sage -i lrslib' in a shell

and all is well after installing lrslib, but either that should be
installed by default or some of these tests need to have a optional tag.
The 3rd failure was only on one machine and did not recur when run
separately.

John




On 4 August 2018 at 11:50, bryan gin-ge chen  wrote:

> On Saturday, August 4, 2018 at 1:44:21 AM UTC-4, Justin C. Walker wrote:
> >
> > Built from fresh clone of the develop branch on two systems without
> problems:
> >
> > macOS 10.11.6 (Quad-core Vore i7 mid-2015 MBP): testing (‘ptestlong’)
> with all tests passing.
> >
> > macOS 10.13.6 (Quad-core Vore i7 2017 MBP): testing (‘ptestlong’) with
> three issues:
> >
> > sage -t --long --warn-long 241.7 src/sage/combinat/designs/ext_rep.py
> # Killed due to abort
> > sage -t --long --warn-long 241.7 src/sage/doctest/external.py  # Killed
> due to abort
> > sage -t --long --warn-long 241.7 src/sage/interfaces/singular.py  # 1
> doctest failed
> >
> > When run singly, the first two persisted, the last succeeded.  Attaching
> log of the three singleton tests.  FWIW, I sometimes get a popup alert to
> ignore faults or report. Sometimes when I do, clicking gives me a window
> with more information, and in the case of the two latter crashes, there was
> a comment to the effect that the crash occurred (in python 2.7) between
> fork and pre-exec,  As I said, I sometimes get these, but trying to verify
> the exact wording, I only got the alert; clicking report probably sent the
> report to Apple, untouched.
> >
> > Anyone else seen this?  I can’t be sure this is Sage, because my shiny
> new 2017 MBP is behaving psychotically.  A lot of performance problems and
> UI lockups.
> >
>
> The first two failed tests are most likely caused by this issue:
>
> https://trac.sagemath.org/ticket/25921
>
> The solution is to run
>
> export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
>
> before the tests.
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: sage-8.4

2018-08-07 Thread Samuel Lelievre
Le mardi 7 août 2018 07:56:41 UTC+2, HG a écrit :
>
>
> I have an old computer intel dual core with 4 Go RAM, I have cosmic 
> (ubuntu +1 =18.10) installed and I tried compiling the sage 8.4 version, 
> no problem after a night compilation... ok. 
>

Hi Henri, thanks for the information. To clarify, your post is about
Sage 8.4.beta0, not Sage 8.4. Also, in the future please post such
information as a reply to the release announcement, rather than
as a separate post on sage-release.
Best, Samuel 

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 8.4.beta0 released

2018-08-07 Thread Erik Bray
On Tue, Aug 7, 2018 at 10:41 AM Erik Bray  wrote:
>
> On Mon, Aug 6, 2018 at 5:47 PM Erik Bray  wrote:
> >
> > On Sun, Aug 5, 2018 at 12:34 PM 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
> >
> > Ubuntu 14.04, make ptestlong, all tests passed!
>
> On Cygwin with make ptestlong I got:
>
> sage -t --long src/sage/tests/cmdline.py  # 4 doctests failed
> sage -t --long src/sage/combinat/symmetric_group_algebra.py  # 39
> doctests failed
> sage -t --long src/sage/misc/sagedoc.py  # 1 doctest failed
> sage -t --long src/sage/numerical/backends/logging_backend.py  #
> Killed due to abort
>
> Most of the failures seemed to be due to timeouts, which is not
> unusual on Cygwin (some of the tests take longer in general).  Three
> of them passed when re-run, but
>
> sage -t --long src/sage/misc/sagedoc.py
>
> keeps failing with:
>
> sage -t --long src/sage/misc/sagedoc.py
> **
> File "src/sage/misc/sagedoc.py", line 1175, in sage.misc.sagedoc.?
> Failed example:
> len(search_doc('tree', whole_word=True,
> interact=False).splitlines()) < 2000  # long time
> Expected:
> True
> Got:
> False
> **
> 1 item had failures:
>1 of  28 in sage.misc.sagedoc.?
> [106 tests, 1 failure, 394.30 s]
>
>
> which I've never seen before, and it's not obvious why that would have
> started failing now.

I created a ticket for this with a proposed fix:
https://trac.sagemath.org/ticket/26017

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: Sage 8.4.beta0 released

2018-08-07 Thread Emmanuel Charpentier
FWIW, Ditto on a slightli larger macine (core i7 + 16 GB RAM).

HTH,

Le lundi 6 août 2018 18:25:43 UTC+2, Emmanuel Charpentier a écrit :
>
> FWIW, on Debian testing running on core i5+8 GB RAM, (incrementally) 
> builds and passes ptestlong without errots whatsoever.
>
> HTH,
>
> Le dimanche 5 août 2018 12:34:44 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
>>
>> ada43b34b3 (tag: 8.4.beta0) Updated SageMath version to 8.4.beta0
>> 5a9630a763 Trac #25897: Incorrect Comparison of embedding index in 
>> projective_embedding
>> 2220712b29 Trac #25895: LatticePoset, optimize congruence-related 
>> functions for trivial cases
>> 7a3b5b693b Trac #25893: some care for sphinx warnings
>> 6c7cbb3285 Trac #25881: adding some doctests in interval-posets
>> e4e2c03f4d Trac #25880: cleanup of free Zinbiel algebras
>> 4fd68dba48 Trac #25879: Residue incorrect for extensions of CA and FM 
>> extensions
>> 47959c3f7d Trac #25878: Implement Height function for product morphism
>> ccacb99504 Trac #25876: pyflakes fix in tableau
>> 18e8dc7147 Trac #25873: removing some "if len(...) > 0" in various pyx 
>> files
>> 588f0354ba Trac #25871: Add option to control GC during doctests
>> 5add43b99b Trac #25858: mpir build failures with some Haswell CPUs
>> accfe22091 Trac #25855: new methods "is_extremal" and 
>> "is_left_modular_element" for lattices
>> 9740141976 Trac #25848: Some preparations for binding=True
>> d589e8c1a7 Trac #25845: Move Set_PythonType to a separate file
>> ccfe79a353 Trac #25843: Move extlinks into the main Sage code
>> e2e495b815 Trac #25842: Upgrade to Cython 0.28.4
>> 42f2533096 Trac #25841: small cleanup in jacobian_generic.py
>> 364dd1c861 Trac #25832: py3: replacing some .vertices() by 
>> .vertex_iterator()
>> c1a046b028 Trac #25824: py3: get rid of cmp() in the doc of element.pyx
>> 503ac4643e Trac #25813: Upgrade cypari2
>> 3ed549f927 Trac #25809: sage --info tries to write to SAGE_SPKG_SCRIPTS
>> 709f2658a4 Trac #25808: py3: fix some details in combinat
>> 461f55d783 Trac #25807: fix equality of subword complexes
>> 1293a23e4c Trac #25799: Remove hardcoded default matplotlib stylesheet
>> 327e1d1783 Trac #25788: py3: some details in clusters and graphs
>> cb3c5e6e0a Trac #25784: Typo in Polyhedra tutorial
>> 7bdd7d9c20 Trac #25783: enable conversion of PrimeField from FriCAS to 
>> sage
>> bcd7cca671 Trac #25780: Normalize bound checking in points function
>> 0ed2580f3f Trac #25778: py3 really remove __cmp__ in lazy_import.pyx
>> cff00f0bcd Trac #25777: adding partition keyword for plot3d of graphs
>> 4489168149 Trac #25770: py3: adapt two more scripts
>> 9e9e23c6eb Trac #25769: do not sort the vertices inside connected 
>> components unless required
>> e4fb295e4c Trac #25767: Update saclib to 2.2.7 and qepcad to B.1.71
>> 5512205fc1 Trac #25761: Matrices to elements of finite unitary groups are 
>> not unitary!
>> 1dd411a20f Trac #25760: Adding other versions to the burau_matrix method 
>> of the braid group class
>> 16d68b7333 Trac #25756: Converting symbolic product to sympy fail
>> 5c04be1b74 Trac #25755: Patch numpy to fix issue with python3.7
>> ca472d3c83 Trac #25754: Cache the basis for filtered_modules_with_basis
>> 6c35badc56 Trac #25751: Improve PARI finite field iterator
>> 4557a85683 Trac #25750: fixing invalid escape sequences in modules and 
>> monoids (final)
>> acff28daca Trac #25747: Remove pointless _element_constructor_ from 
>> FiniteField_pari_ffelt
>> 1a3cd76eff Trac #25746: py3 fixes in partition diagrams
>> 4f2a218f15 Trac #25741: Speedup _mpoly_dict_recursive by Cythonizing it
>> 49481ea2e1 Trac #25737: Move LaurentPolynomialRing to a new-style parent 
>> and some optimizations
>> 8661fffb0b Trac #25736: py3: wrap some range in reflection_group_c
>> a6c1bf16c7 Trac #25733: Speed up SBox.boomerang_connectivity_matrix
>> 557d334075 Trac #25730: fixing invalid escape sequences in functions 
>> (final)
>> aba38b7f36 Trac #25728: fixing invalid escape sequences in combinat (step 
>> 2)
>> 1428be4876 Trac #25726: py3: care for filter in btquotients
>> 601fa62c02 Trac #25725: py3: do not use __builtin__ in graph families
>> 7225061671 Trac #25724: py3: fix cdd interface
>> f3c4c03868 Trac #25721: fixing invalid escape sequences in manifolds and 
>> part of combinat
>> 005030dcc6 Trac #25718: PariGroup is not a group
>> 6eb7977a3b Trac #25716: Posets: Add random maximal (anti)chain & linext
>> 79e4281552 Trac #25715: Minor bugs in q_analogues parents
>> 6d9970aa21 Trac #25706: Conversion map from a matrix group to its 
>> corresponding permutation group does not work
>> 955f614532 Trac #25705: Make libhomfly and libbraiding standard packages.
>> 3719d0b49c Trac #25700: Upgrade pexpect to 4.6.0
>> 25b4f45c4a Trac #25696: Error in is_clique for graphs with multiple edges
>> 7c6df78206 Trac #25689: Update 

Re: [sage-release] Sage 8.4.beta0 released

2018-08-07 Thread Dima Pasechnik
Can you run this command interactively at sage: prompt? Does it work?

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 8.4.beta0 released

2018-08-07 Thread Erik Bray
On Mon, Aug 6, 2018 at 5:47 PM Erik Bray  wrote:
>
> On Sun, Aug 5, 2018 at 12:34 PM 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
>
> Ubuntu 14.04, make ptestlong, all tests passed!

On Cygwin with make ptestlong I got:

sage -t --long src/sage/tests/cmdline.py  # 4 doctests failed
sage -t --long src/sage/combinat/symmetric_group_algebra.py  # 39
doctests failed
sage -t --long src/sage/misc/sagedoc.py  # 1 doctest failed
sage -t --long src/sage/numerical/backends/logging_backend.py  #
Killed due to abort

Most of the failures seemed to be due to timeouts, which is not
unusual on Cygwin (some of the tests take longer in general).  Three
of them passed when re-run, but

sage -t --long src/sage/misc/sagedoc.py

keeps failing with:

sage -t --long src/sage/misc/sagedoc.py
**
File "src/sage/misc/sagedoc.py", line 1175, in sage.misc.sagedoc.?
Failed example:
len(search_doc('tree', whole_word=True,
interact=False).splitlines()) < 2000  # long time
Expected:
True
Got:
False
**
1 item had failures:
   1 of  28 in sage.misc.sagedoc.?
[106 tests, 1 failure, 394.30 s]


which I've never seen before, and it's not obvious why that would have
started failing now.

-- 
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.
For more options, visit https://groups.google.com/d/optout.