Re: [sage-release] Sage 8.8.beta3 released

2019-04-23 Thread Clemens Heuberger

On one of my patchbots


https://patchbot.sagemath.org/log/0/LinuxMint/18.2/x86_64/4.4.0-138-generic/rk02-math/2019-04-20%2005:53:22

I get non-transient errors (also when run separately) in

sage -t --long src/sage/doctest/forker.py  # 6 doctests failed
sage -t --long src/sage/doctest/control.py  # 4 doctests failed

See the log below.

It seems that this machine is now too slow to run doctests? On the other hand,
`--warn-long 0.0` seems to be a bit excessive.

This is a machine with 2 Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz processors (8 
cores each), so a total of 16 cores. These are no longer the fastest processors 
known, but it is somewhat embarrassing that I'd have to retire this patchbot.




Am 19.04.19 um 01: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 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.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [sage-release] Sage 8.8.beta3 released

2019-04-23 Thread Clemens Heuberger

I forgot to actually append the log. Here it is.

Am 23.04.19 um 12:30 schrieb Clemens Heuberger:

On one of my patchbots

 
https://patchbot.sagemath.org/log/0/LinuxMint/18.2/x86_64/4.4.0-138-generic/rk02-math/2019-04-20%2005:53:22

I get non-transient errors (also when run separately) in

sage -t --long src/sage/doctest/forker.py  # 6 doctests failed
sage -t --long src/sage/doctest/control.py  # 4 doctests failed

See the log below.

It seems that this machine is now too slow to run doctests? On the other hand,
`--warn-long 0.0` seems to be a bit excessive.

This is a machine with 2 Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz processors (8 
cores each), so a total of 16 cores. These are no longer the fastest processors 
known, but it is somewhat embarrassing that I'd have to retire this patchbot.


too many failed tests, not using stored timings
Running doctests with ID 2019-04-23-11-37-08-18f8a6be.
Git branch: patchbot/ticket_merged
Using --optional=ccache,dochtml,memlimit,mpir,python2,sage
Doctesting 2 files.
sage -t --long src/sage/doctest/forker.py
**
File "src/sage/doctest/forker.py", line 1691, in 
sage.doctest.forker.DocTestDispatcher.parallel_dispatch

Failed example:
DD.parallel_dispatch()
Expected:
sage -t .../databases/cremona.py
[... tests, ... s]
sage -t .../rings/big_oh.py
[... tests, ... s]
Got:
sage -t --warn-long 0.0 
/local/sage-patchbot/sage/src/sage/databases/cremona.py
**
File "/local/sage-patchbot/sage/src/sage/databases/cremona.py", line 655, 
in sage.databases.cremona.MiniCremonaDatabase.__iter__

Warning, slow doctest:
skip = [next(it) for _ in range(100)]
Test ran for 0.05 s
[129 tests, 0.17 s]
sage -t --warn-long 0.0 /local/sage-patchbot/sage/src/sage/rings/big_oh.py
**
File "/local/sage-patchbot/sage/src/sage/rings/big_oh.py", line 45, in 
sage.rings.big_oh.O

Warning, slow doctest:
R. = QQ[[]]
Test ran for 0.02 s
**
File "/local/sage-patchbot/sage/src/sage/rings/big_oh.py", line 53, in 
sage.rings.big_oh.O

Warning, slow doctest:
1/3 + O(7^6)
Test ran for 0.01 s
**
File "/local/sage-patchbot/sage/src/sage/rings/big_oh.py", line 85, in 
sage.rings.big_oh.O

Warning, slow doctest:
A. = AsymptoticRing(growth_group='QQ^n * n^QQ * log(n)^QQ', 
coefficient_ring=QQ); A

Test ran for 0.04 s
[24 tests, 0.11 s]
**
File "src/sage/doctest/forker.py", line 1991, in 
sage.doctest.forker.DocTestDispatcher.dispatch

Failed example:
DD.dispatch()
Expected:
sage -t .../sage/modules/free_module_homspace.py
[... tests, ... s]
sage -t .../sage/rings/big_oh.py
[... tests, ... s]
Got:
sage -t --warn-long 0.0 
/local/sage-patchbot/sage/src/sage/modules/free_module_homspace.py

**
File "/local/sage-patchbot/sage/src/sage/modules/free_module_homspace.py", 
line 10, in sage.modules.free_module_homspace

Warning, slow doctest:
E = End(M)
Test ran for 0.01 s
[52 tests, 0.08 s]
sage -t --warn-long 0.0 /local/sage-patchbot/sage/src/sage/rings/big_oh.py
**
File "/local/sage-patchbot/sage/src/sage/rings/big_oh.py", line 45, in 
sage.rings.big_oh.O

Warning, slow doctest:
R. = QQ[[]]
Test ran for 0.01 s
**
File "/local/sage-patchbot/sage/src/sage/rings/big_oh.py", line 85, in 
sage.rings.big_oh.O

Warning, slow doctest:
A. = AsymptoticRing(growth_group='QQ^n * n^QQ * log(n)^QQ', 
coefficient_ring=QQ); A

Test ran for 0.03 s
[24 tests, 0.08 s]
**
File "src/sage/doctest/forker.py", line 2052, in 
sage.doctest.forker.DocTestWorker.__init__

Failed example:
run_doctests(sage.rings.big_oh) # indirect doctest
Expected:
Running doctests with ID ...
Doctesting 1 file.
sage -t .../sage/rings/big_oh.py
[... tests, ... s]
--
All tests passed!
--
Total time for all tests: ... seconds
cpu time: ... seconds
cumulative wall time: ... seconds
Got:
Running doctests

Re: [sage-release] Sage 8.8.beta3 released

2019-04-23 Thread Clemens Heuberger

The logfile I posted earlier was produced outside the patchbot.



Am 23.04.19 um 13:10 schrieb Daniel Krenn:

On 23.04.19 12:55, Clemens Heuberger wrote:

Am 23.04.19 um 12:30 schrieb Clemens Heuberger:

On one of my patchbots

  
https://patchbot.sagemath.org/log/0/LinuxMint/18.2/x86_64/4.4.0-138-generic/rk02-math/2019-04-20%2005:53:22


FWIW, this patchbot got updated to the latest version 2.8.2.dev0 a few
days ago. (was on 2.8.0.dev before).




--
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.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [sage-release] Sage 8.8.beta3 released

2019-06-08 Thread Clemens Heuberger
For completeness: I did not have time at that time to further debug the issue, 
so I simply stopped that patchbot. Trying git bisect, it turned out that the 
same problem also occurred with much older versions. So I decided that not a new 
release is to blame and simply deleted all configuration in the home directory.

Now it is working again.



Am 29.04.19 um 10:42 schrieb fchapot...@gmail.com:

Maybe your computer is *too fast* ?

What is the result of manually running the following line:

run_doctests(sage.rings.infinity)

On my computer, I get with python3

too few successful tests, not using stored timings
Running doctests with ID 2019-04-29-10-37-46-21ab2187.
Git branch: develop
Using --optional=sage
Doctesting 1 file.
sage -t /home/chapoton/sage3/src/sage/rings/infinity.py
     [299 tests, 4.01 s]
--
All tests passed!
--
Total time for all tests: 8.6 seconds
     cpu time: 1.4 seconds
     cumulative wall time: 4.0 seconds

And the timing is between 1 and 3 seconds in other configurations.

Frederic

Le mardi 23 avril 2019 13:14:07 UTC+2, Clemens Heuberger a écrit :

The logfile I posted earlier was produced outside the patchbot.



Am 23.04.19 um 13:10 schrieb Daniel Krenn:
 > On 23.04.19 12:55, Clemens Heuberger wrote:
 >> Am 23.04.19 um 12:30 schrieb Clemens Heuberger:
 >>> On one of my patchbots
 >>>
 >>>

https://patchbot.sagemath.org/log/0/LinuxMint/18.2/x86_64/4.4.0-138-generic/rk02-math/2019-04-20%2005:53:22

