It's been a few days since I ran it, but in testing PRs this evening, I am seeing this as well.  Seems to be stuck testing core.<br><br><div class="gmail_quote">On Mon, Jun 11, 2012 at 12:28 AM, Fernando Perez <span dir="ltr"><<a href="mailto:fperez.net@gmail.com" target="_blank">fperez.net@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey folks (mostly Thomas, I'm afraid),<br>
<br>
On two different ubuntu 12.04 boxes (both 64 bit), I keep getting the<br>
python3 test phase silently stuck.  No activity, no output, just this:<br>
<br>
Installed /home/fperez/.ipy_pr_tests/venv-python3.2/lib/python3.2/site-packages/ipython-0.13.dev-py3.2.egg<br>
Processing dependencies for ipython==0.13.dev<br>
Finished processing dependencies for ipython==0.13.dev<br>
<br>
Running tests, this typically takes a few minutes...<br>
<br>
Eventually I Control-C it and get this:<br>
<br>
^CTraceback (most recent call last):<br>
  File "./test_pr.py", line 259, in <module><br>
    test_pr(args.number, post_results=args.publish)<br>
  File "./test_pr.py", line 228, in test_pr<br>
    passed, log = run_tests(venv)<br>
  File "./test_pr.py", line 124, in run_tests<br>
    return True, check_output([iptest], stderr=STDOUT).decode('utf-8')<br>
  File "/usr/lib/python2.7/subprocess.py", line 538, in check_output<br>
    output, unused_err = process.communicate()<br>
  File "/usr/lib/python2.7/subprocess.py", line 746, in communicate<br>
    stdout = _eintr_retry_call(self.stdout.read)<br>
  File "/usr/lib/python2.7/subprocess.py", line 478, in _eintr_retry_call<br>
    return func(*args)<br>
KeyboardInterrupt<br>
<br>
<br>
Is test_pr working OK for others on python3?  It used to be fine for<br>
me too up until recently, I have no idea what may have changed.<br>
<br>
But test_pr has really been a boon to the process, so I'd like to have<br>
it working as well as possible: it really helps us ensure the quality<br>
of the merged code (multiple problems have already been caught<br>
preemptively by it before they hit master).<br>
<br>
Cheers,<br>
<br>
f<br>
_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</blockquote></div><br>