Message174511
| Author |
skrah |
| Recipients |
skrah |
| Date |
2012年11月02日.13:45:19 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1351863920.6.0.283546215787.issue16387@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
test_cmd_line_script is failing on multiple buildbots:
======================================================================
FAIL: test_non_utf8 (test.test_cmd_line_script.CmdLineTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/home/buildbot/buildarea/3.3.krah-freebsd/build/Lib/test/test_cmd_line_script.py", line 373, in test_non_utf8
importlib.machinery.SourceFileLoader)
File "/usr/home/buildbot/buildarea/3.3.krah-freebsd/build/Lib/test/test_cmd_line_script.py", line 126, in _check_script
rc, out, err = assert_python_ok(*run_args)
File "/usr/home/buildbot/buildarea/3.3.krah-freebsd/build/Lib/test/script_helper.py", line 54, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File "/usr/home/buildbot/buildarea/3.3.krah-freebsd/build/Lib/test/script_helper.py", line 46, in _assert_python
"stderr follows:\n%s" % (rc, err.decode('ascii', 'ignore')))
AssertionError: Process return code is 1, stderr follows:
UnicodeEncodeError: 'ascii' codec can't encode characters in position 15-20: ordinal not in range(128)
----------------------------------------------------------------------
Ran 23 tests in 4.646s |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年11月02日 13:45:20 | skrah | set | recipients:
+ skrah |
| 2012年11月02日 13:45:20 | skrah | set | messageid: <1351863920.6.0.283546215787.issue16387@psf.upfronthosting.co.za> |
| 2012年11月02日 13:45:20 | skrah | link | issue16387 messages |
| 2012年11月02日 13:45:19 | skrah | create |
|