<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.9600.17728">
<STYLE>
BLOCKQUOTE {
        MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em; MARGIN-TOP: 0px
}
OL {
        MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px
}
UL {
        MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px
}
P {
        MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px
}
BODY {
        FONT-SIZE: 10.5pt; FONT-FAMILY: Î¢ÈíÑźÚ; COLOR: #000000; LINE-HEIGHT: 1.5
}
</STYLE>
</HEAD>
<BODY style="MARGIN: 10px">
<DIV>Now I had a problem when I run test with avocado.The detail information is 
as follows:</DIV>
<DIV> </DIV>
<DIV style="TEXT-INDENT: 2em">
<DIV 
style="TEXT-DECORATION: underline"> #avocado run sleeptest</DIV>
<DIV 
style="TEXT-DECORATION: underline">JOB ID     : 13a596d8c3d4ea2eb5aabace094f7857386abffa</DIV>
<DIV 
style="TEXT-DECORATION: underline">JOB LOG    : /root/avocado/job-results/job-2015-11-24T16.31-13a596d/job.log</DIV>
<DIV 
style="TEXT-DECORATION: underline">TESTS      : 1</DIV>
<DIV 
style="TEXT-DECORATION: underline"> (1/1) sleeptest.py:SleepTest.test: PASS (1.01 s)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">Avocado crashed: UnicodeDecodeError: 'utf8' codec can't decode byte 0x89 in position 65716: invalid start byte</DIV>
<DIV 
style="TEXT-DECORATION: underline">Traceback (most recent call last):</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/avocado-0.30.0-py2.7.egg/avocado/core/job.py", line 497, in _run</DIV>
<DIV 
style="TEXT-DECORATION: underline">    timeout=self.timeout)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/avocado-0.30.0-py2.7.egg/avocado/core/runner.py", line 364, in run_suite</DIV>
<DIV 
style="TEXT-DECORATION: underline">    self.result.end_tests()</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/avocado-0.30.0-py2.7.egg/avocado/core/result.py", line 66, in end_tests</DIV>
<DIV 
style="TEXT-DECORATION: underline">    output_plugin.end_tests()</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/avocado-0.30.0-py2.7.egg/avocado/core/plugins/htmlresult.py", line 230, in end_tests</DIV>
<DIV 
style="TEXT-DECORATION: underline">    self._render_report()</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/avocado-0.30.0-py2.7.egg/avocado/core/plugins/htmlresult.py", line 240, in _render_report</DIV>
<DIV 
style="TEXT-DECORATION: underline">    report_contents = renderer.render(open(template, 'r').read(), context)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/renderer.py", line 458, in render</DIV>
<DIV 
style="TEXT-DECORATION: underline">    return self._render_string(template, *context, **kwargs)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/renderer.py", line 406, in _render_string</DIV>
<DIV 
style="TEXT-DECORATION: underline">    return self._render_final(render_func, *context, **kwargs)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/renderer.py", line 423, in _render_final</DIV>
<DIV 
style="TEXT-DECORATION: underline">    return render_func(engine, stack)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/renderer.py", line 404, in <lambda></DIV>
<DIV 
style="TEXT-DECORATION: underline">    render_func = lambda engine, stack: engine.render(template, stack)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/renderengine.py", line 181, in render</DIV>
<DIV 
style="TEXT-DECORATION: underline">    return parsed_template.render(self, context_stack)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/parsed.py", line 47, in render</DIV>
<DIV 
style="TEXT-DECORATION: underline">    parts = map(get_unicode, self._parse_tree)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/parsed.py", line 46, in get_unicode</DIV>
<DIV 
style="TEXT-DECORATION: underline">    return node.render(engine, context)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/parser.py", line 218, in render</DIV>
<DIV 
style="TEXT-DECORATION: underline">    parts.append(self.parsed.render(engine, context))</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/parsed.py", line 47, in render</DIV>
<DIV 
style="TEXT-DECORATION: underline">    parts = map(get_unicode, self._parse_tree)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/parsed.py", line 46, in get_unicode</DIV>
<DIV 
style="TEXT-DECORATION: underline">    return node.render(engine, context)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/parser.py", line 122, in render</DIV>
<DIV 
style="TEXT-DECORATION: underline">    return engine.escape(s)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/renderer.py", line 202, in _escape_to_unicode</DIV>
<DIV 
style="TEXT-DECORATION: underline">    return unicode(self.escape(self._to_unicode_soft(s)))</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/renderer.py", line 186, in _to_unicode_soft</DIV>
<DIV 
style="TEXT-DECORATION: underline">    return self.unicode(s)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">  File "/usr/lib/python2.7/site-packages/pystache/renderer.py", line 229, in unicode</DIV>
<DIV 
style="TEXT-DECORATION: underline">    return unicode(b, encoding, self.decode_errors)</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">UnicodeDecodeError: 'utf8' codec can't decode byte 0x89 in position 65716: invalid start byte</DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV 
style="TEXT-DECORATION: underline">Please include the traceback info and command line used on your bug report</DIV>
<DIV style="TEXT-DECORATION: underline">Report bugs visiting <A 
href="https://github.com/avocado-framework/avocado/issues/new">https://github.com/avocado-framework/avocado/issues/new</A></DIV>
<DIV style="TEXT-DECORATION: underline"> </DIV>
<DIV style="TEXT-DECORATION: ; FONT-WEIGHT: bold">How do I fix 
it?</DIV></DIV>
<DIV> </DIV>
<HR style="HEIGHT: 1px; WIDTH: 210px" align=left color=#b5c4df SIZE=1>

<DIV><SPAN>panpan.zhao</SPAN></DIV>
<DIV><SPAN></SPAN> </DIV>
<DIV><SPAN>i-Soft infrastructure software CO.,Ltd.</SPAN></DIV></BODY></HTML>