[RTEMS Project] #4059: RSB: UnicodeDecodeError
RTEMS trac
trac at rtems.org
Fri Aug 21 06:12:00 UTC 2020
#4059: RSB: UnicodeDecodeError
------------------------------+--------------------
Reporter: Sebastian Huber | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone: 5.2
Component: tool/rsb | Version: 5
Severity: normal | Keywords:
Blocked By: | Blocking:
------------------------------+--------------------
The RSB some times cannot create a report due to an Unicode decode error:
{{{
error: building powerpc-rtems5-gdb-9.1-x86_64-linux-gnu-1
Build FAILED
error: failure to create error report
Build Set: Time 0:01:29.712543
Traceback (most recent call last):
File "../source-builder/sb/cmd-set-builder.py", line 26, in <module>
setbuilder.run()
File "/scratch/git-rtems-release/5.1-rc2/rtems-source-builder-5.1-rc2
/source-builder/sb/setbuilder.py", line 736, in run
b.build(deps, mail = mail)
File "/scratch/git-rtems-release/5.1-rc2/rtems-source-builder-5.1-rc2
/source-builder/sb/setbuilder.py", line 473, in build
self.build_package(configs[s], b)
File "/scratch/git-rtems-release/5.1-rc2/rtems-source-builder-5.1-rc2
/source-builder/sb/setbuilder.py", line 258, in build_package
_build.make()
File "/scratch/git-rtems-release/5.1-rc2/rtems-source-builder-5.1-rc2
/source-builder/sb/build.py", line 603, in make
self._generate_report_('Build: %s' % (gerr))
File "/scratch/git-rtems-release/5.1-rc2/rtems-source-builder-5.1-rc2
/source-builder/sb/build.py", line 126, in _generate_report_
self.opts, header, footer)
File "/scratch/git-rtems-release/5.1-rc2/rtems-source-builder-5.1-rc2
/source-builder/sb/ereport.py", line 56, in generate
l.write(os.linesep.join(r))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 50:
ordinal not in range(128)
RSB Error Report:
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4059>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list