[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread STINNER Victor
New submission from STINNER Victor: http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/3178/steps/test/logs/stdio Re-running failed tests in verbose mode Re-running test 'test_venv' in verbose mode test_defaults (test.test_venv.BasicTest) ... ok test_executable

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +ncoghlan ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19734 ___ ___ Python-bugs-list mailing

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread STINNER Victor
STINNER Victor added the comment: A different error on Solaris: http://buildbot.python.org/all/builders/AMD64%20Solaris%2011%20%5BSB%5D%203.x/builds/2202/steps/test/logs/stdio Re-running test 'test_venv' in verbose mode test_defaults (test.test_venv.BasicTest) ... ok test_executable

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread STINNER Victor
STINNER Victor added the comment: Error similar to Solaris on OpenIndiana: http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/6946/steps/test/logs/stdio == FAIL: test_with_pip

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Nick Coghlan
Nick Coghlan added the comment: Interesting, looks like the warnings from issue 19694 *weren't* the cause of the bad return code - something else is failing. I should have some time to investigate tomorrow afternoon, but it will consist of trying to improve the diagnostic output from the tests.

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Nick Coghlan
Nick Coghlan added the comment: Bumping priority and adding Larry to the nosy list Checking the latest results from the systems listed above: Ubuntu LTS still failing due to this: http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/3213/steps/test/logs/stdio (added

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Larry Hastings
Larry Hastings added the comment: Nick: I get that gdb failure, bisecting now. See #19743. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19734 ___

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset cb598129837c by Nick Coghlan in branch 'default': Issue 19734: better diagnostics for test_venv failures http://hg.python.org/cpython/rev/cb598129837c -- nosy: +python-dev ___ Python tracker

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 989de1a267b1 by Nick Coghlan in branch 'default': Issue #19734: venv still needs isolated mode http://hg.python.org/cpython/rev/989de1a267b1 -- ___ Python tracker rep...@bugs.python.org

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Christian Heimes
Christian Heimes added the comment: Could a deprecation warning cause the failing test? Traceback (most recent call last): File C:\buildbot.python.org\3.x.kloth-win64\build\lib\runpy.py, line 160, in _run_module_as_main __main__, fname, loader, pkg_name) File

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Nick Coghlan
Nick Coghlan added the comment: Christian, that was my original theory in issue 19694 (since that box runs with PYTHONWARNINGS=d set), but it doesn't look like it is the problem, since running in isolated mode didn't fix the issue (although it did suppress the warnings). --

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Nick Coghlan
Nick Coghlan added the comment: That specific stack trace is from the commit where I inadvertently reverted the isolated mode fix - the pip installation test is always run with PYTHONWARNINGS=e now to make sure it will fail in non-isolated mode. --

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Nick Coghlan
Changes by Nick Coghlan ncogh...@gmail.com: -- nosy: +dstufft ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19734 ___ ___ Python-bugs-list mailing

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Nick Coghlan
Nick Coghlan added the comment: OpenIndiana failure looks like a resource management issue in ctypes: == FAIL: test_with_pip (test.test_venv.EnsurePipTest) --

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7c080ee796a6 by Nick Coghlan in branch 'default': Issue #19734: ctypes resource management fixes http://hg.python.org/cpython/rev/7c080ee796a6 -- ___ Python tracker rep...@bugs.python.org

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Nick Coghlan
Nick Coghlan added the comment: test_venv is now passing on 3.x OpenIndiana: http://buildbot.python.org/all/builders/x86%20OpenIndiana%203.x/builds/7129/steps/test/logs/stdio Ubuntu LTS buildbot is still unhappy:

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Nick Coghlan
Nick Coghlan added the comment: Confirmed: $ PIP_REQUIRE_VIRTUALENV=true ./python -m test test_venv [1/1] test_venv test test_venv failed -- Traceback (most recent call last): File /home/ncoghlan/devel/py3k/Lib/test/test_venv.py, line 298, in test_with_pip

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9186fdae7e1f by Nick Coghlan in branch 'default': Issue #19734: Ensure test_venv ignores PIP_REQUIRE_VIRTUALENV http://hg.python.org/cpython/rev/9186fdae7e1f -- ___ Python tracker rep...@bugs.python.org

[issue19734] test_venv.test_with_pip() fails on AMD64 Ubuntu LTS 3.x buildbot

2013-11-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 124e51c19e4f by Nick Coghlan in branch 'default': Issue #19734: Also run pip version check in isolated mode http://hg.python.org/cpython/rev/124e51c19e4f -- ___ Python tracker rep...@bugs.python.org