This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients pablogsal, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-07-23.21:27:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532381239.92.0.56676864532.issue34021@psf.upfronthosting.co.za>
In-reply-to
Content
Another failure in sx86 Windows XP VS9.0 2.7:

https://buildbot.python.org/all/#/builders/105/builds/195

Total duration: 28 min 12 sec
Tests result: FAILURE then FAILURE
test test_regrtest failed -- Traceback (most recent call last):
  File "d:\cygwin\home\db3l\buildarea\2.7.bolen-windowsvs9\build\lib\test\test_regrtest.py", line 665, in test_env_changed
    output = self.run_tests("--fail-env-changed", testname, exitcode=3)
  File "d:\cygwin\home\db3l\buildarea\2.7.bolen-windowsvs9\build\lib\test\test_regrtest.py", line 335, in run_tests
    return self.run_python(cmdargs, **kw)
  File "d:\cygwin\home\db3l\buildarea\2.7.bolen-windowsvs9\build\lib\test\test_regrtest.py", line 216, in run_python
    proc = self.run_command(args, **kw)
  File "d:\cygwin\home\db3l\buildarea\2.7.bolen-windowsvs9\build\lib\test\test_regrtest.py", line 211, in run_command
    self.fail(msg)
AssertionError: Command ['d:\\cygwin\\home\\db3l\\buildarea\\2.7.bolen-windowsvs9\\build\\PC\\VS9.0\\python_d.exe', '-m', 'test', '--testdir=c:\\docume~1\\db3l\\locals~1\\temp\\tmpqsasla', '--fail-env-changed', 'test_regrtest_noop33'] failed with exit code 0
stdout:
---
Run tests sequentially
0:00:00 [1/1] test_regrtest_noop33
== Tests result: SUCCESS ==
1 test OK.
Total duration: 20 ms
Tests result: SUCCESS
---
stderr:
---
d:\cygwin\home\db3l\buildarea\2.7.bolen-windowsvs9\build\lib\test\support\__init__.py:808: RuntimeWarning: tests may fail, unable to create temp dir: d:\cygwin\home\db3l\buildarea\2.7.bolen-windowsvs9\build\build\test_python_2916
  with temp_dir(path=name, quiet=quiet) as temp_path:
---
History
Date User Action Args
2018-07-23 21:27:19pablogsalsetrecipients: + pablogsal, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2018-07-23 21:27:19pablogsalsetmessageid: <1532381239.92.0.56676864532.issue34021@psf.upfronthosting.co.za>
2018-07-23 21:27:19pablogsallinkissue34021 messages
2018-07-23 21:27:19pablogsalcreate