See <http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/107/changes>
Changes: [Janne Härkönen <[email protected]>] writer: need to use b in mode after all ------------------------------------------ Started by an SCM change [workspace] $ hg incoming --quiet --bundle hg.bundle --template "<changeset node='{node}' author='{author|xmlescape}' rev='{rev}' date='{date}'><msg>{desc|xmlescape}</msg><added>{file_adds|stringify|xmlescape}</added><deleted>{file_dels|stringify|xmlescape}</deleted><files>{files|stringify|xmlescape}</files><parents>{parents}</parents></changeset>\n" --rev default [workspace] $ hg unbundle hg.bundle adding changesets adding manifests adding file changes added 1 changesets with 1 changes to 1 files (run 'hg update' to get a working copy) [workspace] $ hg update --clean --rev default 1 files updated, 0 files merged, 0 files removed, 0 files unresolved [workspace] $ hg log --rev . --template {node} [workspace] $ /bin/bash -xe /tmp/hudson5213372844855901489.sh + python utest/run_utests.py ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 1111 tests in 1.811s OK [workspace] $ /bin/bash -xe /tmp/hudson6705133747556274659.sh + jython utest/run_utests.py ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ ====================================================================== ERROR: test_encoding (test_htmlwriter.TestHtmlWriter) ---------------------------------------------------------------------- Traceback (most recent call last): File "<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/utils/test_htmlwriter.py",> line 112, in test_encoding self._test_encoding('UTF-8') File "<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/utils/test_htmlwriter.py",> line 122, in _test_encoding self._verify(u'<p name="hyv\xe4\xe4">y\xf6<i>t\xe4</i></p>'.encode(encoding)) File "<http://robot.radiaatto.ri.fi/hudson/job/RobotFramework%20Unit%20Tests/ws/utest/utils/test_htmlwriter.py",> line 125, in _verify assert_equals(self.output.getvalue(), expected.replace('\n', os.linesep)) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 12: ordinal not in range(128) ---------------------------------------------------------------------- Ran 1179 tests in 10.808s FAILED (errors=1) Build step 'Execute shell' marked build as failure
