Some more:

pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $ ./sage -t --long 
--random-seed=0 src/sage/rings/function_field/function_field.py
Running doctests with ID 2020-09-03-13-30-50-48621f78.
Git branch: develop
Using --optional=build,dochtml,memlimit,sage
Doctesting 1 file.
sage -t --long --warn-long 304.9 --random-seed=0 
src/sage/rings/function_field/function_field.py
**********************************************************************
File "src/sage/rings/function_field/function_field.py", line 1205, in 
sage.rings.function_field.function_field.FunctionField_polymod.__init__
Warning, slow doctest:
    TestSuite(L).run()  # long time
Test ran for 377.35 s
    [881 tests, 1064.69 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 1065.4 seconds
    cpu time: 1063.4 seconds
    cumulative wall time: 1064.7 seconds


pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $ ./sage -t --long 
--random-seed=0 src/sage/geometry/polyhedron/library.py
Running doctests with ID 2020-09-03-14-08-40-2a59a3a5.
Git branch: develop
Using --optional=build,dochtml,memlimit,sage
Doctesting 1 file.
sage -t --long --warn-long 309.9 --random-seed=0 
src/sage/geometry/polyhedron/library.py
**********************************************************************
File "src/sage/geometry/polyhedron/library.py", line 553, in 
sage.geometry.polyhedron.library.Polytopes.regular_polygon
Warning, slow doctest:
    TestSuite(octagon).run()                                    # long time
Test ran for 594.28 s
    [305 tests, 848.56 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 849.1 seconds
    cpu time: 832.3 seconds
    cumulative wall time: 848.6 seconds

On Thursday, September 3, 2020 at 1:28:57 PM UTC+2 Jaap Spies wrote:

> On Thursday, September 3, 2020 at 12:40:05 PM UTC+2 Dima Pasechnik wrote:
>
>> On Thu, Sep 3, 2020 at 11:30 AM Jaap Spies <[email protected]> wrote: 
>> > 
>> > This is a new result. Yesterday I installed the experimental 64 bit 
>> Raspberry Pi OS on a RPi4 8 GB. 
>> > 
>> > 
>> > 
>> > 
>> > pi@rasp8G64bit:~ $ uname -a 
>> > Linux rasp8G64bit 5.4.51-v8+ #1333 SMP PREEMPT Mon Aug 10 16:58:35 BST 
>> 2020 aarch64 GNU/Linux 
>> > 
>> > Testing that Sage starts... 
>> > [2020-09-03 03:21:25] SageMath version 9.2.beta11, Release Date: 
>> 2020-09-01 
>> > This looks like the first time you are running Sage. 
>> > Cleaning up, do not interrupt this. 
>> > Done cleaning. 
>> > Yes, Sage starts. 
>> > make[2]: Leaving directory 
>> '/home/pi/sagemath/sage-9.2.beta11/build/make' 
>> > 
>> > real 317m22.542s 
>> > user 1075m46.821s 
>> > sys 53m45.215s 
>> > Sage build/upgrade complete! 
>> > make[1]: Leaving directory '/home/pi/sagemath/sage-9.2.beta11' 
>> > 
>> > make ptestlong: 
>> > ********************************************************************** 
>> > ---------------------------------------------------------------------- 
>> > sage -t --long --random-seed=0 src/sage/calculus/riemann.pyx # Killed 
>> due to segmentation fault 
>> > sage -t --long --random-seed=0 src/sage/geometry/polyhedron/library.py 
>> # Timed out 
>> > sage -t --long --random-seed=0 
>> src/sage/rings/function_field/function_field.py # Timed out 
>> > sage -t --long --random-seed=0 src/sage/tests/parigp.py # Timed out 
>>
>> This looks good. Did you try running these failing tests separately? E.g. 
>>
>> ./sage -t --long --random-seed=0 src/sage/tests/parigp.py 
>>
>>
> ModuleNotFoundError: No module named 'Cython'
> Error while executing Python code.
> Saved trace to /home/pi/.sage/crash_logs/crash_4ym20sm2.log
> ------------------------------------------------------------------------
>
> **********************************************************************
> ----------------------------------------------------------------------
> sage -t --long --warn-long 304.9 --random-seed=0 src/sage/tests/parigp.py  
> # Timed out
> ----------------------------------------------------------------------
> Total time for all tests: 1819.1 seconds
>     cpu time: 0.0 seconds
>     cumulative wall time: 0.0 seconds
> pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $ 
>
>
> The riemann.pyx segfault is persistent.
>
>  
>
>> etc. 
>>
>> How precisely does one get the 64-version in? 
>>
>>
> https://www.raspberrypi.org/forums/viewtopic.php?t=275370
>
>
> https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2020-05-28/2020-05-27-raspios-buster-arm64.zip
>  
>
>> It seems that the standard, 32-bit, version, might need tricky work here: 
>> https://trac.sagemath.org/ticket/28941 
>>
>> Dima 
>>
>> > ---------------------------------------------------------------------- 
>> > Total time for all tests: 19479.7 seconds 
>> > cpu time: 54173.4 seconds 
>> > cumulative wall time: 65566.1 seconds 
>> > make: *** [Makefile:190: ptestlong] Error 20 
>> > pi@rasp8G64bit:~/sagemath/sage-9.2.beta11 $ 
>> > 
>> > 
>> > ] 
>> > 
>> > 
>> > 
>> > 
>>
>>

-- 
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/5e4247a8-1fcd-4e60-a051-33891783b5fdn%40googlegroups.com.

Reply via email to