Boost logo

Boost Testing :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2006-03-07 03:58:44


Seems we have serious breakage in the current regression testing system.
Have a look at the FTP server directory:

> ls -lrt
...
-rwxrwxrwx 1 owner group 770 Mar 6 01:04 CalebEpstein.zip
-rwxrwxrwx 1 owner group 735 Mar 6 06:53 OSL4.zip
-rwxrwxrwx 1 owner group 687 Mar 6 07:32 OSL2.zip
-rwxrwxrwx 1 owner group 315 Mar 6 09:23 myinstall.zip
-rwxrwxrwx 1 owner group 267184 Mar 6 11:47 Dirxion.zip
-rwxrwxrwx 1 owner group 382418 Mar 6 13:16 OSL.zip
-rwxrwxrwx 1 owner group 1156 Mar 6 15:08 metacomm.zip
-rwxrwxrwx 1 owner group 925 Mar 6 20:58 HP TestDrive.zip
-rwxrwxrwx 1 owner group 682 Mar 6 21:14 slapeta1.zip
-rwxrwxrwx 1 owner group 303868 Mar 6 22:04 COMSOFT.zip
-rwxrwxrwx 1 owner group 701 Mar 6 23:05 OSL3.zip
-rwxrwxrwx 1 owner group 656 Mar 6 23:30 huber.zip
-rwxrwxrwx 1 owner group 460202 Mar 7 00:53 reece-cw-V2.zip
-rwxrwxrwx 1 owner group 729 Mar 7 02:07 Bronek_office.zip
-rwxrwxrwx 1 owner group 565289 Mar 7 02:34 RudbekAssociates.zip

Most of the result files are empty. My V2 runner (COMSOFT) seems to work,
but not my V1 runner (HP TestDrive).

Here are excerpts from the HP TestDrive log:

# Updating sources from CVS (2006-03-07T02:58:33Z)...
# Executing CVS command "cvs
-d:ext:"schoepflin"@cvs.sourceforge.net:/cvsroot/boost -z9 update -dPA"
warning: Cannot connect to DISPLAY; X11 forwarding disabled.

[...]

# Preinstalled "/house/schoepf/boost/regression/bjam" is not found;
building one...
# Warning: Specified toolset (tru64cxx71-006) cannot be used to bootstrap
"bjam".
# Using default toolset for the platform ().
# Found "bjam" source directory
"/house/schoepf/boost/regression/boost/tools/jam/src"
# Building "bjam" (./build.sh )...
###
### Using 'tru64cxx' toolset.
###
rm -rf bootstrap
mkdir bootstrap

[...]

...updated 1 target...
# Searching for "bjam" in
"/house/schoepf/boost/regression/boost/tools/jam/src"...
# bjam succesfully built in
"/house/schoepf/boost/regression/boost/tools/jam/src/bin.osf/bjam" location
# Preinstalled "/house/schoepf/boost/regression/process_jam_log" is not
found; building one...
# Found "process_jam_log" source directory
"/house/schoepf/boost/regression/boost/tools/regression/build"
# Building "process_jam_log"
("/house/schoepf/boost/regression/boost/tools/jam/src/bin.osf/bjam"
"-sBOOST_BUILD_PATH=/house/schoepf/boost/regression" "-sB
OOST_ROOT=/house/schoepf/boost/regression/boost" "-sTOOLS=tru64cxx71-006")...
...found 986 targets...
# Searching for "process_jam_log" in
"/house/schoepf/boost/regression/boost/bin/boost/tools/regression/build/process_jam_log"...
# process_jam_log succesfully built in
"/house/schoepf/boost/regression/boost/bin/boost/tools/regression/build/process_jam_log/tru64cxx71-006/release/proce
ss_jam_log" location
# Making "/house/schoepf/boost/regression/results" directory...
# Starting tests
("/house/schoepf/boost/regression/boost/tools/jam/src/bin.osf/bjam"
"-sBOOST_BUILD_PATH=/house/schoepf/boost/regression" "-sBOOST_ROOT=/h
ouse/schoepf/boost/regression/boost" "-sTOOLS=tru64cxx71-006
gcc-3.4.4-osf1" -d2 --dump-tests -sNO_BZIP2=1 -sNO_ZLIB=1
-sPYTHON_ROOT=/house/schoepf/Python-
2.4.1 -sPYTHON_VERSION=2.4
"--build-dir=/house/schoepf/boost/regression/results"
>>"/house/schoepf/boost/regression/results/bjam.log" 2>&1)...

This looks all pretty normal to me. BUT looking into the results directory,
there is no bin directory, just the bjam.log.

bash-2.05b$ ls -l results/
total 8147
-rw-r--r-- 1 schoepf boost 1656 Mar 6 21:58 HP TestDrive.xml
-rw-r--r-- 1 schoepf boost 925 Mar 6 21:58 HP TestDrive.zip
-rw-r--r-- 1 schoepf boost 8332550 Mar 7 03:56 bjam.log

The bin directory is instead located in the boost source directory.

bash-2.05b$ ls -l boost/bin/boost/
total 24
drwxr-xr-x 50 schoepf boost 8192 Mar 6 11:27 libs
drwxr-xr-x 62 schoepf boost 8192 Mar 6 13:29 status
drwxr-xr-x 3 schoepf boost 8192 Mar 5 18:53 tools

Does this ring a bell with anyone?

Markus


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