[sage-release] Re: Sage 8.1.beta8 released

2017-10-19 Thread Dima Pasechnik
I've tested this (with the necessary in the case of OSX 10.12) #12426+#23898 (thus, building with clang) and got one persistent timeout here: sage -t --long --warn-long 240.4 src/sage/rings/padics/padic_generic_element.pyx Namely, it is this test, and it takes over 10 minutes on my (old and

[sage-release] Re: Sage 8.1.beta8 released

2017-10-18 Thread Emmanuel Charpentier
On ONE of the two machines I've tested this, I have a similar happenstance : charpent@p-202-021:/usr/local/sage-8$ git status Sur la branche tst8-1 Fichiers non suivis: (utilisez "git add ..." pour inclure dans ce qui sera validé) hs_err_pid27411.log octave-workspace

[sage-release] Re: Sage 8.1.beta8 released

2017-10-18 Thread Emmanuel Charpentier
On another Debian testing running on core i5 + 8 GB RAM, the same binary (8.1beta8 + #24026 + #24006 + #23990 + #23923)

[sage-release] Re: Sage 8.1.beta8 released

2017-10-18 Thread Richard_L
Under openSUSE Leap 42.2, on Intel i5-6300U, 8GB RAM, Sage8.1.beta8 compiled clean; 3 doctests failed (as usual on this machine): -- sage -t --long --warn-long 81.6 src/sage/interfaces/r.py # 3 doctests failed

[sage-release] Re: Sage 8.1.beta8 released

2017-10-18 Thread Eric Gourgoulhon
PS: I noticed that "make ptestlong" created two files in the SAGE_ROOT directory: - replay_pid28433.log - hs_err_pid28433.log The first one is empty and I am attaching the second one, where it is written "There is insufficient memory for the Java Runtime Environment to continue." On the same

[sage-release] Re: Sage 8.1.beta8 released

2017-10-18 Thread Eric Gourgoulhon
On Ubuntu 16.04 x86_64 Xeon E5-2623 + 16 GB RAM, from a fresh git clone + pull develop, parallel (-j16) build OK and ptestlong failed with two doctests: sage -t --long --warn-long 46.0 src/sage/plot/point.py # 1 doctest failed sage -t --long --warn-long 46.0

[sage-release] Re: Sage 8.1.beta8 released

2017-10-17 Thread Emmanuel Charpentier
On Debian testing running on core i7 + 16 GB RAM, 8.1beta8 + #24026 + #24006 + #23990 + #23923 passes ptestlong with no error