On Debian testing running on core i7 + 16 GB RAM, upgrading to 10.0.beta1 
and running ptestlong gives me the two permanent failures already reported 
on brevious betas, as well as a new transient failure 

sage -t --long --warn-long 213.8 
--random-seed=244966243675625540236969029941653836256 
src/sage/rings/integer.pyx  # 1 doctest failed

The failed test is (cun 'n paste from logs/tests.log):

-----

sage -t --long --warn-long 213.8 
--random-seed=244966243675625540236969029941653836256 
src/sage/rings/integer.pyx
**********************************************************************
File "src/sage/rings/integer.pyx", line 3066, in 
sage.rings.integer.Integer.divisors
Failed example:
    for i in range(20):  # long time
        try:
            alarm(RDF.random_element(1e-3, 0.5))
            _ = n.divisors()
            cancel_alarm()  # we never get here
        except AlarmInterrupt:
            pass
Exception raised:
    Traceback (most recent call last):
      File "<doctest sage.rings.integer.Integer.divisors[20]>", line 4, in 
<module>
        _ = n.divisors()
            ^^^^^^^^^^^^
      File "sage/rings/integer.pyx", line 3153, in 
sage.rings.integer.Integer.divisors
        for p, e in f:
      File "/usr/local/sage-10/src/sage/structure/factorization.py", line 
319, in __getitem__
        def __getitem__(self, i):
        
      File "src/cysignals/signals.pyx", line 310, in 
cysignals.signals.python_check_interrupt
    cysignals.signals.AlarmInterrupt

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
      File "/usr/local/sage-10/src/sage/doctest/forker.py", line 695, in 
_run
        self.compile_and_execute(example, compiler, test.globs)
      File "/usr/local/sage-10/src/sage/doctest/forker.py", line 1093, in 
compile_and_execute
        exec(compiled, globs)
      File "<doctest sage.rings.integer.Integer.divisors[20]>", line 6, in 
<module>
        except AlarmInterrupt:
               ^^^^^^^^^^^^^^
      File "/usr/local/sage-10/src/sage/doctest/util.py", line 278, in 
__getitem__
        def __getitem__(self, name):
        
      File "src/cysignals/signals.pyx", line 310, in 
cysignals.signals.python_check_interrupt
    cysignals.signals.AlarmInterrupt
**********************************************************************
1 item had failures:
   1 of  23 in sage.rings.integer.Integer.divisors
    [1173 tests, 1 failure, 27.92 s]

-----

This might be a timeout.

HTH,

Le vendredi 24 février 2023 à 01:37:52 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
>
> I switched to the gh-### format that should be better parsed by github; 
> Also positive review is now taken from the "s: positive review" tag.
>
> 8f5bbd278ae (github/develop, tag: 10.0.beta2) Updated SageMath version to 
> 10.0.beta2
> bbd91d34c34 gh-35019: add limit= argument to Integer.prime_divisors()
> cf492155eb4 gh-35012: Issue #34949: sage.{categories,matrix,structure}: 
> Replace imports from sage.*.all for namespace packages
> c6508c55de4 gh-35010: add doctest for #13569
> ea2c2285bdd gh-35007: Fix some cannot
> 0f0a0d47941 gh-35004: Speed up some methods for quasimodular forms ring 
> elements
> a0250df498b gh-35003: add doctest for #16031
> 67f8e43204d gh-35001: add doctest for #20846
> 45d14bcbf72 gh-34999: Enable dependabot for github action updates
> 3380d29a770 gh-34997: Fix bug due to UB in conversion from python int to 
> ZZ (python 3.11, 32 bit, gcc12)
> 27d575ce08f gh-34994: fix doctests to support numpy 1.24
> 6de4b9f8028 gh-34985: Add new skew hadamard matrices
> 248ac53f10e gh-34981: add .twists() to EllipticCurve_finite_field
> 830d3edf87c gh-34966: use NTL's MinPolyMod() for more rings
> 05329f6e39d (tag: 10.0.beta1) Updated SageMath version to 10.0.beta1
>

-- 
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/8af070ad-603e-495e-bcce-e9e064dfa266n%40googlegroups.com.

Reply via email to