I've been biten by it and reported it here 
<https://groups.google.com/d/msg/sage-release/-BV8h300wXE/pkh1DEZUCgAJ> ; 
IIRC, I also reported it to you.

--
Emmanuel Charpentier

Le mercredi 22 novembre 2017 12:25:56 UTC+1, Erik Bray a écrit :
>
> On Fri, Nov 17, 2017 at 2:29 PM, Volker Braun <vbrau...@gmail.com 
> <javascript:>> 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 
> > 
> > 92f95cef93 (tag: 8.1.rc2) Updated SageMath version to 8.1.rc2 
> > 50a34e5f43 Trac #24192: -std=c99 causes numerous problems on Cygwin 
> > e47ca9ea99 (tag: 8.1.rc1) Updated SageMath version to 8.1.rc1 
>
> There is a new test failure on Cython (I think only with ptestlong) 
> that I somehow did not catch before: 
>
> sage -t src/sage/matrix/matrix_mod2_dense.pyx 
> ********************************************************************** 
> File "src/sage/matrix/matrix_mod2_dense.pyx", line 183, in 
> sage.matrix.matrix_mod2_dense.Matrix_mod2_dense.__cinit__ 
> Failed example: 
>     if resource.RLIMIT_AS == resource.RLIMIT_RSS: 
>         # Skip this test if RLIMIT_AS is not properly 
>         # supported like on OS X, see Trac #24190 
>         raise RuntimeError("matrix allocation failed") 
>     else:  # Real test 
>         MatrixSpace(GF(2), 2^30)(1) 
> Expected: 
>     Traceback (most recent call last): 
>     ... 
>     RuntimeError: matrix allocation failed 
> Got: 
>     <BLANKLINE> 
>     Traceback (most recent call last): 
>       File 
> "/home/embray/src/sagemath/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
>  
>
> line 515, in _run 
>         self.compile_and_execute(example, compiler, test.globs) 
>       File 
> "/home/embray/src/sagemath/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
>  
>
> line 885, in compile_and_execute 
>         exec(compiled, globs) 
>       File "<doctest 
> sage.matrix.matrix_mod2_dense.Matrix_mod2_dense.__cinit__[4]>", line 
> 1, in <module> 
>         if resource.RLIMIT_AS == resource.RLIMIT_RSS: 
>     AttributeError: 'module' object has no attribute 'RLIMIT_RSS' 
> ********************************************************************** 
> 1 item had failures: 
>    1 of   8 in sage.matrix.matrix_mod2_dense.Matrix_mod2_dense.__cinit__ 
>     [337 tests, 1 failure, 3.32 s] 
> ---------------------------------------------------------------------- 
> sage -t src/sage/matrix/matrix_mod2_dense.pyx  # 1 doctest failed 
> ---------------------------------------------------------------------- 
>
> I'd like to get that fixed at the very least as it will fail all 
> patchbots... 
>

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