[issue19694] test_venv failing on one of the Ubuntu buildbots

2013-11-23 Thread Nick Coghlan
Nick Coghlan added the comment: Using isolated mode addressed the warning noise, issue 19734 covers additional environment dependent problems in the test. -- ___ Python tracker

[issue19694] test_venv failing on one of the Ubuntu buildbots

2013-11-23 Thread Larry Hastings
Larry Hastings added the comment: Are you sure the problem is fixed? I still see the same error on the same buildbot. http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/3168/steps/test/logs/stdio -- ___ Python tracker

[issue19694] test_venv failing on one of the Ubuntu buildbots

2013-11-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0ce8d68181a2 by Nick Coghlan in branch 'default': Close #19694: venv now runs ensurepip in isolated mode http://hg.python.org/cpython/rev/0ce8d68181a2 -- nosy: +python-dev resolution: -> fixed stage: needs patch -> committed/rejected status

[issue19694] test_venv failing on one of the Ubuntu buildbots

2013-11-22 Thread Nick Coghlan
Nick Coghlan added the comment: Reviewing the current buildbot failures, this is still the only one reporting the error: http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/3165/steps/test/logs/stdio I can reproduce the failure locally by running: $ PYTHONWARNINGS=d ./py

[issue19694] test_venv failing on one of the Ubuntu buildbots

2013-11-22 Thread Nick Coghlan
New submission from Nick Coghlan: pip still relies on imp (due to cross-version compatibility requirements), so it may trigger a pending deprecation warning, and potentially return a non-zero return code: http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/3142/steps/test