All segmentation faults vanished! But new were introduced: ./sage -t --long src/sage/modular/btquotients/pautomorphicform.py # Timed out -> again ./sage -t --long src/sage/rings/finite_rings/residue_field.pyx # Timed out -> All tests passed ./sage -t --long src/sage/schemes/elliptic_curves/constructor.py # Timed out -> again ./sage -t --long src/sage/schemes/elliptic_curves/gal_reps.py # Timed out -> Segmentation fault! ./sage -t --long src/sage/schemes/elliptic_curves/ell_torsion.py # Timed out -> Segmentation fault ./sage -t --long src/sage/schemes/affine/affine_morphism.py # Timed out -> again ./sage -t --long src/sage/rings/morphism.pyx # Timed out -> Segmentation fault
I saved the output of: bash failures > failure.log 2>&1 & Anyone interested? There were 3 'normal' test failures. Also present in sage-9.0. Ten days ago I made trac tickets: #28939, #28940 and #28941. On Saturday, January 11, 2020 at 2:09:24 PM UTC+1, Emmanuel Charpentier wrote: > > What happens when you re-run these failed test standalone (i. e. one at a > time) ? > > Le samedi 11 janvier 2020 13:59:09 UTC+1, Jaap Spies a écrit : >> >> On Rasbian (see below) >> >> make ptestlong ended with: >> >> ---------------------------------------------------------------------- >> Total time for all tests: 28699.4 seconds >> cpu time: 41119.9 seconds >> cumulative wall time: 51721.1 seconds >> make: *** [Makefile:178: ptestlong] Error 21 >> >> Some or most will be transient failures? I'll check. >> ---------------------------------------------------------------------- >> sage -t --long src/sage/modular/arithgroup/congroup_gammaH.py # Killed >> due to segmentation fault >> sage -t --long src/sage/modular/btquotients/pautomorphicform.py # Timed >> out >> sage -t --long src/sage/rings/finite_rings/residue_field.pyx # Timed out >> sage -t --long src/sage/schemes/elliptic_curves/constructor.py # Timed >> out >> sage -t --long src/sage/schemes/elliptic_curves/gal_reps.py # Timed out >> sage -t --long src/sage/rings/function_field/function_field.py # Timed >> out >> sage -t --long src/sage/structure/coerce_dict.pyx # 1 doctest failed >> sage -t --long src/sage/manifolds/differentiable/mixed_form.py # Killed >> due to segmentation fault >> sage -t --long >> src/sage/schemes/hyperelliptic_curves/hyperelliptic_padic_field.py # Timed >> out >> sage -t --long src/sage/combinat/tableau.py # Killed due to segmentation >> fault >> sage -t --long src/sage/combinat/designs/database.py # Timed out >> sage -t --long src/sage/graphs/strongly_regular_db.pyx # Killed due to >> segmentation fault >> sage -t --long src/sage/modular/hypergeometric_motive.py # Timed out >> sage -t --long >> src/sage/schemes/cyclic_covers/cycliccover_finite_field.py # Timed out >> sage -t --long src/sage/categories/pushout.py # Timed out >> sage -t --long src/sage/modular/btquotients/btquotient.py # Timed out >> sage -t --long src/sage/rings/function_field/differential.py # Killed >> due to segmentation fault >> sage -t --long src/sage/rings/valuation/valuation.py # Timed out >> sage -t --long src/sage/schemes/toric/sheaf/klyachko.py # Timed out >> sage -t --long src/sage/modular/pollack_stevens/padic_lseries.py # Timed >> out >> sage -t --long src/sage/combinat/ncsym/ncsym.py # Killed due to >> segmentation fault >> sage -t --long src/sage/misc/c3_controlled.pyx # Killed due to >> segmentation fault >> sage -t --long src/sage/modular/local_comp/smoothchar.py # Timed out >> sage -t --long src/sage/combinat/designs/block_design.py # Timed out >> sage -t --long src/sage/rings/function_field/function_field_valuation.py >> # Timed out >> sage -t --long src/sage/schemes/elliptic_curves/descent_two_isogeny.pyx >> # Timed out >> sage -t --long src/sage/schemes/elliptic_curves/ell_torsion.py # Timed >> out >> sage -t --long src/sage/combinat/sf/orthotriang.py # Killed due to >> segmentation fault >> sage -t --long src/sage/modular/modform/tests.py # Killed due to >> segmentation fault >> sage -t --long src/sage/schemes/curves/constructor.py # Killed due to >> segmentation fault >> sage -t --long src/sage/combinat/sf/powersum.py # Killed due to >> segmentation fault >> sage -t --long src/sage/matrix/matrix_cyclo_dense.pyx # Timed out >> sage -t --long src/sage/schemes/affine/affine_morphism.py # Timed out >> sage -t --long src/sage/quivers/homspace.py # Killed due to segmentation >> fault >> sage -t --long src/sage/rings/finite_rings/finite_field_prime_modn.py # >> Killed due to segmentation fault >> sage -t --long src/sage/rings/morphism.pyx # Timed out >> sage -t --long src/sage/rings/padics/relative_extension_leaves.py # >> Timed out >> sage -t --long src/sage/misc/weak_dict.pyx # 11 doctests failed >> sage -t --long src/sage/coding/reed_muller_code.py # Timed out >> sage -t --long src/doc/en/constructions/elliptic_curves.rst # Timed out >> sage -t --long src/doc/en/constructions/number_fields.rst # Timed out >> sage -t --long src/sage/cpython/dict_del_by_value.pyx # 1 doctest failed >> sage -t --long src/sage/monoids/free_abelian_monoid.py # Killed due to >> segmentation fault >> sage -t --long src/sage/modular/overconvergent/weightspace.py # Timed out >> sage -t --long src/sage/categories/complete_discrete_valuation.py # >> Timed out >> sage -t --long src/sage/structure/parent.pyx # Timed out >> sage -t --long src/sage/rings/ring.pyx # Timed out >> sage -t --long src/sage/modular/pollack_stevens/dist.pyx # Timed out >> sage -t --long src/sage/rings/padics/padic_generic_element.pyx # Timed >> out >> ---------------------------------------------------------------------- >> >> >> >> On Saturday, January 11, 2020 at 10:48:00 AM UTC+1, Jaap Spies wrote: >>> >>> On a Raspberry Pi 4B with 4 GB memory, running on a Western Digital 500 >>> GB SDD >>> >>> >>> real 366m47.488s >>> user 942m5.388s >>> sys 72m37.278s >>> Sage build/upgrade complete! >>> make[1]: Leaving directory '/home/pi/Downloads/sage-9.1.beta0' >>> pi@rasp4g:~/Downloads/sage-9.1.beta0 $ >>> >>> Still running make ptestlong. >>> >>> >>> >>> >>> On Friday, January 10, 2020 at 5:19:30 PM UTC+1, 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 >>>> >>>> >>>> b8f53f72e8 (HEAD -> develop, tag: 9.1.beta0, trac/develop) Updated >>>> SageMath version to 9.1.beta0 >>>> 7140d0e7bb Trac #28389: Support constructing Singular ring with ring >>>> order with 'c' or 'C' >>>> 1f04f40d45 Trac #27513: Allow custom order for edges as well as >>>> vertices for incidence matrix >>>> 5c3676468a Trac #28950: more precise assert statements >>>> 56ef6f028c Trac #28948: some preparation for ipython7 >>>> d6b83409eb Trac #28947: multiplicative Abelian groups are not GAP >>>> friendly >>>> 5762334c54 Trac #28938: remove deprecated methods in some combinatorial >>>> Hopf algebras >>>> ae18b5d03e Trac #28937: change some doc about python3 >>>> ba2f949961 Trac #28935: infinite recursion in exponential of sparse >>>> matrices >>>> b731e8b1af Trac #28933: no longer use _cmp_ in vectors >>>> 51e7813414 Trac #28929: HyperbolicGeodesic.plot() returns None if self >>>> is a line and boundary=False >>>> 2b596aad84 Trac #28927: DESTDIR support for libbraiding and libhomfly >>>> 6bfc8ed6d0 Trac #28909: Allow overriding "when building, check that >>>> user isn't root" for use in Docker containers with configure >>>> --enable-build-as-root >>>> f5c516cb00 Trac #28884: spkg-configure for R >>>> c4ed371cdf Trac #28879: spkg-configure for GSL >>>> 3047e9e8c3 Trac #28855: PolynomialRing random_element()s aren't always >>>> ring elements >>>> da593dc5f5 Trac #28688: fix buckygen for modern C/C++ >>>> 896120d9fd Trac #27870: spkg-configure.m4 for $(BLAS) (i.e. atlas and >>>> openblas) >>>> 304fe834c5 Trac #25903: fix Macaulay2 output when reading input from a >>>> file >>>> 1e5c93fadf Trac #7165: sage fails to plot a quarter circle when it >>>> should >>>> e9db0c6dde Trac #28903: Sympy-conversion of complex numbers >>>> 2111e0063b Trac #28899: some details in rings/polynomial/ >>>> f8c7d3650d Trac #28848: Add methods for the lattice of subsets >>>> 2ec94231bf Trac #28557: julia_plot sometimes does not draw the entire >>>> julia set >>>> c80928120c Trac #23946: Exhaust over Weil polynomials >>>> c767179b74 Trac #28930: pyflakes fix in dynamics >>>> 1a8f1fa3fa Trac #28926: MR39: Update Developer's guide regarding pull >>>> requests >>>> 16052a5aa6 Trac #28919: spkg-configure for tachyon >>>> 1890aefa44 Trac #28914: default_mip_solver: Allow solver = a callable >>>> ebb0d39a81 Trac #28911: Update sympy to 1.5 >>>> 889d29cb9b Trac #28897: BipartiteGraph blindly trusts generic graphs >>>> 082db1579a Trac #28889: HyperbolicGeodesic.angle() returns >>>> mathematically incorrect results >>>> 3914a955ab Trac #28883: update pkgconfig to version 1.5.1 >>>> e8987e793c Trac #28646: Use CombinatorialPolyhedron to obtain faces of >>>> polyhedra >>>> 4fc6fba1e8 Trac #28311: Random failure in >>>> combinatorial_polyhedron/base.pyx >>>> 5fa32aa9f8 Trac #28175: Move optional sage optimization backends (COIN, >>>> CPLEX, Gurobi) to separate Cython packages to remove OptionalExtension >>>> problems >>>> 7afa68e7ff Trac #27953: Integral curves over finite fields: base classes >>>> 906cf147fe Trac #27424: enumeration of minimal dominating sets >>>> 3c293de084 Trac #26355: Degenerate Metric and Degenerate Metric Manifold >>>> 31cb54b779 (tag: 9.0, trac/master, master) Updated SageMath version to >>>> 9.0 >>>> >>>> -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/7b870466-a148-4a35-bf9c-f4547e655dbe%40googlegroups.com.
