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 skrah
Recipients asvetlov, brian.curtin, ezio.melotti, gklein, jkloth, python-dev, serhiy.storchaka, skrah, tim.golden, turncc, vinay.sajip, vstinner
Date 2012-11-02.14:34:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351866885.18.0.931836911368.issue16218@psf.upfronthosting.co.za>
In-reply-to
Content
Some of the buildbots are failing with the new test:

======================================================================
FAIL: test_non_utf8 (test.test_cmd_line_script.CmdLineTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_cmd_line_script.py", line 373, in test_non_utf8
    importlib.machinery.SourceFileLoader)
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_cmd_line_script.py", line 126, in _check_script
    rc, out, err = assert_python_ok(*run_args)
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/script_helper.py", line 54, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/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 8.959s
History
Date User Action Args
2012-11-02 14:34:45skrahsetrecipients: + skrah, vinay.sajip, vstinner, tim.golden, jkloth, ezio.melotti, brian.curtin, asvetlov, gklein, python-dev, serhiy.storchaka, turncc
2012-11-02 14:34:45skrahsetmessageid: <1351866885.18.0.931836911368.issue16218@psf.upfronthosting.co.za>
2012-11-02 14:34:45skrahlinkissue16218 messages
2012-11-02 14:34:45skrahcreate