#20319: patchbot failures in sagedev scripts doctests when running inside docker
-------------------------------------+------------------------
       Reporter:  nthiery            |        Owner:
           Type:  defect             |       Status:  new
       Priority:  major              |    Milestone:  sage-7.2
      Component:  doctest framework  |   Resolution:
       Keywords:                     |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
   Dependencies:                     |     Stopgaps:
-------------------------------------+------------------------

Comment (by embray):

 Relatedly, the output of ps at this point:
 {{{
 USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
 sage         1  0.0  0.0  18224     4 ?        Ss   Apr03   0:00 /bin/bash
 sage     20301  0.0  0.0  65476     8 ?        S+   10:43   0:00 python
 /opt/sage/local/bin/patchbot/patchbot.py --count=0
 sage     20410  0.0  0.0   4376    28 ?        S+   10:43   0:00 tee
 /opt/sage/logs/patchbot/0-log.txt
 sage     28733  0.0  0.2  51264  2284 ?        S+   10:45   0:00 python
 /opt/sage/src/bin/sage-cleaner
 sage     30490  0.0  0.0   4476     0 ?        S+   10:46   0:00 sh -c
 make -j3 doc
 sage     30491  0.0  0.0   7392     4 ?        S+   10:46   0:00 make -j3
 doc
 sage     30494  0.0  0.0   4476     0 ?        S+   10:46   0:00 /bin/sh
 -c build/bin/sage-logger \ ."cd build/make && ./install 'doc'"
 logs/install.log
 sage     30495  0.0  0.0   9576     8 ?        S+   10:46   0:00 bash
 build/bin/sage-logger cd build/make && ./install 'doc' logs/install.log
 sage     30498  0.0  0.0   9576     4 ?        S+   10:46   0:00 bash
 build/bin/sage-logger cd build/make && ./install 'doc' logs/install.log
 sage     30499  0.0  0.0   9576     4 ?        S+   10:46   0:00 bash
 build/bin/sage-logger cd build/make && ./install 'doc' logs/install.log
 sage     30500  0.0  0.0   4376    28 ?        S+   10:46   0:00 tee -a
 logs/install.log
 sage     30501  0.0  0.0   9584     8 ?        S+   10:46   0:00 bash
 ./install doc
 sage     30546  0.0  0.0   8260     8 ?        S+   10:46   0:00 make doc
 sage     30596  0.0  0.0   9576     0 ?        S+   10:46   0:00 /bin/bash
 -c cd ../.. && sage-logger './sage --docbuild --no-pdf-links all html '
 logs/dochtml.log
 sage     30597  0.0  0.0   9580     8 ?        S+   10:46   0:00 bash
 /opt/sage/build/bin/sage-logger ./sage --docbuild --no-pdf-links all html
 logs/dochtml.log
 sage     30600  0.0  0.0   9580     4 ?        S+   10:46   0:00 bash
 /opt/sage/build/bin/sage-logger ./sage --docbuild --no-pdf-links all html
 logs/dochtml.log
 sage     30601  0.0  0.0   9580     4 ?        S+   10:46   0:00 bash
 /opt/sage/build/bin/sage-logger ./sage --docbuild --no-pdf-links all html
 logs/dochtml.log
 sage     30602  0.0  0.0   4376    32 ?        S+   10:46   0:00 tee -a
 logs/dochtml.log
 sage     30603  1.1  0.8 2670860 8200 ?        Sl+  10:46   0:25 python -m
 sage_setup.docbuild --no-pdf-links all html
 sage     30787  0.0  0.9 2670860 9292 ?        S+   11:02   0:00 python -m
 sage_setup.docbuild --no-pdf-links all html
 sage     30788  0.0  0.9 2670860 9292 ?        S+   11:02   0:00 python -m
 sage_setup.docbuild --no-pdf-links all html
 sage     30789  0.0  0.3  18220  3220 ?        Ss   11:19   0:00 /bin/bash
 sage     30805  0.0  0.2  15600  2208 ?        R+   11:22   0:00 ps -aux
 }}}

 All the python and make processes are asleep.  It's not clear what they're
 waiting on.

--
Ticket URL: <http://trac.sagemath.org/ticket/20319#comment:16>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to