Boost logo

Boost Testing :

From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-10-12 00:27:46


Aleksey Gurtovoy wrote:
>>but xml file did not get created. I did not changed anything in my tests
>>setup besides updating toolsets names. I have process_jam_log.exe and
>>compiler_status.exe in the same directory as regression.py . Any ideas?
>
> Not without seeing regression.py's output.

attached

B.


# Cleaning up "F:\boost" directory ...
# Cleaning up "F:\results" directory ...
# Getting sources (Mon, 11 Oct 2004 18:57:42 +0000)...
# Downloading 'F:\boost.tar.bz2' for tag CVS-HEAD from www.boost-consulting.com...
# Looking for old unpacked archives...
# Unpacking boost tarball ("F:\boost.tar.bz2")...
# Unpacked into directory "F:\boost-04-10-11-1100"
# Renaming "F:\boost-04-10-11-1100" into "F:\boost"
# Found preinstalled "F:\bjam.exe"; will use it.
# Found preinstalled "F:\process_jam_log.exe"; will use it.

F:\>start /belownormal F:\build_monitor.exe bjam.exe 300
# Making "F:\results" directory...
# Starting tests ("F:\bjam.exe" "-sTOOLS=vc-7_1 mingw-3_3_1 mingw-3_4_2 como-4_3_3-vc7_1" "-sBOOST_ROOT=F:\boost" -d2 --dump-tests "-sALL_LOCATE_TARGET=F:\results" >>F:\results\bjam.log 2>&1)...

F:\boost\status>"F:\bjam.exe" "-sTOOLS=vc-7_1 mingw-3_3_1 mingw-3_4_2 como-4_3_3-vc7_1" "-sBOOST_ROOT=F:\boost" -d2 --dump-tests "-sALL_LOCATE_TARGET=F:\results" 1>>F:\results\bjam.log 2>&1
# Getting test case results out of "F:\results\bjam.log"...

F:\boost\status>F:\process_jam_log.exe F:\results 0<F:\results\bjam.log
boost_root: F:/boost/status/..
locate_root: F:/results

**** exception(205): std::exception: boost::filesystem::path: invalid name "iteratocomo-win32-4_3_3-vc7-tools.jam: No such file or directory" in path: "iteratocomo-win32-4_3_3-vc7-tools.jam: No such file or directory"
******** errors detected; see standard output for details ********

F:\boost\status>F:\pskill.exe build_monitor

PsKill v1.03 - Terminates processes on local or remote systems
Copyright (C) 1999-2004 Mark Russinovich
Sysinternals - www.sysinternals.com

Process build_monitor killed.

Traceback (most recent call last):
  File "F:\regression.py", line 714, in ?
    commands[ command ]( **accept_args( args ) )
  File "F:\regression.py", line 564, in regression
    test( toolsets, bjam_options, monitored, timeout, [] )
  File "F:\regression.py", line 452, in test
    run_process_jam_log()
  File "F:\regression.py", line 401, in run_process_jam_log
    utils.checked_system( [
  File "F:\boost\tools\regression\xsl_reports\utils\checked_system.py", line 21, in checked_system
    raise Exception( 'Command sequence "%s" failed with return code %d' % ( commands, rc ) )
Exception: Command sequence "['F:\\process_jam_log.exe F:\\results <F:\\results\\bjam.log']" failed with return code 200


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