Marc Mezzarobba wrote:
> FWIW I just ran make ptestlong on 6.6.beta5 + d1ef47f + 7d1b5f8, and
> all tests passed. That's on 64 bit debian unstable.

Same thing after going back to 6.6.beta5.

~/co/sage:(6.6.beta5)$ git status
HEAD detached at 6.6.beta5
nothing to commit, working directory clean
~/co/sage:(6.6.beta5)$ make -j4 build
cd build && \
"../build/pipestatus" \
        "env SAGE_PARALLEL_SPKG_BUILD='' ./install all 2>&1" \
        "tee -a ../logs/install.log"
Nothing to (re)build / all up-to-date.
./sage -b
scons: `install' is up to date.
Updating Cython code....
Enabling Cython debugging support
Finished Cythonizing, time: 4.12 seconds.
Discovering Python source code....
Discovered Python source, time: 0.02 seconds.
Cleaning up stale installed files....
- cleaning /home/marc/co/sage/local/lib/python2.7/site-packages
- cleaning /home/marc/co/sage/local/lib/site-python
- cleaning /home/marc/co/sage/src/build/lib.linux-x86_64-2.7
Finished cleaning, time: 0.08 seconds.
running install
running build
running build_py
running build_ext
Executing 0 commands (using 1 thread)
Time to execute 0 commands: 0.11 seconds.
Total time spent compiling C/C++ extensions: 0.21 seconds.
running install_lib
running install_egg_info
Removing /home/marc/co/sage/local/lib/python2.7/site-packages/sage-6.6.beta5-
py2.7.egg-info
Writing /home/marc/co/sage/local/lib/python2.7/site-packages/sage-6.6.beta5-
py2.7.egg-info

real    0m5.556s
user    0m4.564s
sys     0m0.740s
~/co/sage:(6.6.beta5)$ sage -t --long src/sage/matrix/matrix_integer_dense.pyx
Running doctests with ID 2015-03-13-19-21-51-3a5f43bd.
Git branch: develop
Doctesting 1 file.
sage -t --long --warn-long 44.6 src/sage/matrix/matrix_integer_dense.pyx
    [554 tests, 10.96 s]
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
Total time for all tests: 11.2 seconds
    cpu time: 10.8 seconds
    cumulative wall time: 11.0 seconds

-- 
Marc

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to