<https://patchbot.sagemath.org/log/0/LinuxMint/18.2/x86_64/4.4.0-138-generic/rk02-math/2019-04-20%2005:53:22>

 >
 > FWIW, this patchbot got updated to the latest version 2.8.2.dev0 a few
 > days ago. (was on 2.8.0.dev <http://2.8.0.dev> before).
 >


--
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 
<mailto:sage-release+unsubscr...@googlegroups.com>.
To post to this group, send email to sage-release@googlegroups.com 
<mailto: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.


--
Univ.-Prof. Dr. Clemens HeubergerAlpen-Adria-Universität Klagenfurt
Institut für Mathematik, Universitätsstraße 65-67, 9020 Klagenfurt, Austria
Tel: +43 463 2700 3121Fax: +43 463 2700 99 3121
clemens.heuber...@aau.athttp://wwwu.aau.at/cheuberg

--
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/1a18cb96-3763-9620-6ed9-456cbdc30839%40aau.at.
For more options, visit https://groups.google.com/d/optout.


smime.p7s
Description: S/MIME Cryptographic Signature


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

2019-07-16 Thread Clemens Heuberger
On one of my machines (Linux Mint 18.2 Sonya), I get the following reproducible 
doctest failure:


sage -t --long --warn-long 48.6 src/sage/interfaces/r.py
**
File "src/sage/interfaces/r.py", line 613, in sage.interfaces.r.R.png
Failed example:
s = r.eval('capabilities("png")') # Should be on Linux and Solaris
Expected nothing
Got:
No protocol specified


I used this machine with a patchbot until recently (8.9.beta1); had to recompile 
from scratch due to a strange error 
(https://patchbot.sagemath.org/log/0/LinuxMint/18.2/x86_64/4.8.0-53-generic/pc78-math/2019-07-10%2007:55:42?short)
then had some issues compiling (python2 and python3 compiled about readline; 
after installing all kind of recommended ubuntu packages, compilation went 
through), and now I only have this problem here left.



--
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/c253384e-b003-b7a8-1278-287814bb235f%40aau.at.
For more options, visit https://groups.google.com/d/optout.


smime.p7s
Description: S/MIME Cryptographic Signature


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

2019-09-18 Thread Clemens Heuberger

For the record, I also needed to install libpango1.0-dev to fix that.
No idea why it work in previous sage versions, but no longer from 8.9.beta2 
onwards.



Am 16.07.19 um 12:48 schrieb Clemens Heuberger:
On one of my machines (Linux Mint 18.2 Sonya), I get the following reproducible 
doctest failure:


sage -t --long --warn-long 48.6 src/sage/interfaces/r.py
**
File "src/sage/interfaces/r.py", line 613, in sage.interfaces.r.R.png
Failed example:
     s = r.eval('capabilities("png")') # Should be on Linux and Solaris
Expected nothing
Got:
     No protocol specified


I used this machine with a patchbot until recently (8.9.beta1); had to recompile 
from scratch due to a strange error 
(https://patchbot.sagemath.org/log/0/LinuxMint/18.2/x86_64/4.8.0-53-generic/pc78-math/2019-07-10%2007:55:42?short) 

then had some issues compiling (python2 and python3 compiled about readline; 
after installing all kind of recommended ubuntu packages, compilation went 
through), and now I only have this problem here left.






--
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/1777255a-676d-ab6c-cc3d-2295072b0747%40aau.at.


smime.p7s
Description: S/MIME Cryptographic Signature


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

2019-12-31 Thread Clemens Heuberger

I probably had a similar problem on _one_ of my three Linux Mint patchbots.
I then installed all recommended dependencies listed on

http://doc.sagemath.org/html/en/installation/source.html#linux-recommended-installation
as well as libpango1.0-dev . Then, IIRC, it worked again.

The libpango1.0-dev thing also occurred on another patchbot around 8.9.rc0.




Am 31.12.19 um 09:40 schrieb Frédéric Chapoton:

I have problems when building R 3.6.2 on my (usually rather stable) Ubuntu 
patchbot.

The log complains about
|
Infile included from../../src/include/R_ext/Applic.h:41:0,
fromintegrate.c:33:
../../src/include/R_ext/BLAS.h:103:55:error:expected declaration specifiers or
'...'before ')'token
constdouble*beta,double*y,constint*incy FCLEN);
^
../../src/include/R_ext/BLAS.h:110:35:error:expected declaration specifiers 
or'...'before ')'token

double*y,constint*incy FCLEN);
|

Frédéric


Le lundi 30 décembre 2019 01:15:24 UTC+1, 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



a86de04f59 (tag: 9.0.rc1, trac/develop) Updated SageMath version to 9.0.rc1
7f941838a6 Trac #28878: psutil doesn't build on recent Cygwin
115dcc63aa Trac #28676: Pass --with-python=sage-python23 to Singular 
configure
7c990ccd0c Trac #28910: Update "Maintained" to 2020 for DockerHub README
746a826377 (tag: 9.0.rc0) Updated SageMath version to 9.0.rc0

--
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/8114a1d9-077f-47fb-956b-feaed1e966b5%40googlegroups.com 
.



--
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/9a4a5c3d-3cd4-a72d-adcd-16938bf893bd%40aau.at.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [sage-release] Sage 9.2.rc0 released

2020-10-07 Thread Clemens Heuberger
In contrast to 9.2.beta14, on my Linux Mint 19.3 Tricia machine I get (after a 
fresh build)


./sage -t -p --all --long --logfile=logs/ptestlong.log
Traceback (most recent call last):
  File "/local/cheuberg/local/sage-9.2.rc0/src/bin/sage-runtests", line 181, in 


DC = DocTestController(options, args)
  File 
"/local/cheuberg/local/sage-9.2.rc0/local/lib/python3.6/site-packages/sage/doctest/control.py", 
line 371, in __init__

options.optional.update(system.name for system in package_systems())
  File 
"/local/cheuberg/local/sage-9.2.rc0/local/lib/python3.6/site-packages/sage/features/__init__.py", 
line 376, in package_systems
proc = run('sage-guess-package-system', shell=True, capture_output=True, 
text=True, check=True)

  File "/usr/lib/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: __init__() got an unexpected keyword argument 'capture_output'
Makefile:190: recipe for target 'ptestlong' failed


So apparently my system python3 is used which is Python 3.6.9. The option 
capture_output has been introduced in python 3.7. The change introducing 
capture_output might have been introduced in Trac #30606.







Am 06.10.20 um 23:22 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


f6250c2682 (tag: 9.2.rc0, trac/develop) Updated SageMath version to 9.2.rc0
8ff504da1c Trac #30629: Reject system libgc that breaks ECL build
8a0c61ce63 Trac #30654: Add fast matrix inverse for Hermitian positive-definite 
matrices

f448467a0d Trac #30653: add the Stieltjes continued fraction of a power series
6090756361 Trac #30645: Optimize `has_edge` of graph backend
458be0ad92 Trac #30642: modify HAVE_GC test in flint's spkg-configure.m4 to 
allow undefined HAVE_GC

908c661ae2 Trac #30638: internet doctest failing in arith/misc.py
08011764b2 Trac #30634: failing internet doctests using mathematica free
5f14e96183 Trac #30632: few easy internet doctests failures to fix
099c3ba98a Trac #30618: clean up pypolybori
4e66cfea78 Trac #30616: Replace use of `sage.misc.package.PackageNotFoundError` 
(2); lazy_import: Add keyword argument 'feature'

8a6a415df9 Trac #30614: Set size, font, and opacity for text3d in Three.js 
viewer
ef0ab126ca Trac #30607: Replace use of `sage.misc.package.PackageNotFoundError`, 
is_package_installed by features
e8631a7eac Trac #30606: sage.features.Feature.resolution: If SAGE_ROOT is 
available, recommend system packages

e2ed7d3f2d Trac #30461: Fully-commutative stable Grothendieck crystal
19001b58ff Trac #24802: berlekamp_massey: undefined behavior / silent invalid 
answer
608db74df2 Trac #30657: Fix up "sage -p"
cecf3dbc3b Trac #30701: integer expression expected in sage-env
91eac298eb Trac #30184: Support Python 3.9
a1810d570d Trac #30590: src/sage/cpython/debugimpl.c: remove python2 code
da3658c732 Trac #30675: Follow up to #30596: missing symbol in linking on gentoo 
with gcc10

a379746839 Trac #27749: is_globally_equivalent_to is not symmetric
219bd5401d Trac #24868: Neighbor method for quadratic forms
aedd032e4b Trac #30676: Follow up to #30563 too many quotes in maxima.py
1da6df404d (tag: 9.2.beta14) Updated SageMath version to 9.2.beta14

--
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/96e2d4b1-51cd-4db2-bee3-ff5c891d0980n%40googlegroups.com 
.



--
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/af556400-b949-08ef-1f40-2cdf2ed56be5%40aau.at.


smime.p7s
Description: S/MIME Cryptographic Signature


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

2020-10-13 Thread Clemens Heuberger

On a Linux Mint 19.3 Tricia machine, I get the following error on 9.2.rc1:

./sage -t -p --all --long --logfile=logs/ptestlong.log
Traceback (most recent call last):
  File "/local/cheuberg/local/sage-9.2.rc1/src/bin/sage-runtests", line 181, in 


DC = DocTestController(options, args)
  File 
"/local/cheuberg/local/sage-9.2.rc1/local/lib/python3.6/site-packages/sage/doctest/control.py", 
line 371, in __init__

options.optional.update(system.name for system in package_systems())
  File 
"/local/cheuberg/local/sage-9.2.rc1/local/lib/python3.6/site-packages/sage/features/__init__.py", 
line 376, in package_systems
proc = run('sage-guess-package-system', shell=True, stdout=PIPE, 
stderr=PIPE, text=True, check=True)

  File "/usr/lib/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: __init__() got an unexpected keyword argument 'text'
Makefile:190: recipe for target 'ptestlong' failed
make: *** [ptestlong] Error 1


Indeed, the text=True parameter of subprocess.run is available in python3.7 
only; this build apparently uses the system python3.6.


At the moment I do not know why I did not have similar problems on my other 
linux mint 19.3 machines.



Am 11.10.20 um 01:43 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



8eec238a73 (tag: 9.2.rc1, trac/develop) Updated SageMath version to 9.2.rc1
a569b88f02 Trac #30740: Fix sage.feature.package_systems for Python 3.6
f6250c2682 (tag: 9.2.rc0) Updated SageMath version to 9.2.rc0

--
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/8404a7d9-b906-4301-b891-59733da482cen%40googlegroups.com 
.



--
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/5950fc40-a014-386c-dfd9-c09de2549651%40aau.at.


smime.p7s
Description: S/MIME Cryptographic Signature


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

2020-10-13 Thread Clemens Heuberger

Am 13.10.20 um 10:38 schrieb Dima Pasechnik:

Can you replace `text=True` with `universal_newlines=True` and see if it helps?


yes (I used you branch on https://trac.sagemath.org/ticket/30758), make 
ptestlong now passed without errors.


Thank you.


A very similar problem was addressed in
https://trac.sagemath.org/ticket/30740 - but apparently it was not
enough.

On Tue, Oct 13, 2020 at 9:06 AM Clemens Heuberger
 wrote:


On a Linux Mint 19.3 Tricia machine, I get the following error on 9.2.rc1:

./sage -t -p --all --long --logfile=logs/ptestlong.log
Traceback (most recent call last):
File "/local/cheuberg/local/sage-9.2.rc1/src/bin/sage-runtests", line 181, 
in

  DC = DocTestController(options, args)
File
"/local/cheuberg/local/sage-9.2.rc1/local/lib/python3.6/site-packages/sage/doctest/control.py",
line 371, in __init__
  options.optional.update(system.name for system in package_systems())
File
"/local/cheuberg/local/sage-9.2.rc1/local/lib/python3.6/site-packages/sage/features/__init__.py",
line 376, in package_systems
  proc = run('sage-guess-package-system', shell=True, stdout=PIPE,
stderr=PIPE, text=True, check=True)
File "/usr/lib/python3.6/subprocess.py", line 423, in run
  with Popen(*popenargs, **kwargs) as process:
TypeError: __init__() got an unexpected keyword argument 'text'
Makefile:190: recipe for target 'ptestlong' failed
make: *** [ptestlong] Error 1


Indeed, the text=True parameter of subprocess.run is available in python3.7
only; this build apparently uses the system python3.6.

At the moment I do not know why I did not have similar problems on my other
linux mint 19.3 machines.


Am 11.10.20 um 01:43 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


8eec238a73 (tag: 9.2.rc1, trac/develop) Updated SageMath version to 9.2.rc1
a569b88f02 Trac #30740: Fix sage.feature.package_systems for Python 3.6
f6250c2682 (tag: 9.2.rc0) Updated SageMath version to 9.2.rc0

--
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
<mailto:sage-release+unsubscr...@googlegroups.com>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-release/8404a7d9-b906-4301-b891-59733da482cen%40googlegroups.com
<https://groups.google.com/d/msgid/sage-release/8404a7d9-b906-4301-b891-59733da482cen%40googlegroups.com?utm_medium=email&utm_source=footer>.



--
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/5950fc40-a014-386c-dfd9-c09de2549651%40aau.at.




--
Univ.-Prof. Dr. Clemens HeubergerAlpen-Adria-Universität Klagenfurt
Institut für Mathematik, Universitätsstraße 65-67, 9020 Klagenfurt, Austria
Tel: +43 463 2700 3121Fax: +43 463 2700 99 3121
clemens.heuber...@aau.athttp://wwwu.aau.at/cheuberg

--
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/3202d283-c832-b40f-8164-0ec6be54d7bd%40aau.at.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [sage-release] Sage 9.2.rc3 released

2020-10-22 Thread Clemens Heuberger
Strangely enough, make distclean and then make ptestlong made the error go away 
after the ticket which caused problems yesterday; Trac #30425. So I try to 
refine my git bisection.




Am 21.10.20 um 19:41 schrieb Clemens Heuberger:
On one machine (Linux Mint 18.2 Sonya) (which also serves as a patchbot which I 
now disabled due to this problem) I still have the reproducible segmentation 
fault in src/sage/interfaces/singular.py reported in

https://groups.google.com/d/msg/sage-release/H8wldUuFtVg/GD1UldTCAQAJ .
Log attached.

git bisect tells me that commit

cb9bd8e3ff build/pkgs/sympy: Update to 1.6.2

(part of  Trac #30425) is the first commit where such a segfault happens.
(I should note that I did not make distclean in my git bisect runs in order to 
get a result in finite time; I will do that now before and after that ticket and 
will report back afterwards).






Am 18.10.20 um 12:01 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



f976c52c57 (tag: 9.2.rc3, trac/develop) Updated SageMath version to 9.2.rc3
70d165564b Trac #30402: Cannot load an object containing a matrix if it was 
saved from Python 2 Sage
3ac4f4acd4 Trac #30643: cygwin-minimal, cygwin-standard: scipy build fails: 
'u_int' has not been declared
dc3fc00492 Trac #30687: "make python3-clean" should always remove 
local/bin/python3*

2b5c0ba2c0 Trac #30757: fedora-33-standard/homebrew-macos flint/arb breakage
c5ca85e1fb Trac #30758: for python 3.6, universal_newlines=, not text=, must 
be used in run()

1e728ac0d3 (tag: 9.2.rc2) Updated SageMath version to 9.2.rc2

--
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 
<mailto:sage-release+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/456c94f5-e308-4e69-aa7a-ceac90e1c9f1n%40googlegroups.com 
<https://groups.google.com/d/msgid/sage-release/456c94f5-e308-4e69-aa7a-ceac90e1c9f1n%40googlegroups.com?utm_medium=email&utm_source=footer>. 





--
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/374d851b-96f2-e734-20d8-bd7cb4439c43%40aau.at.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [sage-release] Sage 9.3.beta3 released

2020-12-07 Thread Clemens Heuberger


I get (Linux Mint 19.3 Tricia):

$ LANG=C ./sage -t --long --random-seed=0 src/sage/tests/cmdline.py
Running doctests with ID 2020-12-07-09-45-22-291831e7.
Using --optional=build,ccache,debian,dochtml,memlimit,pip,sage,sage_spkg
Doctesting 1 file.
sage -t --long --warn-long 44.1 --random-seed=0 src/sage/tests/cmdline.py
**
File "src/sage/tests/cmdline.py", line 592, in 
sage.tests.cmdline.test_executable
Failed example:
out.startswith("3.")
Expected:
True
Got:
False
**
File "src/sage/tests/cmdline.py", line 594, in 
sage.tests.cmdline.test_executable
Failed example:
err
Expected:
''
Got:
'/local/cheuberg/local/sage-9.3.beta3/src/bin/sage: line 571: exec: 
sqlite3: not found\n'

**
File "src/sage/tests/cmdline.py", line 596, in 
sage.tests.cmdline.test_executable
Failed example:
ret
Expected:
0
Got:
127
**
1 item had failures:
   3 of 231 in sage.tests.cmdline.test_executable
[230 tests, 3 failures, 26.02 s]
--
sage -t --long --warn-long 44.1 --random-seed=0 src/sage/tests/cmdline.py  # 3 
doctests failed

--
Total time for all tests: 26.1 seconds
cpu time: 0.3 seconds
cumulative wall time: 26.0 seconds




Am 07.12.20 um 00:37 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


ca088c9c93 (tag: 9.3.beta3, trac/develop) Updated SageMath version to 9.3.beta3
3290413be6 Trac #30747: Deprecate sage.misc.package functions standard_packages, 
optional_packages, experimental_packages
d312143740 Trac #30580: sage_setup: Remove import-time dependency 
(`setup_requires`) on `pkgconfig`, `numpy`
52b91c88ce Trac #31012: Modify RandomChordalGraph according a deprecation 
warning introduced in Python 3.9

660cac43a2 Trac #30990: flake8 details in parent.pyx
09971a9476 Trac #30986: add module tree_decomposition.pyx
a540625234 Trac #30976: incidence_structures.py tries to import 'warn' from the 
wrong module

14e3c694a0 Trac #30975: Silence packaging 20.5 deprecation warnings
5fadc42c3b Trac #30963: remove CombinatorialClass in graph_path.py
3fb2f3eab9 Trac #30961: Fix valid input types for NumberField element 
constructor
e97b79ea1c Trac #30951: tox.ini, build/bin/write-dockerfile.sh: Simplify by 
using new options of "sage -package list"

9502bb0cc1 Trac #30921: Fix verbose "epsilon" output in polynomial small roots
313d0b7c47 Trac #30346: Exception for the unknot in Homfly-PT polynomial
0229ac6fd5 Trac #27921: Script package for checking presence of system libxml2 
(polymake and igraph prerequisite)

e3e45a122f Trac #30995: Repair setting of SAGE_NUM_THREADS during build
de62cc35da Trac #30903: Fix broken symlink to documentation in the Sage jupyter 
kernelspec

4722b13a2b Trac #30891: Normaliz cone from precomputed data has lattice messed 
up
d40e7902c5 Trac #30579: Clean up sage_setup.library_order
c3d9bf77a6 Trac #30965: fix precision in Padé method of power series
768bd5117a Trac #30960: Update/fix top-level makefile target fast-rebuild-clean 
(used in Docker build)

169d6aeb7a Trac #30959: almost get rid of "_multiply_basis"
409d545873 Trac #30954: Implement a proper equality check for polyhedron 
representation objects

42a76a6037 Trac #30935: Fix IP is none error in doctests
97edd4674e Trac #30929: GH Actions: Update macos test environments
130d7d1199 Trac #30925: Multizeta does not copy its argument
f4909e1cb9 Trac #30915: Three.js: Upgrade to r122
66c1a87a12 Trac #30895: Developers' guide: Update "Packaging Third-Party Code" 
regarding upstream_url

d7b71743c2 Trac #30850: No Future
b4c0f6d0c3 Trac #30624: Improve wording and formatting of configure's 
recommendation message
e7369840f0 Trac #22731: Replace "$SAGE_LOCAL/bin" by more specific variables to 
make Sage easier to package, use in venvs
17132a6832 Trac #9407: fixed fields for dirichlet characters and conductors and 
dirichlet characters for abelian fields

2e4c869c9f Trac #30958: Remove C99 syntax in data_structures/bitset_intrinsics.h
f844baa06b Trac #30928: Backslash line continuation broken when defining a 
callable symbolic expression

755a789d99 Trac #30752: switch the default mp library to gmp
9a9dea3ab4 Trac #30529: Use reference instead of pointer to simplify code
b0aafbd101 Trac #28745: Add SAGE_ROOT/environment.yml for "conda env create -f".
57a72ba9b4 Trac #30946: Add "minimal=True" option to affine_hull_projection
d5221469dc Trac #30941: let monoid algebras be bialgebras
98e615fae3 Trac #30939: is_primitive and is_grouplike for bialgebra ele

Re: [sage-release] Sage 9.3.beta3 released

2020-12-11 Thread Clemens Heuberger



Am 07.12.20 um 21:00 schrieb 'jonatha...@googlemail.com' via sage-release:

Yes.

Long time ago, I created a list of known failures when using some system 
packages (most of them are taken care of by now and new ones came up, however 
this one is old):


https://trac.sagemath.org/ticket/27122#comment:40

 From this you see that this is ticket 29092: 
https://trac.sagemath.org/ticket/29092


I confirm that installing sqlite3 resolves the issue.

However, I'd like to point out that until 9.3.beta2, there was no such failure 
on the same machine (Before installing sqlite3 now, I just recompiled 9.3.beta2 
to be sure). So for me this is a regression in 9.3.beta3.




François Bissey schrieb am Montag, 7. Dezember 2020 um 20:51:26 UTC+1:

It looks like you are missing sqlite3, not on the system or in sage.
You probably have the library but not the executable.

 > On 7/12/2020, at 9:50 PM, Clemens Heuberger  wrote:
 >
 >
 > I get (Linux Mint 19.3 Tricia):
 >
 > $ LANG=C ./sage -t --long --random-seed=0 src/sage/tests/cmdline.py
 > Running doctests with ID 2020-12-07-09-45-22-291831e7.
 > Using --optional=build,ccache,debian,dochtml,memlimit,pip,sage,sage_spkg
 > Doctesting 1 file.
 > sage -t --long --warn-long 44.1 --random-seed=0 src/sage/tests/cmdline.py
 > **
 > File "src/sage/tests/cmdline.py", line 592, in
sage.tests.cmdline.test_executable
 > Failed example:
 > out.startswith("3.")
 > Expected:
 > True
 > Got:
 > False
 > **
 > File "src/sage/tests/cmdline.py", line 594, in
sage.tests.cmdline.test_executable
 > Failed example:
 > err
 > Expected:
 > ''
 > Got:
 > '/local/cheuberg/local/sage-9.3.beta3/src/bin/sage: line 571: exec:
sqlite3: not found\n'
 > **
 > File "src/sage/tests/cmdline.py", line 596, in
sage.tests.cmdline.test_executable
 > Failed example:
 > ret
 > Expected:
 > 0
 > Got:
 > 127
 > **
 > 1 item had failures:
 > 3 of 231 in sage.tests.cmdline.test_executable
 > [230 tests, 3 failures, 26.02 s]
 > --
 > sage -t --long --warn-long 44.1 --random-seed=0 src/sage/tests/cmdline.py
# 3 doctests failed
 > --
 > Total time for all tests: 26.1 seconds
 > cpu time: 0.3 seconds
 > cumulative wall time: 26.0 seconds
 >


--
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/5dab73b9-15c7-97f4-3fcf-16a6c9367347%40aau.at.


smime.p7s
Description: S/MIME Cryptographic Signature


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

2021-05-27 Thread Clemens Heuberger
Also on Ubuntu 18.04 (without any optional packages apart ccache installed), I 
have the failing doctest with graph.py (two out of three runs) and consistently


$ ./sage -t --long --random-seed=0 src/sage/misc/package.py
Running doctests with ID 2021-05-27-16-31-10-59754af4.
Using --optional=build,ccache,debian,dochtml,pip,sage,sage_spkg
Doctesting 1 file.
sage -t --long --warn-long 42.6 --random-seed=0 src/sage/misc/package.py
**
File "src/sage/misc/package.py", line 359, in 
sage.misc.package.installed_packages
Failed example:
installed_packages()['sage_conf']  # optional - build
Expected:
'none'
Got:
'9.4.beta0'
**


Am 27.05.21 um 14:44 schrieb Sébastien Labbé:

On Ubuntu 18.04, testing with various optional and external packages, I obtain:

--
sage -t --long --warn-long 77.6 --random-seed=0 src/sage/databases/oeis.py  # 3 
doctests failed
sage -t --long --warn-long 77.6 --random-seed=0 src/sage/graphs/graph.py  # 1 
doctest failed
sage -t --long --warn-long 77.6 --random-seed=0 
src/sage/symbolic/integration/external.py  # 1 doctest failed
sage -t --long --warn-long 77.6 --random-seed=0 src/sage/tests/cmdline.py  # 1 
doctest failed

--
External software detected for doctesting: 
ffmpeg,graphviz,imagemagick,internet,latex,octave,pandoc


Rerunning failed test, the issue with graph.py does not show again:

--
sage -t --long --warn-long 102.7 --random-seed=0 src/sage/databases/oeis.py  # 3 
doctests failed
sage -t --long --warn-long 102.7 --random-seed=0 
src/sage/symbolic/integration/external.py  # 1 doctest failed
sage -t --long --warn-long 102.7 --random-seed=0 src/sage/tests/cmdline.py  # 1 
doctest failed

--
External software detected for doctesting: internet,pandoc


The issue with graph.py is related to Gap, see below:


sage -t --long --warn-long 77.6 --random-seed=0 src/sage/graphs/graph.py
**
File "src/sage/graphs/graph.py", line 2713, in 
sage.graphs.graph.Graph.is_edge_transitive

Failed example:
     C.is_edge_transitive()
Exception raised:
     Traceback (most recent call last):
   File 
"/home/slabbe/GitBox/sage/local/lib/python3.9/site-packages/sage/doctest/forker.py", 
line 714, in _run

     self.compile_and_execute(example, compiler, test.globs)
   File 
"/home/slabbe/GitBox/sage/local/lib/python3.9/site-packages/sage/doctest/forker.py", 
line 1133, in compile_and_execute

     exec(compiled, globs)
   File "", line 1, 
in 

     C.is_edge_transitive()
   File 
"/home/slabbe/GitBox/sage/local/lib/python3.9/site-packages/sage/graphs/graph.py", 
line 2731, in is_edge_transitive

     return libgap(A).OrbitLength(e, libgap.OnSets) == self.size()
   File "sage/libs/gap/element.pyx", line 2677, in 
sage.libs.gap.element.GapElement_MethodProxy.__call__ 
(build/cythonized/sage/libs/gap/element.c:20776)
     return GapElement_Function.__call__(self, * ([self.first_argument] + 
list(args)))
   File "sage/libs/gap/element.pyx", line 2525, in 
sage.libs.gap.element.GapElement_Function.__call__ 
(build/cythonized/sage/libs/gap/element.c:19780)

     sig_on()
     sage.libs.gap.util.GAPError: Error, OnSets:  must be a set (not a 
immutable non-strictly-sorted plain list of cyclotomics)

**
1 item had failures:
    1 of   9 in sage.graphs.graph.Graph.is_edge_transitive
     2 mcqd tests not run
     2 not tested tests not run
     13 python_igraph tests not run
     0 tests not run because we ran out of time
     [1216 tests, 1 failure, 46.77 s]



The other failures are copied below (I am not able to see the problem with the 
first one):



sage -t --long --warn-long 102.7 --random-seed=0 src/sage/databases/oeis.py
**
File "src/sage/databases/oeis.py", line 48, in sage.databases.oeis
Failed example:
     c.examples()  # optional -- internet
Expected:
     0: Pi = 3.1415926535897932384...
     1:    = 3 + 1/(7 + 1/(15 + 1/(1 + 1/(292 + ...
     2:    = [a_0; a_1, a_2, a_3, ...] = [3; 7, 15, 1, 292, ...]
Got:
     0: Pi = 3.1415926535897932384...
     1:    = 3 + 1/(7 + 1/(15 + 1/(1 + 1/(292 + ...
     2:    = [a_0; a_1, a_2, a_3, ...] = [3; 7, 15, 1, 292, ...].
**
File "src/sage/databases/oeis.py", line 53, in sage.databases.oeis
Failed example:
     c.comments()  # optional -- internet
Expected:
   

Re: [sage-release] Sage 9.4.beta5 released

2021-07-27 Thread Clemens Heuberger



Am 19.07.21 um 01:19 schrieb Volker Braun:
I think we are in a reasonable shape right now, so if anyone is still in favor 
of a fast release cycle we could do it now... discuss ;-)


I would appreciate if Trac #32198 could still be included into 9.4: this ticket 
slightly changes the signature of a method introduced in 9.4.beta5 (Trac 
#27940): one argument is now a keyword only argument to make future extensions 
easier.


Thank you for considering.

Clemens

--
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/ffabdb46-e60c-7ba4-cf5b-976eef41bfd9%40aau.at.


smime.p7s
Description: S/MIME Cryptographic Signature


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

2021-09-15 Thread Clemens Heuberger

On my patchbot, I get an error when testing ticket 0

sage -t --long --random-seed=0 src/sage/misc/weak_dict.pyx
**
File "src/sage/misc/weak_dict.pyx", line 38, in sage.misc.weak_dict
Failed example:
 len(D) > 1
Expected:
 True
Got:
 False
**
1 item had failures:
1 of  28 in sage.misc.weak_dict
 [271 tests, 1 failure, 0.39 s]

see

https://patchbot.sagemath.org/log/0/Linux/78-Ubuntu_SMP_Fri_Mar_19_13:29:52_UTC_2021/x86_64/5.4.0-70-generic/pc72-math/2021-09-14%2003:00:01
 ,

On some other (unrelated) ticket, however, there are no problems, see


https://patchbot.sagemath.org/log/32464/Linux/78-Ubuntu_SMP_Fri_Mar_19_13:29:52_UTC_2021/x86_64/5.4.0-70-generic/pc72-math/2021-09-15%2007:45:50
 .


Am 15.09.21 um 00:50 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



c349c87d0d (tag: 9.5.beta1, trac/develop) Updated SageMath version to 9.5.beta1
a2af3f6a45 Trac #32415: Remove unnecessary uses of symbolic functions in 
sage.tensor.modules
f91cda231b Trac #32413: Remove unnecessary uses of SR and symbolic functions in 
sage.categories, sage.coding

de5c329ff9 Trac #32412: Deprecate sage.interfaces.primecount
48872d39ac Trac #32411: Remove unnecessary uses of SR and symbolic functions in 
sage.algebras, sage.combinat

e7ff1af2a2 Trac #32408: slightly faster multiple zeta values
9af9b91920 Trac #32407: sage.symbolic.function: Remove direct use of cimports 
from pynac
4e012ae4a6 Trac #32403: tox.yml: Use --enable-download-from-upstream-url for 
make dist

1dc7e82217 Trac #32402: annotations for super tableaux
f4738d00f5 Trac #32401: Fix maxima('acosh(0.5)') doctest in expression.pyx
94570c691c Trac #32399: Add sqlite3 to sqlite/distros/cygwin.txt
d6f0b719be Trac #32397: some details in sloane_functions
4499a675d9 Trac #32396: Absolute value function for scalar fields
9d5680932f Trac #32395: bliss's canonical_form should guard against incorrect 
partition

d315872ec1 Trac #32392: pari_jupyter: Broken, unmaintained; remove
343d658aad Trac #32391: sage.symbolic.ring: Remove direct use of cimports from 
pynac
7cee6b86fd Trac #32382: Fix ClusterQuiver sorting and finiteness test
055f81cfe5 Trac #32381: Refresh some bibliographic references
1b1d05413a Trac #32378: annotations for Gelfand-Tsetlin patterns
caaaf279ba Trac #32377: lift from free pre-Lie algebras to Grossman-Larson 
algebras
e13a9e1c94 Trac #32375: speed up logarithms modulo composite integers
63f82bd53c Trac #32344: Add a new class to write multi-thread safe to a complete 
directory

e1aadb9a1f Trac #32272: Graded algebras with maximal degree
39800ba89f Trac #31778: Interface to Mathics
2de695da66 Trac #31280: IPython/Jupyter upgrade for Sage 9.5
859ce9da33 Trac #29847: Install sage_setup with setuptools as a prerequisite for 
building/installing sagelib
72a83dd425 Trac #32361: Actually remove DESTDIR staging for Python packages to 
eliminate race conditions during Python package installations
ee3733aa99 Trac #32323: Add GNU info as an optional package; fix singular spkg 
installation to install singular.idx

14f452c430 Trac #32372: requests: Upgrade to 2.26.0, add new (unvendored) deps
4df0016e22 Trac #32358: add some missing pari link roles
f24019d372 Trac #32356: enhance conversion of piecewise functions to giac
715b80f36f Trac #32355: Bug in multiple tensor contractions with scalar result
d258224051 Trac #32351: Add hash to hyperplane arrangements
b24543d286 Trac #32350: Fix unstable numeric doctest of LU decomposition
815f5048c8 Trac #32349: Remove base ring attribute for the class 
ModularFormsRing
9c49c5ee34 Trac #32305: Upgrade networkx to 2.6
5feb99b8cc Trac #32188: Fix some doctests that fail for various random seeds
8cdcfebc19 Trac #9777: include more rings in random testing
be205f67b9 Trac #32461: Fix symbolics doctest after #31873
0f44f1b99e Trac #32348: Missing Weil polynomials when leading coefficients are 
specified

18523b0bbe Trac #32347: deprecate some is_*** functions
5c94eb2b1a Trac #32346: partial cleanup around is_InfinityElement
fbde9cd1dc Trac #32331: refresh sage-fixdoctests using argparse
eae69f39a8 Trac #32329: Needing to interrupt when computing integral for answer
aa426670ad Trac #32326: remove some py2/py3 stuff from doctest forker
fa4858b8cd Trac #32318: Generate non-redundant indices of tensors with 
symmetries efficiently

b996e13016 Trac #32316: adding annotations to superpartitions
daca216ea2 Trac #32315: Enumerated ConditionSet
29b3466911 Trac #32313: remove deprecated diff. forms
34ec440082 Trac #32312: faster abelian_group() method for elliptic curves over 
finite fields

9ff50840bc Trac #32310: refresh code and add annotations to composition.py
aeb98f7ade Trac #32304: removing more traces of sagenb

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.rc2 released

2022-09-19 Thread Clemens Heuberger
On most of my machines, ptestlong passes (except for the usual transient 
failures in src/sage/interfaces/process.pyx ).


However, on one machine, where there has not been any problem with 9.7.rc1, I 
consistently get the doctest failure below. It seems to depend on the random 
seed; with another seed (270396188935382102109749143081031101710), the doctest 
passes.




$ ./sage -t --long --warn-long 162.9 
--random-seed=106591066711905509746265618740333072762 
src/sage/rings/polynomial/polynomial_element.pyx

Running doctests with ID 2022-09-19-10-22-38-e10a920f.
Running with SAGE_LOCAL='/local/cheuberg/local/sage-9.7.rc2/local' and 
SAGE_VENV='/local/cheuberg/local/sage-9.7.rc2/local/var/lib/sage/venv-python3.10.5'

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_cubic_hecke,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.misc.cython,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 162.9 
--random-seed=106591066711905509746265618740333072762 
src/sage/rings/polynomial/polynomial_element.pyx

**
File "src/sage/rings/polynomial/polynomial_element.pyx", line 11653, in 
sage.rings.polynomial.polynomial_element.Polynomial_generic_dense.quo_rem

Failed example:
f.quo_rem(g)
Expected:
Traceback (most recent call last):
...
ArithmeticError: division non exact (consider coercing to polynomials over 
the fraction field)

Got:
(-7*y^5 + 1/4*y^2 + (-1/2*x + 1/2)*y,
 11/2*y^4 + (-x^2 - 1/3*x + 2/3)*y^3 - 1/3*y^2 - y - 1)
**
1 item had failures:
   1 of  24 in 
sage.rings.polynomial.polynomial_element.Polynomial_generic_dense.quo_rem

[2716 tests, 1 failure, 8.97 s]
--
sage -t --long --warn-long 162.9 
--random-seed=106591066711905509746265618740333072762 
src/sage/rings/polynomial/polynomial_element.pyx  # 1 doctest failed

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


Am 17.09.22 um 13:04 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


This should be the last rc...

59ac11a9375 (tag: 9.7.rc2, trac/develop) Updated SageMath version to 9.7.rc2
4f225f4cc66 (origin/develop) Trac #34533: OS X 12.6 "chained fixups" warning
e421c55fafd Trac #34506: Override the arbitrary limit on number of digits 
printed (Python 3.10.7)

08202bc1ba7 (tag: 9.7.rc1) Updated SageMath version to 9.7.rc1




--
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/44e4374e-72dc-6e0a-700e-39b35265d432%40aau.at.


smime.p7s
Description: S/MIME Cryptographic Signature


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

2022-09-28 Thread Clemens Heuberger
I encountered one doctest error in src/sage/schemes/toric/sheaf/klyachko.py 
which depends on the random seed:


Failing seed: 76370439031557170215448337120651728168

Running doctests with ID 2022-09-28-10-42-42-4892f4f5.
Running with SAGE_LOCAL='/local/cheuberg/local/sage-9.8.beta0/local' and 
SAGE_VENV='/local/cheuberg/local/sage-9.8.beta0/local/var/lib/sage/venv-python3.10.5'

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_cubic_hecke,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.misc.cython,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 173.9 
--random-seed=76370439031557170215448337120651728168 
src/sage/schemes/toric/sheaf/klyachko.py

**
File "src/sage/schemes/toric/sheaf/klyachko.py", line 951, in 
sage.schemes.toric.sheaf.klyachko.KlyachkoBundle_class.random_deformation

Failed example:
Vtilde.cohomology(dim=True, weight=(0,))
Expected:
(1, 0)
Got:
(0, 0)
**
1 item had failures:
   1 of   7 in 
sage.schemes.toric.sheaf.klyachko.KlyachkoBundle_class.random_deformation

[151 tests, 1 failure, 4.75 s]
--
sage -t --long --warn-long 173.9 
--random-seed=76370439031557170215448337120651728168 
src/sage/schemes/toric/sheaf/klyachko.py  # 1 doctest failed

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



Passing seed: 46193418267190973842816636682300670383

Running doctests with ID 2022-09-28-10-43-04-b17e631a.
Running with SAGE_LOCAL='/local/cheuberg/local/sage-9.8.beta0/local' and 
SAGE_VENV='/local/cheuberg/local/sage-9.8.beta0/local/var/lib/sage/venv-python3.10.5'

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_cubic_hecke,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.misc.cython,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 173.9 
--random-seed=46193418267190973842816636682300670383 
src/sage/schemes/toric/sheaf/klyachko.py

[151 tests, 4.72 s]
--
All tests passed!
--
Total time for all tests: 4.8 seconds
cpu time: 4.6 seconds
cumulative wall time: 4.7 seconds
Features detected for doctesting:
pytest is not installed in the venv, skip checking tests that rely on it





Am 25.09.22 um 22:47 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


4541564cf15 (tag: 9.8.beta0, trac/develop) Updated SageMath version to 9.8.beta0
04fbc829e98 Trac #34342: fix various suggestions by lgtm
1d51c7da7a9 Trac #34323: fix E251 in groups
ce36ebad8bd Trac #34320: fix E251 in schemes
e30ca6d1953 Trac #34313: pycodestyle cleanup in strongly_regular_db.pyx (part 3)
fa19f6386a1 Trac #34290: fix some W391
d8b4ee8814f Trac #34287: modernize super in crystals and asymptotics
d8718947624 Trac #34195: sage.geometry.polyhedron: More # optional - 
sage.rings.number_field
b8a75b6bd6a Trac #12696: rename .rational_reconstruct() to 
.rational_reconstruction() for consistency

144d521ec09 Trac #34568: rename example to QuaternionicProjectivePlane
adf3d531e89 Trac #34561: Documentation: There is no package in debian/ubuntu 
called openssh

bfd125a7a6f Trac #34541: enhance free dendriform algebras
6cd2d3b6ab1 Trac #34535: Segfault when floor dividing in infinite polynomial 
ring
893b3763482 Trac #34527: Make `Composition`s into a `collections.abc.Sequence`
c375274fc28 Trac #34519: Fix + extend mso

Re: [sage-release] Sage 6.4.beta5 released

2014-10-12 Thread Clemens Heuberger
just one remark: the last three tickets merged into 6.4.beta5 do not have status
"closed" in trac yet.

Am 2014-10-12 um 17:47 schrieb Volker Braun:
> Use get git "develop" branch! Alternatively, download
> http://sage.sagedev.org/home/release/sage-6.4.beta5.tar.gz
> 
> 026cc65 Trac #17131: Improve accuracy of polytopes.regular_polygon()
> 4aea1b0 Trac #17105: Implement ComplexIntervalFieldElement.__nonzero__
> 7e9ee65 Trac #16097: Python 3 preparation: Replace Py2 file() builtin by 
> open()

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


Re: [sage-release] Sage 6.4.rc0 released

2014-10-31 Thread Clemens Heuberger
Am 2014-10-30 um 15:12 schrieb Volker Braun:
> Notable changes are 
> 
> * OSX 10.10 support
> * SageNB now can do 3d plots without Java, so it is usable again in chrome.
> 
> Please test, especially if you are a notebook user! 

prior to 6.4.beta6, the following worked:

$ /local/sage/sage-6.3/sage -notebook directory=sage.sagenb
...
Please wait while the Sage Notebook server starts...
notebook(directory=r'''sage.sagenb''')
The notebook files are stored in: sage.sagenb
...

Leaving out "directory=" worked, too.

Now, with 6.4.beta6 or 6.4.rc0, I did not find any equivalent method of calling
the sagenb from the command line with a given directory.

I have tried the following without success:

$ /local/sage/sage-6.4.rc0/sage -notebook directory=sage.sagenb
CRITICAL:root:unknown notebook: directory=sage.sagenb
Error, notebook must be one of default, ipython, sagenb but got
directory=sage.sagenb

$ /local/sage/sage-6.4.rc0/sage -notebook sagenb directory=sage.sagenb
Traceback (most recent call last):
...
  File "/local/sage/sage-6.4.rc0/local/lib/python/ast.py", line 79, in _convert
raise ValueError('malformed string')
ValueError: malformed string

$ /local/sage/sage-6.4.rc0/sage -notebook sagenb sage.sagenb
Traceback (most recent call last):
...
ValueError: malformed string

$ /local/sage/sage-6.4.rc0/sage -notebook sagenb --notebook-dir=sage.sagenb
Traceback (most recent call last):
...
ValueError: malformed string

Regards, CH





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


Re: [sage-release] Sage 6.4.rc0 released

2014-11-01 Thread Clemens Heuberger
Am 2014-11-02 um 04:13 schrieb kcrisman:
> sage -n option=choice 
> 
> should in principle work with all options that work with
> 
> sage: notebook(option=choice)
> 
> and if they don't that is a bug.

It seems that quote signs are now required for strings and were disallowed 
before:

$ /local/sage/sage-6.3/sage -notebook directory=sage.sagenb
$ /local/sage/sage-6.4.rc0/sage -n sagenb "directory='sage.sagenb'"

both work, however, neither does

$ /local/sage/sage-6.3/sage -n "directory='sage.sagenb'"
Traceback (most recent call last):
...
  File "", line 1
notebook(directory=rsage.sagenb)
   ^
SyntaxError: EOL while scanning string literal

nor

$ /local/sage/sage-6.4.rc0/sage -n sagenb directory=sage.sagenb
Traceback (most recent call last):
...
ValueError: malformed string

So there are two incompatible changes:

* -n requires "sagenb" or "default" unless it is alone on the command line.
* string handling has been changed.

Regards, CH

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


Re: [sage-release] Sage 6.4.rc0 released

2014-11-03 Thread Clemens Heuberger
Am 2014-11-03 um 16:05 schrieb Volker Braun:
> IMHO that is the expected outcome for an optional command line argument. If 
> you
> don't want the command line parsing to end (and not treat "directory..." as
> value) then you should use
> 
> sage -n -- directory=sage.sagenb

I'd appreciate if we would have a deprecation warning if a user tries to use the
old behaviour (i.e., adding options immediately after -n, not knowing that there
are  "-n default", "-n ipython", "-n sagenb" nowadays?).

Regards, CH

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


Re: [sage-release] Sage 6.4.rc0 released

2014-11-05 Thread Clemens Heuberger
On 2014-11-06 02:41, kcrisman wrote:
> 
> It is an interface that worked the same way for a long time and 
> achieved
> de facto status.
> 
> 
> Fine, if you don't want a way to start the ipython notebook then I can 
> take
> out the optional argument. 
> 
> 
> Perhaps I will leave it to those who use this feature to comment next.

As you somehow ask me as the one who started this discussion to comment again, I
try summarize my opinion on that issue.

I and my co-authors used that feature (-n directory=sage.sagenb) for years now
in order to keep our sage worksheets associated to a paper under the same
version control as the paper itself.

When sage-6.4.beta6 came out, I was not able to quickly find out the problem,
because the problem was twofold (I'd have had to add "default" or "sagenb" and
fix the quotes issue). Since that time, we adapted different strategies, partly
starting the notebook inside sage, partly manually converting our worksheets to
the ipython notebook.

The quotes issue is now fixed in the trac ticket mentioned somewhere in this 
thread.

On the long run, IMHO,

- having -n with an optional argument is the correct solution,

- requiring separation of the non-options by "--" is also the correct solution,

- I always found these key=value pairs on the command line as something strange.

I currently do not yet have access to a compiled version of 6.4.rc1; therefore,
I do not know

- whether the option --notebook-dir introduced for -n ipython still works or has
  been removed due to the change in the default notebook directory. IMHO it
  should still be there;

- whether the option --notebook-dir works with sagenb; IMHO it should;

- whether the option --notebook-dir is documented in ./sage -h (or --advanced);
  IMHO it should be

- on whether the old behaviour "-n directory=sage.sagenb" is documented
  somewhere and whether this documentation has been adapted to the new
  situation.

I'd appreciate moving more of the key=value command line arguments to proper
command line options, e.g. --notebook-port=..., usable in all notebooks.

I do not know whether users running into the error message Volker quoted will be
able to react appropriately.

To summarize: I am not happy with the change in the interface without
deprecation of the old behaviour, but if writing a work-around is too
complicated, then let's keep it that way and hope that users using this old
behaviour will either adapt their scripts or move to ipynb.

Kind regards, CH

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


Re: [sage-release] Sage 6.4.rc0 released

2014-11-06 Thread Clemens Heuberger
On 2014-11-06 15:59, kcrisman wrote:
> 
> http://trac.sagemath.org/ticket/17280
> 
> If you would be so kind as to confirm on that ticket that the fix there does
> indeed fix it and the code seems right to you?  (Assuming you've tried it 
> out.)

I'll try it out within the next two days (sorry for the delay) and post my
comments on the ticket.

Regards, CH

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


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

2014-11-16 Thread Clemens Heuberger
Am 2014-11-16 um 16:41 schrieb Volker Braun:
> Hot on the heels of the 6.4 release, here is the first beta for the next
> version. As usual, get the "develop" git branch.
[...]
> Mini-changelog:
[...]
> 1e39935 Trac #16747: Add optional Arb package (arbitrary-precision
> floating-point ball arithmetic)

Do I have to do something to avoid the following error?

$ ./sage -i arb
Found local metadata for arb-2.3.0
Attempting to download package arb-2.3.0
>>> Trying to download
http://www.sagemath.org/packages/upstream/arb/arb-2.3.0.tar.gz
[Traceback (most recent call last):
...
IOError: [Errno 404] Not Found:
'//www.sagemath.org/packages/upstream/arb/arb-2.3.0.tar.gz'
Error: failed to download package arb-2.3.0

Thanks, CH

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


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

2014-11-17 Thread Clemens Heuberger
Am 2014-11-16 um 16:41 schrieb Volker Braun:
> Hot on the heels of the 6.4 release, here is the first beta for the next
> version. As usual, get the "develop" git branch.

make ptestlong gave one failing doctest:

$ sage -t --long src/sage/misc/cachefunc.pyx
Running doctests with ID 2014-11-18-07-18-23-cce0b79a.
Doctesting 1 file.
sage -t --long src/sage/misc/cachefunc.pyx
**
File "src/sage/misc/cachefunc.pyx", line 792, in
sage.misc.cachefunc.CachedFunction._sage_doc_
Failed example:
os.path.exists(sage_getfile(I.groebner_basis))
Expected:
True
Got:
False
**
1 item had failures:
   1 of   8 in sage.misc.cachefunc.CachedFunction._sage_doc_
[743 tests, 1 failure, 15.21 s]
--
sage -t --long src/sage/misc/cachefunc.pyx  # 1 doctest failed
--
Total time for all tests: 15.4 seconds
cpu time: 2.2 seconds
cumulative wall time: 15.2 seconds

Regards, CH

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


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

2014-11-18 Thread Clemens Heuberger
Am 2014-11-18 um 08:54 schrieb William Stein:
> On Mon, Nov 17, 2014 at 10:23 PM, Clemens Heuberger
>  wrote:
>> make ptestlong gave one failing doctest:
>>
> ...
>> sage -t --long src/sage/misc/cachefunc.pyx  # 1 doctest failed
>> --
>> Total time for all tests: 15.4 seconds
>> cpu time: 2.2 seconds
>> cumulative wall time: 15.2 seconds
> 
> Just out of curiosity, does it fail repeatedly for you?

it is strange: I have one "screen" instance where I initially compiled sage
6.5.beta0, the doctest is failing there persistently, the doctest is looking for
a file "/sage/rings/polynomial/multi_polynomial_ideal.py". So, somehow, the
leading part of the path got lost.

Outside of that "screen" (even in another "screen" instance), the doctest 
passes.

Currently, I have no clue what the difference between the two environments may 
be.

Regards, CH

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


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

2015-02-09 Thread Clemens Heuberger
On 2015-02-09 20:08, William A Stein wrote:
> On Mon, Feb 9, 2015 at 8:23 AM, Daniel Krenn  wrote:
>> "make ptestlong" completed successfully on current Debian stable.
>>
>> Daniel
> 
> make testlong also completed successfully on current Ubuntu 14.10.
>

make ptestlong is also successful on not so current Linux Mint Maya
(corresponding to Ubuntu 12.04 LTS).

CH

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


Re: [sage-release] Sage 6.5.rc2 released

2015-02-13 Thread Clemens Heuberger
On 2015-02-13 14:35, Daniel Krenn wrote:
> Am 2015-02-13 um 02:11 schrieb Volker Braun:
>> This should be the last rc unless you find a new bug, so please give it
>> a whirl!
> 
> make ptestlong passed von Debian stable.

same on Linux Mint Maya (corresponding to Ubuntu 12.04 LTS).

CH

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


Re: [sage-release] Sage 6.5.rc3 released

2015-02-13 Thread Clemens Heuberger
On 2015-02-13 13:24, Volker Braun wrote:
> Hot on the heels of rc2, this should fix the remaining OSX testsuite failure

make ptestlong passed on Linux Mint Maya (corresponding to Ubuntu 12.04 LTS).

CH

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


Re: [sage-release] Sage 6.6.beta6 released

2015-03-20 Thread Clemens Heuberger

I usually build and test new sage releases setting

export DOT_SAGE=/tmp/sage.cheuberg.6.6.beta6
make ptestlong

because I want to have a clear environment and my home directory may become
unaccessible during the build.

With 6.6.beta6, the build with this setting stops with ccache and sphinx.

Logfile for ccache:

Attempting to download package ccache
>>> Checking online list of optional packages.
/local/sage/sage-6.6.beta6/src/bin/sage-spkg: line 373:
/tmp/sage.cheuberg.6.6.beta6/optional.list: No such file or directory
Error: failed to download http://www.sagemath.org/spkg/optional/list, aborting

In fact, /tmp/sage.cheuberg.6.6.beta6/optional.list does not exist.

System is Linux Mint 12.04.

The sphinx error may be unrelated.

Regards,

CH


Am 2015-03-19 um 22:39 schrieb Volker Braun:
> As usual, get the "develop" branch or the source tarball from
> http://www.sagemath.org/download-latest.html
> 
> 2a02a9e Updated Sage version to 6.6.beta6
> d7c1c8f Trac #15916: Tensors on free modules of finite rank
> 4b9af69 Trac #17976: typo in documentation for Permutation
> dd0d3df Trac #17987: add SageMathCloud chat and backup files to .gitignore
> e92d7f4 Trac #17980: show in the IPython nb
> 4ce3b9d Trac #17977: Corner sum matrix ASM method has incorrect output
> 81aded5 Trac #17975: syntatic error: fix typo in documentation of 
> DescentAlgebra
> 1c4b640 Trac #17973: Better Sage consistency for naming and calling in 
> linear_code
> 2dfcf9f Trac #17972: Make database_pari a new-style package
> 591b60d Trac #17914: Upgrade eclib to latest upstream
> 80ba618 Trac #17305: Invariants of Two Ternary Quadratics
> ab00d83 Trac #17041: Get all paths to highest weight in crystal
> 3be1548 Trac #17967: Replace *, foo imports
> ca682a1 Trac #17938: implement common refinement of fans
> 90c781e Trac #13982: rewrite sage.combinat.combinat.unordered_tuples using
> itertools.combinations_with_replacement
> 4701c61 Trac #17960: Jinja2 is too old
> 680f9fb Trac #17631: Auto-generate gen.pyx -- part 1
> ccf9d16 Trac #9439: hyperbolic geometry
> 59e8d94 Trac #17955: LaurentSeriesRing and series_precision
> 62f6632 Trac #17959: Ellipsize a tachyon version
> b7e86cc Trac #17327: Simplify computation of values of Dirichlet characters
> 4c4dfb6 Trac #17952: Actually remove c_lib files
> 5d1710a Trac #17950: make modular_decomposition an optional spkg
> 94e7f1a Trac #17905: Dominating set in directed Graphs not correct
> f90f7e1 Trac #17306: Let mathjax spkg work with sagenb
> d7cecb8 Trac #16888: weak popov form does not compute weak popov form
> 9265fc5 Trac #17954: SyntaxError: from __future__ imports must occur at the
> beginning of the file
> 4ad08d2 Trac #17949: Don't use sig_str() message for AlarmInterrupt
> e0ceacc Trac #17946: Use ipython own's function to get its configuration 
> folder
> f0ab14f Trac #17900: Setup interrupts in Cython
> c7ff004 Trac #17124: Matrix constructor broken for symmetric function rings 
> and
> 1-column matrices
> b098d4f Trac #17906: Upgrade PARI to latest master
> 52db42b Updated Sage version to 6.6.beta5
> 
> -- 
> 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
> <mailto:sage-release+unsubscr...@googlegroups.com>.
> To post to this group, send email to sage-release@googlegroups.com
> <mailto:sage-release@googlegroups.com>.
> Visit this group at http://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.


-- 
Univ.-Prof. Dr. Clemens HeubergerAlpen-Adria-Universität Klagenfurt
Institut für Mathematik, Universitätsstraße 65-67, 9020 Klagenfurt, Austria
Tel: +43 463 2700 3121Fax: +43 463 2700 99 3121
clemens.heuber...@aau.athttp://wwwu.aau.at/cheuberg

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


Re: [sage-release] Sage 6.6.beta6 released

2015-03-21 Thread Clemens Heuberger
On 2015-03-20 13:30, Volker Braun wrote:
> The link seems to work right now, maybe it was transient? 

I don't think so. I retried it today, still the same problems.
My sphinx problem I mentioned earlier seems to be the same circular dependency
problem that was reported on sage-devel.

But I had now three compilation attempts where ccache always had the same
problem as described below.

Manually, the link  downloads fine.

regards, CH

> 
> 
> 
> On Friday, March 20, 2015 at 12:12:32 PM UTC+1, Clemens Heuberger wrote:
> 
> 
> I usually build and test new sage releases setting
> 
> export DOT_SAGE=/tmp/sage.cheuberg.6.6.beta6
> make ptestlong
> 
> because I want to have a clear environment and my home directory may 
> become
> unaccessible during the build.
> 
> With 6.6.beta6, the build with this setting stops with ccache and sphinx.
> 
> Logfile for ccache:
> 
> Attempting to download package ccache
> >>> Checking online list of optional packages.
> /local/sage/sage-6.6.beta6/src/bin/sage-spkg: line 373:
> /tmp/sage.cheuberg.6.6.beta6/optional.list: No such file or directory
> Error: failed to download http://www.sagemath.org/spkg/optional/list
> <http://www.sagemath.org/spkg/optional/list>, aborting
> 
> In fact, /tmp/sage.cheuberg.6.6.beta6/optional.list does not exist.
> 
> System is Linux Mint 12.04.
> 
> The sphinx error may be unrelated.
> 
> Regards,
> 
> CH
> 
> 
> Am 2015-03-19 um 22:39 schrieb Volker Braun:
> > As usual, get the "develop" branch or the source tarball from
> > http://www.sagemath.org/download-latest.html
> <http://www.sagemath.org/download-latest.html>
> >
> > 2a02a9e Updated Sage version to 6.6.beta6
> > d7c1c8f Trac #15916: Tensors on free modules of finite rank
> > 4b9af69 Trac #17976: typo in documentation for Permutation
> > dd0d3df Trac #17987: add SageMathCloud chat and backup files to 
> .gitignore
> > e92d7f4 Trac #17980: show in the IPython nb
> > 4ce3b9d Trac #17977: Corner sum matrix ASM method has incorrect output
> > 81aded5 Trac #17975: syntatic error: fix typo in documentation of
> DescentAlgebra
> > 1c4b640 Trac #17973: Better Sage consistency for naming and calling in
> linear_code
> > 2dfcf9f Trac #17972: Make database_pari a new-style package
> > 591b60d Trac #17914: Upgrade eclib to latest upstream
> > 80ba618 Trac #17305: Invariants of Two Ternary Quadratics
> > ab00d83 Trac #17041: Get all paths to highest weight in crystal
> > 3be1548 Trac #17967: Replace *, foo imports
> > ca682a1 Trac #17938: implement common refinement of fans
> > 90c781e Trac #13982: rewrite sage.combinat.combinat.unordered_tuples 
> using
> > itertools.combinations_with_replacement
> > 4701c61 Trac #17960: Jinja2 is too old
> > 680f9fb Trac #17631: Auto-generate gen.pyx -- part 1
> > ccf9d16 Trac #9439: hyperbolic geometry
> > 59e8d94 Trac #17955: LaurentSeriesRing and series_precision
> > 62f6632 Trac #17959: Ellipsize a tachyon version
> > b7e86cc Trac #17327: Simplify computation of values of Dirichlet 
> characters
> > 4c4dfb6 Trac #17952: Actually remove c_lib files
> > 5d1710a Trac #17950: make modular_decomposition an optional spkg
> > 94e7f1a Trac #17905: Dominating set in directed Graphs not correct
> > f90f7e1 Trac #17306: Let mathjax spkg work with sagenb
> > d7cecb8 Trac #16888: weak popov form does not compute weak popov form
> > 9265fc5 Trac #17954: SyntaxError: from __future__ imports must occur at 
> the
> > beginning of the file
> > 4ad08d2 Trac #17949: Don't use sig_str() message for AlarmInterrupt
> > e0ceacc Trac #17946: Use ipython own's function to get its configuration
> folder
> > f0ab14f Trac #17900: Setup interrupts in Cython
> > c7ff004 Trac #17124: Matrix constructor broken for symmetric function
> rings and
> > 1-column matrices
> > b098d4f Trac #17906: Upgrade PARI to latest master
> > 52db42b Updated Sage version to 6.6.beta5
> >
> > --
> > 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...@googlegroups.com 
> > <mailto:sage-release+unsubscr...@googlegroups.com >.
> > To post to this group, send email to s

Re: [sage-release] Sage 6.6.beta6 released

2015-03-22 Thread Clemens Heuberger
On 2015-03-21 10:28, Volker Braun wrote:
> Presumably your issue goes away if you don't set SAGE_INSTALL_CCACHE=yes. If 
> so
> its a different bug.

whatever it was, it went away with 6.6.rc0 and I stop trying to figure out what
the problem in 6.6.beta6 was.

Thanks for your suggestions.

CH

> 
> 
> On Saturday, March 21, 2015 at 9:18:21 AM UTC+1, Clemens Heuberger wrote:
> 
> On 2015-03-20 13:30, Volker Braun wrote:
> > The link seems to work right now, maybe it was transient?
> 
> I don't think so. I retried it today, still the same problems.
> My sphinx problem I mentioned earlier seems to be the same circular 
> dependency
> problem that was reported on sage-devel.
> 
> But I had now three compilation attempts where ccache always had the same
> problem as described below.
> 
> Manually, the link  downloads fine.
> 
> regards, CH
> 
> >
> >
> >
> > On Friday, March 20, 2015 at 12:12:32 PM UTC+1, Clemens Heuberger wrote:
> >
> >
> > I usually build and test new sage releases setting
> >
> > export DOT_SAGE=/tmp/sage.cheuberg.6.6.beta6
> > make ptestlong
> >
> > because I want to have a clear environment and my home directory may
> become
> > unaccessible during the build.
> >
> > With 6.6.beta6, the build with this setting stops with ccache and 
> sphinx.
> >
> > Logfile for ccache:
> >
> > Attempting to download package ccache
> > >>> Checking online list of optional packages.
> > /local/sage/sage-6.6.beta6/src/bin/sage-spkg: line 373:
> > /tmp/sage.cheuberg.6.6.beta6/optional.list: No such file or 
> directory
> > Error: failed to download http://www.sagemath.org/spkg/optional/list
> <http://www.sagemath.org/spkg/optional/list>
> > <http://www.sagemath.org/spkg/optional/list
> <http://www.sagemath.org/spkg/optional/list>>, aborting
> >
> > In fact, /tmp/sage.cheuberg.6.6.beta6/optional.list does not exist.
> >
> > System is Linux Mint 12.04.
> >
> > The sphinx error may be unrelated.
> >
> > Regards,
> >
> > CH

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


Re: [sage-release] Sage 6.9.rc0 released

2015-09-26 Thread Clemens Heuberger
ubuntu 14.04, 64 bit, 4 GB RAM: make -j4 ran out of memory while building
documentation, last line in logfile:
[tutorial ] reading sources... [ 43%] sagetex
I then killed 4 processes using 2.7 GB each.

On the same machine, there haven't been any problems with make -j4 for any beta
or rc releases since this February.

Regards, Clemens

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


Re: [sage-release] Sage 6.9.rc0 released

2015-09-28 Thread Clemens Heuberger

I recompiled 6.9.beta7 and 6.9.rc0 last night one after the other on the same
machine with negligible other load.

6.9.beta7:   81 minutes
6.9.rc0:173 minutes

(make -j4 with 8 GB RAM, linux 64 bit).

I currently do not have a breakdown as "time" would give it (because I did not
know that this does not go into the logfile), but can rerun the experiment this
night, but based on the file times (checking out and logfiles), the
approximation should be good enough.

In 6.9.rc0, the compilation of gcc-4.9.2.p1 seems to have taken quite some time,
in the logfiles, here is are 4 consecutive lines of ls -ltr.

-rw-r--r-- 1 cheuberg domain users   905244 Sep 27 22:43 scipy-0.14.0.log
-rw-r--r-- 1 cheuberg domain users 1611 Sep 27 22:52
conway_polynomials-0.4.p0.log
-rw-r--r-- 1 cheuberg domain users 9490 Sep 27 23:26 ccache-3.2.2.log
-rw-r--r-- 1 cheuberg domain users 29830155 Sep 27 23:55 gcc-4.9.2.p1.log

Regards,

Clemens


Am 2015-09-27 um 15:36 schrieb Volker Braun:
> The wall time isn't comparable, different system load.
> 
> 
> On Sunday, September 27, 2015 at 3:00:33 PM UTC+2, leif wrote:
> 
> Volker Braun wrote:
> > With Sage-6.8 is pretty much the same, maybe ~< 10% less memory usage;
> > In any case no drastic change.
> 
> Just about 50+% increase in build time...? ;-)
> 
> 
> -leif
> 
> For reference:  The figures for 6.9.rc0:
> 
> https://lh3.googleusercontent.com/-fvz6bvxGrVo/Vgaae7pRfgI/XkE/c4eAUFjADgE/s1600/make-j4.png
> 
> 
> 
> 
> 
> >
> 
>  
> >
> 
> >
> >
> >
> >
> >
> > On Saturday, September 26, 2015 at 8:49:43 PM UTC+2, Jeroen Demeyer 
> wrote:
> >
> > On 2015-09-26 14:48, Volker Braun wrote:
> > > Though afaik our docs say that you need 2gb per process, so you 
> were
> > > quite a bit below that. It could just be slightly different order 
> of
> > > execution that blows things up now even though memory consumption
> > didn't
> > > increase.
> >
> > The question is: did it really not increase? You should compare 6.8
> > with
> > 6.9.rc0 for example.
> 
> -- 
> 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 http://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 http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9.rc0 released

2015-10-03 Thread Clemens Heuberger
Am 2015-10-03 um 11:28 schrieb Jeroen Demeyer:
> On 2015-09-28 16:22, Clemens Heuberger wrote:
>>
>> I recompiled 6.9.beta7 and 6.9.rc0 last night one after the other on the same
>> machine with negligible other load.
> 
> What does the word "recompiled" mean in the sentence above?

sorry for the imprecise report.

rm -rf sage-6.9.beta7
git clone ...
make -j4; ./sage -i ccache; make

(the last line is due to the fact that I use some script which sets everything
up and I forgot the fact that I wrote the last line as it is. This did not have
any consequences until beta7 and leads to much longer total time in rc0.)

Clemens

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


Re: [sage-release] Sage 6.9.rc0 released

2015-10-03 Thread Clemens Heuberger

Am 2015-10-03 um 19:00 schrieb Clemens Heuberger:
> rm -rf sage-6.9.beta7
> git clone ...
> make -j4; ./sage -i ccache; make

I repeated this tonight:

6.9.beta7:
real88m39.989s
user247m40.494s
sys 19m13.816s
6.9.rc0:
real181m18.663s
user498m37.352s
sys 38m7.824s
6.9.rc2:
real87m33.002s
user248m6.490s
sys 19m28.353s

So for me, the issue has been solved, thank you.

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


Re: [sage-release] Sage 6.9.rc3 released

2015-10-07 Thread Clemens Heuberger
Am 2015-10-07 um 01:16 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

linux mint 17.2 64 bit: I did the following:

clone into a fresh directory
make; ./sage -i ccache; ./sage -b; make
./sage -tp 4 --all --long

and got many doctest failures. I include here just the first few lines of the
summary:

sage -t --long --warn-long 54.5
src/sage/schemes/elliptic_curves/ell_rational_field.py  # 1 doctest failed
sage -t --long --warn-long 54.5 src/sage/dev/sagedev.py  # OSError in doctesting
framework
sage -t --long --warn-long 54.5
src/sage/schemes/elliptic_curves/ell_number_field.py  # 1 doctest failed
sage -t --long --warn-long 54.5 src/sage/plot/plot.py  # Timed out after testing
finished
sage -t --long --warn-long 54.5 src/sage/geometry/lattice_polytope.py  # 498
doctests failed
sage -t --long --warn-long 54.5 src/sage/plot/graphics.py  # 39 doctests failed
sage -t --long --warn-long 54.5 src/sage/combinat/root_system/plot.py  # 4
doctests failed
sage -t --long --warn-long 54.5 src/sage/plot/plot3d/implicit_plot3d.py  # 42
doctests failed
sage -t --long --warn-long 54.5
src/sage/combinat/root_system/root_lattice_realizations.py  # 4 doctests failed

Then I called

./sage -btp 4 --all --long --logfile=logs/vanilla.log

once more. Then only one failing doctest remained, namely

sage.doctest.sources.FileDocTestSource._test_enough_doctests

There are 1 tests in sage/doctest/not_tested.py that are not being run

In fact,

$ git status
HEAD detached at 6.9.rc3
Untracked files:
  (use "git add ..." to include in what will be committed)

hello.spyx
src/sage/doctest/not_tested.py

nothing added to commit but untracked files present (use "git add" to track)

And it seems that I am running into the same problem on my virtual 32 bit
machine as well.

Calling "make; ./sage -i ccache; ./sage -b; make" might be somewhat unorthodox
but I am surprised by the repercussions.

Regards,

Clemens

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


Re: [sage-release] Sage 6.9.rc3 released

2015-10-08 Thread Clemens Heuberger
Am 2015-10-08 um 10:23 schrieb Jeroen Demeyer:
>> and got many doctest failures. I include here just the first few lines of the
>> summary:
> It would be better to see the actual failures, the summary says nothing.

It seems to have been a false alarm: my home directory was apparently
unavailable during the doctests, so my .sage directory was unavailable which led
to multiple doctest failures. Sorry.

Clemens

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


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

2015-10-15 Thread Clemens Heuberger
linux mint 17.1, 64 bit:

I get one error (I used a temporary directory as DOT_SAGE):


sage -t --long src/sage/doctest/test.py
**
File "src/sage/doctest/test.py", line 26, in sage.doctest.test
Failed example:
subprocess.call(["sage", "-t", "--warn-long", "0", "longtime.rst"], **kwds)
 # long time
Expected:
Running doctests...
Doctesting 1 file.
sage -t --warn-long 0.0 longtime.rst
[0 tests, ...s]
--
All tests passed!
--
...
0
Got:
init.sage does not exist ... creating
Running doctests with ID 2015-10-16-07-54-42-28f6aa58.
Git branch: HEAD
Using --optional=ccache,gcc,mpir,python2,sage
Doctesting 1 file.
sage -t --warn-long 0.0 longtime.rst
[0 tests, 0.00 s]
--
All tests passed!
--
Total time for all tests: 0.0 seconds
cpu time: 0.0 seconds
cumulative wall time: 0.0 seconds
0
**
1 item had failures:
   1 of  45 in sage.doctest.test
[44 tests, 1 failure, 60.08 s]

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


Re: [sage-release] Sage 7.6.beta3 released

2017-02-08 Thread Clemens Heuberger

Not yet present at trac, neither:

$ git fetch trac
$ git log -1 trac/develop
commit 375d4ee776ec1b73bf581843fe42dec320c7f861
Author: Volker Braun 
Date:   Wed Feb 1 20:20:54 2017 +0100

Updated SageMath version to 7.6.beta2

Clemens

Am 2017-02-09 um 06:47 schrieb Henri Girard:
> Idem here, not yet in github.
> 
> 
> Le 09/02/2017 à 05:39, Francois Bissey a écrit :
>>> On 9/02/2017, at 12:30, Volker Braun  wrote:
>>>
>>> As always, you can get the latest beta version from the "develop" git 
>>> branch.
>> Not yet present on github. I rely on github to push the sage-on-gentoo
>> equivalent.
>>
>> François
>>
> 


-- 
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 10.0.rc0 released

2023-04-23 Thread Clemens Heuberger
On two Linux Mint 20.3 machines, I got doctest errors which I have not seen 
before in the previous betas, see below.


Regards, Clemens Heuberger

$ ./sage -t --long src/sage/modules/torsion_quadratic_module.py
Running doctests with ID 2023-04-24-07-32-35-be944086.
Running with SAGE_LOCAL='/local/cheuberg/local/sage-10.0.rc0/local' and 
SAGE_VENV='/local/cheuberg/local/sage-10.0.rc0/local/var/lib/sage/venv-python3.8'

Using --optional=ccache,debian,pip,sage,sage_spkg
Features to be detected: 
4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,cvxopt,cvxopt,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_jones_numfield,database_knotinfo,dvipng,fpylll,gfan,graphviz,imagemagick,ipython,jupymake,kenzo,latte_int,lrcalc_python,lrslib,mcqd,meataxe,mpmath,msolve,nauty,networkx,numpy,palp,pandoc,pdf2svg,pdftocairo,pexpect,phitigra,pillow,plantri,polytopes_db,polytopes_db_4d,pplpy,primecountpy,ptyprocess,pynormaliz,python_igraph,requests,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.libs.gap,sage.libs.pari,sage.libs.singular,sage.misc.cython,sage.modules,sage.plot,sage.rings.finite_rings,sage.rings.function_field,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.rings.real_mpfr,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scipy,singular,sphinx,sympy,tdlib

Doctesting 1 file.
sage -t --long --warn-long 137.9 
--random-seed=155144040233019325072901081171677324940 
src/sage/modules/torsion_quadratic_module.py

**
File "src/sage/modules/torsion_quadratic_module.py", line 614, in 
sage.modules.torsion_quadratic_module.TorsionQuadraticModule.genus

Failed example:
genera = flatten([genera(s, d, even=False) for d in dets for s in 
signatures])  # long time   # optional - sage.libs.pari

Exception raised:
Traceback (most recent call last):
  File "/local/cheuberg/local/sage-10.0.rc0/src/sage/doctest/forker.py", 
line 695, in _run

self.compile_and_execute(example, compiler, test.globs)
  File "/local/cheuberg/local/sage-10.0.rc0/src/sage/doctest/forker.py", 
line 1093, in compile_and_execute

exec(compiled, globs)
  File "sage.modules.torsion_quadratic_module.TorsionQuadraticModule.genus[16]>", line 
1, in 
genera = flatten([genera(s, d, even=False) for d in dets for s in 
signatures])  # long time   # optional - sage.libs.pari
  File "sage.modules.torsion_quadratic_module.TorsionQuadraticModule.genus[16]>", line 
1, in 
genera = flatten([genera(s, d, even=False) for d in dets for s in 
signatures])  # long time   # optional - sage.libs.pari

TypeError: 'staticmethod' object is not callable
**
File "src/sage/modules/torsion_quadratic_module.py", line 615, in 
sage.modules.torsion_quadratic_module.TorsionQuadraticModule.genus

Failed example:
all(g == g.discriminant_form().genus(g.signature_pair()) for g in genera) 
# long time   # optional - sage.libs.pari

Exception raised:
Traceback (most recent call last):
  File "/local/cheuberg/local/sage-10.0.rc0/src/sage/doctest/forker.py", 
line 695, in _run

self.compile_and_execute(example, compiler, test.globs)
  File "/local/cheuberg/local/sage-10.0.rc0/src/sage/doctest/forker.py", 
line 1093, in compile_and_execute

exec(compiled, globs)
  File "sage.modules.torsion_quadratic_module.TorsionQuadraticModule.genus[17]>", line 
1, in 
all(g == g.discriminant_form().genus(g.signature_pair()) for g in 
genera)   # long time   # optional - sage.libs.pari

TypeError: 'staticmethod' object is not iterable
**
1 item had failures:
   2 of  19 in 
sage.modules.torsion_quadratic_module.TorsionQuadraticModule.genus
[186 tests, 2 failures, 1.08 s]
--
sage -t --long --warn-long 137.9 
--random-seed=155144040233019325072901081171677324940 
src/sage/modules/torsion_quadratic_module.py  # 2 doctests failed

--
Total time for all tests: 1.1 seconds
cpu time: 1.0 seconds
cumulative wall time: 1.1 seconds
Features detected for doctesting: sage.combinat,sage.groups,sage.libs.pari
pytest is not installed in the venv, skip checking tests that rely on it




Am 23.04.23 um 16:46 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



f3acd42678a (tag: 10.0.rc0, github/develop) Updated SageMath version to 10.0.rc0
eca2a773d08 gh-35543: Cleaning s

Re: [sage-release] Sage 10.3.beta6 released

2024-01-23 Thread Clemens Heuberger

On one machine, I encountered persistent doctest errors with a specific random 
seed:

sage -t --long --warn-long 51.5 
--random-seed=218399045362864612956198671406486371465 src/sage/plot/plot.py  # 1 
doctest failed
sage -t --long --warn-long 51.5 
--random-seed=218399045362864612956198671406486371465 
src/sage/schemes/elliptic_curves/ell_field.py  # 2 doctests failed


With another random seed, tests passed.

Log is attached.



Am 22.01.24 um 01:23 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


3dd953c3aa6 (tag: 10.3.beta6, github/develop) Updated SageMath version to 
10.3.beta6
...


--
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/0a7205e5-e856-4f11-8af4-0624d45243ac%40aau.at.
Running doctests with ID 2024-01-22-07-39-00-928d732d.
Running with SAGE_LOCAL='/local/cheuberg/local/sage-10.3.beta6/local' and SAGE_VENV='/local/cheuberg/local/sage-10.3.beta6/local/var/lib/sage/venv-python3.11.1'
Using --optional=ccache,debian,pip,sage,sage_spkg
Features to be detected: 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,cvxopt,cvxopt,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_cubic_hecke,database_ellcurves,database_graphs,database_jones_numfield,database_knotinfo,dvipng,fpylll,fricas,gap_package_atlasrep,gap_package_design,gap_package_grape,gap_package_guava,gap_package_hap,gap_package_polycyclic,gap_package_qpa,gap_package_quagroup,gfan,graphviz,imagemagick,ipython,jmol,jupymake,kenzo,latte_int,lrcalc_python,lrslib,mcqd,meataxe,mpmath,msolve,nauty,networkx,numpy,palp,pandoc,pdf2svg,pdftocairo,pexpect,phitigra,pillow,plantri,polytopes_db,polytopes_db_4d,pplpy,primecountpy,ptyprocess,pynormaliz,pyparsing,python_igraph,requests,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.libs.braiding,sage.libs.ecl,sage.libs.flint,sage.libs.gap,sage.libs.linbox,sage.libs.m4ri,sage.libs.ntl,sage.libs.pari,sage.libs.singular,sage.misc.cython,sage.modular,sage.modules,sage.numerical.mip,sage.plot,sage.rings.complex_double,sage.rings.finite_rings,sage.rings.function_field,sage.rings.number_field,sage.rings.padics,sage.rings.polynomial.pbori,sage.rings.real_double,sage.rings.real_mpfr,sage.sat,sage.schemes,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,scipy,singular,sphinx,symengine_py,sympy,tdlib,threejs
Doctesting 2 files.
sage -t --long --warn-long 51.5 --random-seed=218399045362864612956198671406486371465 src/sage/plot/plot.py
**
File "src/sage/plot/plot.py", line 1855, in sage.plot.plot.plot
Failed example:
plot(f, (x, -3.5, 3.5), detect_poles='show', exclude=[-3..3],
 ymin=-5, ymax=5)
Expected:
Graphics object consisting of 12 graphics primitives
Got:
Graphics object consisting of 13 graphics primitives
**
1 item had failures:
   1 of 157 in sage.plot.plot.plot
[470 tests, 1 failure, 44.41 s]
sage -t --long --warn-long 51.5 --random-seed=218399045362864612956198671406486371465 src/sage/schemes/elliptic_curves/ell_field.py
**
File "src/sage/schemes/elliptic_curves/ell_field.py", line 1051, in sage.schemes.elliptic_curves.ell_field.EllipticCurve_field.division_field
Failed example:
K = E.division_field(l)
Exception raised:
Traceback (most recent call last):
  File "sage/rings/finite_rings/integer_mod.pyx", line 382, in sage.rings.finite_rings.integer_mod.IntegerMod_abstract.__init__
z = integer_ring.Z(value)
  File "sage/structure/parent.pyx", line 901, in sage.structure.parent.Parent.__call__
return mor._call_(x)
  File "sage/structure/coerce_maps.pyx", line 163, in sage.structure.coerce_maps.DefaultConvertMap_unique._call_
raise
  File "sage/structure/coerce_maps.pyx", line 158, in sage.structure.coerce_maps.DefaultConvertMap_unique._call_
return C._element_constructor(x)
  File "sage/rings/integer.pyx", line 712, in sage.rings.integer.Integer.__init__
raise TypeError("unable to coerce %s to an integer" % type(x))
TypeError: unable to coerce  to an integer

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/local/cheuberg/local/sage-10.3.beta6/src/sage/structure/sequence.py", line 450, in __init__
x[i] = universe(x[i])
   ^^
  File "sage/structure/parent.pyx", line 901, in sage.structure.parent.Parent.__call__
return mor._call_(x)