|
Boost Testing : |
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2008-05-23 11:47:54
Hi Rene,
On May 22, 2008, at 2:30 PM, Rene Rivera wrote:
> Second, I've made some changes to the way it reads in the bjam.xml log
> file so that it's much more memory efficient (replacing use of minidom
> with pulldom). So if you are interested in testing this new version
> the
> same rules as before apply:
>
> * Testers that do *full* runs only.
>
> * Testers in each of the main platforms, but only if they aren't the
> only ones on that platform.
>
> * At least one tester that runs more than one toolset. To minimize
> potential impact to testing result the ideal would be someone who
> tests
> only two toolsets.
I tried the Sandia-gcc results last night. I found this message:
EXIT STATUS: 0
====== END OUTPUT ======
**passed** /var/scratch2/boost/results/boost/bin.v2/libs/algorithm/
string/test/regex.test/gcc-4.3.0_gnu++0x/debug/regex.test
...failed updating 2133 targets...
...skipped 9800 targets...
...updated 71099 targets...
...updated 1 target...
# Executing SVN command "svn --non-interactive info --xml "/var/
scratch2/boost/boost" >"/var/scratch2/boost/boost/svn_info.txt""
svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LANG is en_US.UTF-8
svn: warning: please check that your locale name is correct
Traceback (most recent call last):
File "run.py", line 60, in ?
runner(root)
File "/var/scratch2/boost/tools_regression_src/regression.py",
line 189, in __init__
self.main()
File "/var/scratch2/boost/tools_regression_src/regression.py",
line 526, in main
getattr(self,action_m)()
File "/var/scratch2/boost/tools_regression_src/regression.py",
line 492, in command_regression
self.command_collect_logs()
File "/var/scratch2/boost/tools_regression_src/regression.py",
line 406, in command_collect_logs
BJamLog2Results([
File "/var/scratch2/boost/tools_regression_src/
process_jam_log.py", line 73, in __init__
self.add_log()
File "/var/scratch2/boost/tools_regression_src/
process_jam_log.py", line 93, in add_log
events.expandNode(node)
File "/usr/local/python/2.3.5/lib/python2.3/xml/dom/pulldom.py",
line 253, in expandNode
event = self.getEvent()
File "/usr/local/python/2.3.5/lib/python2.3/xml/dom/pulldom.py",
line 265, in getEvent
self.parser.feed(buf)
File "/usr/local/python/2.3.5/lib/python2.3/xml/sax/
expatreader.py", line 211, in feed
self._err_handler.fatalError(exc)
File "/usr/local/python/2.3.5/lib/python2.3/xml/sax/handler.py",
line 38, in fatalError
raise exception
xml.sax._exceptions.SAXParseException: <unknown>:2677017:204: not
well-formed (invalid token)
Any idea what happened?
-- Noel