[issue20571] test_codecs currently failing on several Windows buildbots

Larry Hastings report at bugs.python.org
Sun Feb 9 10:16:49 CET 2014


New submission from Larry Hastings:

The Windows buildbots are currently broken due to a codec issue.  I populated the "nosy" list based on the "unicode" experts from the Experts Index.


http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/4040


test_streamreaderwriter (test.test_codecs.WithStmtTest) ... test test_codecs failed
ok

======================================================================
ERROR: test_readline (test.test_codecs.CP65001Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_codecs.py", line 157, in test_readline
    self.assertEqual(readalllines("".join(vw), True), "|".join(vw))
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_codecs.py", line 136, in readalllines
    line = reader.readline(size=size, keepends=keepends)
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\codecs.py", line 548, in readline
    data = self.read(readsize, firstline=True)
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\codecs.py", line 494, in read
    newchars, decodedbytes = self.decode(data, self.errors)
UnicodeDecodeError: 'CP_UTF8' codec can't decode bytes in position 0--1: No mapping for the Unicode character exists in the target code page.

----------
components: Tests
messages: 210732
nosy: benjamin.peterson, ezio.melotti, haypo, larry, loewis, pitrou
priority: release blocker
severity: normal
stage: needs patch
status: open
title: test_codecs currently failing on several Windows buildbots
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20571>
_______________________________________


More information about the Python-bugs-list mailing list