On Ubuntu 18.04 running on bi-Xeon E5-2623 (8 cores) + 16 GB RAM:

*- python2: *

  - incremental build (from 8.9.beta8, with -j16) OK 
  - all tests from ptestlong passed

- 
*python3: *

  - incremental build (from 8.9.beta8, with -j16) OK 

  - tests from ptest-python3 passed, except for 
    - 1 permanent failure in 
       src/sage/rings/polynomial/polynomial_rational_flint.pyx 
       this is the error tracked at https://trac.sagemath.org/ticket/28334
    - 1 transient (i.e. passed when run standalone) failure in 
       src/sage/interfaces/psage.py
       (cf. the attached log)

   - tests from ptestlong passed, except for a rather short list now:

----------------------------------------------------------------------
sage -t --long --warn-long 53.7 
src/sage/combinat/root_system/weyl_group.py  # 7 doctests failed
sage -t --long --warn-long 53.7 src/sage/libs/eclib/interface.py  # 1 
doctest failed
sage -t --long --warn-long 53.7 
src/sage/rings/polynomial/polynomial_rational_flint.pyx  # 1 doctest failed
sage -t --long --warn-long 53.7 src/sage/repl/attach.py  # 4 doctests failed
sage -t --long --warn-long 53.7 src/sage/libs/singular/function.pyx  # 1 
doctest failed
sage -t --long --warn-long 53.7 
src/sage/numerical/backends/generic_backend.pyx  # 2 doctests failed
----------------------------------------------------------------------

      The failed docstests are those tracked at 
https://trac.sagemath.org/ticket/28298
      The last three ones, which are denoted respectively by (J), (H) and 
(I) in #28298, are passed when run standalone. 
      The other ones (i.e. the first three lines in the above list) are 
permanent on this computer.

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/f9cf32cd-5e45-4e21-8f5e-8eab7f496773%40googlegroups.com.
sage -t --long --warn-long 51.7 src/sage/interfaces/psage.py
**********************************************************************
File "src/sage/interfaces/psage.py", line 75, in 
sage.interfaces.psage.PSage._repr_
Failed example:
    PSage()                                   # indirect doctest
Expected:
    A running non-blocking (parallel) instance of Sage (number ...)
Got:
    deleting
    kill -9 20711
    deleting
    kill -9 20754
    deleting
    kill -9 20767
    Exception ignored in: <function PSage.__del__ at 0x7fbcc4c1bd90>
    Traceback (most recent call last):
      File 
"/home/eric/sage/py3/local/lib/python3.7/site-packages/sage/interfaces/psage.py",
 line 117, in __del__
        Sage.__del__(self)
    AttributeError: type object 'Sage' has no attribute '__del__'
    Exception ignored in: <function PSage.__del__ at 0x7fbcc4c1bd90>
    Traceback (most recent call last):
      File 
"/home/eric/sage/py3/local/lib/python3.7/site-packages/sage/interfaces/psage.py",
 line 117, in __del__
        Sage.__del__(self)
    AttributeError: type object 'Sage' has no attribute '__del__'
    Exception ignored in: <function PSage.__del__ at 0x7fbcc4c1bd90>
    Traceback (most recent call last):
      File 
"/home/eric/sage/py3/local/lib/python3.7/site-packages/sage/interfaces/psage.py",
 line 117, in __del__
        Sage.__del__(self)
    AttributeError: type object 'Sage' has no attribute '__del__'
    A running non-blocking (parallel) instance of Sage (number 3)
**********************************************************************
1 item had failures:
   1 of   3 in sage.interfaces.psage.PSage._repr_
    [6 tests, 1 failure, 4.80 s]

Reply via email to