Boost logo

Boost Testing :

From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2008-05-07 16:41:53


On May 7, 2008, at 10:25 AM, K. Noel Belcourt wrote:

> On May 7, 2008, at 9:18 AM, Rene Rivera wrote:
>
>> K. Noel Belcourt wrote:
>>>
>>> On May 6, 2008, at 10:06 AM, K. Noel Belcourt wrote:
>>>
>>>> On May 4, 2008, at 5:28 PM, Rene Rivera wrote:
>>>>
>>>>> If you fit the above reply on the list which tester IDs you
>>>>> will be
>>>>> switching to the new PJL, so that people don't collide. To
>>>>> switch two
>>>>> things are needed:
>>>>>
>>>>> 1. Get the latest version of "run.py" if you don't update it as
>>>>> part of
>>>>> your testing
>>>>> <http://svn.boost.org/svn/boost/trunk/tools/regression/src/
>>>>> run.py>.
>>>>>
>>>>> 2. Add, or replace, "--pjl-toolset=python" when running the tests.
>>>> I could switch over the Sandia-gcc results since there's other
>>>> testers running gcc on linux. Shall I set this up for tonight's
>>>> runs?
>>>
>>> Looks like we had a problem with Sandia-gcc after the tests finished
>>> running. Any idea what happened?
>>
>> I suspect you didn't update your run.py script... I mentioned you
>> had to
>> in the first email ;-)

Now I got a new error.

...failed updating 723 targets...
...skipped 2001 targets...
...updated 79353 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 72, in __init__
     self.add_log()
   File "/var/scratch2/boost/tools_regression_src/
process_jam_log.py", line 79, in add_log
     bjam_log = xml.dom.minidom.parse(self.input[0])
   File "/usr/local/python/2.3.5/lib/python2.3/xml/dom/minidom.py",
line 1919, in parse
     return expatbuilder.parse(file)
   File "/usr/local/python/2.3.5/lib/python2.3/xml/dom/
expatbuilder.py", line 922, in parse
     fp = open(file, 'rb')
IOError: [Errno 2] No such file or directory: ''

[kbelco_at_sahp7645 boost]$ ls results/
bjam.xml boost

So does this mean I need to rebuild python to have xml/dom?

-- Noel


Boost-testing list run by mbergal at meta-comm.com