Le lundi 30 janvier 2023 à 13:59:27 UTC+1, Eric Gourgoulhon a écrit :
On Ubuntu 20.04 running on Xeon E5-2623 + 16 GB RAM:
- incremental build (-j16) from 9.8.beta7, with system python (3.8.10): OK
- make ptestlong --> all tests passed except for 

sage -t --long --warn-long 66.8 
--random-seed=81878619703120460056743231466438357448 src/sage/env.py
**********************************************************************
File "src/sage/env.py", line 16, in sage.env
Failed example:
    out == repr((SAGE_ROOT, SAGE_LOCAL))                                   
     # long time
Expected:
    True
Got:
    False
**********************************************************************
1 item had failures:
   1 of   6 in sage.env
    [45 tests, 1 failure, 7.81 s]

This is a permanent failure. 

Running the doctests manually in a Sage console, I get

sage: out
"(None, '/home/eric/sage/9.8-develop/local/var/lib/sage/venv-python3.8')"
sage: repr((SAGE_ROOT, SAGE_LOCAL))
"('/home/eric/sage/9.8-develop', '/home/eric/sage/9.8-develop/local')"

hence the doctest failure. 

On another computer with Ubuntu 22.04 (instead of 20.04), the doctest is 
passed, 
since both out and repr((SAGE_ROOT, SAGE_LOCAL)) are
"('/home/eric/sage/9.8-develop', '/home/eric/sage/9.8-develop/local')"

Eric. 
 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/c41b2fc1-ff06-4271-b5d7-1ad91c84c671n%40googlegroups.com.

Reply via email to