Problem running the official boost regression tests on Vista x86

Hi, I am having trouble following the instructions for running the regression tests on the trunk as described here: http://www.boost.org/development/running_regression_tests.html Compiler: MSVC9 Express OS: Vista Ultimate x86 Python: python 2.5 I am attempting to use the command line: python.exe run.py --toolset=msvc After many hours of execution I get this error: # Executing SVN command "svn --non-interactive info --xml "C:\Users\neil\source\ boost-trunk\boost" >"C:\Users\neil\source\boost-trunk\boost\svn_info.txt"" # Collecting test logs into "C:\Users\neil\source\boost-trunk\results\None.xml". .. Traceback (most recent call last): File "run.py", line 60, in <module> runner(root) File "C:\Users\neil\source\boost-trunk\tools_regression_src\regression.py", line 193, in __init__ self.main() File "C:\Users\neil\source\boost-trunk\tools_regression_src\regression.py", line 551, in main getattr(self,action_m)() File "C:\Users\neil\source\boost-trunk\tools_regression_src\regression.py", line 517, in command_regression self.command_collect_logs() File "C:\Users\neil\source\boost-trunk\tools_regression_src\regression.py", line 424, in command_collect_logs revision ) File "C:\Users\neil\source\boost-trunk\tools_regression_src\collect_and_upload_logs.py", line 309, in collect_logs, 'revision': revision File "c:\python25\lib\xml\sax\saxutils.py", line 132, in startElement self._write(' %s=%s' % (name, quoteattr(value))) File "c:\python25\lib\xml\sax\saxutils.py", line 73, in quoteattr data = escape(data, entities) File "c:\python25\lib\xml\sax\saxutils.py", line 39, in escape data = data.replace("&", "&") AttributeError: 'NoneType' object has no attribute 'replace' Has anyone seen this issue before, or know how to fix it? Thanks in anticipation, Neil Groves

Neil Groves wrote:
Hi,
I am having trouble following the instructions for running the regression tests on the trunk as described here: http://www.boost.org/development/running_regression_tests.html
Compiler: MSVC9 Express OS: Vista Ultimate x86 Python: python 2.5
I am attempting to use the command line: python.exe run.py --toolset=msvc
After many hours of execution I get this error:
# Executing SVN command "svn --non-interactive info --xml "C:\Users\neil\source\ boost-trunk\boost" >"C:\Users\neil\source\boost-trunk\boost\svn_info.txt"" # Collecting test logs into "C:\Users\neil\source\boost-trunk\results\None.xml". ... Has anyone seen this issue before, or know how to fix it?
You have to provide a "runer ID" to the script. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org (msn) - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim,yahoo,skype,efnet,gmail

On Tue, Dec 30, 2008 at 4:14 PM, Rene Rivera <grafikrobot@gmail.com> wrote:
Neil Groves wrote:
Hi,
I am having trouble following the instructions for running the regression tests on the trunk as described here: http://www.boost.org/development/running_regression_tests.html
Compiler: MSVC9 Express OS: Vista Ultimate x86 Python: python 2.5
I am attempting to use the command line: python.exe run.py --toolset=msvc
After many hours of execution I get this error:
# Executing SVN command "svn --non-interactive info --xml "C:\Users\neil\source\ boost-trunk\boost" >"C:\Users\neil\source\boost-trunk\boost\svn_info.txt"" # Collecting test logs into "C:\Users\neil\source\boost-trunk\results\None.xml".
...
Has anyone seen this issue before, or know how to fix it?
You have to provide a "runer ID" to the script.
Thank you for the assistance. I can see that this is clearly stated in the documentation I was reading too. I apologize for my short-sightedness. Neil Groves
-- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org (msn) - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim,yahoo,skype,efnet,gmail _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Neil Groves
-
Rene Rivera