By the way, I have a new computer which routinely gives me failures (for 
several Sage versions) on singular/polynomial.pyx:

sage -t --long --warn-long 56.2 src/sage/libs/singular/polynomial.pyx
**********************************************************************
File "src/sage/libs/singular/polynomial.pyx", line 184, in 
sage.libs.singular.polynomial.singular_polynomial_call
Failed example:
    for i in range(30):  # long time
        n = leak(10000)
        print("Leaked {} bytes".format(n))
        if n == 0:
            zeros += 1
            if zeros >= 6:
                break
        else:
            zeros = 0
Expected:
    Leaked...
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
Got:
    Leaked 373293056 bytes
    Leaked 301989888 bytes
    Leaked 322961408 bytes
    Leaked 0 bytes
    Leaked 272629760 bytes
    Leaked 331350016 bytes
    Leaked 0 bytes
    Leaked 226492416 bytes
    Leaked 306184192 bytes
    Leaked 322961408 bytes
    Leaked 16777216 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 289406976 bytes
    Leaked 268435456 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 327155712 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 331350016 bytes
    Leaked 327155712 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 0 bytes
    Leaked 327155712 bytes

Worth opening a ticket or not?




On Sunday, August 5, 2018 at 3:34:44 AM UTC-7, Volker Braun wrote:
>
> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html
>
> ada43b34b3 (tag: 8.4.beta0) Updated SageMath version to 8.4.beta0
> 5a9630a763 Trac #25897: Incorrect Comparison of embedding index in 
> projective_embedding
> 2220712b29 Trac #25895: LatticePoset, optimize congruence-related 
> functions for trivial cases
> 7a3b5b693b Trac #25893: some care for sphinx warnings
> 6c7cbb3285 Trac #25881: adding some doctests in interval-posets
> e4e2c03f4d Trac #25880: cleanup of free Zinbiel algebras
> 4fd68dba48 Trac #25879: Residue incorrect for extensions of CA and FM 
> extensions
> 47959c3f7d Trac #25878: Implement Height function for product morphism
> ccacb99504 Trac #25876: pyflakes fix in tableau
> 18e8dc7147 Trac #25873: removing some "if len(...) > 0" in various pyx 
> files
> 588f0354ba Trac #25871: Add option to control GC during doctests
> 5add43b99b Trac #25858: mpir build failures with some Haswell CPUs
> accfe22091 Trac #25855: new methods "is_extremal" and 
> "is_left_modular_element" for lattices
> 9740141976 Trac #25848: Some preparations for binding=True
> d589e8c1a7 Trac #25845: Move Set_PythonType to a separate file
> ccfe79a353 Trac #25843: Move extlinks into the main Sage code
> e2e495b815 Trac #25842: Upgrade to Cython 0.28.4
> 42f2533096 Trac #25841: small cleanup in jacobian_generic.py
> 364dd1c861 Trac #25832: py3: replacing some .vertices() by 
> .vertex_iterator()
> c1a046b028 Trac #25824: py3: get rid of cmp() in the doc of element.pyx
> 503ac4643e Trac #25813: Upgrade cypari2
> 3ed549f927 Trac #25809: sage --info tries to write to SAGE_SPKG_SCRIPTS
> 709f2658a4 Trac #25808: py3: fix some details in combinat
> 461f55d783 Trac #25807: fix equality of subword complexes
> 1293a23e4c Trac #25799: Remove hardcoded default matplotlib stylesheet
> 327e1d1783 Trac #25788: py3: some details in clusters and graphs
> cb3c5e6e0a Trac #25784: Typo in Polyhedra tutorial
> 7bdd7d9c20 Trac #25783: enable conversion of PrimeField from FriCAS to sage
> bcd7cca671 Trac #25780: Normalize bound checking in points function
> 0ed2580f3f Trac #25778: py3 really remove __cmp__ in lazy_import.pyx
> cff00f0bcd Trac #25777: adding partition keyword for plot3d of graphs
> 4489168149 Trac #25770: py3: adapt two more scripts
> 9e9e23c6eb Trac #25769: do not sort the vertices inside connected 
> components unless required
> e4fb295e4c Trac #25767: Update saclib to 2.2.7 and qepcad to B.1.71
> 5512205fc1 Trac #25761: Matrices to elements of finite unitary groups are 
> not unitary!
> 1dd411a20f Trac #25760: Adding other versions to the burau_matrix method 
> of the braid group class
> 16d68b7333 Trac #25756: Converting symbolic product to sympy fail
> 5c04be1b74 Trac #25755: Patch numpy to fix issue with python3.7
> ca472d3c83 Trac #25754: Cache the basis for filtered_modules_with_basis
> 6c35badc56 Trac #25751: Improve PARI finite field iterator
> 4557a85683 Trac #25750: fixing invalid escape sequences in modules and 
> monoids (final)
> acff28daca Trac #25747: Remove pointless _element_constructor_ from 
> FiniteField_pari_ffelt
> 1a3cd76eff Trac #25746: py3 fixes in partition diagrams
> 4f2a218f15 Trac #25741: Speedup _mpoly_dict_recursive by Cythonizing it
> 49481ea2e1 Trac #25737: Move LaurentPolynomialRing to a new-style parent 
> and some optimizations
> 8661fffb0b Trac #25736: py3: wrap some range in reflection_group_c
> a6c1bf16c7 Trac #25733: Speed up SBox.boomerang_connectivity_matrix
> 557d334075 Trac #25730: fixing invalid escape sequences in functions 
> (final)
> aba38b7f36 Trac #25728: fixing invalid escape sequences in combinat (step 
> 2)
> 1428be4876 Trac #25726: py3: care for filter in btquotients
> 601fa62c02 Trac #25725: py3: do not use __builtin__ in graph families
> 7225061671 Trac #25724: py3: fix cdd interface
> f3c4c03868 Trac #25721: fixing invalid escape sequences in manifolds and 
> part of combinat
> 005030dcc6 Trac #25718: PariGroup is not a group
> 6eb7977a3b Trac #25716: Posets: Add random maximal (anti)chain & linext
> 79e4281552 Trac #25715: Minor bugs in q_analogues parents
> 6d9970aa21 Trac #25706: Conversion map from a matrix group to its 
> corresponding permutation group does not work
> 955f614532 Trac #25705: Make libhomfly and libbraiding standard packages.
> 3719d0b49c Trac #25700: Upgrade pexpect to 4.6.0
> 25b4f45c4a Trac #25696: Error in is_clique for graphs with multiple edges
> 7c6df78206 Trac #25689: Update q_analogues.q_jordan
> 81b13969df Trac #25678: MutablePoset: map randomly fails for many 
> None-returns
> 1131fd1a72 Trac #25676: py3: Automatically alias OSError subclasses in 
> exception doctests
> 73d130a5b4 Trac #25657: 1.coprime_integers(n) should return [0]
> df02fbee31 Trac #25635: enhanced make_monic in heegner.py
> 62b6ecca3e Trac #25550: is_comparability() fails for immutable graph
> 0704c563dd Trac #25449: Converting IntegerMod_int64 to IntegerMod_int
> 9b14253334 Trac #25403: Random regular bipartite graph generator and 
> bipartite graph embeddings
> c7499c1fc2 Trac #25397: Smaller coefficients in element_with_valuation for 
> function field valuations
> 2ab1546b3e Trac #25344: Upgrade cddlib to 0.94j
> cd9f5403a5 Trac #25309: Make more paths configurable
> 76e7245839 Trac #25208: Move configure-time checks for OSX/XCode 
> compatibility to a separate macro
> 081df3eb4a Trac #25194: Make ZZ['x'].random_element return leading 
> coefficient in chosen range
> 3399f7a572 Trac #25181: has_custom_conversion check in 
> UnitalAlgebras.ParentMethods is broken
> 1df416f93d Trac #25142: Add DESTDIR support for zlib
> 61f38e486f Trac #25099: Add DESTDIR support for sympow
> a7c63ce6d0 Trac #25085: Add DESTDIR support for zn_poly, and additional 
> cleanup
> 45185a4082 Trac #25045: Add DESTDIR support for mpfr
> cf218b0a18 Trac #25043: Add DESTDIR support for python2/python3
> 5c5c0994ea Trac #24847: Implement stacking onto a face of a polyhedron
> c868d2c4a4 Trac #24837: Improve the output of repr_pretty_Hrepresentation 
> for Polyhedron
> 6be2b4aef8 Trac #24786: py3: various Python 3 bugs in the brial package
> e0db968a51 Trac #24766: Upgrade scipy to 1.1.0
> 31272c22ba Trac #24711: Add remove_faces  method for simplicial complexes
> 4e149dc547 Trac #24646: Add support for staged installations in packages 
> that use sdh_pip_install
> 453db04d6e Trac #24365: Nonnumeric integer expressions not handled by 
> floor/ceil
> 0dcb662541 Trac #24194: Weight 1 modular forms for Gamma1 and GammaH groups
> 6a3074d478 Trac #23478: Determinant of p-adic matrices
> 499c252d85 Trac #23464: add_bigoh over totally ramified p-adic extensions 
> sometimes segfaults
> 14a655a276 Trac #22623: Implement quantum groups by wrapping GAP's 
> QuaGroup package
> f558933c61 Trac #21994: Change behavior of the % operator for p-adic 
> integral elements
> 2a5c86f700 Trac #25844: Remove package pycrypto
> 3caa7748a5 Trac #25818: Fix build issue with libpng
> 5920569d25 Trac #24241: is_alive doctest failure in map_reduce
> e8633b0991 (tag: 8.3, trac/master) Updated SageMath version to 8.3
>
>

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

Reply via email to